source: main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33029   5 years davidb Generalized way to determine the collection name
(edit) @33028   5 years davidb PDF files processed as extracted text; formatting changes to improve …
(edit) @33027   5 years davidb More nuanced about page text
(edit) @33026   5 years davidb Latest version from gimp
(edit) @33025   5 years davidb Script to detect mis-named files with spurious spaces in them; from …
(edit) @33024   5 years davidb Tweak so Title in spreadsheet maps to dc.Title, so as not to conflict …
(edit) @33023   5 years davidb Tweaked to allow command-line arguments to be passed in
(edit) @33022   5 years davidb Needed for Chrome to work with zoomer
(edit) @33021   5 years davidb mine-type not allowing XML to be diffed
(edit) @33020   5 years davidb Refactored
(edit) @33019   5 years davidb Changes after reviewing built collection
(edit) @33018   5 years davidb Script upgraded to work with full set of PDFs provided by Heritage NZ
(edit) @33016   5 years ak19 Getting facet searching working again in tomcat 8, where it had broken …
(edit) @33015   5 years ak19 Bugfix. Client-GLI didn't have the preview button enabled if opening a …
(edit) @33013   5 years ak19 PDFv2Plugin had broken on Windows at some point after testing …
(edit) @33012   5 years ak19 One more instance of GSDL3HOME being set to basedir which needs to be …
(edit) @33011   5 years ak19 On Ubuntu 18.04, confirmed Renate's findings that gsdlCGI.pm wasn't …
(edit) @33006   5 years ak19 findjava.sh wasn't doing the additional step in findjava.bat: …
(edit) @33005   5 years davidb When testing on Peyman's Mac, findjava.sh was locating the system …
(edit) @33004   5 years ak19 Same as previous commit which I should have also added to the key …
(edit) @33003   5 years ak19 Recently GS3 tomcat failed to start on windows in a path containing …
(edit) @33001   5 years kjdon commented out a debug statement as it has huge output and clogs up the …
(edit) @32999   5 years kjdon a bit of tidying and commenting
(edit) @32996   5 years kjdon re-indented the code
(edit) @32995   5 years kjdon custom interface strings in a colleciton now live in …
(edit) @32991   5 years kjdon refactored the code as lots of functions were doing the same thing. …
(edit) @32990   5 years kjdon missing a }
(edit) @32989   5 years kjdon added a warning message
(edit) @32988   5 years kjdon 1. added code to match document/HASHxxx/print - goes to a=d&sa=print, …
(edit) @32987   5 years ak19 Adjusting previous commit: the printed message is now more in line …
(edit) @32986   5 years ak19 Modifications to improve gs2build setup.bat's warning messages when …
(edit) @32985   5 years kjdon mods to store new humanverify settings. in collectionConfig security …
(edit) @32984   5 years davidb Commented out debug print statements
(edit) @32983   5 years kjdon a new verify page - designed for heritage nz. Allows users to view the …
(edit) @32982   5 years kjdon a page to handle error messages
(edit) @32981   5 years kjdon this customises the document template for when we do …
(edit) @32980   5 years kjdon added verify and error page subactions, and the print document subaction
(edit) @32979   5 years kjdon added strings for verify page, and error page
(edit) @32975   5 years sjm84 Related to commit 32971. No longer grabbing prebuilt 32 bit wvWare. We …
(edit) @32973   5 years sjm84 Unused compile.xml file documenting linux64-specific changes for …
(edit) @32971   5 years sjm84 1. Removing the bundling of the 32 bit wv folder into linux binaries …
(edit) @32970   5 years ak19 Undoing experiment committed with r32967 for generating release-kits, …
(edit) @32969   5 years ak19 Fix to a bug discovered and investigated by Kathy: on Win, when there …
(edit) @32967   5 years ak19 Experimenting to get use.gnomelib.ext used by release-kit to work the …
(edit) @32966   5 years davidb Not all Perl's have Digest-MD5 and Digest-SHA packages installed by …
(edit) @32945   5 years kjdon just deleted some commented out code
(edit) @32944   5 years kjdon making some methods/variables public so we can access them from other …
(edit) @32943   5 years kjdon added the code to handle gsflink.printdocument for Identifiers
(edit) @32942   5 years kjdon added a comment to help in future
(edit) @32941   5 years kjdon gsflink.printdocument is a print friendly version of the document - …
(edit) @32940   5 years kjdon added gsflink.printdocument into the comments
(edit) @32939   5 years kjdon add LibraryName attribute to the servlet context so that URLFilter can …
(edit) @32938   5 years ak19 Correcting minor annoying word order error in comment.
(edit) @32926   5 years ak19 Only the older Java versions we use to build nightlies seemed to trip …
(edit) @32925   5 years ak19 All methods creating and displaying WarningDialogs in Gatherer are now …
(edit) @32924   5 years ak19 What seemed like the key change in the previous commit was …
(edit) @32923   5 years ak19 Changes to reinstate SwingUtilities.invokeLater() calls added for GUI …
(edit) @32922   5 years ak19 Updating wget README to document changes made in revision 32908
(edit) @32921   5 years ak19 Fixing remote GS3 server side bug introduced with the …
(edit) @32920   5 years ak19 EDT related changes for setting up GUI testing worked okay with GLI …
(edit) @32919   5 years ak19 Further details
(edit) @32918   5 years ak19 Adding a useful link and one more for deleting keystores before …
(edit) @32917   5 years ak19 Some further fixes. Have kept wiki 3.09 release notes up-to-date in …
(edit) @32916   5 years ak19 After finalising running GLI Applet as a Java Web Start application …
(edit) @32915   5 years ak19 Forgot to escape brackets
(edit) @32914   5 years ak19 Accomodating https urls in running of GLI Web Start code, WebGatherer.java
(edit) @32913   5 years ak19 Kathy wanted makegli.sh to be prevented from running clean and thereby …
(edit) @32912   5 years kjdon this file is not used, so removing it
(edit) @32911   5 years kjdon added in the WebGatherer compile line which was missing from …
(edit) @32908   5 years davidb Tentative fix for ./configure problem with wget on CentOS with lib32 …
(edit) @32902   5 years ak19 Replacing alerts with fixed language strings with 2 new properties in …
(edit) @32893   5 years ak19 Part 2 of 2 commits to do with getting errorCallBack working on …
(edit) @32892   5 years ak19 Part 1 of 2 commits to do with getting errorCallBack working on …
(edit) @32882   5 years davidb Tweak to logger class, previously a copy-and-paste error to GSXML?
(edit) @32881   5 years davidb Addition targets/lines in preparation of working with IIIF Server Bridge
(edit) @32880   5 years davidb Test for version string made a little bit more general to allow for …
(edit) @32879   5 years davidb Resource files for use with Cantaloupe implementation of IIIF
(edit) @32873   5 years ak19 javascript-global-functions' local function callMetadataServer() now …
(edit) @32872   5 years ak19 Clean up
(edit) @32871   5 years ak19 Need to reset init states to current states AFTER setArchivesMetadata …
(edit) @32870   5 years ak19 1. set_set now renamed to set_oaiset after Dr Bainbridge suggested the …
(edit) @32869   5 years ak19 1. Other possible return value from getCollectionListForSet() is now …
(edit) @32868   5 years ak19 After 3 attempts, finally succeeded in implementing Kathy's …
(edit) @32858   5 years ak19 Fix to bug introduced by oversight in recent commit.
(edit) @32857   5 years ak19 Adding a comment that deletions to GPS.mapOverlay metadata are treated …
(edit) @32856   5 years ak19 Adding a css file that is referenced from Zeddy's recently committed …
(edit) @32855   5 years ak19 Debugging from perl (mod)metadataaction cgiaction now gets printed to …
(edit) @32854   5 years ak19 Cleanup phase two: removed recent console.log debug statements.
(edit) @32853   5 years ak19 Cleanup stage one: 1. Not calling addFunctionalityToTable() on …
(edit) @32852   5 years ak19 Dr Bainbridge solved the weird bug whereby when you're in doc editing …
(edit) @32851   5 years ak19 Zeddy I think turned commented out drawingMode. It's a local change, …
(edit) @32850   5 years ak19 1. Zeddy introduces suppressUndo and cleaned up lots of CloneShape
(edit) @32849   5 years ak19 Undoing 32841 afgter discussion with Dr Bainbridge who worked out that …
(edit) @32848   5 years kjdon reindented in emacs
(edit) @32847   5 years kjdon reindented in emacs
(edit) @32846   5 years ak19 On windows, our block hash filelists deal in full 'long' pathnames, …
(edit) @32845   5 years ak19 previous commit by kjdon
(edit) @32844   5 years ak19 modified upgrade and downgrade dos filenames - getLong/ShortPathName …
(edit) @32841   5 years ak19 Tentative fix to metadata GPS.mapOverlay that we specify ought to be …
(edit) @32840   5 years ak19 After we're ready to save and rebuild, new overlays get saved as the …
Note: See TracRevisionLog for help on using the revision log.