# # ChangeLog for gsdl/trunk/perllib/plugins # # Generated by Trac 1.4.2 # 2024-04-28T18:21:04+12:00 Thu, 06 Nov 2008 01:17:42 GMT kjdon [17740] * gsdl/trunk/perllib/plugins/GreenstoneXMLPlugin.pm (moved) renamed GAPlugin to GreenstoneXMLPlugin Thu, 06 Nov 2008 00:52:00 GMT kjdon [17739] * gsdl/trunk/perllib/plugins/SourceCodePlugin.pm (modified) * gsdl/trunk/perllib/plugins/TextPlugin.pm (modified) removed unnecessary comment Thu, 06 Nov 2008 00:50:44 GMT kjdon [17738] * gsdl/trunk/perllib/plugins/ArchivesInfPlugin.pm (modified) * gsdl/trunk/perllib/plugins/DirectoryPlugin.pm (modified) AbstractPLugin has been removedd, so these now inherit from ... Thu, 06 Nov 2008 00:49:29 GMT kjdon [17737] * gsdl/trunk/perllib/plugins/AbstractPlugin.pm (deleted) removed AbstractPlugin cos I don't like the name and couldn't think ... Thu, 06 Nov 2008 00:11:55 GMT kjdon [17735] * gsdl/trunk/perllib/plugins/PowerPointPlugin.pm (modified) removed convert_post_process as ppthtml produces utf8 already (I hope) Wed, 05 Nov 2008 23:09:16 GMT kjdon [17729] * gsdl/trunk/perllib/plugins/GMLPlugin.pm (deleted) GML files are no longer used, and who knows if they would even work ... Wed, 05 Nov 2008 22:35:21 GMT kjdon [17727] * gsdl/trunk/perllib/plugins/HTMLImagePlugin.pm (moved) W3ImagePlugin renamed to HTMLImagePlugin Wed, 05 Nov 2008 22:34:40 GMT kjdon [17726] * gsdl/trunk/perllib/plugins/ConvertBinaryFile.pm (modified) PSPlugin renamed to PostScriptPlugin Wed, 05 Nov 2008 22:30:00 GMT kjdon [17725] * gsdl/trunk/perllib/plugins/PostScriptPlugin.pm (moved) renamed PSPlugin to PostScriptPlugin Wed, 05 Nov 2008 22:03:56 GMT kjdon [17723] * gsdl/trunk/perllib/plugins/ConvertBinaryFile.pm (modified) PPTPlugin renamed to PowerPointPlugin Wed, 05 Nov 2008 22:02:42 GMT kjdon [17722] * gsdl/trunk/perllib/plugins/PowerPointPlugin.pm (moved) renamed PPTPlugin to PowerPointPlugin, and changed the name inside ... Wed, 05 Nov 2008 22:00:15 GMT kjdon [17720] * gsdl/trunk/perllib/plugins/DatabasePlugin.pm (moved) renamed DBPlugin to DatabasePlugin, and changed the name inside the file Wed, 05 Nov 2008 03:57:55 GMT davidb [17717] * gsdl/trunk/perllib/plugins/MetadataCSVPlugin.pm (modified) Missing 'use multiread' -- now added Mon, 03 Nov 2008 06:26:52 GMT max [17666] * gsdl/trunk/perllib/plugins/ImagePlugin.pm (modified) Added file extensions for JPEG2000 Thu, 23 Oct 2008 21:35:12 GMT kjdon [17591] * gsdl/trunk/perllib/plugins/OAIPlugin.pm (modified) changed a comment Thu, 23 Oct 2008 21:34:39 GMT kjdon [17590] * gsdl/trunk/perllib/plugins/OAIPlugin.pm (modified) commit 17320 means that DirectoryPlugin now assumes that filepaths in ... Thu, 23 Oct 2008 20:31:32 GMT kjdon [17588] * gsdl/trunk/perllib/plugins/OAIPlugin.pm (modified) OAIPlugin wasn't calling set_Source_metadata Wed, 15 Oct 2008 03:42:01 GMT mdewsnip [17543] * gsdl/trunk/perllib/plugins/DirectoryPlugin.pm (modified) Fixed the block_exp regular expression to move the $ symbol, so it ... Thu, 09 Oct 2008 01:44:51 GMT kjdon [17513] * gsdl/trunk/perllib/plugins/OAIPlugin.pm (modified) extrametadata keys need to be regexs, so windows paths need converting Mon, 06 Oct 2008 02:10:31 GMT kjdon [17483] * gsdl/trunk/perllib/plugins/ImagePlugin.pm (modified) I just discovered that if image magick was not installed, you weren't ... Sun, 05 Oct 2008 19:43:04 GMT kjdon [17480] * gsdl/trunk/perllib/plugins/ProCitePlugin.pm (modified) removed the pc namespace. the metadata is now extracted metadata, and ... Sun, 05 Oct 2008 19:22:25 GMT kjdon [17479] * gsdl/trunk/perllib/plugins/ISISPlugin.pm (modified) put this back to using block expression for now - on windows sets up ... Thu, 02 Oct 2008 04:29:47 GMT kjdon [17463] * gsdl/trunk/perllib/plugins/ProCitePlugin.pm (modified) some mods to make this a bit more useful in response to request from ... Thu, 18 Sep 2008 02:19:52 GMT kjdon [17330] * gsdl/trunk/perllib/plugins/PSPlugin.pm (modified) added default values for self->input_encoding and ... Thu, 18 Sep 2008 01:07:48 GMT kjdon [17322] * gsdl/trunk/perllib/plugins/ReadXMLFile.pm (modified) added a -f test on filename in can_process_this_file to prevent this ... Thu, 18 Sep 2008 00:07:39 GMT kjdon [17320] * gsdl/trunk/perllib/plugins/DirectoryPlugin.pm (modified) found and fixed what I think is a bug - in the metadata structures ... Wed, 17 Sep 2008 22:03:44 GMT kjdon [17319] * gsdl/trunk/perllib/plugins/OAIPlugin.pm (modified) tidied this up and removed some old code Wed, 17 Sep 2008 21:02:39 GMT kjdon [17313] * gsdl/trunk/perllib/plugins/DirectoryPlugin.pm (modified) this seemed to have been forgotten in the 'removing metadata form ... Tue, 16 Sep 2008 22:28:33 GMT kjdon [17300] * gsdl/trunk/perllib/plugin.pm (modified) * gsdl/trunk/perllib/plugins/BasePlugin.pm (modified) * gsdl/trunk/perllib/plugins/DSpacePlugin.pm (modified) * gsdl/trunk/perllib/plugins/LOMPlugin.pm (modified) * gsdl/trunk/perllib/plugins/MetadataCSVPlugin.pm (modified) * gsdl/trunk/perllib/plugins/MetadataXMLPlugin.pm (modified) * gsdl/trunk/perllib/plugins/OAIPlugin.pm (modified) * gsdl/trunk/perllib/plugins/SplitTextFile.pm (modified) removed the metadata argument from metadata_read as its not used and ... Tue, 16 Sep 2008 17:54:35 GMT davidb [17293] * gsdl/trunk/perllib/plugins/ReadXMLFile.pm (modified) fixed type in function call: parsefile -> parse_file Mon, 15 Sep 2008 03:28:48 GMT kjdon [17290] * gsdl/trunk/perllib/plugins/OAIPlugin.pm (modified) previous changes to get exploding working (using metadata_read) meant ... Mon, 15 Sep 2008 03:25:14 GMT kjdon [17289] * gsdl/trunk/perllib/plugins/ReadXMLFile.pm (modified) moved the actual parsing from read into parse_file so other plugins ... Thu, 11 Sep 2008 01:34:39 GMT kjdon [17250] * gsdl/trunk/perllib/plugins/ImagePlugin.pm (modified) forgot to pass the arguments to ImageConverter::begin() Mon, 08 Sep 2008 02:59:50 GMT kjdon [17216] * gsdl/trunk/perllib/plugins/OAIPlugin.pm (modified) trying to get OAI files exploding. Have copied in some code from one ... Mon, 08 Sep 2008 01:41:13 GMT ak19 [17213] * gsdl/trunk/perllib/plugins/ReadTextFile.pm (modified) Significant changes to subroutine get_language_encoding to better ... Mon, 08 Sep 2008 01:37:40 GMT ak19 [17212] * gsdl/trunk/perllib/plugins/BasePlugin.pm (modified) Removed some unnecessary commented-out code Sun, 07 Sep 2008 22:42:56 GMT kjdon [17197] * gsdl/trunk/perllib/plugins/OAIPlugin.pm (modified) previous metadata changes meant that there was no longer URL metadata ... Sun, 07 Sep 2008 22:41:38 GMT kjdon [17196] * gsdl/trunk/perllib/plugins/ImagePlugin.pm (modified) set cover_image to false as it makes no sense for images Wed, 03 Sep 2008 21:50:57 GMT kjdon [17127] * gsdl/trunk/perllib/plugins/HTMLPlugin.pm (modified) want to block body background, so added it into tabbg_matches regex ... Wed, 03 Sep 2008 21:49:20 GMT kjdon [17126] * gsdl/trunk/perllib/plugins/OAIPlugin.pm (modified) inherit and use args form ReadTextFile cos we want the file encoding ... Sat, 30 Aug 2008 02:27:32 GMT kjdon [17112] * gsdl/trunk/perllib/plugins/AutoExtractMetadata.pm (modified) * gsdl/trunk/perllib/plugins/CJKTextSegmenter.pm (deleted) CJK text segmentation now done at indexing level (in buildproc), not ... Fri, 29 Aug 2008 03:06:27 GMT ak19 [17103] * gsdl/trunk/perllib/plugins/OAIPlugin.pm (modified) OAI files should be explodable, so added that back in as an option Fri, 29 Aug 2008 02:32:34 GMT kjdon [17099] * gsdl/trunk/perllib/plugins/ReadTextFile.pm (modified) in get_language_encoding, we extract head from html files. if its not ... Fri, 29 Aug 2008 01:11:43 GMT davidb [17088] * gsdl/trunk/perllib/plugins/HTMLPlugin.pm (modified) Plugin modified to only print out URL encoded filename if different ... Thu, 28 Aug 2008 05:20:44 GMT ak19 [17066] * gsdl/trunk/perllib/plugins/OAIPlugin.pm (modified) OAIPlugin now works again: 1. needs to inherit from ReadTextFile as ... Thu, 28 Aug 2008 01:51:09 GMT ak19 [17059] * gsdl/trunk/perllib/plugins/ImageConverter.pm (modified) The invalid MIMEtype image/jpg for generated images are now changed ... Thu, 28 Aug 2008 01:18:10 GMT kjdon [17054] * gsdl/trunk/perllib/plugins/GreenstoneMETSPlugin.pm (modified) a previous change to ReadXMLFile meant that all namespaces were ... Thu, 28 Aug 2008 00:22:25 GMT kjdon [17053] * gsdl/trunk/perllib/plugins/EmailPlugin.pm (modified) made the default OIDtype auto, add message_id at end instead of start ... Wed, 27 Aug 2008 22:05:36 GMT kjdon [17033] * gsdl/trunk/perllib/plugins/MARCXMLPlugin.pm (modified) * gsdl/trunk/perllib/plugins/SplitTextFile.pm (modified) fixed up some bugs in add_OID Wed, 27 Aug 2008 21:41:08 GMT kjdon [17028] * gsdl/trunk/perllib/plugins/GreenstoneMETSPlugin.pm (modified) changed METS to GreenstoneMETS in the code Wed, 27 Aug 2008 21:38:58 GMT kjdon [17027] * gsdl/trunk/perllib/plugins/GreenstoneMETSPlugin.pm (moved) METSPlugin only processes greenstone mets, so renamed it. Wed, 27 Aug 2008 08:40:20 GMT kjdon [17026] * gsdl/trunk/perllib/plugins/AbstractPlugin.pm (modified) * gsdl/trunk/perllib/plugins/AutoExtractMetadata.pm (modified) * gsdl/trunk/perllib/plugins/BasePlugin.pm (modified) * gsdl/trunk/perllib/plugins/BibTexPlugin.pm (modified) * gsdl/trunk/perllib/plugins/ConvertToRogPlugin.pm (modified) * gsdl/trunk/perllib/plugins/DBPlugin.pm (modified) * gsdl/trunk/perllib/plugins/EmailPlugin.pm (modified) * gsdl/trunk/perllib/plugins/FOXPlugin.pm (modified) * gsdl/trunk/perllib/plugins/HBPlugin.pm (modified) * gsdl/trunk/perllib/plugins/MARCXMLPlugin.pm (modified) * gsdl/trunk/perllib/plugins/MP3Plugin.pm (modified) * gsdl/trunk/perllib/plugins/OAIPlugin.pm (modified) * gsdl/trunk/perllib/plugins/OggVorbisPlugin.pm (modified) * gsdl/trunk/perllib/plugins/PagedImagePlugin.pm (modified) * gsdl/trunk/perllib/plugins/ReadTextFile.pm (modified) * gsdl/trunk/perllib/plugins/ReadXMLFile.pm (modified) * gsdl/trunk/perllib/plugins/RealMediaPlugin.pm (modified) * gsdl/trunk/perllib/plugins/RogPlugin.pm (modified) * gsdl/trunk/perllib/plugins/SplitTextFile.pm (modified) OID generation modifications: OIDtype and OIDmetadata options now ... Mon, 25 Aug 2008 04:01:32 GMT ak19 [16997] * gsdl/trunk/perllib/plugins/BasePlugin.pm (modified) Multilingual filehandling in subroutine extra_metadata Mon, 25 Aug 2008 02:45:36 GMT kjdon [16995] * gsdl/trunk/perllib/plugins/BasePlugin.pm (modified) fixed a misnamed method call Mon, 25 Aug 2008 02:45:14 GMT kjdon [16994] * gsdl/trunk/perllib/plugins/RealMediaPlugin.pm (modified) add a test for invalid real media file Mon, 25 Aug 2008 01:29:49 GMT kjdon [16991] * gsdl/trunk/perllib/plugins/UnknownPlugin.pm (modified) fixed up a coupld of things to do with assoc files Sun, 24 Aug 2008 22:07:03 GMT kjdon [16981] * gsdl/trunk/perllib/plugins/BaseMediaConverter.pm (modified) * gsdl/trunk/perllib/plugins/ImageConverter.pm (modified) forgot to commit the changes to the BaseMediaConverter file after ... Fri, 22 Aug 2008 07:51:55 GMT kjdon [16976] * gsdl/trunk/perllib/plugins/BaseMediaConverter.pm (moved) this is a base class for converters, not an actual converter so ... Fri, 22 Aug 2008 03:11:27 GMT kjdon [16970] * gsdl/trunk/perllib/plugins/MARCPlugin.pm (modified) changed an output statement Thu, 21 Aug 2008 06:27:17 GMT ak19 [16961] * gsdl/trunk/perllib/plugins/UnknownPlugin.pm (modified) Fixed a bug introduced in last commit Thu, 21 Aug 2008 06:26:39 GMT ak19 [16960] * gsdl/trunk/perllib/plugins/OggVorbisPlugin.pm (modified) Fixed a bug introduced in last commit Thu, 21 Aug 2008 04:41:11 GMT ak19 [16958] * gsdl/trunk/perllib/plugins/ImageConverter.pm (modified) Expanded a comment Thu, 21 Aug 2008 04:37:47 GMT ak19 [16957] * gsdl/trunk/perllib/plugins/OggVorbisPlugin.pm (modified) Associated file names are url-encoded Thu, 21 Aug 2008 04:36:57 GMT ak19 [16956] * gsdl/trunk/perllib/plugins/RealMediaPlugin.pm (modified) Associated file names are url-encoded Thu, 21 Aug 2008 04:34:40 GMT ak19 [16955] * gsdl/trunk/perllib/plugins/OpenDocumentPlugin.pm (modified) Associated file names are url-encoded Thu, 21 Aug 2008 04:32:58 GMT ak19 [16954] * gsdl/trunk/perllib/plugins/ConvertBinaryFile.pm (modified) Minor edit since a subroutine has been renamed Thu, 21 Aug 2008 04:32:06 GMT ak19 [16953] * gsdl/trunk/perllib/plugins/UnknownPlugin.pm (modified) Associated file names are url-encoded Thu, 21 Aug 2008 04:31:16 GMT ak19 [16952] * gsdl/trunk/perllib/plugins/MP3Plugin.pm (modified) Associated file names are url-encoded Thu, 21 Aug 2008 00:36:08 GMT ak19 [16937] * gsdl/trunk/perllib/plugins/ImageConverter.pm (modified) Correction to setting new SourceFile metadata Wed, 20 Aug 2008 23:53:55 GMT ak19 [16935] * gsdl/trunk/perllib/plugins/HTMLPlugin.pm (modified) Removed the commented out debug statements now, since I think url- ... Wed, 20 Aug 2008 23:28:14 GMT ak19 [16932] * gsdl/trunk/perllib/plugins/ImageConverter.pm (modified) Fixed error I introduced in the changes committed previously Wed, 20 Aug 2008 05:48:10 GMT ak19 [16923] * gsdl/trunk/perllib/plugins/ImageConverter.pm (modified) 1. Sets both the Source and new SourceFile metadata; 2. Calls ... Wed, 20 Aug 2008 05:45:33 GMT ak19 [16922] * gsdl/trunk/perllib/plugins/ConvertBinaryFile.pm (modified) 1. The doclink uses the new SourceFile metadata, which is the url- ... Wed, 20 Aug 2008 05:39:48 GMT ak19 [16921] * gsdl/trunk/perllib/plugins/OggVorbisPlugin.pm (modified) * gsdl/trunk/perllib/plugins/RealMediaPlugin.pm (modified) src_link uses the new SourceFile metadata, which is the url-encoded ... Wed, 20 Aug 2008 05:37:34 GMT ak19 [16920] * gsdl/trunk/perllib/plugins/HTMLPlugin.pm (modified) 1. When checking whether the original_file is missing, it ensures ... Wed, 20 Aug 2008 05:34:52 GMT ak19 [16919] * gsdl/trunk/perllib/plugins/BasePlugin.pm (modified) set_Source_metadata modified to also set SourceFile metadata which ... Tue, 19 Aug 2008 02:56:43 GMT ak19 [16904] * gsdl/trunk/perllib/plugins/HTMLPlugin.pm (modified) 1. The percents in URL-encoded associated images' filenames are only ... Tue, 19 Aug 2008 02:37:56 GMT ak19 [16901] * gsdl/trunk/perllib/plugins/ImageConverter.pm (modified) The percents in URL-encoded image filenames are only escaped with ... Tue, 19 Aug 2008 00:48:58 GMT ak19 [16888] * gsdl/trunk/perllib/plugins/ConvertBinaryFile.pm (modified) URL encodes the name of the file(s) generated upon conversion to ... Sun, 17 Aug 2008 21:51:45 GMT kjdon [16856] * gsdl/trunk/perllib/plugins/ImagePlugin.pm (modified) in gli mode, print a warning about can't process images Sun, 17 Aug 2008 21:34:56 GMT kjdon [16854] * gsdl/trunk/perllib/plugins/ImagePlugin.pm (modified) removed some forgotten debug statements Sat, 16 Aug 2008 04:39:57 GMT kjdon [16852] * gsdl/trunk/perllib/plugins/BasePlugin.pm (modified) no_block no longer affects blocking cover images. setting block_exp ... Sat, 16 Aug 2008 04:35:23 GMT kjdon [16851] * gsdl/trunk/perllib/plugins/MetadataXMLPlugin.pm (modified) removed a print statement I left in last commit Sat, 16 Aug 2008 04:32:40 GMT kjdon [16850] * gsdl/trunk/perllib/plugins/MetadataXMLPlugin.pm (modified) changed a print statement to print to outhandle instead of STDERR Sat, 16 Aug 2008 04:30:09 GMT kjdon [16849] * gsdl/trunk/perllib/plugins/ImagePlugin.pm (modified) * gsdl/trunk/perllib/plugins/PagedImagePlugin.pm (modified) fixed a bad error in previous commit where I had put super::init ... Sat, 16 Aug 2008 04:07:31 GMT kjdon [16848] * gsdl/trunk/perllib/plugins/DirectoryPlugin.pm (modified) added Thumbs.db to block list Sat, 16 Aug 2008 04:07:05 GMT kjdon [16847] * gsdl/trunk/perllib/plugins/BasePlugin.pm (modified) * gsdl/trunk/perllib/plugins/ImagePlugin.pm (modified) * gsdl/trunk/perllib/plugins/MediaConverter.pm (modified) * gsdl/trunk/perllib/plugins/PagedImagePlugin.pm (modified) moved setting of self->basedir from BasePlugin to MediaConverter as ... Sat, 16 Aug 2008 04:00:17 GMT kjdon [16846] * gsdl/trunk/perllib/plugins/ImageConverter.pm (modified) unhid the cache images option for gli Fri, 15 Aug 2008 05:47:28 GMT ak19 [16837] * gsdl/trunk/perllib/plugins/HTMLPlugin.pm (modified) Fixing an error introduced in the previous commit: after ... Fri, 15 Aug 2008 05:33:04 GMT ak19 [16836] * gsdl/trunk/perllib/plugins/HTMLPlugin.pm (modified) 1. When working out the web_url, it needs to know of any containing ... Fri, 15 Aug 2008 03:35:32 GMT davidb [16827] * gsdl/trunk/perllib/plugins/PagedImagePlugin.pm (modified) Edited needed to make pageImagePlugin work again after plugin ... Fri, 15 Aug 2008 03:34:47 GMT davidb [16826] * gsdl/trunk/perllib/plugins/MediaConverter.pm (added) Base class use in modules such as ImageConverter.pm Fri, 15 Aug 2008 03:33:36 GMT davidb [16825] * gsdl/trunk/perllib/plugins/ImageConverter.pm (modified) Code for supporting cache merged back in with Katherine's ... Fri, 15 Aug 2008 03:32:32 GMT davidb [16824] * gsdl/trunk/perllib/plugins/ZIPPlugin.pm (modified) Filenames are now quoted in system calls, so they can have spaces in ... Fri, 15 Aug 2008 03:31:04 GMT davidb [16822] * gsdl/trunk/perllib/plugins/ReadXMLFile.pm (modified) White space adjustment Fri, 15 Aug 2008 03:30:17 GMT davidb [16821] * gsdl/trunk/perllib/plugins/BasePlugin.pm (modified) Introduced new merge_inheritance function, useful in a plugin ... Fri, 15 Aug 2008 03:27:50 GMT davidb [16820] * gsdl/trunk/perllib/plugins/ImagePlugin.pm (modified) Fixed cut and pase error in comment that talked about text plugin, ... Fri, 15 Aug 2008 01:57:21 GMT ak19 [16812] * gsdl/trunk/perllib/plugins/HTMLPlugin.pm (modified) Undid the changes introduced in the last commit which url encode the ... Thu, 14 Aug 2008 08:18:50 GMT ak19 [16799] * gsdl/trunk/perllib/plugins/HTMLPlugin.pm (modified) URL encoding href links for internal links since the database lookup ... Wed, 13 Aug 2008 08:35:13 GMT ak19 [16771] * gsdl/trunk/perllib/plugins/ImageConverter.pm (modified) Changes to make it compatible with multilingual filenames. Uses URL ...