source: gsdl/trunk/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18986   15 years davidb Minor tweak to formatting of message
(edit) @18981   15 years davidb Code now looks for resource bundles in extension folders as well
(edit) @18915   15 years kjdon added a few exploding and OAIPlugin strings
(edit) @18914   15 years kjdon added a new type of arg - enumstring which has an enumerated list or …
(edit) @18913   15 years kjdon check whether first_file is defined before matching on a regex
(edit) @18902   15 years mdewsnip Same fix to format_string_fr() and format_string_es() as Katherine …
(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) @18898   15 years oranfry deleting this module as it should be included in perl iteslf
(edit) @18883   15 years kjdon updated the filename for marc2dc.txt in metadata_mapping_file plugin …
(edit) @18752   15 years kjdon added a self param to loadGISDatabase, some indentation
(edit) @18751   15 years kjdon added missing 'use util'
(edit) @18748   15 years kjdon added use gsprintf
(edit) @18713   15 years anna Updated Arabic Perl modules. Many thanks to Kamal Mustafa.
(edit) @18689   15 years ak19 Minor correction to unknown_file meta which uses Source meta: it's …
(edit) @18665   15 years anna Complete Thai language User Interface and Perl modules. Many thanks to …
(edit) @18659   15 years kjdon we now use .gdb as gdbm db file extension instead of ldb/bdb
(edit) @18658   15 years kjdon we now use .gdb as gdbm db file extension instead of ldb/bdb
(edit) @18657   15 years kjdon added a method for renaming a gdbm database from ldb/bdb to gdb
(edit) @18647   15 years ak19 Base64.pm of MIME package is needed by gliserver/gsdlCGI to decode …
(edit) @18643   15 years anna Changed 'table of content' to 'table of contents'.
(edit) @18632   15 years anna Complete Spanish translation of the perl module. Many thanks to Diego …
(edit) @18626   15 years ak19 Need to append directory separator for the current filesystem to the …
(edit) @18625   15 years anna Updated Spanish translations for perl modules. Many thanks to Diego Spano.
(edit) @18624   15 years anna Updated Arabic perl module translations. Many thanks to Kamal Mustafa.
(edit) @18619   15 years anna Added several options: 1) more bookshelf types (a.never create …
(edit) @18604   15 years kjdon added mkcol.group_not_valid_in_gs3
(edit) @18591   15 years kjdon removed some modegli options to plugin args which shouldn't be there …
(edit) @18572   15 years kjdon changed the type of a couple of options
(edit) @18569   15 years kjdon fixed a bug which meant that a top level folder was showing
(edit) @18568   15 years kjdon file contents change for name change
(edit) @18567   15 years kjdon GenericList renamed to List, file rename only
(edit) @18566   15 years kjdon List renamed to SimpleList
(edit) @18565   15 years kjdon file content changes for classifier rename
(edit) @18564   15 years kjdon renamed List.pm to SimpleList.pm. File rename only
(edit) @18563   15 years kjdon marc mapping file name change
(edit) @18561   15 years kjdon removed a chunk of duplicate code which unfortunately cannot be blamed …
(edit) @18555   15 years davidb General tidy up of code for supporting cached files. The …
(edit) @18554   15 years davidb General improvements made to the printing out of information when …
(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) @18522   15 years davidb Support for deleting and updating classifier information
(edit) @18521   15 years davidb & in URLs encoded at &. The former used to work in most browsers, …
(edit) @18520   15 years davidb The variable $next_classify_num used to be global to the file. This …
(edit) @18517   15 years davidb Added description string for MetadataEXIFPlugin
(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) @18506   15 years davidb supported for reindex added to DateList
(edit) @18474   15 years mdewsnip Fix to problem when using cached generated images where the image …
(edit) @18471   15 years davidb Changed from using "reindex" to "update"
(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) @18467   15 years davidb Additions made to dbutil so various DB backends can support deletion …
(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) @18463   15 years davidb Warning about file copying in event that a hard link operation is not …
(edit) @18457   15 years davidb Additions to support the deleting of documents from the index. Only …
(edit) @18456   15 years davidb Additions to support the deleting of documents from the index. Only …
(edit) @18455   15 years davidb Addition of 'edit_mode' parameter to classify(). This can be either …
(edit) @18441   15 years davidb Modifications for incremental building to support files that need to …
(edit) @18431   15 years anna Fixed iso639 perllib.
(edit) @18430   15 years anna Removed GTI comments from distribution versions, updated translations.
(edit) @18419   15 years kjdon added a couple of strings for mkcol.pl options
(edit) @18411   15 years ak19 Removed unused code.
(edit) @18410   15 years ak19 Some changes made in url and base64 encoding to deal with when the …
(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) @18400   15 years ak19 Minor improvement to rename_file subroutine: file suffix set to empty …
(edit) @18398   15 years ak19 1. Added the file_rename_method option Inherited, so that secondary …
(edit) @18379   15 years ak19 Base64 encoding subroutine now replaces the plus and forward slash …
(edit) @18378   15 years ak19 Commented out substitution of underscore's entity reference with …
(edit) @18342   15 years ak19 Added some base64 related methods (moved the call to MIME::base64 …
(edit) @18341   15 years ak19 Moved use of MIME::base64 encoding method to unicode.pm
(edit) @18339   15 years ak19 When renaming the file using the chosen file-renaming method (base64 …
(edit) @18338   15 years ak19 Moved the line of code that replaced spaces with underscores to the …
(edit) @18337   15 years ak19 1. Spaces replaced with underscore in the subroutine rename_file …
(edit) @18329   15 years ak19 Subroutine rename_file now returns prematurely if no filename is …
(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) @18326   15 years ak19 Minor change for Windows. Now finished Windows testing of the recently …
(edit) @18321   15 years ak19 Minor adjustment to recently added string property …
(edit) @18320   15 years ak19 Now plugins provide the option of base64 encoding or url encoding …
(edit) @18319   15 years ak19 Now plugins provide the option of base64 encoding or url encoding …
(edit) @18282   15 years ak19 Spaces in filenames are replaced with underscores just to be on the …
(edit) @18245   15 years kjdon added no strict refs as we are calling a method using a string as a …
(edit) @18201   15 years ak19 When associated files are renamed with the URLencoded versions of …
(edit) @18200   15 years kjdon allow namespaces in mapping values (added a . to regex)
(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) @18006   15 years ak19 Recompiled Perl's HTML::Parser version 3.56 for Linux so that building …
(edit) @17983   15 years ak19 Wvware inserts a comment at the end of the HTML it generates which …
Note: See TracRevisionLog for help on using the revision log.