source: main/trunk/gli/src/org/greenstone/gatherer

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @34280   4 years ak19 Noticed today that export meta to CSV options were available all the …
(edit) @34266   4 years ak19 1. Added rudimentary support for inserting the basic skeletons of …
(edit) @34265   4 years ak19 MetadataCSVPlugin doesn't like windows style slashes in the Filename …
(edit) @34264   4 years ak19 1. Added moveMetaXMLToCSV 2. Both this and exportMetaAsCSV now also …
(edit) @34263   4 years ak19 Option in GLI file menu to Export collection meta to CSV (new CSV file …
(edit) @34261   4 years ak19 1. Fixed the bug with GLI's Gather Rightclick > Replace when the …
(edit) @34255   4 years ak19 Oversight. Removing another remnant of experimental code that I hadn't …
(edit) @34247   4 years ak19 In the previous commit 1. Codec.java change was still related to …
(edit) @34246   4 years ak19 Still part of commit 34241 and now also 34245.
(edit) @34245   4 years ak19 Crucially related to commit r34241, this was the other half of the GLI …
(edit) @34243   4 years ak19 Minor.
(edit) @34242   4 years ak19 Annoying spelling mistake.
(edit) @34241   4 years ak19 The previous commit fixed the issue where HTML in collection …
(edit) @34235   4 years ak19 Added functionality for client-GLI to upload an edited metadata set …
(edit) @34234   4 years ak19 Bugfix I think for the deadlock issue that can occur when a GUI task …
(edit) @34233   4 years ak19 Minor change: putting back commented out lines of code to how they …
(edit) @34232   4 years ak19 Bugfix. When using client-GLI noticed that creating or editing an …
(edit) @34205   4 years ak19 Collection ConfigFileEditor related changes, bugfixes and …
(edit) @34185   4 years kjdon changed doClassifier to doClassifiers as it was misleading and bugged …
(edit) @34168   4 years ak19 Stupid oversight on my part yesterday: when fixing up client-GLI so …
(edit) @34161   4 years ak19 Fixed last of the client-gli/remoe GS3 bugs discovered yesterday. When …
(edit) @34160   4 years ak19 Completing TODO from Kathy's commit message for 34116 for …
(edit) @34158   4 years ak19 Fixing discovery of client-gli issues with previewing a different …
(edit) @34153   4 years ak19 While trying to debug client-gli to remote issues, found some more …
(edit) @34115   4 years kjdon a couple changes. 1 don't explicitly need to remove the lock file from …
(edit) @34113   4 years ak19 1. tomcat.port no longer exists in build.properties after https also …
(edit) @34110   4 years kjdon modified a couple of error strings to be more helpful
(edit) @33998   4 years davidb Removed import statement that is no longer used, and was stopping …
(edit) @33777   4 years ak19 Forgot to document a link, with sample code to use nativecall jar file …
(edit) @33758   4 years ak19 Removed debugging and last bit of cleanup.
(edit) @33757   4 years ak19 1. Windows bugfix for getting exMeta to be loaded into GLI where there …
(edit) @33756   4 years ak19 Attempted bugfix for ex meta not always loading in gli for docs that …
(edit) @33749   4 years ak19 Still on the bugfix for GLI with non-ascii filenames assigned …
(edit) @33748   4 years ak19 Linux bugfixes to recent commits to do with getting file-level meta …
(edit) @33747   4 years ak19 Tidying up code some more and moving unused (but reusable and possibly …
(edit) @33746   4 years ak19 1. Bugfix for dealing with + in filenames: file-level metadata now …
(edit) @33745   4 years ak19 Fix to function decodeStringContainingHexEntities that I recently …
(edit) @33744   4 years ak19 Refactored code to do more inside functions rather than make callers …
(edit) @33739   4 years ak19 Bugfix to GLI to being able to parse metadata.xml files containing & …
(edit) @33738   4 years ak19 Got the filenameToURLEncoding(String) variant that reuses …
(edit) @33737   4 years ak19 A larger fix but not complete fix to the problem of attaching and …
(edit) @33730   4 years ak19 Finally, got the code back to achieving the same thing as the partial …
(edit) @33729   4 years ak19 Fixes to variants of debug function printCaller().
(edit) @33728   4 years ak19 Introducing method that I've tested separately to decode a string that …
(edit) @33727   4 years ak19 Experimental encoding related bugfix to GLI. In GLI, meta assigned at …
(edit) @33724   4 years ak19 1. A bugfix to Base64.decode(String s) to handle null strings returned …
(edit) @33403   5 years ak19 Mistake to do with launchdir in SafeProcess: if the environment for …
(edit) @33015   5 years ak19 Bugfix. Client-GLI didn't have the preview button enabled if opening a …
(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) @32920   5 years ak19 EDT related changes for setting up GUI testing worked okay with GLI …
(edit) @32914   5 years ak19 Accomodating https urls in running of GLI Web Start code, WebGatherer.java
(edit) @32725   5 years ak19 Older Java on LSB 32 bit choked on args not being declared final …
(edit) @32712   5 years ak19 1. Some dialogs do not exist when GLI starts up and becomes visible. …
(edit) @32706   5 years ak19 Committing the non-EDT related changes to GLI. More changes to …
(edit) @32704   5 years ak19 GLI GUI testing with AssertJ Swing discovered a NullPointerException
(edit) @32700   5 years ak19 1. I'm hoping that setNamesRecursively now properly deals with …
(edit) @32699   5 years ak19 This fixes another EDT (Event Dispatch Thread) access violation …
(edit) @32695   5 years ak19 Simplifying setNamesRecursively and its usage. And printComponentNames …
(edit) @32691   5 years ak19 Forgot to remove import of package no longer relevant to this class
(edit) @32689   5 years ak19 If not testing, don't need GLI's GUI components to be assigned names. …
(edit) @32686   5 years ak19 For GUI testing, it's far and away easier if only GUI components had …
(edit) @32673   5 years ak19 Experimental. Attempt to fix the Event Dispatch Thread GUI exceptions …
(edit) @32628   5 years kjdon making default templates in the interface xsl files, the format …
(edit) @32510   6 years ak19 Bugfix when exporting from GLI: calling substring resulted in …
(edit) @32331   6 years ak19 Forgot to commit a minor change earlier
(edit) @32322   6 years ak19 Furter updates to SafeProcess Readme, even though Dr Bainbridge has …
(edit) @32321   6 years ak19 Describing new problem when the openoffice extension breaks …
(edit) @32276   6 years ak19 Fixed a bug discovered when trying to get screenshots for Dr Nichols. …
(edit) @32271   6 years ak19 Some more handy functions to print calling methods and tidied up the …
(edit) @32270   6 years ak19 Adding in a handy utility function to see the call stack by printing …
(edit) @32153   6 years ak19 2 Bugfixes and tidying up errorhandling in JarTools. 1. Dr Bainbridge …
(edit) @32150   6 years ak19 I changed gli4gs3.xsl to rewrite the applet page produced by …
(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) @32135   6 years ak19 GathererApplet4gs3.java was merged with GathererApplet.java, so that …
(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) @32050   7 years ak19 Related to previous commit, revision 32049. Now tested successfully on …
(edit) @32049   7 years ak19 User on mailing list found it frustrating that GLI stops the GS3 …
(edit) @31988   7 years ak19 Bugfix for remote GS server: there's no building/build.cfg only …
(edit) @31970   7 years ak19 Unused, but possibly useful, commented out code
(edit) @31897   7 years ak19 Related to commit 31880 for supporting multiple proxy hosts/ports (one …
(edit) @31884   7 years ak19 Much simpler. If proxy env vars were already set upon GLI launch, they …
(edit) @31883   7 years ak19 Previous commit was incomplete.
(edit) @31882   7 years ak19 GLI now does storing, overriding and restoring of original proxy …
(edit) @31881   7 years ak19 Text copied from the web into comments turned into strange characters …
(edit) @31880   7 years ak19 All the changes that were required to set up multiple proxy servers, …
(edit) @31878   7 years ak19 1. Previous commit message was incorrect: it wasn't that perl wasn't …
(edit) @31877   7 years ak19 Getting Windows wget to use proxy settings in environment. They didn't …
(edit) @31865   7 years ak19 1. Helpful messages appended to the Download log directing the user to …
(edit) @31864   7 years ak19 1. Modified GLI and perl to set proxy_on, proxy_host and proxy_port …
(edit) @31861   7 years ak19 Correcting Https to https.
(edit) @31860   7 years ak19 The changes necessary for getting the new no_check_certificate …
(edit) @31852   7 years ak19 Java code no longer works out what the ultimate URL to download from …
(edit) @31851   7 years ak19 1. Fixes to get proxying to work on Windows. 2. Fixes to timeout if a …
(edit) @31843   7 years ak19 1. Adding new Java class URLConnectionManager to get an …
Note: See TracRevisionLog for help on using the revision log.