source: gsdl/trunk/perllib/plugins

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19617   15 years kjdon use new util::tidy_up_oid instead of fiddling with it directly
(edit) @19541   15 years kjdon changed metadata name from emailAddress to EmailAddress
(edit) @19540   15 years mdewsnip Fixed bug causing -converttotype to be completely broken.
(edit) @19516   15 years ak19 Dr Bainbridge fixed a bug: metadata file pairs are no longer stored …
(edit) @19493   15 years davidb Introduction of new extrametafile to track which metadata.xml file a …
(edit) @19483   15 years oranfry fixing the check for imagemagick
(edit) @19420   15 years kjdon on linux, running identify was returning 1, which looked like 256 and …
(edit) @19361   15 years mdewsnip Removed the width=100 bit from srcicon (which is meant to be the full …
(edit) @19283   15 years kjdon added a new case for From metadata format: username at server (full …
(edit) @19282   15 years kjdon call super get_base_OID in get_base_OID, not self->add_OID, as id and …
(edit) @19281   15 years kjdon set the default OIDtype to message_id so that the InReplyTo stuff works
(edit) @19222   15 years kjdon added a check for directory in can_process_this_file - if a directory …
(edit) @19215   15 years kjdon changed the description key to match the one in dictionary
(edit) @19213   15 years kjdon added metadata_set option. if set to auto, then metadata will be …
(edit) @19178   15 years kjdon added OIDcount to the block expression as this is a greenstone file
(edit) @19123   15 years kjdon copy css files to collection's style dir, not images dir
(edit) @19054   15 years davidb MaxImageWidth and MaxImageHeight set as metadata
(edit) @19053   15 years davidb FilenameRoot set as metadata
(edit) @19052   15 years davidb Modifications to CONENTdmPlugin so its works with Kathy's new plugin …
(edit) @19025   15 years davidb Newer versions of 'convert' and 'identify' return an exist status of 1 …
(edit) @18901   15 years kjdon small changes to get this to work with qualified dc
(edit) @18900   15 years kjdon this relied on the fact that the parser created in ReadXMLFile strips …
(edit) @18899   15 years kjdon removed the line where the parser strips namespaces. I think the …
(edit) @18752   15 years kjdon added a self param to loadGISDatabase, some indentation
(edit) @18748   15 years kjdon added use gsprintf
(edit) @18689   15 years ak19 Minor correction to unknown_file meta which uses Source meta: it's …
(edit) @18659   15 years kjdon we now use .gdb as gdbm db file extension instead of ldb/bdb
(edit) @18626   15 years ak19 Need to append directory separator for the current filesystem to the …
(edit) @18591   15 years kjdon removed some modegli options to plugin args which shouldn't be there …
(edit) @18563   15 years kjdon marc mapping file name change
(edit) @18555   15 years davidb General tidy up of code for supporting cached files. The …
(edit) @18528   15 years davidb OIDmetadata wasn't supported in collect.cfg, but OIDtype was. Now …
(edit) @18526   15 years ak19 By some oversight, srcicon seems to have been fixed to a width of 100 …
(edit) @18523   15 years davidb File-block pass now prints out message for each directory processed. …
(edit) @18521   15 years davidb & in URLs encoded at &. The former used to work in most browsers, …
(edit) @18516   15 years davidb Plugin for extracting EXIF metadata using the CPAN module of the same …
(edit) @18509   15 years davidb switched print statement to using $outhandle
(edit) @18508   15 years davidb Had to move location of where deletion of archive files was done
(edit) @18469   15 years davidb Support for reindexing a document added
(edit) @18468   15 years davidb call to ImageConverter::begin missing parameters. Now fixed
(edit) @18466   15 years mdewsnip Implemented -noscaleup option to prevent scaling screenview images …
(edit) @18465   15 years mdewsnip Added "no strict 'refs'" to prevent errors when increasing verbosity. …
(edit) @18456   15 years davidb Additions to support the deleting of documents from the index. Only …
(edit) @18441   15 years davidb Modifications for incremental building to support files that need to …
(edit) @18409   15 years ak19 Need to replace character ref for underscore with underscore again for …
(edit) @18406   15 years ak19 Modified srcreplaceable plugins (plugins which operate on docs where …
(edit) @18404   15 years ak19 1. BasePlugin's file_rename_method option changed from inherited to …
(edit) @18403   15 years ak19 Needed to pass the current file_rename_method to subroutine …
(edit) @18402   15 years mdewsnip Fixed inconsistent and incorrect escaping of square brackets in …
(edit) @18401   15 years ak19 Needed to pass the current file_rename_method to subroutine …
(edit) @18398   15 years ak19 1. Added the file_rename_method option Inherited, so that secondary …
(edit) @18339   15 years ak19 When renaming the file using the chosen file-renaming method (base64 …
(edit) @18328   15 years ak19 Extra parameter to doc::set_source_filename(): the renaming method to …
(edit) @18327   15 years ak19 Extra parameter to new doc(): the renaming method to be used on the …
(edit) @18320   15 years ak19 Now plugins provide the option of base64 encoding or url encoding …
(edit) @18171   15 years kjdon commented out some print statements, fixed up the broken assocfile …
(edit) @18145   15 years ak19 When PDFPlugin now converts PDF pages to images it no longer uses the …
(edit) @18135   15 years ak19 Undid previous commit that tried to remove the inserted comment by …
(edit) @18105   15 years ak19 Bugfix submitted by Vladimir Risojevic: backslash file separators on …
(edit) @17983   15 years ak19 Wvware inserts a comment at the end of the HTML it generates which …
(edit) @17927   15 years anna add quotes around the filename so it can handle spaces in the file
(edit) @17863   15 years anna change the name tidy_html switch in HTMLPlug into use_realistic_book …
(edit) @17822   15 years kjdon need to use BasePLugin's can_process_this_file cos we want to …
(edit) @17745   15 years kjdon changed the string keys to reflect the name changes
(edit) @17744   15 years kjdon changed the string keys to reflect the name changes
(edit) @17741   15 years kjdon changed a comment
(edit) @17740   15 years kjdon renamed GAPlugin to GreenstoneXMLPlugin
(edit) @17739   15 years kjdon removed unnecessary comment
(edit) @17738   15 years kjdon AbstractPLugin has been removedd, so these now inherit from PrintInfo, …
(edit) @17737   15 years kjdon removed AbstractPlugin cos I don't like the name and couldn't think of …
(edit) @17735   15 years kjdon removed convert_post_process as ppthtml produces utf8 already (I hope)
(edit) @17729   15 years kjdon GML files are no longer used, and who knows if they would even work …
(edit) @17727   15 years kjdon W3ImagePlugin renamed to HTMLImagePlugin
(edit) @17726   15 years kjdon PSPlugin renamed to PostScriptPlugin
(edit) @17725   15 years kjdon renamed PSPlugin to PostScriptPlugin
(edit) @17723   15 years kjdon PPTPlugin renamed to PowerPointPlugin
(edit) @17722   15 years kjdon renamed PPTPlugin to PowerPointPlugin, and changed the name inside the file
(edit) @17720   15 years kjdon renamed DBPlugin to DatabasePlugin, and changed the name inside the file
(edit) @17717   15 years davidb Missing 'use multiread' -- now added
(edit) @17666   15 years max Added file extensions for JPEG2000
(edit) @17591   16 years kjdon changed a comment
(edit) @17590   16 years kjdon commit 17320 means that DirectoryPlugin now assumes that filepaths in …
(edit) @17588   16 years kjdon OAIPlugin wasn't calling set_Source_metadata
(edit) @17543   16 years mdewsnip Fixed the block_exp regular expression to move the $ symbol, so it …
(edit) @17513   16 years kjdon extrametadata keys need to be regexs, so windows paths need converting
(edit) @17483   16 years kjdon I just discovered that if image magick was not installed, you weren't …
(edit) @17480   16 years kjdon removed the pc namespace. the metadata is now extracted metadata, and …
(edit) @17479   16 years kjdon put this back to using block expression for now - on windows sets up …
(edit) @17463   16 years kjdon some mods to make this a bit more useful in response to request from …
(edit) @17330   16 years kjdon added default values for self->input_encoding and …
(edit) @17322   16 years kjdon added a -f test on filename in can_process_this_file to prevent this …
(edit) @17320   16 years kjdon found and fixed what I think is a bug - in the metadata structures for …
(edit) @17319   16 years kjdon tidied this up and removed some old code
(edit) @17313   16 years kjdon this seemed to have been forgotten in the 'removing metadata form …
(edit) @17300   16 years kjdon removed the metadata argument from metadata_read as its not used and …
(edit) @17293   16 years davidb fixed type in function call: parsefile -> parse_file
(edit) @17290   16 years kjdon previous changes to get exploding working (using metadata_read) meant …
(edit) @17289   16 years kjdon moved the actual parsing from read into parse_file so other plugins …
(edit) @17250   16 years kjdon forgot to pass the arguments to ImageConverter::begin()
(edit) @17216   16 years kjdon trying to get OAI files exploding. Have copied in some code from one …
Note: See TracRevisionLog for help on using the revision log.