source: main/trunk/greenstone2/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31478   7 years kjdon blocking stuff moved to here
(edit) @31477   7 years kjdon blocking moved to EncodingUtil. debug stuff still in here. needs tidying up
(edit) @31476   7 years kjdon blocking moved to EncodingUTil
(edit) @31475   7 years kjdon block_filename moved to EncodingUtil plugin
(edit) @31474   7 years kjdon encoding_list is in EncodingUtil now
(edit) @31459   7 years kjdon now inherits from EncodingUtil. When using local directory in metadata …
(edit) @31458   7 years kjdon encoding list now comes from EncodingUtil, not BasePlugin
(edit) @31457   7 years kjdon baseplugin now inherits from EncodingUtil, and all its encoding …
(edit) @31456   7 years kjdon new base plugin for directories and files. DirectoryPLugin needs …
(edit) @31446   7 years ak19 use guess_filesystem_encoding instead of utf8 hard coded. hope it …
(edit) @31445   7 years ak19 added a method guessing_filesystem_encoding. use this to try and work …
(edit) @31444   7 years ak19 block hash filenames should be windows long names
(edit) @31443   7 years ak19 when we check a filename in the block hash we are converting to …
(edit) @31440   7 years kjdon nearly there for handling russian etc subfolders in import. need to …
(edit) @31439   7 years kjdon chnaged a comment
(edit) @31438   7 years kjdon added a couple of comments
(edit) @31420   7 years kjdon lookup_string with extra '1' arg returns perl internal unicode aware …
(edit) @31419   7 years kjdon new arg to lookup_string: pass in a 1 if you want the output to be …
(edit) @31415   7 years Georgiy Litvinov Modified html links pointed to different section in the same document.
(edit) @31412   7 years ak19 After the recent changes to implement the OAI deletion policy, no …
(edit) @31409   7 years ak19 Adding verbosity setting to oaiinfo.pm to reduce debug output on …
(edit) @31396   7 years ak19 2 general bugfixes. Bugs found when preparing to test implementation …
(edit) @31284   7 years davidb Initial cut at plugin for processing HathiTrust METS files
(edit) @31218   7 years ak19 Changes to get new perl code to work on the Mac Mountain Lion.
(edit) @31216   7 years ak19 Adding a datestamp field to the new oai-inf.db. Now the timestamp and …
(edit) @31210   7 years ak19 Forgot to remove an extra debug statement.
(edit) @31208   7 years ak19 Kathy found that the lowercased dbutil modules are not used (jdbm.pm, …
(edit) @31192   7 years ak19 Replacing unnecessary functions and removing unused functions.
(edit) @31191   7 years ak19 Correction to previous commit.
(edit) @31190   7 years ak19 First major commit to do with the new oaiinfo db that keeps track of …
(edit) @31189   7 years ak19 Corrections and cleanups ahead of major commit to do with the new …
(edit) @31188   7 years ak19 This commit is related to but not specific to the upcoming commit to …
(edit) @31187   7 years ak19 Useful changes not specifically related to upcoming oaiinfo db related …
(edit) @31131   7 years kjdon added a new flag to import -NO_IMPORT. set it in collectionConfig.xml …
(edit) @31113   7 years ak19 Text item files now handle UTF-8 properly by reading in the file correctly.
(edit) @30858   8 years kjdon output buildDate into the buildConfig.xml (to match builddate in gs2)
(edit) @30857   8 years ak19 Unless new line endings (particularly carriage return characters …
(edit) @30853   8 years ak19 Commenting out debug statements.
(edit) @30742   8 years kjdon paged docs without images look weird in gs3. need to make a new type, …
(edit) @30721   8 years ak19 Gujarati translations to perllib module of GS interface. Many thanks …
(edit) @30681   8 years ak19 3 new strings introduced by Kathy contained the :, which is used as a …
(edit) @30657   8 years ak19 Gujarati language translations to perl modules of GS interface. Many …
(edit) @30654   8 years ak19 Japanese language perllib module of GS interface. Many thanks to Mr. …
(edit) @30644   8 years ak19 Kathy provided support for a test language.
(edit) @30619   8 years ak19 adding spaces in comments
(edit) @30618   8 years ak19 adding a space after the #, to see if this stops this being included by gti
(edit) @30601   8 years ak19 Fix to get incremental building to work with a manifest that specifies …
(edit) @30600   8 years ak19 An empty metadata.xml was unrecognised by MetadataXMLPlugin because …
(edit) @30599   8 years ak19 Minor spelling correction to convertutil.pm.
(edit) @30597   8 years ak19 1. Reindexing files with a user-generated manifest file did not work …
(edit) @30596   8 years ak19 1. activate.pl modified to allow incremental-building with a manifest …
(edit) @30593   8 years ak19 Dr Bainbridge found another point in the code where the UTF-16 …
(edit) @30575   8 years ak19 Important correction to previous commit: forgot file output character …
(edit) @30574   8 years ak19 Improving dispersed GS3: changes to util.pm fix the bug whereby the …
(edit) @30561   8 years ak19 All the changes (I think) to switch from port 80 as default for GS2 to …
(edit) @30533   8 years ak19 Adjustments for Windows OS to servercontrol.pm::config() which now …
(edit) @30531   8 years ak19 Fixing up the wget command issued by servercontrol.pm so that it will …
(edit) @30530   8 years ak19 Cosmetic change. Removed comment I'd copied in from another file and …
(edit) @30526   8 years ak19 activate.pl going through servercontrol.pl now using wget instead of …
(edit) @30524   8 years ak19 1. get_library_URL() called internal to servercontrol.pm when using …
(edit) @30523   8 years ak19 Renaming activate.pm to servercontrol.pm.
(edit) @30522   8 years ak19 Dr Bainbridge found a better place to instantiate the activate.pm …
(edit) @30520   8 years ak19 Refactoring activate.pl into activate.pm (class, OOP) and activate.pl. …
(edit) @30518   8 years ak19 Related to previous commit. Need to similarly handle another case of …
(edit) @30517   8 years ak19 Fixing incremental-rebuild when the database is gdbm. At this point …
(edit) @30492   8 years Georgiy Litvinov Fix for previous commit.
(edit) @30491   8 years Georgiy Litvinov Removed high and low surrogates from converted html
(edit) @30489   8 years davidb Added in missing function, after DBUtil rewrite
(edit) @30431   8 years davidb Changed the way 'append' is handled, to avoid having 'undefined' in @_ …
(edit) @30427   8 years davidb Technique for working out cached-dir name for file updated to allow it …
(edit) @30380   8 years Georgiy Litvinov Added hierarchy classifier information to buildConfig
(edit) @30370   8 years jmt12 Reverting these back to the older but better supported ISA approach to …
(edit) @30358   8 years Georgiy Litvinov Fix for -associate_tail_re option. Files with extensions that could be …
(edit) @30357   8 years jmt12 Wrapped the code that checks the path for the perllib in a …
(edit) @30356   8 years jmt12 Complete rewrite of dbutil.pm to (rather than have databases …
(edit) @30355   8 years jmt12 Initial checkin of OO drivers for new dbutils system
(edit) @30058   9 years davidb More careful checking/testing of parameters so an override is …
(edit) @30022   9 years ak19 Finally committing Dr Bainbridge's suggested fix (tested) to handle …
(edit) @30021   9 years ak19 Related to commit 29816: removing another debug statement.
(edit) @30019   9 years ak19 Japanese language core, perlmodule, glidict modules GS Interface …
(edit) @29976   9 years ak19 Spanish language greenstone3 and gsinstaller modules of Greenstone 3 …
(edit) @29837   9 years ak19 Spanish translations for modules auxdm, glihelp, glidict, perlmodules, …
(edit) @29822   9 years ak19 Arabic language coredm, auxdm, perlmodules and glidict translation …
(edit) @29821   9 years kjdon Detecting and handling the case where a 0 has been entered into …
(edit) @29820   9 years kjdon EmbeddedMEtadataPlugin needs to make raw filenames into unicode for …
(edit) @29819   9 years kjdon changed the name in the comments
(edit) @29818   9 years kjdon removing debug and old test code
(edit) @29817   9 years kjdon removing debug statements
(edit) @29816   9 years kjdon removing debug and commented out test lines
(edit) @29810   9 years ak19 trying to connect filenames got in perl to filenames in the metadata …
(edit) @29807   9 years ak19 needed the 'use Unicode::Normalize' line on the Mac.
(edit) @29796   9 years kjdon don't need use Win32 and anyway, can't have it when not running on windows
(edit) @29795   9 years kjdon change to using util method raw_filename_to_unicode. got this working …
(edit) @29794   9 years kjdon trying to get a proper unicode version of the filename. Need to …
(edit) @29763   9 years ak19 on macos, accented chars in filenames are in decomposed form, eg the …
(edit) @29762   9 years ak19 check if the filenames are url encoded - this happens for eg accented …
(edit) @29760   9 years kjdon try decoding against locale rather than utf8. will this work on …
(edit) @29745   9 years kjdon using Encode::decode to make the filenames 'unicode aware'. For …
(edit) @29724   9 years ak19 Emmanuel Chukwu had written in during the holidays, volunteering to be …
(edit) @29708   9 years ak19 Cosmetic.
Note: See TracRevisionLog for help on using the revision log.