greenstone.org greenstone wiki greenstone trac planet greenstone

root/gsdl/trunk/perllib


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @18339 [18339] 2009-01-08 18:47:07 ak19 When renaming the file using the chosen file-renaming method (base64 or …
(edit) @18338 [18338] 2009-01-08 18:33:19 ak19 Moved the line of code that replaced spaces with underscores to the …
(edit) @18337 [18337] 2009-01-08 18:32:09 ak19 1. Spaces replaced with underscore in the subroutine rename_file instead …
(edit) @18329 [18329] 2009-01-07 18:46:48 ak19 Subroutine rename_file now returns prematurely if no filename is specified …
(edit) @18328 [18328] 2009-01-07 18:26:26 ak19 Extra parameter to doc::set_source_filename(): the renaming method to be …
(edit) @18327 [18327] 2009-01-07 17:59:22 ak19 Extra parameter to new doc(): the renaming method to be used on the file …
(edit) @18326 [18326] 2009-01-07 16:55:52 ak19 Minor change for Windows. Now finished Windows testing of the recently …
(edit) @18321 [18321] 2009-01-06 19:04:54 ak19 Minor adjustment to recently added string property …
(edit) @18320 [18320] 2009-01-06 19:03:58 ak19 Now plugins provide the option of base64 encoding or url encoding …
(edit) @18319 [18319] 2009-01-06 18:40:53 ak19 Now plugins provide the option of base64 encoding or url encoding …
(edit) @18282 [18282] 2008-12-19 13:48:37 ak19 Spaces in filenames are replaced with underscores just to be on the safe …
(edit) @18245 [18245] 2008-12-18 13:21:09 kjdon added no strict refs as we are calling a method using a string as a …
(edit) @18201 [18201] 2008-12-15 14:10:06 ak19 When associated files are renamed with the URLencoded versions of their …
(edit) @18200 [18200] 2008-12-15 10:57:28 kjdon allow namespaces in mapping values (added a . to regex)
(edit) @18171 [18171] 2008-12-11 10:37:02 kjdon commented out some print statements, fixed up the broken assocfile stuff …
(edit) @18145 [18145] 2008-12-08 16:35:49 ak19 When PDFPlugin now converts PDF pages to images it no longer uses the …
(edit) @18135 [18135] 2008-12-08 12:51:27 ak19 Undid previous commit that tried to remove the inserted comment by wvWare …
(edit) @18105 [18105] 2008-12-05 14:33:25 ak19 Bugfix submitted by Vladimir Risojevic: backslash file separators on …
(edit) @18006 [18006] 2008-12-02 16:34:55 ak19 Recompiled Perl's HTML::Parser version 3.56 for Linux so that building to …
(edit) @17983 [17983] 2008-11-28 19:29:16 ak19 Wvware inserts a comment at the end of the HTML it generates which …
(edit) @17939 [17939] 2008-11-27 13:47:16 kjdon added GenericList?.sort_using_unicode_collation string
(edit) @17927 [17927] 2008-11-27 03:33:09 anna add quotes around the filename so it can handle spaces in the file
(edit) @17914 [17914] 2008-11-24 22:52:30 davidb Debugging statement commented out
(edit) @17895 [17895] 2008-11-19 13:26:58 ak19 Added handling of infodbtype setting
(edit) @17893 [17893] 2008-11-18 18:06:53 ak19 Adding the HTML Parser library file for Mac OS, since due to an oversight …
(edit) @17884 [17884] 2008-11-18 14:26:38 ak19 Once again, commented out the line that generates the 2 archiveinf …
(edit) @17880 [17880] 2008-11-17 18:50:07 ak19 The line of code that calls archiveinf_gdbm (which generates the two …
(edit) @17863 [17863] 2008-11-15 15:01:04 anna change the name tidy_html switch in HTMLPlug into use_realistic_book in …
(edit) @17840 [17840] 2008-11-12 16:18:25 ak19 Terminating Wget: Removed last commit's temporary fix. Now this code has …
(edit) @17822 [17822] 2008-11-12 12:27:54 kjdon need to use BasePLugin's can_process_this_file cos we want to determine …
(edit) @17800 [17800] 2008-11-10 12:49:27 ak19 BugFix?: Fixed the position of call to last to break out of for loop inside …
(edit) @17797 [17797] 2008-11-10 10:32:09 kjdon my previous changes to the text method meant that field tags were being …
(edit) @17795 [17795] 2008-11-07 21:40:31 ak19 Bugfix: On Linux, perl launches a subshell (the child process of the perl …
(edit) @17785 [17785] 2008-11-07 14:10:52 ak19 Bugfix 1 of 2. On Linux, when a currently running Download Job is closed …
(edit) @17756 [17756] 2008-11-06 15:14:16 kjdon added import.site
(edit) @17748 [17748] 2008-11-06 14:49:17 kjdon plugin and plugout name changes
(edit) @17747 [17747] 2008-11-06 14:48:46 kjdon GA changed to GreenstoneXML
(edit) @17746 [17746] 2008-11-06 14:48:04 kjdon GAPlugin renamed to GreenstoneXMLPlugin
(edit) @17745 [17745] 2008-11-06 14:47:32 kjdon changed the string keys to reflect the name changes
(edit) @17744 [17744] 2008-11-06 14:47:14 kjdon changed the string keys to reflect the name changes
(edit) @17743 [17743] 2008-11-06 14:46:08 kjdon GAPlugout renamed to GreenstoneXMLPlugout
(edit) @17741 [17741] 2008-11-06 14:18:29 kjdon changed a comment
(edit) @17740 [17740] 2008-11-06 14:17:42 kjdon renamed GAPlugin to GreenstoneXMLPlugin
(edit) @17739 [17739] 2008-11-06 13:52:00 kjdon removed unnecessary comment
(edit) @17738 [17738] 2008-11-06 13:50:44 kjdon AbstractPLugin has been removedd, so these now inherit from PrintInfo?, and …
(edit) @17737 [17737] 2008-11-06 13:49:29 kjdon removed AbstractPlugin? cos I don't like the name and couldn't think of a …
(edit) @17735 [17735] 2008-11-06 13:11:55 kjdon removed convert_post_process as ppthtml produces utf8 already (I hope)
(edit) @17731 [17731] 2008-11-06 12:17:27 kjdon a couple more changes to plugin_name_map
(edit) @17729 [17729] 2008-11-06 12:09:16 kjdon GML files are no longer used, and who knows if they would even work …
(edit) @17727 [17727] 2008-11-06 11:35:21 kjdon W3ImagePlugin renamed to HTMLImagePlugin
(edit) @17726 [17726] 2008-11-06 11:34:40 kjdon PSPlugin renamed to PostScriptPlugin?
(edit) @17725 [17725] 2008-11-06 11:30:00 kjdon renamed PSPlugin to PostScriptPlugin?
(edit) @17724 [17724] 2008-11-06 11:05:30 kjdon added DBPlug and PPTPlug to plugin name map
(edit) @17723 [17723] 2008-11-06 11:03:56 kjdon PPTPlugin renamed to PowerPointPlugin?
(edit) @17722 [17722] 2008-11-06 11:02:42 kjdon renamed PPTPlugin to PowerPointPlugin?, and changed the name inside the …
(edit) @17720 [17720] 2008-11-06 11:00:15 kjdon renamed DBPlugin to DatabasePlugin?, and changed the name inside the file
(edit) @17717 [17717] 2008-11-05 16:57:55 davidb Missing 'use multiread' -- now added
(edit) @17714 [17714] 2008-11-05 16:52:51 ak19 No longer defaults to big endian for all Macintosh machines regardless of …
(edit) @17668 [17668] 2008-11-04 06:44:19 kjdon added a counter into the filenames for downloaded documents - sometimes …
(edit) @17666 [17666] 2008-11-03 19:26:52 max Added file extensions for JPEG2000
(edit) @17664 [17664] 2008-10-31 19:01:20 ak19 In the case of OAIDownloads, WgetDownload? no longer uses sockets for …
(edit) @17591 [17591] 2008-10-24 10:35:12 kjdon changed a comment
(edit) @17590 [17590] 2008-10-24 10:34:39 kjdon commit 17320 means that DirectoryPlugin? now assumes that filepaths in …
(edit) @17588 [17588] 2008-10-24 09:31:32 kjdon OAIPlugin wasn't calling set_Source_metadata
(edit) @17587 [17587] 2008-10-24 09:19:35 kjdon added a couple of missing plugin strings
(edit) @17586 [17586] 2008-10-24 09:11:19 kjdon added buildcol.incremental_default_builddir
(edit) @17579 [17579] 2008-10-23 11:56:58 kjdon removed a debug print statement
(edit) @17575 [17575] 2008-10-23 10:01:25 kjdon implemented init_for_incremental_build to read in indexfields and …
(edit) @17574 [17574] 2008-10-23 10:00:34 kjdon now calls read_build_cfg() instead of having the code here
(edit) @17573 [17573] 2008-10-23 09:59:13 kjdon moved a couple of things around, added read_build_cfg which finds and …
(edit) @17572 [17572] 2008-10-23 09:20:46 kjdon moved the make_absolute method to here from buildcol.pl
(edit) @17568 [17568] 2008-10-22 13:27:39 kjdon recoding of the text method. more closely matches mgpp one. ZZ field only …
(edit) @17567 [17567] 2008-10-22 13:26:24 kjdon if metadata is specified, only add in the ones that are not already …
(edit) @17566 [17566] 2008-10-22 13:25:15 kjdon lucene no longer does anything with paragraphs, so we print a warning if …
(edit) @17565 [17565] 2008-10-22 13:24:14 kjdon removed some debug statements, and no longer load in the default …
(edit) @17564 [17564] 2008-10-20 15:33:25 kjdon fixed up some stuff to do with indexfieldmap. still working on it, but …
(edit) @17549 [17549] 2008-10-15 19:53:39 ak19 Changes to sudden wget download termination when OAIDownload.pm is used: …
(edit) @17547 [17547] 2008-10-15 17:45:08 ak19 When subroutines useWget and useWgetMonitored receive the STOP signal from …
(edit) @17543 [17543] 2008-10-15 16:42:01 mdewsnip Fixed the block_exp regular expression to move the $ symbol, so it doesn't …
(edit) @17537 [17537] 2008-10-15 12:41:28 ak19 Subroutine useWgetMonitored updated to include the modifications made …
(edit) @17533 [17533] 2008-10-15 12:27:10 oranfry protect against a particular error message poluting XML output
(edit) @17531 [17531] 2008-10-14 18:12:20 ak19 Now works with OAIDownload.pm for downloading over OAI. The variable port …
(edit) @17530 [17530] 2008-10-14 17:25:27 ak19 Fixed not being able to run wget from the cmd-line via downloadfrom.pl on …
(edit) @17529 [17529] 2008-10-13 21:55:51 ak19 Now WgetDownload?.pm uses Sockets to communicate with GLI which launched …
(edit) @17528 [17528] 2008-10-13 21:48:48 ak19 New subroutine setIsGLI to store whether or not the download is run from …
(edit) @17527 [17527] 2008-10-13 21:47:49 ak19 Now calls new subroutine setIsGLI on the download_obj to indicate whether …
(edit) @17513 [17513] 2008-10-09 14:44:51 kjdon extrametadata keys need to be regexs, so windows paths need converting
(edit) @17512 [17512] 2008-10-09 14:44:09 kjdon added a method to turn windows filename paths (with single back slash) …
(edit) @17483 [17483] 2008-10-06 15:10:31 kjdon I just discovered that if image magick was not installed, you weren't …
(edit) @17480 [17480] 2008-10-06 08:43:04 kjdon removed the pc namespace. the metadata is now extracted metadata, and if …
(edit) @17479 [17479] 2008-10-06 08:22:25 kjdon put this back to using block expression for now - on windows sets up …
(edit) @17476 [17476] 2008-10-03 16:00:50 mdewsnip Support for using MSSQL for infodb databases, many thanks to Jeffrey Ke …
(edit) @17463 [17463] 2008-10-02 17:29:47 kjdon some mods to make this a bit more useful in response to request from John …
(edit) @17462 [17462] 2008-10-02 17:27:27 kjdon added ProCite?.entry_separator
(edit) @17354 [17354] 2008-09-23 15:42:47 ak19 Added SIGTERM and SIGINT handlers to terminate wget child process either …
(edit) @17330 [17330] 2008-09-18 14:19:52 kjdon added default values for self->input_encoding and self->default_encoding, …
(edit) @17322 [17322] 2008-09-18 13:07:48 kjdon added a -f test on filename in can_process_this_file to prevent this …
(edit) @17321 [17321] 2008-09-18 12:39:00 anna Removed a line break at the end of an French element.
(edit) @17320 [17320] 2008-09-18 12:07:39 kjdon found and fixed what I think is a bug - in the metadata structures for …
(edit) @17319 [17319] 2008-09-18 10:03:44 kjdon tidied this up and removed some old code
(edit) @17313 [17313] 2008-09-18 09:02:39 kjdon this seemed to have been forgotten in the 'removing metadata form …
(edit) @17300 [17300] 2008-09-17 10:28:33 kjdon removed the metadata argument from metadata_read as its not used and just …
(edit) @17294 [17294] 2008-09-17 06:20:47 kjdon added a fix for a bug John T discovered where in get_new_doc_dir you can …
(edit) @17293 [17293] 2008-09-17 05:54:35 davidb fixed type in function call: parsefile -> parse_file
(edit) @17290 [17290] 2008-09-15 15:28:48 kjdon previous changes to get exploding working (using metadata_read) meant that …
(edit) @17289 [17289] 2008-09-15 15:25:14 kjdon moved the actual parsing from read into parse_file so other plugins can do …
(edit) @17288 [17288] 2008-09-15 12:35:05 kjdon in add_section_content, we are regenrating doc objs from gdbm database. …
(edit) @17287 [17287] 2008-09-15 12:33:09 kjdon added 'if verbosity > 3' to some print statements, and set doctype to be …
(edit) @17286 [17286] 2008-09-15 12:28:27 kjdon renamed make_infodatabase to make_infodatabase_dlc so that its not called …
(edit) @17285 [17285] 2008-09-15 12:27:27 kjdon fixed a couple of typos in function calls
(edit) @17284 [17284] 2008-09-15 12:26:54 ak19 The PerlDoc? seems to indicate that it is necessary to call waitpid after …
(edit) @17283 [17283] 2008-09-15 12:26:51 kjdon changed a couple of print statements to be more informative
(edit) @17267 [17267] 2008-09-12 10:37:15 anna Updated French translations. Many thanks to John Rose.
(edit) @17250 [17250] 2008-09-11 13:34:39 kjdon forgot to pass the arguments to ImageConverter::begin()
(edit) @17249 [17249] 2008-09-11 13:22:25 kjdon need to ignore Manifest tag in xml_start_tag
(edit) @17247 [17247] 2008-09-11 13:09:20 ak19 The Server Information button produced nothing for some urls, since …
(edit) @17246 [17246] 2008-09-11 13:04:38 ak19 Clearer description for the display string OAIDownload.get_doc_exts, …
(edit) @17234 [17234] 2008-09-10 19:25:29 ak19 The GLI java class DownloadPane?.java has been changed to alter the …
(edit) @17233 [17233] 2008-09-10 15:44:17 ak19 Shorter strings for the various Download Settings in the Download panels. …
(edit) @17232 [17232] 2008-09-10 13:07:07 ak19 Added an extra comment to the new quit_yaz subroutine to indicate why the …
(edit) @17231 [17231] 2008-09-09 19:20:59 ak19 In subroutine quit_yaz(), while flushing yaz-client's outputstream, only …
(edit) @17230 [17230] 2008-09-09 19:15:00 ak19 SRWDownload now finally quits once it has finished. It's no longer running …
(edit) @17229 [17229] 2008-09-09 19:05:10 ak19 Moved code for starting up (including opening connections) and quitting …
(edit) @17220 [17220] 2008-09-09 14:14:42 ak19 One more occasion where the quit command needs to be sent
(edit) @17219 [17219] 2008-09-08 17:08:16 ak19 Previously the yaz-client cmd-line program would not quit (still active …
(edit) @17218 [17218] 2008-09-08 16:46:52 ak19 Previously the yaz-client cmd-line program would not quit (still active …
(edit) @17216 [17216] 2008-09-08 14:59:50 kjdon trying to get OAI files exploding. Have copied in some code from one of …
(edit) @17214 [17214] 2008-09-08 13:44:20 ak19 Significant changes: 1. Textcat can be restricted to a given encoding when …
(edit) @17213 [17213] 2008-09-08 13:41:13 ak19 Significant changes to subroutine get_language_encoding to better work out …
(edit) @17212 [17212] 2008-09-08 13:37:40 ak19 Removed some unnecessary commented-out code
(edit) @17210 [17210] 2008-09-08 12:37:53 kjdon BasDownload? changed to BaseDownload?
(edit) @17209 [17209] 2008-09-08 12:35:53 kjdon BasClas? renamed to BaseClassifier?, tidied up constructors
(edit) @17208 [17208] 2008-09-08 12:12:36 kjdon file rename BasClas?.pm to BaseClassifier?.pm
(edit) @17207 [17207] 2008-09-08 11:35:57 kjdon BasDownload? renamed to BaseDownload?, also tidied up the constructors