# # ChangeLog for main/trunk/greenstone2/perllib # # Generated by Trac 1.4.2 # 2024-05-24T11:11:40+12:00 Wed, 29 May 2013 07:26:27 GMT ak19 [27508] * main/trunk/greenstone2/perllib/FileUtils.pm (modified) closeFileHandle() should deal with the case of the file not existing. Tue, 28 May 2013 21:51:07 GMT jmt12 [27505] * main/trunk/greenstone2/perllib/plugouts/BasePlugout.pm (modified) Closing the RSS filehandle with the new function in FileUtils too Tue, 28 May 2013 21:49:08 GMT jmt12 [27504] * main/trunk/greenstone2/perllib/plugouts/BasePlugout.pm (modified) Changing the wat get_new_doc_dir() works so that it creates the new ... Tue, 28 May 2013 02:36:23 GMT kjdon [27503] * main/trunk/greenstone2/perllib/plugins/MARCXMLPlugin.pm (modified) modified to handle files with just a single record. So no collection ... Tue, 28 May 2013 02:02:00 GMT kjdon [27502] * main/trunk/greenstone2/perllib/plugins/ISISPlugin.pm (modified) trying to fix double encoding issue for isis files. not sure that I ... Tue, 28 May 2013 01:47:46 GMT jmt12 [27501] * main/trunk/greenstone2/perllib/plugouts/BasePlugout.pm (modified) Missed (another) old style file open that instead needs to go through ... Tue, 28 May 2013 01:30:10 GMT jmt12 [27500] * main/trunk/greenstone2/perllib/plugouts/BasePlugout.pm (modified) Missed an old style file open that instead needs to go through ... Mon, 27 May 2013 23:47:42 GMT jmt12 [27499] * main/trunk/greenstone2/perllib/plugouts/BasePlugout.pm (modified) New configuration options to control the creation of directories in ... Mon, 27 May 2013 23:45:41 GMT jmt12 [27498] * main/trunk/greenstone2/perllib/strings.properties (modified) Strings for the new options in BasePlugout Mon, 27 May 2013 23:45:18 GMT jmt12 [27497] * main/trunk/greenstone2/perllib/plugouts/GreenstoneXMLPlugout.pm (modified) replacing util::mk_all_dirs() with FileUtils::makeAllDirectories() Mon, 27 May 2013 00:59:56 GMT jmt12 [27483] * main/trunk/greenstone2/perllib/inexport.pm (modified) Replace slash replacement regexs with a call the ... Mon, 27 May 2013 00:50:19 GMT jmt12 [27482] * main/trunk/greenstone2/perllib/buildcolutils.pm (modified) * main/trunk/greenstone2/perllib/inexport.pm (modified) Replace slash replacement regexs with a call the ... Thu, 23 May 2013 01:01:25 GMT jmt12 [27394] * main/trunk/greenstone2/perllib/inexport.pm (modified) Replaced hardcoded -e (which should have been a -d anyway) with ... Thu, 23 May 2013 00:59:21 GMT jmt12 [27393] * main/trunk/greenstone2/perllib/doc.pm (modified) Replace hardcoded -e with FileUtils::fileExists() call and util::rm() ... Wed, 22 May 2013 21:29:49 GMT jmt12 [27392] * main/trunk/greenstone2/perllib/buildcolutils.pm (modified) Correcting bug that left archivedir undefined in some circumstances - ... Wed, 22 May 2013 05:01:58 GMT ak19 [27390] * main/trunk/greenstone2/perllib/cgiactions/baseaction.pm (modified) Authentication hasn't been implemented for GS3 when using metadata- ... Tue, 21 May 2013 02:45:41 GMT jmt12 [27376] * main/trunk/greenstone2/perllib/FileUtils.pm (modified) Added a canRead() function, make openFileHandle() a bit smarter in ... Tue, 21 May 2013 02:44:13 GMT jmt12 [27375] * main/trunk/greenstone2/perllib/classify.pm (modified) Replaced a conditional add to INC with the call to the new function ... Tue, 21 May 2013 02:43:21 GMT jmt12 [27374] * main/trunk/greenstone2/perllib/util.pm (modified) Changing my comment style as I stumbled across a much nicer/clearer ... Fri, 17 May 2013 05:43:28 GMT ak19 [27366] * main/trunk/greenstone2/macros/style.dm (modified) * main/trunk/greenstone2/perllib/cgiactions/baseaction.pm (modified) * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) 1. Handling quotes and colons in user comments: since these are sent ... Thu, 16 May 2013 03:30:15 GMT kjdon [27358] * main/trunk/greenstone2/perllib/lucenebuildproc.pm (modified) indexing sortfields separately. tidy up the parsing of the indexes ... Thu, 16 May 2013 03:29:12 GMT kjdon [27357] * main/trunk/greenstone2/perllib/lucenebuilder.pm (modified) setting sortfield info to buildproc, and getting it back from ... Thu, 16 May 2013 03:24:14 GMT kjdon [27356] * main/trunk/greenstone2/perllib/colcfg.pm (modified) added sortfields (collect.cfg) and indexsortfields, indexsortfieldmap ... Thu, 16 May 2013 03:12:27 GMT kjdon [27354] * main/trunk/greenstone2/perllib/plugins/ImageConverter.pm (modified) changed some deprecated util methods for FileUtils methods Thu, 16 May 2013 03:11:31 GMT kjdon [27353] * main/trunk/greenstone2/perllib/strings.properties (modified) changed the definitions for some of the OIDtype options Thu, 16 May 2013 03:10:00 GMT kjdon [27352] * main/trunk/greenstone2/perllib/docproc.pm (modified) * main/trunk/greenstone2/perllib/inexport.pm (modified) * main/trunk/greenstone2/perllib/plugouts/BasePlugout.pm (modified) added filename into the list for OIDtype Thu, 16 May 2013 02:33:31 GMT kjdon [27350] * main/trunk/greenstone2/perllib/doc.pm (modified) removing the J from directory name for dirname option for OID. If ... Wed, 15 May 2013 04:12:53 GMT ak19 [27349] * main/trunk/greenstone2/perllib/cgiactions/baseaction.pm (modified) 1. Updated timestamp for a key that has been reused should not have a ... Tue, 14 May 2013 08:45:03 GMT ak19 [27336] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) 1. Fixed regex to retrieve collect_tail. It's unused at present, but ... Tue, 14 May 2013 03:44:52 GMT kjdon [27334] * main/trunk/greenstone2/perllib/classify.pm (modified) * main/trunk/greenstone2/perllib/inexport.pm (modified) 2 bugfixes that broke the building process. Tue, 14 May 2013 02:25:55 GMT ak19 [27333] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) * main/trunk/greenstone2/perllib/unicode.pm (modified) 1. Added the metadataaction::get_import_metadata_array() subroutine ... Mon, 13 May 2013 23:11:21 GMT kjdon [27329] * main/trunk/greenstone2/perllib/lucenebuilder.pm (modified) * main/trunk/greenstone2/perllib/lucenebuildproc.pm (modified) changes to match mgpp's shortname mapping stuff. Changed some util ... Mon, 13 May 2013 23:09:58 GMT kjdon [27328] * main/trunk/greenstone2/perllib/mgppbuilder.pm (modified) * main/trunk/greenstone2/perllib/mgppbuildproc.pm (modified) changed the way we store the list of fields that has been indexed, ... Mon, 13 May 2013 22:50:37 GMT kjdon [27327] * main/trunk/greenstone2/perllib/FileUtils.pm (modified) added a missing function into the list Mon, 13 May 2013 22:50:06 GMT kjdon [27326] * main/trunk/greenstone2/perllib/util.pm (modified) changed warning message to have correct function name Thu, 09 May 2013 08:31:59 GMT ak19 [27324] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) Added _get_archives_metadata_array and tested it. Otherwise it ... Thu, 09 May 2013 06:41:14 GMT ak19 [27323] * main/trunk/greenstone2/perllib/cgiactions/baseaction.pm (modified) authentication_enabled flag turned on again after accidentally ... Thu, 09 May 2013 04:33:05 GMT ak19 [27321] * main/trunk/greenstone2/perllib/plugins/MetadataCSVPlugin.pm (modified) Two bugfixes: 1. Handling of quotes not just the CSV fields ... Thu, 09 May 2013 01:39:24 GMT ak19 [27320] * main/trunk/greenstone2/perllib/cgiactions/baseaction.pm (modified) Oversight to previous commit: one more minor change. Previous commit ... Thu, 09 May 2013 01:31:55 GMT ak19 [27319] * main/trunk/greenstone2/perllib/cgiactions/baseaction.pm (modified) key DB is gdbm and has no way of changing the DB type. Can't use ... Wed, 08 May 2013 08:27:02 GMT ak19 [27318] * main/trunk/greenstone2/common-src/cgi-bin/gsdlCGI.pm (modified) * main/trunk/greenstone2/common-src/cgi-bin/metadata-server.pl (modified) * main/trunk/greenstone2/macros/style.dm (modified) * main/trunk/greenstone2/perllib/cgiactions/baseaction.pm (modified) * main/trunk/greenstone2/web/script/gsajaxapi.js (modified) Authentication at perl level for when setting user-added comments. 1. ... Tue, 07 May 2013 09:08:31 GMT ak19 [27315] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) No authentication and collection-locking when getting metadata. (Only ... Tue, 07 May 2013 09:08:06 GMT ak19 [27314] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) No authentication and collection-locking when getting metadata. (Only ... Tue, 07 May 2013 07:32:42 GMT ak19 [27313] * main/trunk/greenstone2/macros/style.dm (modified) * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) * main/trunk/greenstone2/web/script/gsajaxapi.js (modified) Now the existing user comments to be displayed are all retrieved in ... Tue, 07 May 2013 05:07:03 GMT ak19 [27312] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) get_metadata_array which takes a JSON string and returns one, ... Tue, 07 May 2013 02:59:52 GMT kjdon [27311] * main/trunk/greenstone2/perllib/FileUtils.pm (modified) building code needs FileHandle for autoflush Tue, 07 May 2013 02:22:32 GMT kjdon [27308] * main/trunk/greenstone2/perllib/classify/DateList.pm (modified) fixed up DateList so that reverse sort works properly when years are ... Mon, 06 May 2013 03:29:38 GMT jmt12 [27306] * main/trunk/greenstone2/perllib/FileUtils.pm (added) * main/trunk/greenstone2/perllib/basebuilder.pm (modified) * main/trunk/greenstone2/perllib/basebuildproc.pm (modified) * main/trunk/greenstone2/perllib/colcfg.pm (modified) * main/trunk/greenstone2/perllib/dbutil/gdbm.pm (modified) * main/trunk/greenstone2/perllib/doc.pm (modified) * main/trunk/greenstone2/perllib/gsprintf.pm (modified) * main/trunk/greenstone2/perllib/mgppbuilder.pm (modified) * main/trunk/greenstone2/perllib/plugins/ArchivesInfPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/BasePlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/DirectoryPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/GreenstoneXMLPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/HTMLPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/MetadataXMLPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugout.pm (modified) * main/trunk/greenstone2/perllib/plugouts/BasePlugout.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneXMLPlugout.pm (modified) * main/trunk/greenstone2/perllib/unicode.pm (modified) Moving the critical file-related functions (copy, rm, etc) out of ... Mon, 06 May 2013 03:26:13 GMT jmt12 [27304] * main/trunk/greenstone2/perllib/buildcolutils.pm (added) Moved the heavy lifting from the buildcol.pl script into a proper ... Mon, 06 May 2013 03:23:45 GMT jmt12 [27303] * main/trunk/greenstone2/perllib/IncrementalBuildUtils.pm (modified) * main/trunk/greenstone2/perllib/classify.pm (modified) * main/trunk/greenstone2/perllib/parse2.pm (modified) * main/trunk/greenstone2/perllib/parse3.pm (modified) * main/trunk/greenstone2/perllib/plugin.pm (modified) * main/trunk/greenstone2/perllib/util.pm (modified) Replacing hardcoded additions to INC and PATH environment variables ... Mon, 06 May 2013 03:21:07 GMT jmt12 [27302] * main/trunk/greenstone2/perllib/inexport.pm (modified) Removed parallel processing stuff as that now lives in an extension. ... Mon, 06 May 2013 03:19:40 GMT jmt12 [27301] * main/trunk/greenstone2/perllib/lucenebuilder.pm (modified) You can now use the indexname and indexlevel options to buildcol to ... Mon, 06 May 2013 03:04:58 GMT jmt12 [27300] * main/trunk/greenstone2/perllib/strings.properties (modified) Some strings for the next options to buildcol.pl allowing for finer ... Mon, 06 May 2013 02:59:03 GMT jmt12 [27299] * main/trunk/greenstone2/perllib/manifest.pm (modified) Extending manifest parsing with the idea of a manifest having a ... Mon, 06 May 2013 02:18:28 GMT jmt12 [27298] * main/trunk/greenstone2/perllib/dbutil/sqlite.pm (modified) Add hidden support for the new experimental multiple reader/writer ... Fri, 03 May 2013 06:25:10 GMT ak19 [27295] * main/trunk/greenstone2/common-src/cgi-bin/metadata-server.pl (modified) * main/trunk/greenstone2/perllib/cgiactions/baseaction.pm (modified) * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) This commit contains bugfixes for authentication within metadata- ... Wed, 01 May 2013 06:03:33 GMT ak19 [27283] * main/trunk/greenstone2/perllib/plugins/OAIPlugin.pm (modified) 1. Fixed an encoding bug that Diego helpfully discovered. Metadata ... Mon, 29 Apr 2013 08:25:28 GMT ak19 [27277] * main/trunk/greenstone2/macros/document.dm (modified) * main/trunk/greenstone2/perllib/cgiactions/baseaction.pm (modified) * main/trunk/greenstone2/web/script/gsajaxapi.js (modified) Adding an Ajax Synchronous Post method to gsajaxapi.js which is then ... Fri, 26 Apr 2013 06:30:12 GMT ak19 [27261] * main/trunk/greenstone2/perllib/cgiactions/baseaction.pm (modified) * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) Adding in 2 basic JSON examples for the metadata-server.pl help/usage ... Fri, 19 Apr 2013 06:19:09 GMT kjdon [27243] * main/trunk/greenstone2/perllib/cpan/perl-5.8/auto/Win32 (moved) Because activate uses perl modules like LWP and NET and URI which may ... Fri, 19 Apr 2013 06:18:40 GMT kjdon [27242] * main/trunk/greenstone2/perllib/cpan/perl-5.8/auto/HTML (moved) Because activate uses perl modules like LWP and NET and URI which may ... Fri, 19 Apr 2013 06:05:04 GMT kjdon [27241] * main/trunk/greenstone2/perllib/XMLParser.pm (modified) The test for Windows in the BEGIN block is no longer necessary now ... Fri, 19 Apr 2013 05:51:42 GMT kjdon [27239] * main/trunk/greenstone2/perllib/cpan/perl-5.8 (added) * main/trunk/greenstone2/perllib/cpan/perl-5.8/auto (added) First commit to do with moving the perl-5.8 specific files and ... Thu, 18 Apr 2013 04:05:33 GMT ak19 [27222] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) Found a bug in a recent change to remove_index_meta where the ... Wed, 17 Apr 2013 03:14:58 GMT davidb [27192] * main/trunk/greenstone2/perllib/basebuilder.pm (modified) * main/trunk/greenstone2/perllib/collConfigxml.pm (modified) Extra test added to avoid putting 'undef' into an array of values. ... Wed, 17 Apr 2013 02:50:53 GMT davidb [27191] * main/trunk/greenstone2/perllib/cpan/URI.pm (moved) This should be in the 'cpan' area Wed, 17 Apr 2013 02:49:43 GMT davidb [27190] * main/trunk/greenstone2/perllib/URI.pm (added) Needed by activate.pl but not part of Perl core language. Overlooked ... Wed, 17 Apr 2013 02:47:25 GMT davidb [27189] * main/trunk/greenstone2/perllib/colcfg.pm (modified) Some additional fields extracted/returned to collect config file that ... Wed, 17 Apr 2013 02:44:20 GMT davidb [27188] * main/trunk/greenstone2/perllib/basebuildproc.pm (modified) Deleting spurious binmode line Mon, 15 Apr 2013 08:49:36 GMT davidb [27183] * main/trunk/greenstone2/perllib/cpan/LWP (added) * main/trunk/greenstone2/perllib/cpan/LWP.pm (modified) * main/trunk/greenstone2/perllib/cpan/LWP/Authen (added) * main/trunk/greenstone2/perllib/cpan/LWP/Authen/Basic.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Authen/Digest.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Authen/Ntlm.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/ConnCache.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Debug.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/DebugFile.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/MediaTypes.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/MemberMixin.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/GHTTP.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/cpan.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/data.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/file.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/ftp.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/gopher.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/http.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/http10.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/https.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/https10.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/loopback.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/mailto.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/nntp.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/nogo.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/RobotUA.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Simple.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/UserAgent.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/media.types (added) Changing to using installed version of LWP that comes from libwww- ... Mon, 15 Apr 2013 08:48:05 GMT davidb [27182] * main/trunk/greenstone2/perllib/cpan/LWP (deleted) Removal of this version (v6.x) of LWP Mon, 15 Apr 2013 08:45:43 GMT davidb [27181] * main/trunk/greenstone2/perllib/cpan/Bundle (added) * main/trunk/greenstone2/perllib/cpan/Bundle/LWP.pm (added) * main/trunk/greenstone2/perllib/cpan/File/Listing.pm (added) * main/trunk/greenstone2/perllib/cpan/HTML/Form.pm (added) * main/trunk/greenstone2/perllib/cpan/HTTP/Cookies (added) * main/trunk/greenstone2/perllib/cpan/HTTP/Cookies.pm (added) * main/trunk/greenstone2/perllib/cpan/HTTP/Cookies/Microsoft.pm (added) * main/trunk/greenstone2/perllib/cpan/HTTP/Cookies/Netscape.pm (added) * main/trunk/greenstone2/perllib/cpan/HTTP/Daemon.pm (added) * main/trunk/greenstone2/perllib/cpan/HTTP/Negotiate.pm (added) * main/trunk/greenstone2/perllib/cpan/Net (added) * main/trunk/greenstone2/perllib/cpan/Net/HTTP (added) * main/trunk/greenstone2/perllib/cpan/Net/HTTP.pm (added) * main/trunk/greenstone2/perllib/cpan/Net/HTTP/Methods.pm (added) * main/trunk/greenstone2/perllib/cpan/Net/HTTP/NB.pm (added) * main/trunk/greenstone2/perllib/cpan/Net/HTTPS.pm (added) * main/trunk/greenstone2/perllib/cpan/WWW (added) * main/trunk/greenstone2/perllib/cpan/WWW/RobotRules (added) * main/trunk/greenstone2/perllib/cpan/WWW/RobotRules.pm (added) * main/trunk/greenstone2/perllib/cpan/WWW/RobotRules/AnyDBM_File.pm (added) Latest libwww-perl (v6x) isn't as self-sufficeint as earlier (v5.x) ... Mon, 15 Apr 2013 06:49:36 GMT ak19 [27180] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) A couple of the index_meta functions used gdbm methods instead of ... Fri, 12 Apr 2013 05:27:33 GMT ak19 [27176] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) import_meta functions are complete and tested now in this 2nd commit ... Fri, 12 Apr 2013 02:01:52 GMT davidb [27174] * main/trunk/greenstone2/perllib/cpan/Encode (added) * main/trunk/greenstone2/perllib/cpan/Encode/Locale.pm (added) * main/trunk/greenstone2/perllib/cpan/HTTP (added) * main/trunk/greenstone2/perllib/cpan/HTTP/Config.pm (added) * main/trunk/greenstone2/perllib/cpan/HTTP/Date.pm (added) * main/trunk/greenstone2/perllib/cpan/HTTP/Headers (added) * main/trunk/greenstone2/perllib/cpan/HTTP/Headers.pm (added) * main/trunk/greenstone2/perllib/cpan/HTTP/Headers/Auth.pm (added) * main/trunk/greenstone2/perllib/cpan/HTTP/Headers/ETag.pm (added) * main/trunk/greenstone2/perllib/cpan/HTTP/Headers/Util.pm (added) * main/trunk/greenstone2/perllib/cpan/HTTP/Message.pm (added) * main/trunk/greenstone2/perllib/cpan/HTTP/Request (added) * main/trunk/greenstone2/perllib/cpan/HTTP/Request.pm (added) * main/trunk/greenstone2/perllib/cpan/HTTP/Request/Common.pm (added) * main/trunk/greenstone2/perllib/cpan/HTTP/Response.pm (added) * main/trunk/greenstone2/perllib/cpan/HTTP/Status.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP (added) * main/trunk/greenstone2/perllib/cpan/LWP.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Authen (added) * main/trunk/greenstone2/perllib/cpan/LWP/Authen/Basic.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Authen/Digest.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Authen/Ntlm.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/ConnCache.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Debug.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/DebugFile.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/MemberMixin.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/GHTTP.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/cpan.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/data.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/file.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/ftp.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/gopher.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/http.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/loopback.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/mailto.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/nntp.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Protocol/nogo.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/RobotUA.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/Simple.pm (added) * main/trunk/greenstone2/perllib/cpan/LWP/UserAgent.pm (added) * main/trunk/greenstone2/perllib/cpan/URI (added) * main/trunk/greenstone2/perllib/cpan/URI/Escape.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/Heuristic.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/IRI.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/QueryParam.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/Split.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/URL.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/WithBase.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/_foreign.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/_generic.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/_idna.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/_ldap.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/_login.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/_punycode.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/_query.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/_segment.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/_server.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/_userpass.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/data.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/file (added) * main/trunk/greenstone2/perllib/cpan/URI/file.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/file/Base.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/file/FAT.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/file/Mac.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/file/OS2.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/file/QNX.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/file/Unix.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/file/Win32.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/ftp.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/gopher.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/http.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/https.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/ldap.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/ldapi.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/ldaps.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/mailto.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/mms.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/news.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/nntp.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/pop.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/rlogin.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/rsync.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/rtsp.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/rtspu.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/sip.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/sips.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/snews.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/ssh.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/telnet.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/tn3270.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/urn (added) * main/trunk/greenstone2/perllib/cpan/URI/urn.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/urn/isbn.pm (added) * main/trunk/greenstone2/perllib/cpan/URI/urn/oid.pm (added) Perl modules from CPAN that are used in supporting activate.pl, but ... Thu, 11 Apr 2013 06:56:35 GMT ak19 [27173] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) First commit to do with setting and removing import metadata. 1. Now ... Wed, 10 Apr 2013 06:28:32 GMT ak19 [27168] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) Second part of major restructuring of metadataaction: 1. the ... Wed, 10 Apr 2013 05:37:04 GMT ak19 [27167] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) Another bugfix: when doing a set_archives_meta with ... Tue, 09 Apr 2013 06:58:07 GMT ak19 [27162] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) Fixed bug in remove_index_metadata: it was specifically including the ... Mon, 08 Apr 2013 07:29:39 GMT ak19 [27160] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) Committing bugfix discovered during restructuring of code (the ... Fri, 05 Apr 2013 01:35:37 GMT ak19 [27159] * main/trunk/greenstone2/perllib/cgiactions/baseaction.pm (modified) Fixing how the collection_directory which gets locked upon a call to ... Thu, 04 Apr 2013 05:26:18 GMT ak19 [27157] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) First pass updating metadataaction.pm to create generic set_meta, ... Thu, 04 Apr 2013 04:37:03 GMT ak19 [27156] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) Possible bugfix. Subroutine remove_live_metadata used to lock the ... Thu, 04 Apr 2013 02:31:11 GMT ak19 [27155] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) Possible bugfix. Subroutine remove_metadata used to lock the ... Wed, 27 Mar 2013 22:10:39 GMT kjdon [27141] * main/trunk/greenstone2/perllib/plugins/MARCPlugin.pm (modified) fixed extract_metadata so that it will get all ocurrences of a ... Fri, 22 Mar 2013 03:39:00 GMT ak19 [27112] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) Adding in error processing code for when an invalid subsection is ... Fri, 22 Mar 2013 02:31:54 GMT ak19 [27111] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) Bugfix. When GS3 specifies that the metadata of a subsection is to be ... Wed, 20 Mar 2013 23:39:49 GMT kjdon [27106] * main/trunk/greenstone2/perllib/plugins/MARCPlugin.pm (modified) need to do the same utf8 decode step that is used in ReadTextFile on ... Tue, 19 Mar 2013 02:27:51 GMT kjdon [27098] * main/trunk/greenstone2/perllib/classify/List.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) new option for List: standardize_capitalization. If set, then ... Tue, 19 Mar 2013 00:39:28 GMT kjdon [27097] * main/trunk/greenstone2/perllib/collConfigxml.pm (modified) indexOption doesn't have sub element option any more Tue, 12 Mar 2013 02:46:34 GMT ak19 [27071] * main/trunk/greenstone2/perllib/plugouts/BasePlugout.pm (modified) Demo collection uses dc.Title metadata now instead of dls.Title. So ... Tue, 05 Mar 2013 05:58:46 GMT ak19 [27012] * main/trunk/greenstone2/perllib/downloaders/OAIDownload.pm (modified) As John Rose requested: when you build an oai collection with the ... Mon, 04 Mar 2013 23:04:19 GMT davidb [27007] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) Additional case for storing metadata now handled: that of when the ... Mon, 04 Mar 2013 04:25:51 GMT ak19 [26976] * main/trunk/greenstone2/bin/script/buildcol.pl (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) * main/trunk/greenstone2/perllib/util.pm (modified) First commit for RSS support: copying rss-items.rdf file across from ... Thu, 28 Feb 2013 02:30:44 GMT kjdon [26973] * main/trunk/greenstone2/perllib/util.pm (modified) don't lowercase the suffix in rename_file - if the original was ... Tue, 19 Feb 2013 01:12:28 GMT kjdon [26893] * main/trunk/greenstone2/perllib/plugins/BasePlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/ConvertBinaryFile.pm (modified) ConvertBinaryFile needs to reset the doc OID after all the processing ... Mon, 11 Feb 2013 02:25:22 GMT davidb [26867] * main/trunk/greenstone2/perllib/plugins/DirectoryPlugin.pm (modified) Added a block for pesky .DS_Store files, generated by Macs Mon, 11 Feb 2013 02:15:38 GMT davidb [26866] * main/trunk/greenstone2/perllib/plugins/ImageConverter.pm (modified) Introduction of -aspectpad... options. Useful when working with ... Sat, 09 Feb 2013 03:20:40 GMT davidb [26850] * main/trunk/greenstone2/perllib/doc.pm (modified) Additional tweak to handling Latitude and Longitude added, so ... Thu, 31 Jan 2013 19:14:12 GMT davidb [26825] * main/trunk/greenstone2/perllib/XMLParser.pm (modified) Perl version check for CPAN inclusion changed to something more ...