# # ChangeLog for main/trunk/greenstone2/perllib # # Generated by Trac 1.4.2 # 2024-04-27T10:07:08+12:00 Tue, 05 Jun 2018 09:11:04 GMT ak19 [32193] * gs2-extensions/pdf-box/trunk/GS_PDFBox_README.txt (added) * gs2-extensions/pdf-box/trunk/java/lib/java/pdfbox-app.jar (modified) * gs2-extensions/pdf-box/trunk/java/perllib/plugins/PDFBoxConverter.pm (modified) * gs2-extensions/pdf-box/trunk/java/src (added) * gs2-extensions/pdf-box/trunk/java/src/GS_PDFToImagesAndText.java (added) * gs2-extensions/pdf-box/trunk/pdf-box-java.tar.gz (modified) * gs2-extensions/pdf-box/trunk/pdf-box-java.zip (modified) * main/trunk/greenstone2/perllib/util.pm (modified) All the *essential* changes related to the PDFBox modifications Kathy ... Mon, 28 May 2018 22:07:32 GMT kjdon [32192] * main/trunk/greenstone2/perllib/plugins/ImageConverter.pm (modified) with new result and result_str return values from convert, need to ... Mon, 21 May 2018 00:13:17 GMT kjdon [32186] * main/trunk/greenstone2/perllib/plugins/AutoLoadConverters.pm (modified) if the eval didn't work, all the return values might be undefined, so ... Mon, 21 May 2018 00:12:22 GMT kjdon [32185] * main/trunk/greenstone2/perllib/plugins/PagedImagePlugin.pm (modified) use new return values from ImageConverter::convert Mon, 21 May 2018 00:10:36 GMT kjdon [32184] * main/trunk/greenstone2/perllib/plugins/ImageConverter.pm (modified) change the return values of convert to match tmp_area_convert_file in ... Sun, 20 May 2018 22:20:27 GMT kjdon [32183] * main/trunk/greenstone2/perllib/plugins/ImageConverter.pm (modified) image height and width might be returned as 'unknown', in particular ... Sun, 08 Apr 2018 23:02:58 GMT kjdon [32166] * main/trunk/greenstone2/perllib/servercontrol.pm (modified) initialize response_content to avoid 'Use of uninitialized value ' errors Tue, 13 Mar 2018 02:59:21 GMT ak19 [32159] * main/trunk/greenstone2/perllib/plugins/MetadataXMLPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugouts/BasePlugout.pm (modified) incremental building was not being incremental when no metadata was ... Mon, 12 Feb 2018 22:21:47 GMT kjdon [32131] * main/trunk/greenstone2/perllib/plugins/DirectoryPlugin.pm (modified) don't want the initial , if trying to match 41 times. this is a ... Mon, 12 Feb 2018 21:38:29 GMT kjdon [32129] * main/trunk/greenstone2/perllib/plugins/BibTexPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/LaTeXPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/MediaWikiPlugin.pm (modified) After () in a regex, {} signifys quantifiers. eg (xx){2,4} - 2-4 ... Thu, 08 Feb 2018 01:34:56 GMT kjdon [32123] * main/trunk/greenstone2/perllib/FileUtils.pm (modified) when hard linking, if the destination file already exists then remove ... Thu, 08 Feb 2018 01:14:43 GMT kjdon [32122] * main/trunk/greenstone2/perllib/plugins/BibTexPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/LaTeXPlugin.pm (modified) we had [a-z]{2..} which causes an error in later versions of perl. ... Sun, 04 Feb 2018 23:22:47 GMT kjdon [32113] * main/trunk/greenstone2/perllib/downloaders/OAIDownload.pm (modified) tmpnam isn't being used anyway, and it is deprecated in perl 5.24, ... Sun, 04 Feb 2018 23:20:55 GMT kjdon [32112] * main/trunk/greenstone2/perllib/strings.properties (modified) added downloadinfo.no_download_name which was missing Tue, 12 Dec 2017 04:06:51 GMT ak19 [32097] * main/trunk/greenstone2/perllib/oaiinfo.pm (modified) Commenting out unused line Tue, 12 Dec 2017 03:47:34 GMT ak19 [32096] * main/trunk/greenstone2/bin/script/gti.pl (modified) * main/trunk/greenstone2/bin/script/replace_srcdoc_with_html.pl (modified) * main/trunk/greenstone2/perllib/plugins/HTMLPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/ReadTextFile.pm (modified) * main/trunk/greenstone2/perllib/servercontrol.pm (modified) * main/trunk/greenstone2/perllib/util.pm (modified) Marking all the uses of sysread() with a comment saying they're a ... Fri, 08 Dec 2017 07:16:36 GMT ak19 [32090] * gs2-extensions/pdf-box/trunk/java/perllib/plugins/PDFBoxConverter.pm (modified) * main/trunk/greenstone2/perllib/FileUtils.pm (modified) Related to the previous commit, revision 32089. Some improvements. Fri, 08 Dec 2017 06:16:12 GMT ak19 [32089] * gs2-extensions/pdf-box/trunk/java/perllib/plugins/PDFBoxConverter.pm (modified) * main/trunk/greenstone2/perllib/FileUtils.pm (modified) 1. Attempted fix by Kathy and me for Diego's problem of PDFBox's ... Thu, 23 Nov 2017 00:50:51 GMT kjdon [32079] * main/trunk/greenstone2/perllib/cgiactions/modmetadataaction.pm (modified) removed some print statements. Added some more explanations Tue, 21 Nov 2017 03:02:00 GMT kjdon [32077] * main/trunk/greenstone2/perllib/cgiactions/modmetadataaction.pm (modified) Removed debugging, and added some comments. Tue, 21 Nov 2017 01:42:25 GMT kjdon [32076] * main/trunk/greenstone2/perllib/cgiactions/modmetadataaction.pm (modified) Bugfix (with debugging left in). The set-archive-metadata would ... Tue, 14 Nov 2017 00:40:47 GMT ak19 [32062] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) Committing unused and untested new subroutines, in case they may ... Mon, 06 Nov 2017 05:54:37 GMT ak19 [32061] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) * main/trunk/greenstone2/perllib/cgiactions/modmetadataaction.pm (modified) Moving two subroutines from modmetadataaction.pm to metadataaction.pm ... Fri, 06 Oct 2017 05:55:29 GMT ak19 [32028] * main/trunk/greenstone2/perllib/plugins/UnknownConverterPlugin.pm (modified) 1. Bugfix to previous commit: var might not be on an ... Thu, 05 Oct 2017 08:48:01 GMT ak19 [32026] * main/trunk/greenstone2/perllib/plugins/UnknownConverterPlugin.pm (modified) Some more placeholder strings for the UnknownConverterPlugin to ... Wed, 27 Sep 2017 03:56:08 GMT ak19 [32000] * main/trunk/gli/classes/dictionary_fr.properties (modified) * main/trunk/greenstone2/macros/french.dm (modified) * main/trunk/greenstone2/macros/french2.dm (modified) * main/trunk/greenstone2/perllib/strings_fr.properties (modified) French language auxdm, coredm, perlmodules and glidict modules of GS2 ... Tue, 26 Sep 2017 23:39:40 GMT kjdon [31999] * main/trunk/greenstone2/perllib/strings.properties (modified) small change based on feedback from John Rose Sun, 24 Sep 2017 22:30:01 GMT kjdon [31987] * main/trunk/greenstone2/perllib/strings.properties (modified) changed a couple of descriptions after queries from John Rose Sun, 24 Sep 2017 22:29:17 GMT kjdon [31986] * main/trunk/greenstone2/perllib/colcfg.pm (modified) added NO_IMPORT to list of string options Tue, 19 Sep 2017 06:59:51 GMT ak19 [31975] * main/trunk/greenstone2/perllib/downloaders/WgetDownload.pm (modified) Another bugfix to downloading. Downloading over OAI wasn't working. ... Fri, 15 Sep 2017 09:00:00 GMT ak19 [31973] * main/trunk/greenstone2/perllib/IncrementalBuildUtils.pm (modified) Related to previous commit which contained Dr Bainbridge's fix to bug ... Fri, 15 Sep 2017 08:55:51 GMT ak19 [31972] * main/trunk/greenstone2/perllib/IncrementalBuildUtils.pm (modified) * main/trunk/greenstone2/setup.bash (modified) GS2 on Mac now comes with a bundled JRE, since Maverick or Yosemite ... Fri, 15 Sep 2017 08:51:38 GMT ak19 [31971] * main/trunk/greenstone2/perllib/util.pm (modified) Emacs tabbing Mon, 11 Sep 2017 04:37:18 GMT ak19 [31959] * main/trunk/greenstone2/perllib/strings_gu.properties (modified) Gujarati language perlmodules module of GS interface. Many thanks to ... Sun, 10 Sep 2017 21:53:59 GMT kjdon [31958] * main/trunk/greenstone2/perllib/plugins/ImageConverter.pm (modified) use identify to work out the filetype of the original file, rather ... Fri, 08 Sep 2017 07:35:17 GMT ak19 [31957] * main/trunk/greenstone2/perllib/downloaders/WebDownload.pm (modified) * main/trunk/greenstone2/perllib/downloaders/WgetDownload.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) Tidying up. 1. Shifting informative error message to ... Fri, 08 Sep 2017 07:08:40 GMT ak19 [31956] * main/trunk/greenstone2/perllib/downloaders/WgetDownload.pm (modified) Dr Bainbridge read up on why the Sockets to our wget child process' ... Thu, 07 Sep 2017 13:57:31 GMT Georgiy Litvinov [31955] * main/trunk/greenstone2/perllib/plugins/HTMLPlugin.pm (modified) Prevent page from reloading on open same-section links Thu, 07 Sep 2017 07:54:22 GMT ak19 [31952] * main/trunk/greenstone2/perllib/servercontrol.pm (modified) Fix for when GS2 installation has spaces in its filepath Fri, 01 Sep 2017 08:50:34 GMT ak19 [31929] * main/trunk/greenstone2/perllib/downloaders/WgetDownload.pm (modified) The recent overhaul of perl running wget and allowing proper ... Fri, 01 Sep 2017 00:27:21 GMT kjdon [31926] * main/trunk/greenstone2/perllib/plugins/ImageConverter.pm (modified) added a new option 'store_original_image'. If this is set, and the ... Wed, 30 Aug 2017 07:29:36 GMT ak19 [31920] * main/trunk/greenstone2/perllib/downloaders/WebDownload.pm (modified) * main/trunk/greenstone2/perllib/downloaders/WgetDownload.pm (modified) Untested on Windows as yet. 1. Major overhaul to WgetDownload's ... Thu, 24 Aug 2017 00:34:30 GMT kjdon [31919] * main/trunk/greenstone2/perllib/parse2.pm (modified) small tidy up to parsing. remove - if there, but allow the arg to not ... Fri, 18 Aug 2017 07:51:51 GMT ak19 [31904] * main/trunk/greenstone2/collect/demo/etc/oai-inf.gdb (modified) * main/trunk/greenstone2/perllib/oaiinfo.pm (modified) * main/trunk/greenstone2/runtime-src/src/colservr/comtypes.h (modified) The new record in oai-inf db containing the earliest timestamp of the ... Thu, 17 Aug 2017 08:29:16 GMT ak19 [31900] * main/trunk/greenstone2/perllib/oaiinfo.pm (modified) When the oai-inf.db for a collection is first created, oaiinfo.pm now ... Thu, 17 Aug 2017 04:26:44 GMT ak19 [31899] * main/trunk/greenstone2/perllib/strings.properties (modified) * main/trunk/greenstone2/perllib/strings_ar.properties (modified) * main/trunk/greenstone2/perllib/strings_es.properties (modified) * main/trunk/greenstone2/perllib/strings_fr.properties (modified) * main/trunk/greenstone2/perllib/strings_ja.properties (modified) * main/trunk/greenstone2/perllib/strings_kk.properties (modified) * main/trunk/greenstone2/perllib/strings_ro.properties (modified) * main/trunk/greenstone2/perllib/strings_ru.properties (modified) * main/trunk/greenstone2/perllib/strings_th.properties (modified) Literal dollar sign used in EmailPlugin's description does not need ... Thu, 17 Aug 2017 04:15:10 GMT ak19 [31898] * main/trunk/greenstone2/perllib/downloaders/WebDownload.pm (modified) * main/trunk/greenstone2/perllib/gsprintf.pm (modified) With Kathy's commit 31896 doing away with the need for the recently ... Thu, 17 Aug 2017 02:48:04 GMT kjdon [31896] * main/trunk/greenstone2/perllib/gsprintf.pm (modified) let properties files have \n and \t in them to represent newlines and ... Wed, 16 Aug 2017 10:04:15 GMT ak19 [31888] * main/trunk/gli/classes/dictionary_es.properties (modified) * main/trunk/greenstone2/perllib/strings_es.properties (modified) Spanish language for perlmodules and glidict module of the GS ... Wed, 16 Aug 2017 09:59:23 GMT ak19 [31887] * main/trunk/gli/classes/dictionary_ja.properties (modified) * main/trunk/greenstone2/macros/japanese2.dm (modified) * main/trunk/greenstone2/perllib/strings_ja.properties (modified) * main/trunk/greenstone3/web/WEB-INF/classes/ServiceRack_ja.properties (modified) * main/trunk/greenstone3/web/WEB-INF/classes/interface_default_ja.properties (modified) * main/trunk/greenstone3/web/WEB-INF/classes/metadata_names_ja.properties (modified) * main/trunk/greenstone3/web/sites/localsite/resources/siteConfig_ja.properties (added) Japanese language GS interface for modules auxdm, perlmodules, ... Mon, 14 Aug 2017 10:23:04 GMT ak19 [31880] * main/trunk/gli/classes/dictionary.properties (modified) * main/trunk/gli/src/org/greenstone/gatherer/Gatherer.java (modified) * main/trunk/gli/src/org/greenstone/gatherer/download/DownloadJob.java (modified) * main/trunk/gli/src/org/greenstone/gatherer/download/DownloadScrollPane.java (modified) * main/trunk/gli/src/org/greenstone/gatherer/download/ServerInfoDialog.java (modified) * main/trunk/gli/src/org/greenstone/gatherer/gui/DownloadPane.java (modified) * main/trunk/gli/src/org/greenstone/gatherer/gui/Preferences.java (modified) * main/trunk/greenstone2/perllib/downloaders/WebDownload.pm (modified) * main/trunk/greenstone2/perllib/downloaders/WgetDownload.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) All the changes that were required to set up multiple proxy servers, ... Fri, 11 Aug 2017 06:22:36 GMT ak19 [31878] * main/trunk/gli/src/org/greenstone/gatherer/download/DownloadJob.java (modified) * main/trunk/gli/src/org/greenstone/gatherer/download/ServerInfoDialog.java (modified) * main/trunk/greenstone2/perllib/downloaders/WebDownload.pm (modified) * main/trunk/greenstone2/perllib/downloaders/WgetDownload.pm (modified) 1. Previous commit message was incorrect: it wasn't that perl wasn't ... Fri, 11 Aug 2017 05:07:44 GMT ak19 [31877] * main/trunk/gli/src/org/greenstone/gatherer/download/DownloadJob.java (modified) * main/trunk/gli/src/org/greenstone/gatherer/download/ServerInfoDialog.java (modified) * main/trunk/gli/src/org/greenstone/gatherer/gui/DownloadPane.java (modified) * main/trunk/greenstone2/perllib/downloaders/WebDownload.pm (modified) * main/trunk/greenstone2/perllib/downloaders/WgetDownload.pm (modified) Getting Windows wget to use proxy settings in environment. They ... Fri, 11 Aug 2017 04:13:34 GMT ak19 [31876] * main/trunk/greenstone2/perllib/util.pm (modified) 1. Getting the recently added util::print_env() subroutine, which has ... Fri, 11 Aug 2017 04:13:21 GMT ak19 [31875] * main/trunk/gli/classes/dictionary.properties (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) 1. Getting the recently added util::print_env() subroutine, which has ... Thu, 10 Aug 2017 08:22:15 GMT ak19 [31874] * main/trunk/greenstone2/perllib/downloaders/WgetDownload.pm (modified) Fix ahead of switching over to proxy env vars on Windows. This fix ... Wed, 09 Aug 2017 08:24:33 GMT ak19 [31864] * main/trunk/gli/src/org/greenstone/gatherer/gui/DownloadPane.java (modified) * main/trunk/greenstone2/perllib/downloaders/WebDownload.pm (modified) * main/trunk/greenstone2/perllib/downloaders/WgetDownload.pm (modified) 1. Modified GLI and perl to set proxy_on, proxy_host and proxy_port ... Wed, 09 Aug 2017 07:23:08 GMT ak19 [31863] * main/trunk/greenstone2/perllib/util.pm (modified) Additional changes to previous commit so that the new util::print_env ... Wed, 09 Aug 2017 07:09:28 GMT ak19 [31862] * main/trunk/greenstone2/perllib/util.pm (modified) Adding a new subroutine print_env() that may be useful for debugging ... Wed, 09 Aug 2017 06:41:29 GMT ak19 [31861] * main/trunk/gli/classes/dictionary.properties (modified) * main/trunk/gli/src/org/greenstone/gatherer/download/URLConnectionManager.java (modified) * main/trunk/gli/src/org/greenstone/gatherer/gui/Preferences.java (modified) * main/trunk/greenstone2/perllib/downloaders/WebDownload.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) Correcting Https to https. Wed, 09 Aug 2017 04:48:21 GMT ak19 [31860] * main/trunk/gli/classes/dictionary.properties (modified) * main/trunk/gli/src/org/greenstone/gatherer/download/ServerInfoDialog.java (modified) * main/trunk/gli/src/org/greenstone/gatherer/gui/DownloadPane.java (modified) * main/trunk/gli/src/org/greenstone/gatherer/gui/Preferences.java (modified) * main/trunk/greenstone2/perllib/downloaders/WebDownload.pm (modified) * main/trunk/greenstone2/perllib/downloaders/WgetDownload.pm (modified) * main/trunk/greenstone2/perllib/gsprintf.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) The changes necessary for getting the new no_check_certificate ... Mon, 07 Aug 2017 07:30:06 GMT ak19 [31857] * main/trunk/greenstone2/perllib/downloaders/WebDownload.pm (modified) Committing syntax error in previous commit Mon, 07 Aug 2017 07:09:21 GMT ak19 [31856] * main/trunk/greenstone2/perllib/downloaders/WebDownload.pm (modified) * main/trunk/greenstone2/perllib/downloaders/WgetDownload.pm (modified) If the proxy settings are wrong or set when not needed, pressing the ... Fri, 04 Aug 2017 07:21:32 GMT ak19 [31853] * main/trunk/greenstone2/perllib/downloaders/WebDownload.pm (modified) Reverting some bad choices when setting wget customisation flags in ... Thu, 03 Aug 2017 07:28:08 GMT ak19 [31851] * main/trunk/gli/src/org/greenstone/gatherer/gui/DownloadPane.java (modified) * main/trunk/greenstone2/perllib/downloaders/WebDownload.pm (modified) * main/trunk/greenstone2/perllib/downloaders/WgetDownload.pm (modified) 1. Fixes to get proxying to work on Windows. 2. Fixes to timeout if a ... Thu, 20 Jul 2017 04:16:44 GMT ak19 [31812] * main/trunk/greenstone2/perllib/cpan/URI/Escape.pm (modified) The newer changes to Escape.pm's escape_char() that Dr Bainbridge ... Tue, 11 Jul 2017 06:28:41 GMT ak19 [31787] * main/trunk/greenstone2/perllib/strings.properties (modified) Fixing up a couple of strings for the UnknownConverterPlugin. BUG: ... Fri, 07 Jul 2017 08:11:43 GMT ak19 [31781] * main/trunk/greenstone2/perllib/cpan/JSON/PP.pm (modified) * main/trunk/greenstone2/perllib/cpan/URI/Escape.pm (modified) Adding in patches to cpan perl code as required to get the remote ... Fri, 07 Jul 2017 07:19:14 GMT ak19 [31780] * main/trunk/greenstone2/perllib/plugins/BibTexPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/LaTeXPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/MediaWikiPlugin.pm (modified) When testing GS3.08's GLI on Ubuntu v 16.04, found its perl v 5.22.1 ... Thu, 29 Jun 2017 23:03:07 GMT kjdon [31767] * main/trunk/greenstone2/perllib/classify/List.pm (modified) added missing closing ) Thu, 29 Jun 2017 07:50:02 GMT ak19 [31766] * main/trunk/greenstone2/perllib/plugins/ConvertBinaryFile.pm (modified) * main/trunk/greenstone2/perllib/plugins/UnknownConverterPlugin.pm (modified) 1. Refactored ConvertBinaryFile:tmp_area_convert_file() to do the ... Thu, 29 Jun 2017 07:31:52 GMT ak19 [31765] * main/trunk/greenstone2/perllib/plugins/HTMLPlugin.pm (modified) Cosmetic change to error message Thu, 29 Jun 2017 06:25:57 GMT ak19 [31764] * main/trunk/greenstone2/perllib/plugins/UnknownConverterPlugin.pm (modified) Should replace INPUT_FILE placeholder with softlink path tmp_filename ... Thu, 29 Jun 2017 06:18:06 GMT ak19 [31763] * main/trunk/greenstone2/perllib/plugins/UnknownConverterPlugin.pm (modified) Fixing somethings before attempting to refactor tmp_area_convert_file Thu, 29 Jun 2017 05:29:43 GMT ak19 [31762] * main/trunk/greenstone2/perllib/plugins/UnknownConverterPlugin.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) Changed the placeholder names to what Dr Bainbridge suggested, which ... Thu, 29 Jun 2017 04:27:37 GMT ak19 [31761] * main/trunk/greenstone2/perllib/plugins/ConvertBinaryFile.pm (modified) * main/trunk/greenstone2/perllib/plugins/PowerPointPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/UnknownConverterPlugin.pm (modified) Moved function generate_item_file that's shared between ... Thu, 29 Jun 2017 03:19:01 GMT ak19 [31760] * main/trunk/greenstone2/perllib/plugins/UnknownConverterPlugin.pm (moved) Making the plugin active. It's rudimentary, but works when I pass in ... Thu, 29 Jun 2017 03:12:38 GMT ak19 [31759] * main/trunk/greenstone2/perllib/plugins/UnknownConverterPlugin.pm.bak (modified) The previous commit put text into doc.xml, but no text was visible in ... Wed, 28 Jun 2017 08:39:16 GMT ak19 [31757] * main/trunk/greenstone2/perllib/plugins/UnknownConverterPlugin.pm.bak (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) Fixed the earlier problems, which, it turned out, had to do with the ... Mon, 26 Jun 2017 04:02:15 GMT ak19 [31754] * main/trunk/greenstone2/perllib/strings.properties (modified) Related to the previous commit (31753). Mon, 26 Jun 2017 04:01:43 GMT ak19 [31753] * main/trunk/greenstone2/bin/script/buildcol.pl (modified) * main/trunk/greenstone2/perllib/buildcolutils.pm (modified) Two fixes Kathy requested: 1. when running buildcol, ONLY deactivate ... Thu, 22 Jun 2017 06:10:17 GMT ak19 [31745] * main/trunk/greenstone2/perllib/plugins/UnknownConverterPlugin.pm.bak (modified) Another change that's needed, this time to add the plugin. Thu, 22 Jun 2017 05:41:38 GMT ak19 [31744] * main/trunk/greenstone2/perllib/plugins/UnknownConverterPlugin.pm.bak (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) Further changes to new UnknownConverterPlugin that's still in ... Mon, 19 Jun 2017 06:52:02 GMT ak19 [31743] * main/trunk/greenstone2/perllib/plugins/UnknownConverterPlugin.pm.bak (added) Committing first attempt at new UnknownConverterPlugin, which hasn't ... Mon, 19 Jun 2017 05:14:28 GMT ak19 [31742] * main/trunk/greenstone2/perllib/plugins/PowerPointPlugin.pm (modified) No need to hardcode the plugin name Wed, 14 Jun 2017 22:51:26 GMT kjdon [31739] * main/trunk/greenstone2/perllib/classify/RecentDocumentsList.pm (modified) meta_a or meta_b may not be defined if the docs don't have metadata ... Wed, 07 Jun 2017 05:08:35 GMT ak19 [31724] * main/trunk/greenstone2/perllib/FileUtils.pm (modified) Adding in a modification to a line that I earlier found I needed on ... Wed, 07 Jun 2017 05:07:44 GMT ak19 [31723] * main/trunk/greenstone2/perllib/oaiinfo.pm (modified) Minor changes to comments. Thu, 25 May 2017 01:21:02 GMT kjdon [31700] * main/trunk/greenstone2/bin/script/import.pl (modified) * main/trunk/greenstone2/perllib/inexport.pm (modified) export.pl has -saveas_options so you can pass in plugout options. ... Mon, 22 May 2017 01:50:40 GMT kjdon [31694] * main/trunk/greenstone2/perllib/util.pm (modified) testing on commdev I had the situation where the apache user couldn't ... Thu, 18 May 2017 02:40:47 GMT kjdon [31690] * main/trunk/greenstone2/perllib/plugins/DirectoryPlugin.pm (modified) removing debug statements Thu, 18 May 2017 02:40:20 GMT kjdon [31689] * main/trunk/greenstone2/perllib/plugins/HTMLPlugin.pm (modified) removing debug statements Thu, 18 May 2017 02:39:49 GMT kjdon [31688] * main/trunk/greenstone2/perllib/plugins/CommonUtil.pm (modified) removing debug statements Thu, 11 May 2017 02:18:04 GMT kjdon [31673] * main/trunk/greenstone2/perllib/classify.pm (modified) don't add the AllList classifier any more. This was originally added ... Thu, 11 May 2017 02:16:29 GMT kjdon [31672] * main/trunk/greenstone2/perllib/classify/AllList.pm (modified) undoing Anu's previous commit. We don't want to make the AllList ... Thu, 20 Apr 2017 08:31:54 GMT ak19 [31617] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) * main/trunk/greenstone2/perllib/cgiactions/modmetadataaction.pm (modified) Removing the debugging. Wed, 19 Apr 2017 09:35:50 GMT ak19 [31602] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) * main/trunk/greenstone2/perllib/cgiactions/modmetadataaction.pm (added) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/build/GS2PerlConstructor.java (modified) Follows Dr Bainbridge's suggestion to prevent URL based calls to set- ... Thu, 06 Apr 2017 22:33:58 GMT ak19 [31589] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) Bugfixes I think. Noticed that remove-archives-meta was removing the ... Thu, 06 Apr 2017 02:48:16 GMT kjdon [31577] * main/trunk/greenstone2/perllib/classify/List.pm (modified) changed my mind. now declaring aStr and bStr variables, cos what if ... Thu, 06 Apr 2017 02:23:55 GMT kjdon [31576] * main/trunk/greenstone2/perllib/classify/List.pm (modified) redo last log message: on toro (perl 5.12) it complained about 'can't ...