# # ChangeLog for main # # Generated by Trac 1.4.2 # 2024-03-29T11:11:51+13:00 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 ... 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 ... Fri, 21 Sep 2018 08:17:12 GMT ak19 [32478] * main/trunk/greenstone3/build.xml (modified) On Windows, we're now also using openSSL to convert the certificate ... Fri, 21 Sep 2018 07:08:14 GMT ak19 [32477] * main/trunk/greenstone3/build.xml (modified) HTTPS certification on windows: Using openSSL for generating the ... Thu, 20 Sep 2018 07:59:52 GMT ak19 [32476] * main/trunk/greenstone3/bin/windows/openssl (added) * main/trunk/greenstone3/bin/windows/openssl/bin (added) * main/trunk/greenstone3/bin/windows/openssl/bin/c_rehash.pl (added) * main/trunk/greenstone3/bin/windows/openssl/bin/libcrypto-1_1.dll (added) * main/trunk/greenstone3/bin/windows/openssl/bin/libssl-1_1.dll (added) * main/trunk/greenstone3/bin/windows/openssl/bin/openssl.exe (added) * main/trunk/greenstone3/bin/windows/openssl/certs (added) * main/trunk/greenstone3/bin/windows/openssl/misc (added) * main/trunk/greenstone3/bin/windows/openssl/misc/CA.pl (added) * main/trunk/greenstone3/bin/windows/openssl/misc/tsget.pl (added) * main/trunk/greenstone3/bin/windows/openssl/private (added) Compiled up 32 bit OpenSSL v 1.1.1 on Windows to use in place of ... Tue, 18 Sep 2018 04:10:38 GMT kjdon [32475] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/collection/Collection.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSXML.java (modified) set a no_archives att to the collection element if archives are not ... Tue, 18 Sep 2018 04:07:13 GMT kjdon [32474] * main/trunk/greenstone3/web/interfaces/default/transform/layouts/header.xsl (modified) added a space bewteen sentences in popup alert Tue, 18 Sep 2018 03:52:17 GMT kjdon [32473] * main/trunk/greenstone3/web/interfaces/default/transform/layouts/header.xsl (modified) AllowDocumentEditing is true by default. Also, if we disable edit ... Tue, 18 Sep 2018 01:56:52 GMT kjdon [32472] * main/trunk/greenstone3/web/interfaces/default/js/berrybasket/berrycheckout.js (modified) previous commit was by mistake, undoing it. Tue, 18 Sep 2018 01:54:31 GMT kjdon [32471] * main/trunk/greenstone3/web/interfaces/default/js/berrybasket/berrycheckout.js (modified) * main/trunk/greenstone3/web/interfaces/default/js/documentedit_scripts.js (modified) * main/trunk/greenstone3/web/interfaces/default/js/documentedit_scripts_util.js (modified) moved some functions from documentedit_scripts to ... Tue, 18 Sep 2018 01:38:11 GMT kjdon [32470] * main/trunk/greenstone3/web/WEB-INF/classes/interface_default.properties (modified) * main/trunk/greenstone3/web/interfaces/default/transform/layouts/header.xsl (modified) de string keys can't have extra . in them - breaks javascript later Tue, 18 Sep 2018 00:45:55 GMT kjdon [32469] * main/trunk/greenstone3/web/WEB-INF/classes/interface_default.properties (modified) strings for the gsdl page, also error messages for the document ... Tue, 18 Sep 2018 00:44:21 GMT kjdon [32468] * main/trunk/greenstone3/web/interfaces/default/transform/layouts/header.xsl (modified) finetuning when the ednable/disable edit mode option appears in the ... Tue, 18 Sep 2018 00:19:45 GMT kjdon [32467] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/AbstractGS2DocumentRetrieve.java (modified) removed a log message as its showing up heaps when its not actually ... Mon, 17 Sep 2018 23:11:33 GMT kjdon [32466] * main/trunk/greenstone3/web/interfaces/default/transform/layouts/header.xsl (modified) only show disable/enable editing button in the user menu when we are ... Mon, 17 Sep 2018 06:59:17 GMT ak19 [32465] * main/trunk/greenstone3/build.xml (modified) Correcting requirements for setting up https certification as still ... Mon, 17 Sep 2018 05:46:52 GMT ak19 [32463] * main/trunk/greenstone3/bin/script/IPv4.bat (modified) * main/trunk/greenstone3/bin/script/IPv4.sh (modified) Need to get machine's external IP address from eth0 device, not the ... 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 ... Mon, 17 Sep 2018 02:40:12 GMT kjdon [32460] * main/trunk/greenstone3/web/interfaces/default/transform/layouts/header.xsl (modified) beginnings of google tracking code. editingLink in menu to only ... Mon, 17 Sep 2018 02:36:11 GMT kjdon [32459] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/XSLTUtil.java (modified) added groupsContain method - can't just use a string contains as e.g. ... Sun, 16 Sep 2018 23:50:23 GMT kjdon [32458] * main/trunk/greenstone3/web/interfaces/default/images/toki.png (added) * main/trunk/greenstone3/web/interfaces/default/images/toki_sm.png (added) toki images for gsdl page Sun, 16 Sep 2018 23:49:34 GMT kjdon [32457] * main/trunk/greenstone3/web/interfaces/default/transform/gslib.xsl (modified) * main/trunk/greenstone3/web/interfaces/default/transform/pages/gsdl.xsl (added) * main/trunk/greenstone3/web/interfaces/default/transform/pages/home.xsl (modified) added 'about greenstone' link on home page which leads to gsdl page, ... 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 ... Thu, 13 Sep 2018 02:38:18 GMT kjdon [32455] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/ServiceRack.java (modified) removed a debug log message Thu, 13 Sep 2018 02:26:24 GMT kjdon [32454] * main/trunk/greenstone3/web/WEB-INF/classes/ServiceRack.properties (modified) a couple changes to auth.error messages Thu, 13 Sep 2018 02:18:16 GMT kjdon [32453] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/AbstractGS2FieldSearch.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/AbstractSearch.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/AbstractTextSearch.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/BerryBasket.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/CrossCollectionSearch.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/GS2Construct.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/GS2LuceneSearch.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/ServiceRack.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/UserTracker.java (modified) replacing hard coded param names with static string variables. set up ... Thu, 13 Sep 2018 02:16:45 GMT kjdon [32452] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/GS2MGSearch.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/IViaRetrieve.java (modified) removed author email Thu, 13 Sep 2018 02:15:25 GMT kjdon [32451] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/Authentication.java (modified) changed param names to use _PARAM so easier to identify them. changed ... Thu, 13 Sep 2018 02:12:34 GMT kjdon [32450] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/MessageRouter.java (modified) now storing and passing round gsparams class so that service clusters ... Thu, 13 Sep 2018 02:08:46 GMT kjdon [32449] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/collection/ServiceCluster.java (modified) we now pass in the GSParams class to the service cluster, so all its ... Thu, 13 Sep 2018 02:05:59 GMT kjdon [32448] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/Action.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/DepositorAction.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/DocumentAction.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/FormatAction.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/GeneralAction.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/NoCollQueryAction.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/ProcessAction.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/QueryAction.java (modified) params class changed, now returns false by default for shouldsave. so ... Thu, 13 Sep 2018 01:57:44 GMT kjdon [32447] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/LibraryServlet.java (modified) initialise params class earlier, so we can pass to MR as well as to ... Thu, 13 Sep 2018 01:55:17 GMT kjdon [32446] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSParams.java (modified) overhaul of params class. default is now to not save - add params to ... Thu, 13 Sep 2018 01:28:43 GMT kjdon [32445] * main/trunk/greenstone3/web/interfaces/default/transform/pages/authen.xsl (modified) add hl=lang to api.js url to get recpatcha in users language Wed, 12 Sep 2018 22:46:14 GMT kjdon [32444] * main/trunk/greenstone3/web/interfaces/default/transform/config_format.xsl (modified) fixed a bug in a test path (missing first bracket), now test for ... Wed, 12 Sep 2018 22:41:54 GMT kjdon [32443] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSXSLT.java (modified) metadata to retrieve for cover image: add root_hascover as well as ... Wed, 12 Sep 2018 21:56:10 GMT kjdon [32442] * main/trunk/greenstone3/web/interfaces/default/transform/config_format.xsl (modified) if using in search results format statement, ... Tue, 11 Sep 2018 01:07:11 GMT kjdon [32440] * main/trunk/greenstone3/web/interfaces/default/js/documentedit_scripts_util.js (modified) log the not saved message as some browsers don't show it in their popup Tue, 11 Sep 2018 01:06:19 GMT kjdon [32439] * main/trunk/greenstone3/web/interfaces/default/js/documentedit_scripts.js (modified) put back a change I made ages ago. the instanceReady thing never ... Tue, 11 Sep 2018 00:59:51 GMT kjdon [32438] * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/GS-CHANGES.txt (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/config.js (modified) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/dialogs (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/dialogs/image.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/icons (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/icons/hidpi (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/icons/hidpi/image.png (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/icons/image.png (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/images (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/images/noimage.png (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/af.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/ar.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/az.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/bg.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/bn.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/bs.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/ca.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/cs.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/cy.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/da.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/de-ch.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/de.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/el.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/en-au.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/en-ca.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/en-gb.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/en.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/eo.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/es-mx.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/es.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/et.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/eu.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/fa.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/fi.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/fo.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/fr-ca.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/fr.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/gl.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/gu.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/he.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/hi.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/hr.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/hu.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/id.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/is.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/it.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/ja.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/ka.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/km.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/ko.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/ku.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/lt.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/lv.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/mk.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/mn.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/ms.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/nb.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/nl.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/no.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/oc.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/pl.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/pt-br.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/pt.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/ro.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/ru.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/si.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/sk.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/sl.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/sq.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/sr-latn.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/sr.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/sv.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/th.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/tr.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/tt.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/ug.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/uk.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/vi.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/zh-cn.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/lang/zh.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/image/plugin.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/dialogs (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/icons (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/icons/hidpi (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog-rtl.png (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/icons/hidpi/sourcedialog.png (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/icons/sourcedialog-rtl.png (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/icons/sourcedialog.png (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/af.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/ar.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/az.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/bg.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/bn.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/bs.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/ca.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/cs.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/cy.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/da.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/de-ch.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/de.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/el.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/en-au.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/en-ca.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/en-gb.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/en.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/eo.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/es-mx.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/es.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/et.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/eu.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/fa.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/fi.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/fo.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/fr-ca.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/fr.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/gl.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/gu.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/he.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/hi.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/hr.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/hu.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/id.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/is.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/it.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/ja.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/ka.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/km.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/ko.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/ku.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/lt.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/lv.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/mn.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/ms.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/nb.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/nl.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/no.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/oc.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/pl.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/pt-br.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/pt.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/ro.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/ru.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/si.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/sk.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/sl.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/sq.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/sr-latn.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/sr.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/sv.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/th.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/tr.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/tt.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/ug.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/uk.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/vi.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/zh-cn.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/lang/zh.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/plugin.js (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/samples (added) * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/plugins/sourcedialog/samples/sourcedialog.html (added) CKEditor: added Image and SourceDialog plugins to allow image tag ...