source: main/trunk/greenstone2/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24071   13 years davidb Introduction of actions that take an array of items (e.g. an array of …
(edit) @24070   13 years ak19 Fixed build error message about uninitialised variables, which was due …
(edit) @24060   13 years ak19 Dr Bainbridge fixed the unicode issue that appeared after the 2.84 …
(edit) @24056   13 years ak19 One of the two changes made in this file's previous commit to fix the …
(edit) @24055   13 years sjm84 Making the use of <store_metadata_coverage value="true"/> possible in …
(edit) @24028   13 years ak19 Bugfix for PagedImagePlugin dealing incorrectly with accented …
(edit) @24016   13 years ak19 Fixed the unicode-issue that Diego discovered. When using the List …
(edit) @24012   13 years ak19 Bugfix to the way List deals with subclassification levels specified …
(edit) @23960   13 years anna Japanese translations of Perl modules. Many thanks to Gaku Yamaguchi.
(edit) @23946   13 years ak19 Xiaofeng found that the OAI-related changes to do with …
(edit) @23943   13 years ak19 Xiaofeng encountered a problem with opening a file for writing in …
(edit) @23939   13 years ak19 GS3's OAIserver passes final official oaiserver validation tests: to …
(edit) @23923   13 years ak19 Dr Bainbridge replaced a reference to an object.
(edit) @23895   13 years sjm84 Modified several Perl files to merge the locations where XML::Parser …
(edit) @23835   13 years ak19 Dr Bainbridge fixed interlinking failure on Mac OS when filenames (and …
(edit) @23832   13 years ak19 Forgot to copy the import statement for Normalize into the svn version …
(edit) @23831   13 years ak19 Fixed a minor off by one error: wide characters printed are to be …
(edit) @23829   13 years ak19 Display string for Source also needs to be in normalised composed …
(edit) @23827   13 years sjm84 Phase four of commiting the files changed to extend the DSpace …
(edit) @23826   13 years sjm84 Phase three of commiting the files changed to extend the DSpace …
(edit) @23825   13 years sjm84 Phase two of commiting the files changed to extend the DSpace …
(edit) @23824   13 years sjm84 Phase one of commiting the files changed to extend the DSpace …
(edit) @23810   13 years sjm84 Fixing EmbeddedMetadataPlugin to be Unicode compatible
(edit) @23771   13 years sjm84 Updated several lines in ExifTool.pm and ExifTool/TagLookup.pm to …
(edit) @23769   13 years davidb Support for using a command-line OCR program. Experimental. …
(edit) @23768   13 years davidb Setting of the collect directory changed to be compliant with …
(edit) @23767   13 years davidb CGI Perl scripts updated to work with Greenstone 3. This in turn …
(edit) @23766   13 years davidb Setting of the collect directory changed to be compliant with …
(edit) @23761   13 years davidb General upgrading of the set metadata action to cover more cases (such …
(edit) @23760   13 years davidb Whitespace tidy up
(edit) @23759   13 years davidb Now that generalized exploding is coming on-line, some additional …
(edit) @23758   13 years davidb Changed to using 'txt2db' to set a single entry so it is not effected …
(edit) @23757   13 years davidb Additional line of whitespace added
(edit) @23755   13 years davidb Removal of whitespace
(edit) @23754   13 years davidb Missing @_ parameter needs to be passed in to AutoLoadConverter
(edit) @23753   13 years davidb Tidied up on 'book-keeping' information used by this plugin, now that …
(edit) @23752   13 years davidb Missing @_ parameter needs to be passed on from AutoLoadConverter
(edit) @23751   13 years davidb Missing @_ parameter needs to be passed in to AutoLoadConverter
(edit) @23750   13 years davidb Extra routine added for decoding URLs in %XX format that express UTF8 …
(edit) @23742   13 years davidb Removing part of the explode algorithm added
(edit) @23683   13 years ak19 John Thompson fixed an important subtle bug that reveals itself when, …
(edit) @23658   13 years anna Complete Spanish translations of Perl Modules, many thanks to Diego Spano.
(edit) @23564   13 years kjdon added a bit more comment about store_block_files
(edit) @23562   13 years kjdon changed a print statement
(edit) @23561   13 years kjdon moved the block_filename from BasePlugin into util. then I don't need …
(edit) @23544   13 years kjdon on windows, if have a .JPG cover image, then a -e xxx.jpg test works, …
(edit) @23514   13 years davidb Two small, but important changes: 1)Javascripts form of escaping puts …
(edit) @23494   13 years davidb Incorrectly commited a version with hash_on_file initialized to 0, …
(edit) @23485   13 years davidb read_infodb_entry now returns a hashmap directly. Code updated to …
(edit) @23484   13 years ak19 Further improvements by Dr Bainbridge to pretty-printing.
(edit) @23483   13 years davidb Standardize on upper-case drive letter for Windows
(edit) @23480   13 years davidb Action to help in generalized "explode" work (where documents in the …
(edit) @23479   13 years davidb Shifting of code from buildaction over to better named indexaction.pm
(edit) @23478   13 years davidb White space difference.
(edit) @23477   13 years davidb "un" cgi argument is now compulsory if authentication is on, and made …
(edit) @23472   13 years ak19 Erroneous forth argument (a filename) left over from an earlier time, …
(edit) @23469   13 years davidb Initial cut at code to support collection building thrugh AJAX calls …
(edit) @23465   13 years ak19 Dr Bainbridge fixed the change to gs.filenameEncoding (previously: …
(edit) @23463   13 years ak19 Previously, when reverting back to an earlier RE match for …
(edit) @23461   13 years kjdon set_Source_metadata now takes an optional section argument so that we …
(edit) @23460   13 years kjdon pass in the section to set_Source_metadata as we may be processing a …
(edit) @23458   13 years kjdon added a check that deduced_filename_encoding is defined before testing …
(edit) @23457   13 years kjdon reindented the file in emacs
(edit) @23452   13 years kjdon use filename_cat when generating the full path for blocking. If teh …
(edit) @23448   13 years davidb Mistake in handling of infodb_read_entry fixed (now needs to be …
(edit) @23447   13 years davidb More clear comment written
(edit) @23439   13 years davidb Further tidy up of how code exits when chekc-installation called.
(edit) @23438   13 years davidb $self needs to be blessed early on in this constructor, so it can call …
(edit) @23419   13 years max Setting the values to store as block files is now done through an API …
(edit) @23418   13 years davidb A few further additions to help windows keep track of c\... and C:\... …
(edit) @23416   13 years davidb More careful handling of filenames going into 'block' hash. On …
(edit) @23415   13 years davidb More careful handling of filenames going into 'block' hash. On …
(edit) @23414   13 years davidb Need to be more careful when downgrading a filename to ensure we still …
(edit) @23413   13 years davidb Recent change to force Sstopping if can't find associated file is too harsh
(edit) @23402   13 years max New "psuedo" constructor added that is useful to call from CGI Perl scripts
(edit) @23401   13 years max Tested using this action under windows using Sqlite as the database. …
(edit) @23400   13 years max Tested using this action under windows using Sqlite as the database. …
(edit) @23399   13 years max Added (for GDBM and Sqlite) set_infodb_entry to directly change one …
(edit) @23392   13 years sjm84 Reverted a regular expression designed to locate various tags inside …
(edit) @23388   13 years davidb Further changes to deal with documents that use different filename …
(edit) @23387   13 years davidb Further changes to deal with documents that use different filename …
(edit) @23377   13 years ak19 Perl syntax error fixed: referring to uninitialised variable metadata …
(edit) @23371   13 years davidb Further refinement of code to support HTML linking between documents …
(edit) @23364   13 years sjm84 C and Posix added to the possible locales as well as removing the …
(edit) @23363   13 years davidb Plugin code upgrade to support Greenstone working with filenames under …
(edit) @23362   13 years davidb Additional routines (and few upgraded) to help support Greenstone …
(edit) @23355   13 years kjdon use unicode for mp3 data. patch thanks to Dan Wright
(edit) @23354   13 years davidb AZCompactList was still using old style 'add' parameter. Through …
(edit) @23353   13 years davidb Modifications to code to support filename encoding issues when tested …
(edit) @23352   13 years davidb Modifications to code to support filename encoding issues when tested …
(edit) @23349   13 years davidb More careful use of encoding parameter to $self->set_Source_metadata …
(edit) @23348   13 years davidb Added extra parameter to call to deduce_filename_encoding()
(edit) @23347   13 years davidb Tidy up of debugging statements for handline filename encodings, plus …
(edit) @23335   13 years davidb Work done on improving handing of filenames when the actualy filename …
(edit) @23314   13 years sjm84 Katherine discovered that the newly added sub setup_greenstone_env …
(edit) @23307   13 years davidb Slight touch-up to some error logging print statements
(edit) @23306   13 years sjm84 setup_greenstone_evn sub to help set up the environment if GSDLHOME …
(edit) @23304   13 years davidb Routines added that support converting raw filenames (i.e. byte-code …
(edit) @23303   13 years kjdon added a string for List.reverse_sort_leaf_nodes
(edit) @23302   13 years kjdon added reverse_sort_leaf_nodes option
Note: See TracRevisionLog for help on using the revision log.