# # ChangeLog for main/trunk/greenstone2 # # Generated by Trac 1.4.2 # 2024-03-29T00:20:10+13:00 Thu, 08 Nov 2018 04:28:00 GMT ak19 [32584] * main/trunk/greenstone2/perllib/gssql.pm (modified) * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (modified) Some more tidying up of the code. Thu, 08 Nov 2018 04:22:04 GMT ak19 [32583] * main/trunk/greenstone2/perllib/gssql.pm (modified) * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (modified) 1. Some tidying up of the code. 2. Removing unnecessary calls to ... Wed, 07 Nov 2018 07:44:34 GMT ak19 [32582] * main/trunk/greenstone2/perllib/gssql.pm (modified) * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) Now that previous commit(s) put sig handlers in place in gs_sql, have ... Wed, 07 Nov 2018 06:04:30 GMT ak19 [32581] * main/trunk/greenstone2/perllib/gssql.pm (modified) Adding sigint, sigterm and sigkill handlers to gssql, which all call ... Wed, 07 Nov 2018 05:39:13 GMT ak19 [32580] * main/trunk/greenstone2/perllib/gssql.pm (modified) * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (modified) 1. support for port param when connecting to SQL DB. 2. GS SQL ... Wed, 07 Nov 2018 04:03:03 GMT ak19 [32579] * main/trunk/greenstone2/perllib/gssql.pm (modified) Correction to syntax. Tue, 06 Nov 2018 06:26:08 GMT ak19 [32578] * main/trunk/greenstone2/perllib/gssql.pm (modified) * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (modified) Optimising. The gssql class internally has only one shared connection ... Tue, 06 Nov 2018 03:26:57 GMT ak19 [32577] * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) Forgot to call superclass in overridden removeall(). Nothing broke so ... Tue, 06 Nov 2018 02:27:57 GMT ak19 [32576] * main/trunk/greenstone2/perllib/gssql.pm (modified) Tested CSVPlugin. Some helpful debug statements are logged to STDERR ... Mon, 05 Nov 2018 07:51:24 GMT ak19 [32575] * main/trunk/greenstone2/perllib/docprint.pm (modified) * main/trunk/greenstone2/perllib/gssql.pm (modified) * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) 1. gssql now does fetching all rows internally upon select. With this ... Mon, 05 Nov 2018 06:50:10 GMT ak19 [32574] * main/trunk/greenstone2/perllib/gssql.pm (modified) Instead of my our own caching of SQL prepare statements within the ... Mon, 05 Nov 2018 06:24:47 GMT ak19 [32573] * main/trunk/greenstone2/perllib/docprint.pm (modified) * main/trunk/greenstone2/perllib/gssql.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (modified) 1. Caching the prepared SQL insert statements inside the gssql class ... Mon, 05 Nov 2018 06:06:16 GMT ak19 [32572] * main/trunk/greenstone2/perllib/plugin.pm (modified) Dr Bainbridge simplified my boolean expression when he checked my ... Mon, 05 Nov 2018 03:46:34 GMT ak19 [32571] * main/trunk/greenstone2/perllib/gssql.pm (modified) * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) Optimised the SQL DB delete operations in case there are several in ... Mon, 05 Nov 2018 03:43:30 GMT ak19 [32570] * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) 1. Bugfix for when renaming an imported doc and incrementally- ... Fri, 02 Nov 2018 08:06:21 GMT ak19 [32566] * main/trunk/greenstone2/perllib/plugin.pm (modified) In some ways, it may be better if plugin.pm::remove_some() didn't ... Fri, 02 Nov 2018 07:51:09 GMT ak19 [32565] * main/trunk/greenstone2/perllib/plugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) I think this is a bugfix to plugin.pm::remove_some(): when processing ... Fri, 02 Nov 2018 06:56:25 GMT ak19 [32564] * main/trunk/greenstone2/perllib/plugouts/BasePlugout.pm (modified) The new docsql file format/name (used by GS SQL Plugs) also had ... Fri, 02 Nov 2018 06:07:16 GMT ak19 [32563] * main/trunk/greenstone2/perllib/gssql.pm (modified) * main/trunk/greenstone2/perllib/inexport.pm (modified) * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugouts/BasePlugout.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (modified) 1. Overhaul of GreenstoneSQLPlugs to handle removeold and incremental ... Fri, 02 Nov 2018 05:45:11 GMT ak19 [32562] * main/trunk/greenstone2/perllib/plugins/ArchivesInfPlugin.pm (modified) Before major changes to GSSQLPlugs, committing useful comments to ... Wed, 31 Oct 2018 07:12:48 GMT ak19 [32561] * main/trunk/greenstone2/perllib/gssql.pm (modified) Not just tables, but database names can't have hyphens in them when ... Wed, 31 Oct 2018 06:57:20 GMT ak19 [32560] * main/trunk/greenstone2/perllib/gssql.pm (modified) * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (modified) gssql constructor accepts a verbosity parameter Wed, 31 Oct 2018 06:48:18 GMT ak19 [32559] * main/trunk/greenstone2/perllib/gssql.pm (modified) * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) Removing db_encoding as parameters to GreenstoneSQLPlugout and ... Wed, 31 Oct 2018 05:58:56 GMT ak19 [32558] * main/trunk/greenstone2/perllib/gssql.pm (modified) Breadcrumbs on connection and some further helpful messages. Wed, 31 Oct 2018 05:25:03 GMT ak19 [32557] * main/trunk/greenstone2/perllib/gssql.pm (modified) 1. Bugfix to create_database method: db_name is now a parameter to ... Tue, 30 Oct 2018 06:38:15 GMT ak19 [32556] * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) Tested to find DBI connection attempt fails immediately when MySQL ... Tue, 30 Oct 2018 06:29:56 GMT ak19 [32555] * main/trunk/greenstone2/perllib/gssql.pm (modified) * main/trunk/greenstone2/perllib/inexport.pm (modified) * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugouts/BasePlugout.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (modified) 1. In GreenstoneSQLPlugout, removeold is now paramterised (as are ... Fri, 26 Oct 2018 07:12:14 GMT ak19 [32544] * main/trunk/greenstone2/perllib/gssql.pm (modified) * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) 1. GreenstoneSQLPlugin: now sub read() calls the new lazy_get_gssql() ... Fri, 26 Oct 2018 02:10:47 GMT ak19 [32543] * main/trunk/greenstone2/perllib/gssql.pm (modified) * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneXMLPlugout.pm (modified) Tidying up and adjusting TODO statements Thu, 25 Oct 2018 08:17:02 GMT ak19 [32542] * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneXMLPlugout.pm (modified) Instead of the docoid being stored in the docsql-.xml filename, ... Thu, 25 Oct 2018 07:12:42 GMT ak19 [32541] * main/trunk/greenstone2/bin/script/import.pl (modified) * main/trunk/greenstone2/perllib/gssql.pm (modified) * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) Using proper parameters to GreenstoneSQLPlugin/Plugout instead of ... Thu, 25 Oct 2018 06:35:32 GMT ak19 [32540] * main/trunk/greenstone2/perllib/inexport.pm (modified) * main/trunk/greenstone2/perllib/plugouts/BasePlugout.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) Modified BasePlugout so that plugouts now take the site_name ... Thu, 25 Oct 2018 05:12:59 GMT ak19 [32539] * main/trunk/greenstone2/perllib/basebuilder.pm (modified) * main/trunk/greenstone2/perllib/inexport.pm (modified) * main/trunk/greenstone2/perllib/plugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/PrintInfo.pm (modified) New plugin parameter site_name (only set for GS3) that is passed to ... Wed, 24 Oct 2018 07:41:01 GMT ak19 [32538] * main/trunk/greenstone2/perllib/gssql.pm (modified) * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) Previous commit message meant to be: string names of strings shared ... Wed, 24 Oct 2018 07:13:22 GMT ak19 [32537] * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) First commit to do with reading back in from the SQL DB. This commit ... Wed, 24 Oct 2018 07:11:33 GMT ak19 [32536] * main/trunk/greenstone2/perllib/docprint.pm (modified) * main/trunk/greenstone2/perllib/gssql.pm (modified) * main/trunk/greenstone2/perllib/plugins/GreenstoneSQLPlugin.pm (added) * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneXMLPlugout.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) First commit to do with reading back in from the SQL DB. This commit ... Wed, 24 Oct 2018 06:43:30 GMT ak19 [32535] * main/trunk/greenstone2/perllib/doc.pm (modified) * main/trunk/greenstone2/perllib/plugins/GreenstoneXMLPlugin.pm (modified) Fixing couple of typos before major commit. Tue, 23 Oct 2018 05:51:35 GMT ak19 [32534] * main/trunk/greenstone2/perllib/plugouts/GreenstoneXMLPlugout.pm (modified) Related to previous commit: had previously made one of the changes to ... Tue, 23 Oct 2018 04:27:36 GMT ak19 [32533] * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneXMLPlugout.pm (modified) GS SQL Plugout now writes its docobj contents (if any) and structure ... Tue, 23 Oct 2018 04:23:03 GMT ak19 [32532] * main/trunk/greenstone2/perllib/docprint.pm (modified) Correction to changes: recursive call in docprint should still be ... Tue, 23 Oct 2018 02:33:31 GMT ak19 [32531] * main/trunk/greenstone2/perllib/gssql.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (modified) 1. bugfix to GS SQLPlugout: recursive call didn't go through self ... Fri, 19 Oct 2018 07:54:17 GMT ak19 [32530] * main/trunk/greenstone2/perllib/gssql.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (modified) Some more tidying up: some params passed by GreenstoneSQLPlugout to ... Fri, 19 Oct 2018 07:42:08 GMT ak19 [32529] * main/trunk/greenstone2/perllib/gssql.pm (added) * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (modified) Split the database functions into their own file gssql.pm, so that ... Fri, 19 Oct 2018 04:17:08 GMT ak19 [32528] * main/trunk/greenstone2/bin/script/import.pl (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) Related to previous commit, part 2 of commit. Renamed new ... Fri, 19 Oct 2018 04:12:18 GMT ak19 [32527] * main/trunk/greenstone2/perllib/plugouts/GreenstoneSQLPlugout.pm (moved) Renaming new MySQLPlugout to GreenstoneSQLPlugout to indicate that it ... Fri, 19 Oct 2018 03:55:50 GMT ak19 [32526] * main/trunk/greenstone2/perllib/plugouts/MySQLPlugout.pm (modified) MySQLPlugout now calls SUPER::method_name() instead of ... Fri, 19 Oct 2018 03:54:52 GMT ak19 [32525] * main/trunk/greenstone2/perllib/inexport.pm (modified) Minor fix in comment. Thu, 18 Oct 2018 08:40:29 GMT ak19 [32524] * main/trunk/greenstone2/perllib/plugouts/MySQLPlugout.pm (modified) Creating db, creating tables and populating both coll_metadata and ... Thu, 18 Oct 2018 07:41:40 GMT ak19 [32523] * main/trunk/greenstone2/perllib/plugouts/MySQLPlugout.pm (modified) UNDOING PART OF RECENT COMMIT: Calling superclass ... Thu, 18 Oct 2018 07:29:26 GMT ak19 [32522] * main/trunk/greenstone2/perllib/plugouts/MySQLPlugout.pm (modified) Fixing some syntax errors Thu, 18 Oct 2018 07:25:28 GMT ak19 [32521] * main/trunk/greenstone2/perllib/plugouts/MySQLPlugout.pm (modified) 1. Calling superclass GreenstoneXMLPlugout's begin(), end(), ... Thu, 18 Oct 2018 06:36:33 GMT ak19 [32520] * main/trunk/greenstone2/perllib/plugouts/MySQLPlugout.pm (modified) Committing first cut of MySQLPlugout that uses DBI (DB interface) for ... Thu, 18 Oct 2018 06:34:48 GMT ak19 [32519] * main/trunk/greenstone2/perllib/inexport.pm (modified) * main/trunk/greenstone2/perllib/plugouts/BasePlugout.pm (modified) Added BasePlugout::end() so I can use it in the new MySQLPlugout, and ... Tue, 16 Oct 2018 00:52:48 GMT ak19 [32518] * main/trunk/greenstone2/bin/script/import.pl (modified) * main/trunk/greenstone2/perllib/docprint.pm (modified) * main/trunk/greenstone2/perllib/plugouts/MySQLPlugout.pm (added) * main/trunk/greenstone2/perllib/strings.properties (modified) Untested first attempt at MySQLPlugout that is meant to write ... Mon, 15 Oct 2018 04:40:16 GMT ak19 [32517] * main/trunk/greenstone2/bin/script/gti.pl (modified) Fixing a bug that Kathy found: serbian (bosnian herzegovina) cyrillic ... Mon, 15 Oct 2018 01:34:35 GMT ak19 [32516] * main/trunk/greenstone2/etc/main.cfg (modified) Although files for the language Igbo were added upon a translation ... Thu, 11 Oct 2018 07:37:31 GMT ak19 [32514] * main/trunk/greenstone2/perllib/docprint.pm (modified) Also need OUTPUT_NONE as an option when docprint.pm writes out doc.xml Thu, 11 Oct 2018 06:49:56 GMT ak19 [32513] * main/trunk/greenstone2/perllib/plugouts/GreenstoneXMLPlugout.pm (modified) Forgot to make some more minor changes in the previous commit's ... Thu, 11 Oct 2018 06:31:44 GMT ak19 [32512] * main/trunk/greenstone2/perllib/doc.pm (modified) * main/trunk/greenstone2/perllib/docprint.pm (modified) * main/trunk/greenstone2/perllib/oaiinfo.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneXMLPlugout.pm (modified) Refactoring some existing perl code as per Dr Bainbridge's ideas on ... Wed, 10 Oct 2018 08:25:13 GMT ak19 [32511] * main/trunk/greenstone2/bin/script/plugoutinfo.pl (modified) * main/trunk/greenstone2/perllib/plugout.pm (modified) * main/trunk/greenstone2/perllib/plugouts/BasePlugout.pm (modified) * main/trunk/greenstone2/perllib/plugouts/DSpacePlugout.pm (modified) * main/trunk/greenstone2/perllib/plugouts/FedoraMETSPlugout.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneMETSPlugout.pm (modified) * main/trunk/greenstone2/perllib/plugouts/GreenstoneXMLPlugout.pm (modified) * main/trunk/greenstone2/perllib/plugouts/MARCXMLPlugout.pm (modified) * main/trunk/greenstone2/perllib/plugouts/METSPlugout.pm (modified) Running plugoutinfo.pl with describeall or listall flag would break ... Tue, 09 Oct 2018 06:46:17 GMT ak19 [32509] * main/trunk/greenstone2/common-src/indexers/lucene-gs/src/org/greenstone/LuceneWrapper4/GS2LuceneQuery.java (modified) After changes in last 3 commits, reinstating the possible ... Tue, 09 Oct 2018 06:35:40 GMT ak19 [32508] * main/trunk/greenstone2/common-src/indexers/lucene-gs/src/org/greenstone/LuceneWrapper4/GS2LuceneQuery.java (modified) Continued from previous 2 commits: Properly spelled new method name ... Tue, 09 Oct 2018 06:27:11 GMT ak19 [32507] * main/trunk/greenstone2/common-src/indexers/lucene-gs/src/org/greenstone/LuceneWrapper4/GS2LuceneQuery.java (modified) Having committed the bugfix, commenting out debugging code. Tue, 09 Oct 2018 06:24:52 GMT ak19 [32506] * main/trunk/greenstone2/common-src/indexers/lucene-gs/src/org/greenstone/LuceneWrapper4/GS2LuceneQuery.java (modified) Bugfix to bug that Kathy discovered in code I committed: with the ... Mon, 08 Oct 2018 10:57:39 GMT Georgiy Litvinov [32501] * main/trunk/greenstone2/perllib/plugins/BaseImporter.pm (modified) * main/trunk/greenstone2/perllib/plugins/MetadataCSVPlugin.pm (modified) Workaround to set assign metadata via csv metadata plugin. "Section" ... Fri, 05 Oct 2018 03:48:04 GMT ak19 [32500] * main/trunk/greenstone2/perllib/plugins/ReadTextFile.pm (modified) For a test case, best_encoding come out with prefix/suffix to utf_8, ... Fri, 05 Oct 2018 03:46:39 GMT ak19 [32499] * main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm (modified) Fix for PDFv2 plugin's page buckets. Wed, 03 Oct 2018 09:28:51 GMT Georgiy Litvinov [32498] * main/trunk/greenstone2/perllib/servercontrol.pm (modified) Check for response containing 200 as Tomcat 8 does not return OK ... Tue, 25 Sep 2018 08:31:03 GMT ak19 [32494] * main/trunk/greenstone2/build-src/packages/Makefile (modified) * main/trunk/greenstone2/build-src/packages/Makefile.in (modified) Can't compile Crypt::LE at end of make all in build-src/packages, as ... Tue, 25 Sep 2018 07:49:53 GMT ak19 [32492] * main/trunk/greenstone2/build-src/packages/Makefile (modified) * main/trunk/greenstone2/build-src/packages/Makefile.in (modified) Linux release binaries broke. I think this change is a correction ... Mon, 24 Sep 2018 08:11:51 GMT ak19 [32481] * main/trunk/greenstone2/build-src/packages/Makefile (modified) * main/trunk/greenstone2/build-src/packages/Makefile.in (modified) Correction. Cascade-make of Crypt::LE perl package for darwin/mac ... Mon, 24 Sep 2018 03:37:45 GMT ak19 [32480] * main/trunk/greenstone2/build-src/packages/Makefile (modified) * main/trunk/greenstone2/build-src/packages/Makefile.in (modified) When build-src/packages is compiling up anything in perllib/cpan that ... Mon, 24 Sep 2018 03:27:24 GMT ak19 [32479] * main/trunk/greenstone2/perllib/cpan/compile-zerossl.sh (modified) Rename tmp folder to something more sensible and now works out what ... Mon, 17 Sep 2018 04:09:44 GMT ak19 [32462] * main/trunk/greenstone2/perllib/cpan/compile-zerossl.sh (modified) File comments and renaming TMPDIR to TEMP_DIR, since the former is a ... Mon, 17 Sep 2018 03:18:13 GMT ak19 [32461] * main/trunk/greenstone2/perllib/cpan/compile-zerossl.sh (modified) 1. Changes to get le.pl to finally work: the bootstrap files of the ... Thu, 13 Sep 2018 07:50:05 GMT ak19 [32456] * main/trunk/greenstone2/perllib/cpan/compile-zerossl.sh (added) First version of compile-zerossl.sh to build the Crypt::LE perl ... Fri, 07 Sep 2018 07:39:40 GMT ak19 [32432] * gs3-extensions/solr/trunk/src/gs3-setup.bat (modified) * gs3-extensions/solr/trunk/src/gs3-setup.sh (modified) * main/trunk/greenstone2/perllib/servercontrol.pm (modified) * main/trunk/greenstone2/perllib/util.pm (modified) * main/trunk/greenstone3/build.properties.svn (modified) * main/trunk/greenstone3/build.xml (modified) * main/trunk/greenstone3/resources/web/global.properties.svn (modified) * main/trunk/greenstone3/src/java/org/greenstone/util/GlobalProperties.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/util/ProtocolPortProperties.java (modified) 1. Since there's a chance that 127.0.0.1 isn't always the loopback ... Mon, 03 Sep 2018 04:30:26 GMT ak19 [32420] * main/trunk/greenstone2/setup.bat (modified) Improved way of finding OS bitness from bat, even though currently unused Thu, 23 Aug 2018 02:24:01 GMT ak19 [32373] * main/trunk/greenstone2/build-src/packages/configure (modified) Fix to recent changes for getting openssl included in GS3/bin/linux Thu, 23 Aug 2018 01:36:12 GMT ak19 [32364] * main/trunk/greenstone2/build-src/packages/configure (modified) Minor change Tue, 21 Aug 2018 08:10:01 GMT ak19 [32352] * main/trunk/greenstone2/build-src/packages/configure (modified) Including the necessary folders of the openssl that we compiled up in ... Fri, 17 Aug 2018 09:57:56 GMT ak19 [32345] * main/trunk/greenstone2/perllib/util.pm (modified) util.pm has to cope with library url being undefined: it can happen ... Wed, 15 Aug 2018 22:29:20 GMT kjdon [32343] * main/trunk/greenstone2/perllib/plugins/DirectoryPlugin.pm (modified) quantifiers mustn't have \ before { Wed, 15 Aug 2018 08:35:21 GMT ak19 [32341] * main/trunk/greenstone2/perllib/plugins/AutoLoadConverters.pm (modified) * main/trunk/greenstone2/perllib/plugins/DirectoryPlugin.pm (modified) 1. Fixing up regex syntax in DirectoryPlugin for perl 5.26 that comes ... Mon, 13 Aug 2018 23:43:35 GMT kjdon [32332] * main/trunk/greenstone2/perllib/plugins/StructuredHTMLPlugin.pm (modified) removed replace_images function. this inherits from HTMLPlugin, and ... Thu, 09 Aug 2018 02:51:37 GMT davidb [32330] * main/trunk/greenstone2/build-src/src/phind/generate/mglong.h (modified) Encouuntered a compilation error with this file when using Visual ... Mon, 06 Aug 2018 08:04:55 GMT ak19 [32325] * main/trunk/greenstone2/perllib/plugins/HTMLPlugin.pm (modified) Dr Bainbridge worked out the solution to HTMLPlugin not handling ... Mon, 06 Aug 2018 08:03:35 GMT ak19 [32324] * main/trunk/greenstone2/perllib/util.pm (modified) Minor changes to util.pm before committing a bugfix. Fri, 27 Jul 2018 07:18:38 GMT ak19 [32306] * main/trunk/greenstone2/perllib/util.pm (modified) Adding 2 perl debug subroutines to util.pm, debug_print_caller() and ... Fri, 27 Jul 2018 06:31:59 GMT ak19 [32305] * main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/UnknownConverterPlugin.pm (modified) 1. When a plugin's built on multiple inheritance, the first n-1 ... Thu, 26 Jul 2018 04:21:39 GMT ak19 [32303] * main/trunk/greenstone2/perllib/plugins/PDFv1Plugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) Forgot to update the plugin descriptions for the PDF plugins. Thu, 19 Jul 2018 09:02:22 GMT ak19 [32292] * main/trunk/greenstone2/bin/script/mkcol.pl (modified) Making PDFv2Plugin the default plugin for PDFs when running mkcol.pl ... Thu, 19 Jul 2018 08:52:06 GMT ak19 [32291] * main/trunk/greenstone2/collect/modelcol/etc/collectionConfig.xml (modified) Forgot to make PDFv2Plugin the default PDF plugin for new collections. Thu, 19 Jul 2018 07:54:32 GMT ak19 [32290] * main/trunk/greenstone2/bin/script/gsConvert.pl (modified) * main/trunk/greenstone2/perllib/plugins/PDFPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) 1. Making paged_pretty_html the default rather than pretty_html, ... Wed, 18 Jul 2018 09:11:21 GMT ak19 [32289] * main/trunk/greenstone2/perllib/plugins/PDFPlugin.pm (modified) The PDFPlugin is being deprecated (since PDFv1 and PDFv2 plugins are ... Wed, 18 Jul 2018 08:30:14 GMT ak19 [32287] * main/trunk/greenstone2/bin/script/gsConvert.pl (modified) * main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) Cleaning up unused strings, some debug statements and recently ... Wed, 18 Jul 2018 08:15:24 GMT ak19 [32286] * main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm (modified) PDFv2Plugin will only work out of the box for GS3 now: ... Wed, 18 Jul 2018 07:12:33 GMT ak19 [32285] * main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm (modified) Fix to sectionalising xpdftools' produced paged_pretty_html: Dr ... Wed, 18 Jul 2018 06:45:52 GMT ak19 [32284] * gs2-extensions/pdf-box/trunk/java/perllib/plugins/PDFBoxConverter.pm (modified) * gs2-extensions/pdf-box/trunk/pdf-box-java.tar.gz (modified) * gs2-extensions/pdf-box/trunk/pdf-box-java.zip (modified) * main/trunk/greenstone2/bin/script/gsConvert.pl (modified) * main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm (modified) PDFv2Plugin doesn't offer a zoom flag anymore, replaced with a dpi ... Tue, 17 Jul 2018 10:19:34 GMT ak19 [32283] * main/trunk/greenstone2/perllib/plugins/PDFv2Plugin.pm (modified) * main/trunk/greenstone2/perllib/strings.properties (modified) More stable behaviour by PDFv2Plugin: 1. when pdfbox_conversion is ...