# # ChangeLog for main # # Generated by Trac 1.4.2 # 2024-03-29T05:37:37+13:00 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- ... Mon, 05 Nov 2018 01:38:04 GMT kjdon [32569] * main/trunk/greenstone3/web/interfaces/default/transform/pages/document.xsl (modified) how embarrassing. Fixing another bug I mistakenly introduced in ... Sun, 04 Nov 2018 23:32:12 GMT kjdon [32568] * main/trunk/greenstone3/web/interfaces/default/transform/pages/document.xsl (modified) fixed a bug I introduced previously: /document/page/pageRequest is ... 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 ... Tue, 30 Oct 2018 00:32:08 GMT kjdon [32554] * main/trunk/greenstone3/web/sites/localsite/groupConfig.xml (modified) changed a comment Tue, 30 Oct 2018 00:28:34 GMT kjdon [32553] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/CollectionGroups.java (modified) allow missing groupDescriptions element in groupConfig.xml Mon, 29 Oct 2018 23:43:38 GMT kjdon [32552] * main/trunk/greenstone3/web/sites/localsite/groupConfig.xml (modified) made this a bit nicer and more informative (hopefully) Mon, 29 Oct 2018 23:20:15 GMT kjdon [32551] * main/trunk/greenstone3/web/interfaces/default/style/core.css (modified) added some style for collectionLinkImage to make these collections ... Mon, 29 Oct 2018 21:30:53 GMT kjdon [32549] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/Action.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/PageAction.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/DefaultReceptionist.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/Receptionist.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/TransformingReceptionist.java (modified) receptionist now passes languageList (from interfaceConfig) to teh ... Mon, 29 Oct 2018 21:27:35 GMT kjdon [32548] * main/trunk/greenstone3/web/interfaces/default/transform/pages/pref.xsl (modified) added a test in lang-param template so that if the languageList is ... Mon, 29 Oct 2018 01:10:29 GMT kjdon [32547] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/AbstractGS2FieldSearch.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/AbstractSearch.java (modified) paramDefault elements for searching can now go in the format element ... Mon, 29 Oct 2018 01:09:36 GMT kjdon [32546] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/DocumentAction.java (modified) use variable instead of hard coded string for paramDefault Sun, 28 Oct 2018 23:19:46 GMT kjdon [32545] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/DocumentAction.java (modified) changes to query term highlighting. 1. added back in the ... 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 ... Mon, 15 Oct 2018 01:01:51 GMT kjdon [32515] * main/trunk/gli/classes/dictionary.properties (modified) changed the gli restart string to better reflect the situation 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 ... Wed, 10 Oct 2018 08:14:33 GMT ak19 [32510] * main/trunk/gli/src/org/greenstone/gatherer/gui/ExportAsPrompt.java (modified) Bugfix when exporting from GLI: calling substring resulted in ... 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 ... Tue, 09 Oct 2018 03:02:10 GMT kjdon [32505] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/DocumentAction.java (modified) moved soem code into a new method getFormattedArchiveDoc. Modified ... Tue, 09 Oct 2018 02:49:21 GMT kjdon [32504] * main/trunk/greenstone3/web/interfaces/default/transform/pages/document.xsl (modified) 1. need to make sure we are passing round p.s - previous service - ... Tue, 09 Oct 2018 02:11:25 GMT kjdon [32503] * main/trunk/greenstone3/web/interfaces/default/transform/config_format.xsl (modified) 2 things. if @highlight attribute set on gsf:metadata, then output ... Mon, 08 Oct 2018 23:03:23 GMT kjdon [32502] * main/trunk/greenstone3/web/interfaces/default/js/document_scripts.js (modified) can't assume TextQuery is previous service as it may have been eg ... 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 ... Thu, 27 Sep 2018 06:37:45 GMT sjm84 [32497] * main/trunk/release-kits/kits/rk3/ant-scripts/compile.xml (modified) GS3 release binary's ant version now increased to ant 1.9.13. This ... Thu, 27 Sep 2018 02:33:14 GMT ak19 [32496] * main/trunk/greenstone3/build.xml (modified) Getting the GS3 target for compiling build-src to actually build ... Wed, 26 Sep 2018 08:10:44 GMT ak19 [32495] * main/trunk/release-kits/kits/rk3/installer/build.xml (modified) Correcting path to openssl on darwin 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 ... Tue, 25 Sep 2018 01:03:50 GMT kjdon [32491] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/XMLTransformer.java (modified) added a new transform method for 2 files where you can pass in the ... Tue, 25 Sep 2018 01:00:11 GMT kjdon [32490] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/XMLRetrieve.java (modified) we need to supply entity resolver to the transform call, otherwise it ... Mon, 24 Sep 2018 23:26:33 GMT kjdon [32489] * main/trunk/greenstone3/web/sites/localsite/collect/gberg/README (modified) updated the README Mon, 24 Sep 2018 23:20:00 GMT kjdon [32488] * main/trunk/greenstone3/gs3-setup.sh (modified) added WEB-INF/lib jar files to classpath. needed for compiling Lucene ... Mon, 24 Sep 2018 23:07:02 GMT kjdon [32487] * main/trunk/greenstone3/web/sites/localsite/collect/gberg/index/index.zip (modified) rebuilt index using current lucene (4.7.2) Mon, 24 Sep 2018 23:06:34 GMT kjdon [32486] * main/trunk/greenstone3/web/sites/localsite/collect/gberg/index/buildConfig.xml (modified) updating this to match that in etc folder Mon, 24 Sep 2018 22:56:42 GMT kjdon [32485] * main/trunk/greenstone3/web/sites/localsite/collect/gberg/java/Indexer.java (modified) * main/trunk/greenstone3/web/sites/localsite/collect/gberg/java/Search.java (modified) greenstone now uses lucene 4.7.2, so upgrading this code to match Mon, 24 Sep 2018 22:55:22 GMT kjdon [32484] * main/trunk/greenstone3/web/sites/localsite/collect/gberg/java/ImportXML.java (modified) XMLConverter no longer has setEntityResolver method. Pass it in to ... Mon, 24 Sep 2018 08:41:50 GMT ak19 [32483] * main/trunk/greenstone3/build.xml (modified) 1. Avoiding subtle bug if you forget to include https in ... Mon, 24 Sep 2018 08:27:00 GMT ak19 [32482] * main/trunk/greenstone3/build.xml (modified) Automating https certification works on Mac 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 ...