# # ChangeLog for main/trunk/greenstone3 # # Generated by Trac 1.4.2 # 2024-05-11T05:21:00+12:00 Mon, 15 Dec 2014 01:07:49 GMT kjdon [29636] * main/trunk/greenstone3/web/interfaces/default/interfaceConfig.xml (modified) I have added back in an html.xsl, into pages folder Mon, 15 Dec 2014 01:06:25 GMT kjdon [29635] * main/trunk/greenstone3/web/interfaces/default/transform/pages/html.xsl (added) a page, use with a=p&sa=html&c=collname&url=xxx, to embed xxx page ... Sun, 14 Dec 2014 20:59:41 GMT kjdon [29630] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/GS2MGSearch.java (modified) setting case and stem based on param defaults Fri, 12 Dec 2014 03:21:59 GMT ak19 [29610] * main/trunk/greenstone2/macros/spanish.dm (modified) * main/trunk/greenstone3/web/WEB-INF/classes/AbstractGS2FieldSearch_es.properties (modified) Updates to Spanish gs3interface and core language modules. Many ... Wed, 10 Dec 2014 08:01:44 GMT ak19 [29578] * main/trunk/greenstone3/build.xml (modified) Moving from tomcat 7.0.26 to tomcat 7.0.57. Tomcat 7.0.57 is ... Wed, 10 Dec 2014 05:29:33 GMT Jeremy Symon [29576] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/build/GS2PerlConstructor.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/util/Misc.java (modified) Fixed GS2PerlConstructor to set gsdlos correctly, and set ... Mon, 08 Dec 2014 01:46:32 GMT kjdon [29558] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/AbstractGS2FieldSearch.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/AbstractGS2TextSearch.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/AbstractSearch.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/FedoraSearch.java.tmp (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/GS2LuceneSearch.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/GS2MGPPSearch.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/GS2MGSearch.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/GoogleNgramMGPPSearch.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/GoogleSearch.java.tmp (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/IViaSearch.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/SharedSoleneGS2FieldSearch.java (modified) work around does_paging, does_chunking. only add in maxdocs, ... Mon, 08 Dec 2014 01:44:06 GMT kjdon [29557] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/QueryAction.java (modified) paging search results. hits per page param done by action now if not ... Mon, 08 Dec 2014 01:40:17 GMT kjdon [29556] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/Action.java (modified) added in a getTextString method - to look up a string from the ... Mon, 08 Dec 2014 01:38:47 GMT kjdon [29555] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/URLFilter.java (modified) removed hard coded search parameters - it should just use service ... Mon, 08 Dec 2014 01:35:19 GMT kjdon [29554] * main/trunk/greenstone3/web/interfaces/default/transform/layouts/header.xsl (modified) removed hidden hitsperpage and maxdocs params from quick search form. ... Mon, 08 Dec 2014 01:33:22 GMT kjdon [29553] * main/trunk/greenstone3/web/interfaces/default/transform/pages/query.xsl (modified) tidying up paging of query results. max docs and hits per page are ... Mon, 08 Dec 2014 01:31:35 GMT kjdon [29552] * main/trunk/greenstone3/web/interfaces/default/transform/pages/pref.xsl (modified) removed search prefs from prefs page. They can now go into the list ... Sun, 07 Dec 2014 22:55:05 GMT kjdon [29545] * main/trunk/greenstone3/web/WEB-INF/classes/GS2LuceneSearch.properties (added) * main/trunk/greenstone3/web/WEB-INF/classes/SharedSoleneGS2FieldSearch.properties (modified) sortorder param moved to solr search, and lucene search now has ... Sun, 07 Dec 2014 22:23:09 GMT kjdon [29544] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/GS2LuceneSearch.java (modified) sort order param is now reversesort, and moved here instead of in ... Sun, 07 Dec 2014 22:11:12 GMT kjdon [29543] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/SharedSoleneGS2FieldSearch.java (modified) I went to update the solr code with the new reverse sort param, and ... Sun, 07 Dec 2014 21:24:18 GMT kjdon [29541] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/SharedSoleneGS2FieldSearch.java (modified) changed sort order param to reverse sort param. matches better what ... Sun, 07 Dec 2014 21:17:50 GMT kjdon [29538] * main/trunk/greenstone3/web/sites/localsite/collect/lucene-jdbm-demo/etc/collectionConfig.xml (modified) added in a defaultLevel elem Wed, 03 Dec 2014 00:20:51 GMT kjdon [29525] * main/trunk/greenstone3/web/interfaces/default/transform/pages/document.xsl (modified) when editing a simple document, there are no documentNodes, only the ... Tue, 02 Dec 2014 23:42:45 GMT kjdon [29523] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/AbstractGS2DocumentRetrieve.java (modified) implementing siblings and children, descendents still to implement. ... Tue, 02 Dec 2014 23:40:42 GMT kjdon [29522] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSXML.java (modified) need to check that namespaceURI is not null before using it, new ... Tue, 02 Dec 2014 23:39:28 GMT kjdon [29521] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/DocumentAction.java (modified) get the format element and look for parameter defaults in it. If we ... Tue, 02 Dec 2014 23:33:46 GMT kjdon [29520] * main/trunk/greenstone3/web/interfaces/default/transform/layouts/toc.xsl (modified) removed extraneous ')' Tue, 02 Dec 2014 23:13:33 GMT kjdon [29519] * main/trunk/greenstone3/web/WEB-INF/classes/interface_default.properties (modified) changed a tooltip to better match what the button does Tue, 02 Dec 2014 22:28:01 GMT Jeremy Symon [29518] * main/trunk/greenstone3/build.xml (modified) Really set the encoding when building javagdbm Tue, 02 Dec 2014 22:14:34 GMT Jeremy Symon [29517] * main/trunk/greenstone3/build.xml (modified) Set the encoding when building javagdbm Tue, 02 Dec 2014 21:05:05 GMT Jeremy Symon [29515] * main/trunk/greenstone3/build.xml (modified) Added property to set the encoding to UTF-8 when building. This is ... Sun, 30 Nov 2014 23:03:53 GMT kjdon [29501] * main/trunk/greenstone3/web/interfaces/default/transform/layouts/toc.xsl (modified) made the slideshow and view options optional, based on gsf:option ... Sun, 30 Nov 2014 22:28:06 GMT kjdon [29500] * main/trunk/greenstone3/web/interfaces/default/transform/layouts/toc.xsl (modified) encase whole toc output stuff in a test if toc option is set, ... Sun, 30 Nov 2014 22:14:10 GMT kjdon [29499] * main/trunk/greenstone3/web/interfaces/default/js/documentmaker_scripts_util.js (modified) allow comma separated list of metadata, so can display more than one ... Tue, 25 Nov 2014 03:37:39 GMT ak19 [29467] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/ModifyUsersDB.java (modified) Jeremy found that status could be used instead of accountstatus for ... Wed, 19 Nov 2014 05:24:35 GMT ak19 [29454] * main/trunk/greenstone3/web/WEB-INF/classes/AbstractGS2FieldSearch_es.properties (modified) Spanish translations for testing the offline translation/spreadsheet ... Wed, 19 Nov 2014 04:01:08 GMT ak19 [29453] * main/trunk/greenstone3/web/WEB-INF/classes/AbstractBrowse_es.properties (added) * main/trunk/greenstone3/web/WEB-INF/classes/AbstractGS2FieldSearch_es.properties (added) Spanish test translations to new greenstone3/gs3interface module. ... Wed, 19 Nov 2014 04:00:22 GMT ak19 [29452] * main/trunk/greenstone3/web/WEB-INF/classes/interface_default.properties (modified) Removing duplicate property ahead of commit Mon, 17 Nov 2014 01:22:58 GMT kjdon [29441] * main/trunk/greenstone3/web/interfaces/default/transform/pages/document.xsl (modified) seems you need .css('display', '') instead of .css('display', null) ... Mon, 17 Nov 2014 00:58:38 GMT kjdon [29440] * main/trunk/greenstone3/web/interfaces/default/transform/pages/document.xsl (modified) the float-anchor div screws up the page if it is empty, so adding in ... Mon, 17 Nov 2014 00:53:30 GMT kjdon [29439] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/DocumentAction.java (modified) fixed up a few null pointer exceptions that showed up with infomine ... Mon, 17 Nov 2014 00:30:04 GMT kjdon [29438] * main/trunk/greenstone3/build.xml (modified) added a clear-tomcat-sessions target Fri, 14 Nov 2014 06:08:29 GMT ak19 [29433] * main/trunk/greenstone3/web/WEB-INF/classes/interface_default2.properties (modified) * main/trunk/greenstone3/web/interfaces/default/transform/layouts/header.xsl (modified) * main/trunk/greenstone3/web/interfaces/default/transform/pages/debuginfo.xsl (modified) DebugInfo now switched on when passing debug=yes, previously it only ... Thu, 13 Nov 2014 00:14:59 GMT kjdon [29428] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/GS2LuceneSearch.java (modified) use paramDefaults for setting up queryer, and default_sort Thu, 13 Nov 2014 00:13:51 GMT kjdon [29427] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/SharedSoleneGS2FieldSearch.java (modified) read in defaultSort element and store it. Use this for default rank ... Thu, 13 Nov 2014 00:11:34 GMT kjdon [29426] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/AbstractSearch.java (modified) changed default hits per page from 10 to 20 Mon, 10 Nov 2014 01:47:05 GMT kjdon [29421] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/TransformingReceptionist.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/DebugService.java (modified) adding in debug stuff for a collection, eg so that can run greenbug. ... Sun, 02 Nov 2014 23:26:30 GMT kjdon [29409] * main/trunk/greenstone2/common-src/indexers/mgpp/java/org/greenstone/mgpp/MGPPSearchWrapper.java (modified) * main/trunk/greenstone2/common-src/indexers/mgpp/jni/MGPPSearchWrapperImpl.cpp (modified) * main/trunk/greenstone2/common-src/indexers/mgpp/jni/MGPPSearchWrapperImpl.h (modified) * main/trunk/greenstone2/common-src/indexers/mgpp/jni/org_greenstone_mgpp_MGPPSearchWrapper.h (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/GS2MGPPSearch.java (modified) adding a reset method to MGPPSearchWrapper. When we rebuild a ... Wed, 29 Oct 2014 04:48:54 GMT ak19 [29408] * main/trunk/greenstone3/resources/xml/components.xml (modified) For GLI to run successfully when using the source component top-up ... Wed, 22 Oct 2014 00:22:30 GMT kjdon [29401] * main/trunk/greenstone3/web/interfaces/default/transform/layouts/toc.xsl (modified) added a test for NoText metadata - if present, don't output the ... Tue, 21 Oct 2014 23:44:04 GMT kjdon [29400] * main/trunk/greenstone3/web/interfaces/default/transform/layouts/toc.xsl (modified) simple docs may have a cover image, eg a text file with a picture ... Tue, 21 Oct 2014 23:40:10 GMT kjdon [29399] * main/trunk/greenstone3/web/interfaces/default/transform/pages/document.xsl (modified) when using the hl (highlight) option, test for it being off rather ... Mon, 20 Oct 2014 05:52:13 GMT ak19 [29387] * main/trunk/greenstone3/build.xml (modified) First commit to allow release-kit to preserve src code for debugging ... Fri, 17 Oct 2014 03:29:16 GMT ak19 [29377] * main/trunk/greenstone3/client-gli.app/Contents/document.wflow.in (modified) * main/trunk/greenstone3/gems.app/Contents/document.wflow.in (modified) * main/trunk/greenstone3/gli.app/Contents/document.wflow.in (modified) * main/trunk/greenstone3/gs3-server.app/Contents/document.wflow.in (modified) Redirecting stderr and stdout to a logfile with the same name as the ... Tue, 30 Sep 2014 02:42:43 GMT ak19 [29343] * main/trunk/greenstone3/build.xml (modified) Fix to the write-env target used for debugging, so that it now ... Tue, 30 Sep 2014 02:32:02 GMT ak19 [29342] * main/trunk/greenstone3/web/interfaces/default/transform/pages/query.xsl (modified) Fixed bug: an extra bracket was introduced in recent commit revision ... Tue, 30 Sep 2014 02:05:10 GMT ak19 [29341] * main/trunk/greenstone3/build.xml (modified) Adding in a description to a debugging target Wed, 24 Sep 2014 03:58:39 GMT ak19 [29334] * main/trunk/greenstone3/resources/images/clientgli.ico (added) Committing client-gli icon for GS3 start menu Wed, 24 Sep 2014 02:06:12 GMT kjdon [29333] * main/trunk/greenstone3/web/WEB-INF/classes/interface_default.properties (modified) added a string for the set prefs help text Wed, 24 Sep 2014 02:05:09 GMT kjdon [29332] * main/trunk/greenstone3/web/interfaces/default/transform/pages/pref.xsl (modified) alert, confirm, prompt no longer allowed in beforeunload. Just use ... Mon, 22 Sep 2014 02:12:36 GMT kjdon [29326] * main/trunk/greenstone3/web/interfaces/default/transform/pages/berry.xsl (modified) don't need dev stuff anymore Mon, 22 Sep 2014 02:12:00 GMT kjdon [29325] * main/trunk/greenstone3/web/interfaces/default/transform/pages/pref.xsl (modified) get rid of dev servlet name. Use library name instead. Changed the ... Mon, 22 Sep 2014 02:10:38 GMT kjdon [29324] * main/trunk/greenstone3/web/interfaces/default/js/documentbasket/documentcheckout.js (modified) got rid of dev reference. just added params to url permanently. I ... Mon, 22 Sep 2014 02:08:16 GMT kjdon [29323] * main/trunk/greenstone3/web/interfaces/default/transform/pages/query.xsl (modified) adding in the documentbasket to search results page Mon, 22 Sep 2014 02:07:31 GMT kjdon [29322] * main/trunk/greenstone3/web/interfaces/default/js/berrybasket/berrycheckout.js (modified) get rid of references to dev. When we link to a doc from berry ... Mon, 22 Sep 2014 01:22:37 GMT kjdon [29321] * main/trunk/greenstone3/web/interfaces/default/transform/pages/document.xsl (modified) Using .attr to access 'checked' doesn't work in jquery 1.9.2 and ... Mon, 22 Sep 2014 01:20:54 GMT kjdon [29320] * main/trunk/greenstone3/web/interfaces/default/js/document_scripts.js (modified) Using .attr to access 'checked' doesn't work in jquery 1.9.2 and ... Mon, 22 Sep 2014 01:19:35 GMT kjdon [29319] * main/trunk/greenstone3/web/interfaces/default/transform/layouts/toc.xsl (modified) made search term highlighting on by default. set hl=off in url to ... Sun, 21 Sep 2014 22:07:11 GMT kjdon [29318] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/AbstractGS2FieldSearch.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/SharedSoleneGS2FieldSearch.java (modified) adding in sort by and sort order params for lucene advanced field query Sun, 21 Sep 2014 22:06:03 GMT kjdon [29317] * main/trunk/greenstone3/web/WEB-INF/classes/AbstractGS2FieldSearch.properties (modified) changed case and accent to casefold and accentfold, to make it more ... Thu, 18 Sep 2014 04:00:24 GMT ak19 [29314] * main/trunk/greenstone3/web/interfaces/default/transform/layouts/header.xsl (modified) Re-instating Jenny's change to display the index being searched ... Thu, 18 Sep 2014 00:55:14 GMT kjdon [29311] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/OAIServer.java (modified) don't need to initialize resumption tokens here - it is done in ... Thu, 18 Sep 2014 00:47:48 GMT kjdon [29310] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/collection/Collection.java (modified) look for a disabled attribute for security block - easily turn off ... Thu, 18 Sep 2014 00:43:01 GMT kjdon [29309] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/PhindPhraseBrowse.java (modified) removed my name Thu, 18 Sep 2014 00:42:15 GMT kjdon [29308] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/MessageRouter.java (modified) commented out debug response print statement Thu, 18 Sep 2014 00:41:41 GMT kjdon [29307] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/DocumentAction.java (modified) commented out page debug print statement Thu, 18 Sep 2014 00:41:09 GMT kjdon [29306] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSXML.java (modified) added disabled attribute - used in security element Thu, 18 Sep 2014 00:25:35 GMT kjdon [29305] * main/trunk/greenstone3/web/sites/localsite/collect/lucene-jdbm-demo/etc/collectionConfig.xml (modified) moved the comments so they will be in a better place once they are ... Thu, 18 Sep 2014 00:23:02 GMT kjdon [29304] * main/trunk/greenstone3/web/sites/localsite/collect/lucene-jdbm-demo/etc/collectionConfig.xml (modified) GLI will remove top level comments from a file, so leave this in, but ... Wed, 17 Sep 2014 08:55:11 GMT ak19 [29302] * main/trunk/greenstone3/bin/darwin/formatconverter (modified) * main/trunk/greenstone3/bin/linux/formatconverter (modified) Adding executable permissions with svn propset after removing them ... Wed, 17 Sep 2014 08:54:00 GMT ak19 [29301] * main/trunk/greenstone3/bin/darwin/formatconverter (modified) * main/trunk/greenstone3/bin/linux/formatconverter (modified) Removing executable permissions before setting them again Wed, 17 Sep 2014 07:02:42 GMT ak19 [29298] * main/trunk/greenstone3/bin/linux/formatconverter (moved) * main/trunk/greenstone3/bin/windows/formatconverter.exe (moved) 1. Mac requires its own formatconverter binary, as the linux ... Wed, 17 Sep 2014 07:02:08 GMT ak19 [29297] * main/trunk/greenstone3/bin/darwin (added) * main/trunk/greenstone3/bin/darwin/formatconverter (added) * main/trunk/greenstone3/bin/linux (added) * main/trunk/greenstone3/bin/windows (added) 1. Mac requires its own formatconverter binary, as the linux ... Tue, 16 Sep 2014 08:03:38 GMT ak19 [29291] * main/trunk/greenstone3/gems.app/Contents/MacOS/gems (modified) After committing propdel of executable property, now re-committing ... Tue, 16 Sep 2014 08:02:48 GMT ak19 [29290] * main/trunk/greenstone3/gems.app/Contents/MacOS/gems (modified) Committing propdel of executable property before re-committing with ... Sun, 14 Sep 2014 23:50:02 GMT kjdon [29282] * main/trunk/greenstone3/web/sites/localsite/collect/lucene-jdbm-demo/etc/collectionConfig.xml (modified) tidied up one format statement Sun, 14 Sep 2014 23:34:27 GMT kjdon [29281] * main/trunk/greenstone3/web/interfaces/default/js/berrybasket/berrycheckout.js (modified) fixed a bug where it only displayed one metadata element. Also make ... Sun, 14 Sep 2014 23:33:29 GMT kjdon [29280] * main/trunk/greenstone3/web/interfaces/default/js/berrybasket/berrybasket.js (modified) made the text a bit longer as there was more room in my basket. Note ... Sun, 14 Sep 2014 23:13:59 GMT kjdon [29279] * main/trunk/greenstone3/web/interfaces/default/transform/classifiertools.xsl (modified) changed a comment Sun, 14 Sep 2014 23:13:33 GMT kjdon [29278] * main/trunk/greenstone3/web/interfaces/default/transform/pages/query.xsl (modified) added in code to display berries and berry basket for search results page Sun, 14 Sep 2014 22:15:43 GMT kjdon [29277] * main/trunk/greenstone3/web/interfaces/default/js/classifier_scripts.js (modified) * main/trunk/greenstone3/web/interfaces/default/js/map-scripts.js (modified) berrybasket cgi param is all lower case. Thu, 11 Sep 2014 09:11:11 GMT ak19 [29275] * main/trunk/greenstone3/web/WEB-INF/classes/interface_default.properties (modified) * main/trunk/greenstone3/web/interfaces/default/transform/pages/query.xsl (modified) Kathy discovered that that the total number of docs found is ... Thu, 11 Sep 2014 04:13:56 GMT ak19 [29271] * main/trunk/greenstone3/web/interfaces/default/transform/config_format.xsl (modified) Implementing a space separator. Now the GS3 tutorials don't need to ... Thu, 11 Sep 2014 02:45:12 GMT kjdon [29270] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/core/OAIReceptionist.java (modified) removed some old stuff Thu, 11 Sep 2014 02:22:01 GMT kjdon [29269] * main/trunk/greenstone3/resources/oai/OAIConfig.xml.in (modified) just a couple of comment changes Thu, 11 Sep 2014 02:19:24 GMT kjdon [29268] * main/trunk/greenstone3/build.xml (modified) need to copy OAIConfig.xml to WEB-INF, not OAIConfig.xml.in, as the ... Thu, 11 Sep 2014 01:32:53 GMT kjdon [29267] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/OAIPMH.java (modified) allow users to manually set a record's date stamp by setting ... Thu, 11 Sep 2014 01:31:23 GMT kjdon [29266] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/OAIXML.java (modified) added in GS_OAI_DATE_STAMP: gs.OAIDateStamp - used to manually set ... Thu, 11 Sep 2014 00:53:17 GMT kjdon [29265] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/collection/OAICollection.java (modified) check for null coll_config_xml before trying to modify it for debug, ... Mon, 08 Sep 2014 02:43:23 GMT kjdon [29252] * main/trunk/greenstone3/web/sites/localsite/collect/lucene-jdbm-demo/etc/collectionConfig.xml (modified) tidied this up a bit - removed some leftover debugging stuff that I ... Thu, 04 Sep 2014 02:29:31 GMT shaoqun [29250] * main/trunk/greenstone3/resources/web/global.properties.in (modified) add wikipedia miner server url Fri, 29 Aug 2014 06:18:02 GMT ak19 [29245] * main/trunk/greenstone3/web/interfaces/default/transform/config_format.xsl (modified) Dr Bainbridge fixed a bug that is apparent when doing the final step ... Fri, 29 Aug 2014 06:07:30 GMT ak19 [29244] * main/trunk/greenstone3/build.xml (modified) Dr Bainbridge updated the generation of the OAIConfig.xml. It is now ... Mon, 25 Aug 2014 06:00:53 GMT ak19 [29235] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/PhindPhraseBrowse.java (modified) Dr Bainbridge fixed another wrong document error (WRONG_DOCUMENT_ERR) ...