source: main/trunk/greenstone2/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @29582   9 years ak19 util::setup_greenstone_env() needs to handle env vars whose values are …
(edit) @29574   9 years Georgiy Litvinov Fix removeprefix and removesuffix fields issues with \ and "
(edit) @29540   9 years kjdon the shortname and full names had been mixed up, so swapped them over
(edit) @29476   9 years sjs49 First of 2 commits to get diffcol on the 64 bit Ubuntu that has perl …
(edit) @29461   9 years ak19 Dr Bainbridge fixed a bug where import/build perl script arguments …
(edit) @29422   9 years kjdon handling reading in and writing out defaultSort from and to …
(edit) @29379   9 years kjdon implementing statsfile option which is used by the depositor
(edit) @29370   10 years kjdon can't have a manifest version less than 1, so making the test == 1. It …
(edit) @29329   10 years ak19 Dr Bainbridge added SIG PIPE handling to mgbuilder to help him …
(edit) @29328   10 years ak19 Better debugging: if verbosity is >= 4, then mgbuilder and mgppbuilder …
(edit) @29176   10 years ak19 For Solr: 1. collConfig.pm now reads any option sub-elements for index …
(edit) @29163   10 years kjdon need to include sorttools to get the format metadata for sorting routine
(edit) @29144   10 years ak19 Part of port from lucene3.3.0 to lucene4.7.2. LuceneWrapper related. …
(edit) @29116   10 years ak19 imports of dbutil and util are necessary to get set_metadata.pl (which …
(edit) @29112   10 years kjdon when tidying up OIDs, replace periods with _ instead of just removing …
(edit) @29102   10 years kjdon added the string for PDFPlugin.use_realistic_book option
(edit) @29101   10 years kjdon added -use_realistic_book option. htis makes user you are converting …
(edit) @29099   10 years ak19 Cosmetic change after more important commit.
(edit) @29098   10 years ak19 Removing import metadata needs to take into account prevmetavalue and …
(edit) @29096   10 years kjdon new argument to print_txt_usage. Pass 1 if you don't want the output …
(edit) @29095   10 years kjdon new argument to print_txt_usage. Pass 1 if you don't want the output …
(edit) @29094   10 years kjdon added -metadata_selection_mode firstvalue|firstvalidmetadata|allvalues …
(edit) @29086   10 years kjdon need to decode prevmetavalue in same way as metavalue. clear all …
(edit) @29084   10 years kjdon when editing metadata from the on line library (log in, and edit …
(edit) @29079   10 years kjdon removed a comment no longer needed
(edit) @29078   10 years kjdon make builddir absolute if it isn't already (so you can say -builddir …
(edit) @29013   10 years ak19 Following Dr Bainbridge's suggestion on determining a document's title …
(edit) @29000   10 years ak19 Minor change to comment of previous commit
(edit) @28999   10 years ak19 To get a working RSS link to a document, the document's title needs to …
(edit) @28997   10 years ak19 Added an is_gs3 subroutine to util.pm and this is now used by …
(edit) @28996   10 years ak19 GS3 does not have the new httpdomainHtmlsafe macro introduced into GS2 …
(edit) @28954   10 years kjdon the library code is now going to use the indexsortfieldmap, and we …
(edit) @28911   10 years ak19 Fourth commit for security and safe cgiargs.
(edit) @28876   10 years kjdon earliestDatestamp should have a capital D
(edit) @28836   10 years ak19 A question on the mailing list involved accented characters in custom …
(edit) @28804   10 years ak19 Omission of 'utf8' noticed when debugging a related Unicode character …
(edit) @28803   10 years ak19 Testing with accented characters in MARC data showed up problems in …
(edit) @28801   10 years ak19 New mode to buildcol.pl added called 'extra'. This restricts the …
(edit) @28796   10 years ak19 Diego's Spano's bugfix to bug found by Justin Cooper when Justin was …
(edit) @28783   10 years ak19 Treatment of 'and' in the MARC*Plugin.pm an issue for Greenstone …
(edit) @28782   10 years ak19 Routine for reading in text files failed to 'decode' from UTF-8 to …
(edit) @28763   10 years kjdon added BasPlugout.no_auxiliary_databases
(edit) @28750   10 years ak19 Perlmodules module Kazakh and Russian translations. Many thanks to …
(edit) @28708   10 years kjdon check for xslt_mets and xslt_txt files
(edit) @28707   10 years kjdon new option no_auxiliary_databases to stop generating archivesinf files
(edit) @28706   10 years kjdon tidied this up a bit, can't really remember exactly what I have done …
(edit) @28705   10 years kjdon args can set their defaults in the data structure - we now use …
(edit) @28701   10 years kjdon added saveas_options and exportdir to the options that can be read in …
(edit) @28700   10 years kjdon when parsing the args, if we are setting the value based on the …
(edit) @28669   10 years ak19 This plugin is similar to CSVPlugin, but for tab-separated metadata files
(edit) @28642   10 years kjdon group processing code was GreenstoneXML format so moved it into …
(edit) @28641   10 years kjdon moved common import./export options to here. and moved checking …
(edit) @28638   10 years kjdon don't process a doc.xml entry if the group-position > 1: we have …
(edit) @28637   10 years kjdon added an extra field to the database: group-position. When we are …
(edit) @28604   10 years ak19 Found some issues when wanting to add in the CDS-ISIS tutorial …
(edit) @28603   10 years ak19 Found some issues when wanting to add in the CDS-ISIS tutorial …
(edit) @28575   10 years ak19 Removing the unused env_var variable from the set_gnomelib_env …
(edit) @28567   10 years kjdon changed some util:: to FIleUtils:: methods to avoid warnings
(edit) @28566   10 years kjdon changed some util:: to FIleUtils:: methods to avoid warnings
Note: See TracRevisionLog for help on using the revision log.