# # ChangeLog for main # # Generated by Trac 1.4.2 # 2024-03-29T07:11:26+13:00 Mon, 12 Feb 2018 22:18:58 GMT kjdon [32130] * main/trunk/greenstone2/common-src/cgi-bin/gliserver.pl (modified) check whether an item in sites folder is actually a directory before ... Mon, 12 Feb 2018 21:38:29 GMT kjdon [32129] * main/trunk/greenstone2/perllib/plugins/BibTexPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/LaTeXPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/MediaWikiPlugin.pm (modified) After () in a regex, {} signifys quantifiers. eg (xx){2,4} - 2-4 ... Mon, 12 Feb 2018 09:22:51 GMT Georgiy Litvinov [32128] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/DocumentAction.java (modified) Remove all sections from requests except needed by inline template. Mon, 12 Feb 2018 02:06:35 GMT ak19 [32127] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/PageAction.java (modified) * main/trunk/greenstone3/web/interfaces/default/transform/gli4gs3.xsl (added) * main/trunk/greenstone3/web/interfaces/default/transform/gslib.xsl (modified) * main/trunk/greenstone3/web/interfaces/default/transform/icons.xsl (added) * main/trunk/greenstone3/web/interfaces/default/transform/pages/home.xsl (modified) * main/trunk/greenstone3/web/interfaces/default/transform/style.xsl (added) Fixing up the GS3 GLI applet. To get it to work, follow the ... Sun, 11 Feb 2018 21:20:37 GMT kjdon [32126] * main/trunk/model-sites-dev/pei-jones/transform/layouts/main.xsl (modified) Sun, 11 Feb 2018 21:19:23 GMT kjdon [32125] * main/trunk/model-sites-dev/pei-jones/transform/pages/document.xsl (modified) rearranged metadata table Sun, 11 Feb 2018 21:17:55 GMT kjdon [32124] * main/trunk/model-sites-dev/pei-jones/js/custom-doc-editing.js (modified) some updates Thu, 08 Feb 2018 01:34:56 GMT kjdon [32123] * main/trunk/greenstone2/perllib/FileUtils.pm (modified) when hard linking, if the destination file already exists then remove ... Thu, 08 Feb 2018 01:14:43 GMT kjdon [32122] * main/trunk/greenstone2/perllib/plugins/BibTexPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/LaTeXPlugin.pm (modified) we had [a-z]{2..} which causes an error in later versions of perl. ... Thu, 08 Feb 2018 00:26:54 GMT kjdon [32121] * main/trunk/greenstone3/web/interfaces/default/transform/pages/document.xsl (modified) added a comment Mon, 05 Feb 2018 15:30:59 GMT Georgiy Litvinov [32115] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/CollectionGroups.java (modified) Fixed NPE in case empty group title Mon, 05 Feb 2018 15:30:48 GMT Georgiy Litvinov [32114] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/Request.java (added) Added request object to facilitate requests creation. Sun, 04 Feb 2018 23:22:47 GMT kjdon [32113] * main/trunk/greenstone2/perllib/downloaders/OAIDownload.pm (modified) tmpnam isn't being used anyway, and it is deprecated in perl 5.24, ... Sun, 04 Feb 2018 23:20:55 GMT kjdon [32112] * main/trunk/greenstone2/perllib/strings.properties (modified) added downloadinfo.no_download_name which was missing Thu, 01 Feb 2018 00:28:54 GMT kjdon [32111] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/DocumentAction.java (modified) pass in base interfaces array to the call to find ... Wed, 24 Jan 2018 07:46:30 GMT ak19 [32110] * gs3-extensions/solr/trunk/src/src/java/org/greenstone/gsdl3/service/GS2SolrSearch.java (modified) * gs3-extensions/solr/trunk/src/src/java/org/greenstone/gsdl3/util/SolrQueryWrapper.java (modified) * gs3-extensions/solr/trunk/src/src/java/org/greenstone/solrserver/Greenstone3SearchHandler.java (modified) * main/trunk/greenstone3/web/interfaces/default/js/facet-scripts.js (modified) Forgot to commit bugfix. The bug was that when searching a solr ... Tue, 12 Dec 2017 04:06:51 GMT ak19 [32097] * main/trunk/greenstone2/perllib/oaiinfo.pm (modified) Commenting out unused line Tue, 12 Dec 2017 03:47:34 GMT ak19 [32096] * main/trunk/greenstone2/bin/script/gti.pl (modified) * main/trunk/greenstone2/bin/script/replace_srcdoc_with_html.pl (modified) * main/trunk/greenstone2/perllib/plugins/HTMLPlugin.pm (modified) * main/trunk/greenstone2/perllib/plugins/ReadTextFile.pm (modified) * main/trunk/greenstone2/perllib/servercontrol.pm (modified) * main/trunk/greenstone2/perllib/util.pm (modified) Marking all the uses of sysread() with a comment saying they're a ... Mon, 11 Dec 2017 22:19:18 GMT kjdon [32095] * main/trunk/greenstone3/web/interfaces/default/transform/config_format.xsl (modified) we only want to look at child metadataLists I think Mon, 11 Dec 2017 22:14:26 GMT kjdon [32094] * main/trunk/greenstone3/web/interfaces/default/transform/pages/document.xsl (modified) a couple of small changes. when you click on the screen image, open ... Mon, 11 Dec 2017 06:02:38 GMT ak19 [32093] * main/trunk/gli/src/org/greenstone/gatherer/gui/ConfigFileEditor.java (modified) Ctr (or equiv on Mac) +F on GS3 GLI's ConfigFileEditor now focuses on ... Mon, 11 Dec 2017 04:30:32 GMT ak19 [32092] * main/trunk/gli/src/org/greenstone/gatherer/gui/ConfigFileEditor.java (modified) Previous commit also puts the caret/cursor at the start when using ... Mon, 11 Dec 2017 04:28:04 GMT ak19 [32091] * main/trunk/gli/src/org/greenstone/gatherer/gui/ConfigFileEditor.java (modified) Find functionality for GS3 GLI's Config file editor. Fri, 08 Dec 2017 07:16:36 GMT ak19 [32090] * gs2-extensions/pdf-box/trunk/java/perllib/plugins/PDFBoxConverter.pm (modified) * main/trunk/greenstone2/perllib/FileUtils.pm (modified) Related to the previous commit, revision 32089. Some improvements. Fri, 08 Dec 2017 06:16:12 GMT ak19 [32089] * gs2-extensions/pdf-box/trunk/java/perllib/plugins/PDFBoxConverter.pm (modified) * main/trunk/greenstone2/perllib/FileUtils.pm (modified) 1. Attempted fix by Kathy and me for Diego's problem of PDFBox's ... Sun, 26 Nov 2017 23:44:33 GMT kjdon [32084] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/GS2LuceneSearch.java (modified) * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/GS2MGPPSearch.java (modified) getFacets now includes a lang arg, so we can get teh correct ... Sun, 26 Nov 2017 23:44:16 GMT kjdon [32083] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/AbstractGS2FieldSearch.java (modified) getFacets now includes a lang arg, so we can get teh correct ... Sun, 26 Nov 2017 23:23:50 GMT kjdon [32082] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/DisplayItemUtil.java (modified) fixed up a spelling mistake on a comment Sun, 26 Nov 2017 23:23:11 GMT kjdon [32081] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/FacetWrapper.java (modified) added display name to facet Sun, 26 Nov 2017 23:22:01 GMT kjdon [32080] * main/trunk/greenstone3/web/interfaces/default/transform/pages/query.xsl (modified) display name for a facet should come from a displayItem inside the ... Thu, 23 Nov 2017 00:50:51 GMT kjdon [32079] * main/trunk/greenstone2/perllib/cgiactions/modmetadataaction.pm (modified) removed some print statements. Added some more explanations Thu, 23 Nov 2017 00:38:01 GMT kjdon [32078] * main/trunk/greenstone3/web/interfaces/default/js/documentedit_scripts_util.js (modified) only record deleted metadata changes if the field value was non ... Tue, 21 Nov 2017 03:02:00 GMT kjdon [32077] * main/trunk/greenstone2/perllib/cgiactions/modmetadataaction.pm (modified) Removed debugging, and added some comments. Tue, 21 Nov 2017 01:42:25 GMT kjdon [32076] * main/trunk/greenstone2/perllib/cgiactions/modmetadataaction.pm (modified) Bugfix (with debugging left in). The set-archive-metadata would ... Thu, 16 Nov 2017 02:11:39 GMT kjdon [32075] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/DocumentAction.java (modified) don;t bother finding out document type from server if it has already ... Thu, 16 Nov 2017 02:08:49 GMT kjdon [32074] * main/trunk/greenstone3/web/interfaces/default/transform/config_format.xsl (modified) when we are in editing mode, we haven't got assocfilepath at teh top ... Thu, 16 Nov 2017 02:07:20 GMT kjdon [32073] * main/trunk/greenstone3/web/interfaces/default/transform/archive2document.xsl (modified) forgot to rename Metadata to metadata Thu, 16 Nov 2017 02:06:55 GMT kjdon [32072] * main/trunk/greenstone3/web/interfaces/default/js/document_scripts.js (modified) * main/trunk/greenstone3/web/interfaces/default/transform/pages/document.xsl (modified) as we are now no longer including element and to set the ... Tue, 14 Nov 2017 01:38:11 GMT kjdon [32070] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/DocumentAction.java (modified) need to set docType for the main document element when editing Tue, 14 Nov 2017 01:15:07 GMT kjdon [32069] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/DocumentAction.java (modified) forgot to add the import GlobalProperties line Tue, 14 Nov 2017 01:14:01 GMT kjdon [32068] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/DocumentAction.java (modified) if docEdit=1, then we just retrieve the entire document from ... Tue, 14 Nov 2017 01:12:12 GMT kjdon [32067] * main/trunk/greenstone3/web/interfaces/default/transform/archive2document.xsl (added) simple template to convert from archive format into internal gs ... Tue, 14 Nov 2017 01:10:15 GMT kjdon [32066] * main/trunk/greenstone3/web/interfaces/default/js/document_scripts.js (modified) don't need to get the text when just getting the image for a section Tue, 14 Nov 2017 01:08:37 GMT kjdon [32065] * main/trunk/greenstone3/web/interfaces/default/transform/pages/document.xsl (modified) added in customJavascriptForDocumentView, ... Tue, 14 Nov 2017 00:48:57 GMT kjdon [32064] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/service/DocXMLUtil.java (modified) for processDocXMLGetSection we need to actually add the section to ... Tue, 14 Nov 2017 00:45:49 GMT kjdon [32063] * main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/Action.java (modified) added xmltransformer to base action for any actions that need it. ... Tue, 14 Nov 2017 00:40:47 GMT ak19 [32062] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) Committing unused and untested new subroutines, in case they may ... Mon, 06 Nov 2017 05:54:37 GMT ak19 [32061] * main/trunk/greenstone2/perllib/cgiactions/metadataaction.pm (modified) * main/trunk/greenstone2/perllib/cgiactions/modmetadataaction.pm (modified) Moving two subroutines from modmetadataaction.pm to metadataaction.pm ... Mon, 06 Nov 2017 05:17:26 GMT ak19 [32060] * main/trunk/greenstone3/web/interfaces/default/js/documentedit_scripts_util.js (modified) 1. On leaving the page when there are unsaved changes, there's now a ... Mon, 30 Oct 2017 07:01:10 GMT ak19 [32058] * main/trunk/greenstone3/web/interfaces/default/transform/pages/document.xsl (modified) Kathy fixed it so that when editing a document with GS3's online doc ... Mon, 30 Oct 2017 05:41:26 GMT ak19 [32057] * main/trunk/greenstone3/web/interfaces/default/js/ckeditor/config.js (modified) There was a problem about attributes like align=justify going missing ... Fri, 20 Oct 2017 06:13:00 GMT ak19 [32050] * main/trunk/gli/src/org/greenstone/gatherer/Gatherer.java (modified) * main/trunk/gli/src/org/greenstone/gatherer/util/GS3ServerThread.java (modified) Related to previous commit, revision 32049. Now tested successfully ... Fri, 20 Oct 2017 02:50:51 GMT ak19 [32049] * main/trunk/gli/src/org/greenstone/gatherer/Gatherer.java (modified) * main/trunk/gli/src/org/greenstone/gatherer/util/GS3ServerThread.java (modified) * main/trunk/greenstone3/build.xml (modified) User on mailing list found it frustrating that GLI stops the GS3 ... Sun, 15 Oct 2017 20:59:18 GMT kjdon [32046] * main/trunk/greenstone3/web/interfaces/default/transform/layouts/header.xsl (modified) modified how we make the html header title. use page :: collection :: ... Sun, 15 Oct 2017 20:58:03 GMT kjdon [32045] * main/trunk/greenstone3/web/interfaces/default/transform/gslib.xsl (modified) modified collectionName template to either print name displayItem, or ... Fri, 13 Oct 2017 06:53:08 GMT ak19 [32043] * main/trunk/release-kits/shared/linux/README (modified) * main/trunk/release-kits/shared/mac/README (modified) More adjustments to mac README and bringing the linux README up to ... Fri, 13 Oct 2017 06:44:09 GMT ak19 [32042] * main/trunk/release-kits/shared/mac/README (modified) Another minor edit Fri, 13 Oct 2017 06:43:24 GMT ak19 [32041] * main/trunk/release-kits/shared/mac/README (modified) Some adjustments to the README to deal with the new 64 bit versions ... Fri, 13 Oct 2017 06:37:05 GMT sjm84 [32040] * main/trunk/release-kits/shared/linux/jre_bin_x64 (modified) Forgot to tar up the jre for Greenstone before creating a self- ... Fri, 13 Oct 2017 06:26:19 GMT sjm84 [32039] * main/trunk/release-kits/shared/linux/p7z-essentials/32-bit (added) * main/trunk/release-kits/shared/linux/p7z-essentials/32-bit/7zCon.sfx (added) * main/trunk/release-kits/shared/linux/p7z-essentials/32-bit/7za (added) * main/trunk/release-kits/shared/linux/p7z-essentials/64-bit (added) * main/trunk/release-kits/shared/linux/p7z-essentials/64-bit/7zCon.sfx (added) * main/trunk/release-kits/shared/linux/p7z-essentials/64-bit/7za (added) * main/trunk/release-kits/shared/linux/p7z-essentials/7zCon.sfx (deleted) * main/trunk/release-kits/shared/linux/p7z-essentials/7zCon.sfx_64 (deleted) * main/trunk/release-kits/shared/linux/p7z-essentials/7za (deleted) * main/trunk/release-kits/shared/linux/p7z-essentials/7za_64 (deleted) Moving the 7za and 7zCon.sfx binaries (32 and 64 bit variants of ... Fri, 13 Oct 2017 06:23:16 GMT sjm84 [32038] * main/trunk/release-kits/shared/linux/jre_bin_x64 (modified) Rebuilt the self-extracting jre_bin_x64 binary. The jre the previous ... Fri, 13 Oct 2017 06:14:06 GMT sjm84 [32037] * main/trunk/release-kits/shared/linux/p7z-essentials/7zCon.sfx_64 (added) * main/trunk/release-kits/shared/linux/p7z-essentials/7za_64 (added) Compiled up 64 bit versions of p7zip binaries: 7za and 7zCon.sfx_64, ... Fri, 13 Oct 2017 06:02:42 GMT ak19 [32036] * main/trunk/release-kits/shared/mac/README (modified) Correcting p7zip sourceforge URL (it's not pzip). Mon, 09 Oct 2017 02:58:15 GMT kjdon [32034] * main/trunk/greenstone2/macros/nzdlhome.dm (modified) updating nzdlhome.dm to match what is on colldev Mon, 09 Oct 2017 02:39:17 GMT kjdon [32033] * main/tags/2.83/gsdl/macros/nzdlhome.dm (modified) puka's nzdlhome changes Fri, 06 Oct 2017 05:55:29 GMT ak19 [32028] * main/trunk/greenstone2/perllib/plugins/UnknownConverterPlugin.pm (modified) 1. Bugfix to previous commit: var might not be on an ... Thu, 05 Oct 2017 08:48:01 GMT ak19 [32026] * main/trunk/greenstone2/perllib/plugins/UnknownConverterPlugin.pm (modified) Some more placeholder strings for the UnknownConverterPlugin to ... Mon, 02 Oct 2017 03:04:17 GMT ak19 [32020] * main/tags/2.87/gs3-extensions (copied) Tagging the gs3-extensions for the 2.87 release. Mon, 02 Oct 2017 03:03:40 GMT ak19 [32019] * main/tags/2.87/gs2-extensions (copied) Tagging the gs2-extensions for the 2.87 release. Mon, 02 Oct 2017 03:02:29 GMT ak19 [32018] * main/tags/2.87 (copied) Tagging release 2.87 Fri, 29 Sep 2017 09:12:16 GMT ak19 [32017] * main/trunk/gli/LICENSE.txt (modified) GLI License may need special portion on OpenSSL Thu, 28 Sep 2017 10:18:22 GMT ak19 [32014] * main/trunk/greenstone2/makegs2.sh (modified) Remove the imagemagick.tar.gz from ext after it's been unpacked and ... Thu, 28 Sep 2017 10:10:13 GMT ak19 [32013] * main/trunk/gli/findjava.sh (modified) * main/trunk/greenstone2/findjava.sh (modified) * main/trunk/greenstone2/setup.bash (modified) Suppressing confusing message on Macs when there's no system Java ... Thu, 28 Sep 2017 09:33:53 GMT ak19 [32012] * main/trunk/greenstone2/setup.bash (modified) Correction. Discovered issue in srcdist situation Thu, 28 Sep 2017 09:11:50 GMT ak19 [32011] * main/trunk/greenstone2/setup.bash (modified) Tidying up a commit message Thu, 28 Sep 2017 07:48:35 GMT ak19 [32010] * main/trunk/release-kits/kits/rk2/ant-scripts/elcapitan-compile.xml (added) Putting a copy of the customised el capitan version of GS2 release ... Thu, 28 Sep 2017 07:46:04 GMT ak19 [32009] * main/trunk/release-kits/kits/rk2/ant-scripts/mountainlion-compile.xml (modified) Fixing up comment Thu, 28 Sep 2017 07:34:52 GMT ak19 [32008] * main/trunk/greenstone2/makegs2.sh (modified) Rewriting the part of makegs2.sh that grabs the imagemagick binary, ... Thu, 28 Sep 2017 06:30:17 GMT ak19 [32007] * main/trunk/greenstone2/makegs2.sh (modified) Fixing typo before more significant changes Thu, 28 Sep 2017 06:20:42 GMT ak19 [32006] * main/trunk/release-kits/kits/rk2/ant-scripts/mountainlion-compile.xml (added) Want to have a copy safely on SVN containing the Mountain Lion ... Thu, 28 Sep 2017 05:58:45 GMT ak19 [32005] * main/trunk/greenstone2/makegs2.sh (modified) Different (and simpler) fix for GS2 imagemagick env clash on sourcing ... Thu, 28 Sep 2017 05:35:51 GMT ak19 [32004] * main/trunk/greenstone2/makegs2.sh (modified) Additional changes to previous commit of makegs2.sh, to allow passing ... Thu, 28 Sep 2017 04:54:34 GMT ak19 [32003] * main/trunk/greenstone2/makegs2.sh (modified) GS2 compile script will now grab imagemagick if passed in imagemagick ... Wed, 27 Sep 2017 05:13:04 GMT ak19 [32002] * main/trunk/release-kits/shared/core/language-strings/LanguagePack.properties (modified) GS installer expects yes/no or Y/N to create the GS3 installation ... Wed, 27 Sep 2017 04:10:24 GMT ak19 [32001] * main/trunk/greenstone2/macros/french.dm (modified) * main/trunk/greenstone2/macros/french2.dm (modified) Related to commit 32000. Manual fixes to the French language commits ... Wed, 27 Sep 2017 03:56:08 GMT ak19 [32000] * main/trunk/gli/classes/dictionary_fr.properties (modified) * main/trunk/greenstone2/macros/french.dm (modified) * main/trunk/greenstone2/macros/french2.dm (modified) * main/trunk/greenstone2/perllib/strings_fr.properties (modified) French language auxdm, coredm, perlmodules and glidict modules of GS2 ... Tue, 26 Sep 2017 23:39:40 GMT kjdon [31999] * main/trunk/greenstone2/perllib/strings.properties (modified) small change based on feedback from John Rose Tue, 26 Sep 2017 23:37:25 GMT kjdon [31998] * main/trunk/greenstone2/macros/english2.dm (modified) small change based on feedback from John Rose Mon, 25 Sep 2017 10:33:36 GMT ak19 [31996] * main/tags/2.87rc1/gs3-extensions (copied) Tagging gs3-extensions for release gs2.87rc1 Mon, 25 Sep 2017 10:33:28 GMT ak19 [31995] * main/tags/2.87rc1/gs2-extensions (copied) Tagging gs2-extensions for release gs2.87rc1 Mon, 25 Sep 2017 10:33:08 GMT ak19 [31994] * main/tags/2.87rc1 (copied) Tagging release gs2.87rc1 Mon, 25 Sep 2017 10:33:01 GMT ak19 [31993] * main/tags/2.87rc2 (deleted) Wrong tag version Mon, 25 Sep 2017 10:31:37 GMT ak19 [31992] * main/tags/2.87rc2/gs2-extensions (copied) Tagging gs2-extensions for release gs2.87rc1 Mon, 25 Sep 2017 10:31:10 GMT ak19 [31991] * main/tags/2.87rc2 (copied) Tagging release gs2.87rc1 Mon, 25 Sep 2017 08:02:44 GMT ak19 [31990] * main/trunk/greenstone2/setup.bat (modified) Commit 31983, to make setup.bat set JAVA_HAME/JRE_HOME and put Java ... Mon, 25 Sep 2017 05:21:19 GMT ak19 [31989] * main/trunk/greenstone2/common-src/cgi-bin/gsdlCGI.pm (modified) Another bugfix with remote GS noticed with GS2: search results didn't ... Mon, 25 Sep 2017 03:35:22 GMT ak19 [31988] * main/trunk/gli/src/org/greenstone/gatherer/shell/GShell.java (modified) Bugfix for remote GS server: there's no building/build.cfg only ... Sun, 24 Sep 2017 22:30:01 GMT kjdon [31987] * main/trunk/greenstone2/perllib/strings.properties (modified) changed a couple of descriptions after queries from John Rose Sun, 24 Sep 2017 22:29:17 GMT kjdon [31986] * main/trunk/greenstone2/perllib/colcfg.pm (modified) added NO_IMPORT to list of string options