source: main/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32157   6 years Georgiy Litvinov Added navigation for search terms
(edit) @32156   6 years ak19 Dr Bainbridge fixed gli4gs3.xsl so that the new GLI Web Start …
(edit) @32155   6 years ak19 Shouldn't hardcode localhost for codebase. Still not sure why, after …
(edit) @32154   6 years ak19 On Windows, the Java Control Panel is javacpl.exe, not javaclp.exe
(edit) @32153   6 years ak19 2 Bugfixes and tidying up errorhandling in JarTools. 1. Dr Bainbridge …
(edit) @32152   6 years ak19 Fixing windows command.
(edit) @32151   6 years ak19 Changes to instructions for GLI Web Start application, since the user …
(edit) @32150   6 years ak19 I changed gli4gs3.xsl to rewrite the applet page produced by …
(edit) @32147   6 years kjdon take the image and ocr files from nzdl-storage instead of copying them …
(edit) @32146   6 years kjdon fixed up a temporary change I had made
(edit) @32145   6 years kjdon
(edit) @32144   6 years kjdon more metadata elements
(edit) @32143   6 years kjdon just committing the changes to the xml files. some content editing by …
(edit) @32142   6 years ak19 More changes related to GLIapplet.jnlp being renamed to GLIappWebStart
(edit) @32141   6 years ak19 More changes related to GLIapplet.jnlp being renamed to GLIappWebStart
(edit) @32140   6 years ak19 Renaming GLIapplet.jnlp to GLIappWebStart.jnlp
(edit) @32139   6 years ak19 Rewrote WebGatherer as a Java Web Start application, rather than an …
(edit) @32138   6 years ak19 New class WebGatherer.java to replace GathererApplet.java in JNLP use …
(edit) @32137   6 years ak19 Cosmetic changes to the new README_WebGLI.txt file
(edit) @32136   6 years ak19 Committing the first checkpoint of getting the GLIApplet to work with …
(edit) @32135   6 years ak19 GathererApplet4gs3.java was merged with GathererApplet.java, so that …
(edit) @32134   6 years kjdon when adding a new metadata row to the table, we need to check for …
(edit) @32133   6 years kjdon added a comment
(edit) @32132   6 years kjdon added multivalued metadata input shortcut functionality. In …
(edit) @32131   6 years kjdon don't want the initial , if trying to match 41 times. this is a syntax …
(edit) @32130   6 years kjdon check whether an item in sites folder is actually a directory before …
(edit) @32129   6 years kjdon After () in a regex, {} signifys quantifiers. eg (xx){2,4} - 2-4 …
(edit) @32128   6 years Georgiy Litvinov Remove all sections from requests except needed by inline template.
(edit) @32127   6 years ak19 Fixing up the GS3 GLI applet. To get it to work, follow the …
(edit) @32126   6 years kjdon
(edit) @32125   6 years kjdon rearranged metadata table
(edit) @32124   6 years kjdon some updates
(edit) @32123   6 years kjdon when hard linking, if the destination file already exists then remove …
(edit) @32122   6 years kjdon we had [a-z]{2..} which causes an error in later versions of perl. …
(edit) @32121   6 years kjdon added a comment
(edit) @32115   6 years Georgiy Litvinov Fixed NPE in case empty group title
(edit) @32114   6 years Georgiy Litvinov Added request object to facilitate requests creation.
(edit) @32113   6 years kjdon tmpnam isn't being used anyway, and it is deprecated in perl 5.24, …
(edit) @32112   6 years kjdon added downloadinfo.no_download_name which was missing
(edit) @32111   6 years kjdon pass in base interfaces array to the call to find …
(edit) @32110   6 years ak19 Forgot to commit bugfix. The bug was that when searching a solr …
(edit) @32097   6 years ak19 Commenting out unused line
(edit) @32096   6 years ak19 Marking all the uses of sysread() with a comment saying they're a …
(edit) @32095   6 years kjdon we only want to look at child metadataLists I think
(edit) @32094   6 years kjdon a couple of small changes. when you click on the screen image, open …
(edit) @32093   6 years ak19 Ctr (or equiv on Mac) +F on GS3 GLI's ConfigFileEditor now focuses on …
(edit) @32092   6 years ak19 Previous commit also puts the caret/cursor at the start when using GS3 …
(edit) @32091   6 years ak19 Find functionality for GS3 GLI's Config file editor.
(edit) @32090   6 years ak19 Related to the previous commit, revision 32089. Some improvements.
(edit) @32089   6 years ak19 1. Attempted fix by Kathy and me for Diego's problem of PDFBox's …
(edit) @32084   6 years kjdon getFacets now includes a lang arg, so we can get teh correct …
(edit) @32083   6 years kjdon getFacets now includes a lang arg, so we can get teh correct …
(edit) @32082   6 years kjdon fixed up a spelling mistake on a comment
(edit) @32081   6 years kjdon added display name to facet
(edit) @32080   6 years kjdon display name for a facet should come from a displayItem inside the …
(edit) @32079   6 years kjdon removed some print statements. Added some more explanations
(edit) @32078   6 years kjdon only record deleted metadata changes if the field value was non empty. …
(edit) @32077   6 years kjdon Removed debugging, and added some comments.
(edit) @32076   6 years kjdon Bugfix (with debugging left in). The set-archive-metadata would …
(edit) @32075   6 years kjdon don;t bother finding out document type from server if it has already …
(edit) @32074   6 years kjdon when we are in editing mode, we haven't got assocfilepath at teh top …
(edit) @32073   6 years kjdon forgot to rename Metadata to metadata
(edit) @32072   6 years kjdon as we are now no longer including <gsf:metadata='all' in the xslt, we …
(edit) @32071   6 years ak19 Changes to set the docType of the <document> element and to set the …
(edit) @32070   6 years kjdon need to set docType for the main document element when editing
(edit) @32069   6 years kjdon forgot to add the import GlobalProperties line
(edit) @32068   6 years kjdon if docEdit=1, then we just retrieve the entire document from archives, …
(edit) @32067   6 years kjdon simple template to convert from archive format into internal gs …
(edit) @32066   6 years kjdon don't need to get the text when just getting the image for a section
(edit) @32065   6 years kjdon added in customJavascriptForDocumentView, …
(edit) @32064   6 years kjdon for processDocXMLGetSection we need to actually add the section to the …
(edit) @32063   6 years kjdon added xmltransformer to base action for any actions that need it. will …
(edit) @32062   6 years ak19 Committing unused and untested new subroutines, in case they may prove …
(edit) @32061   6 years ak19 Moving two subroutines from modmetadataaction.pm to metadataaction.pm …
(edit) @32060   6 years ak19 1. On leaving the page when there are unsaved changes, there's now a …
(edit) @32058   6 years ak19 Kathy fixed it so that when editing a document with GS3's online doc …
(edit) @32057   6 years ak19 There was a problem about attributes like align=justify going missing …
(edit) @32050   6 years ak19 Related to previous commit, revision 32049. Now tested successfully on …
(edit) @32049   6 years ak19 User on mailing list found it frustrating that GLI stops the GS3 …
(edit) @32046   7 years kjdon modified how we make the html header title. use page :: collection :: …
(edit) @32045   7 years kjdon modified collectionName template to either print name displayItem, or …
(edit) @32043   7 years ak19 More adjustments to mac README and bringing the linux README up to …
(edit) @32042   7 years ak19 Another minor edit
(edit) @32041   7 years ak19 Some adjustments to the README to deal with the new 64 bit versions of …
(edit) @32040   7 years sjm84 Forgot to tar up the jre for Greenstone before creating a …
(edit) @32039   7 years sjm84 Moving the 7za and 7zCon.sfx binaries (32 and 64 bit variants of each) …
(edit) @32038   7 years sjm84 Rebuilt the self-extracting jre_bin_x64 binary. The jre the previous …
(edit) @32037   7 years sjm84 Compiled up 64 bit versions of p7zip binaries: 7za and 7zCon.sfx_64, …
(edit) @32036   7 years ak19 Correcting p7zip sourceforge URL (it's not pzip).
(edit) @32034   7 years kjdon updating nzdlhome.dm to match what is on colldev
(edit) @32028   7 years ak19 1. Bugfix to previous commit: var might not be on an …
(edit) @32026   7 years ak19 Some more placeholder strings for the UnknownConverterPlugin to …
(edit) @32017   7 years ak19 GLI License may need special portion on OpenSSL
(edit) @32014   7 years ak19 Remove the imagemagick.tar.gz from ext after it's been unpacked and …
(edit) @32013   7 years ak19 Suppressing confusing message on Macs when there's no system Java …
(edit) @32012   7 years ak19 Correction. Discovered issue in srcdist situation
(edit) @32011   7 years ak19 Tidying up a commit message
(edit) @32010   7 years ak19 Putting a copy of the customised el capitan version of GS2 release …
(edit) @32009   7 years ak19 Fixing up comment
(edit) @32008   7 years ak19 Rewriting the part of makegs2.sh that grabs the imagemagick binary, as …
Note: See TracRevisionLog for help on using the revision log.