source: gsdl/trunk/perllib/plugins

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20609   15 years kjdon added process_exp arg explicitly to this plugin. Otherwise, due to the …
(edit) @20605   15 years kjdon check OIDmetadata defined before modifying it - it may not be defined …
(edit) @20577   15 years davidb Changes to support new incremental_mode variable, and to track …
(edit) @20576   15 years davidb Links can now also be to Microsofts's Multimedia Streaming protocol MMS.
(edit) @20540   15 years davidb Support for cache mode in image converter (currently used in Video …
(edit) @20451   15 years kjdon metadata args may have ex. now. Trim ex. from values
(edit) @20001   15 years davidb When testing on Windows, discovered drive letter at start of filename …
(edit) @20000   15 years davidb CSV filename needs to be make regular-expression 'safe' before it is …
(edit) @19999   15 years davidb An empty item file caused the code to loop forever. Offending loop …
(edit) @19993   15 years ak19 Dr Bainbridge's fix to deal with spaces in metadata_fields option …
(edit) @19983   15 years ak19 Bugfix for book: weburl was wrong on Windows and failed in book's …
(edit) @19811   15 years davidb Minor fix to protect Windows directory separators in regular expression
(edit) @19759   15 years davidb Missing use statement to include GDBMUtils.pm
(edit) @19746   15 years ak19 Dr Bainbridge fixed the DSpace problem where the crucial …
(edit) @19672   15 years kjdon if we are doing a mapping from a field with no subfield spacified, …
(edit) @19623   15 years ak19 when removing RE syntax, need to change double backslash back to single one
(edit) @19622   15 years ak19 the filename for metadata needs to have the slashes the right way
(edit) @19619   15 years kjdon just look for a single mappign file, not for a list of them. …
(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 …
Note: See TracRevisionLog for help on using the revision log.