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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36262   22 months kjdon put the plugout string into static strings
(edit) @36255   23 months kjdon added a numTicked method
(edit) @36240   23 months kjdon added strings for rank/none - for sortfields. and in gs2, default …
(edit) @36178   2 years kjdon added string for new SearchMetadata - index/level etc display texts …
(edit) @36170   2 years kjdon added a method for converting a nodelist to string - cos I needed it …
(edit) @36147   2 years kjdon a couple strings to do with solr, and internal representation of …
(edit) @36146   2 years kjdon just added a check for null node when generating string representation
(edit) @36137   2 years kjdon added gs2 versions for sort fields
(edit) @35667   2 years davidb Some notes on how to address deprecated warnings added
(edit) @35665   2 years davidb Calling things like new Boolean(false) and new Integer(100) has been …
(edit) @35661   2 years davidb Adjusted solution to how -noclasspath is explicitly set by Greenstone3 …
(edit) @35637   2 years davidb The inclusion of the '-noclasspath' flag is to avoid the ant bash/bat …
(edit) @34394   4 years ak19 Bugfix 1 for GLI metadata slowdown: selecting multiple Gathererd files …
(edit) @34246   4 years ak19 Still part of commit 34241 and now also 34245.
(edit) @34241   4 years ak19 The previous commit fixed the issue where HTML in collection …
(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) @33729   4 years ak19 Fixes to variants of debug function printCaller().
(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) @32689   5 years ak19 If not testing, don't need GLI's GUI components to be assigned names. …
(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) @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) @32139   6 years ak19 Rewrote WebGatherer as a Java Web Start application, rather than an …
(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) @31970   7 years ak19 Unused, but possibly useful, commented out code
(edit) @31843   7 years ak19 1. Adding new Java class URLConnectionManager to get an …
(edit) @31817   7 years ak19 Accidentally committed the debugging set to on with my previous bugfix …
(edit) @31816   7 years ak19 Fix to getRedirectURL() being stuck forever if the proxy details are …
(edit) @31776   7 years ak19 Kathy described a problem on the mailing list about the …
(edit) @31720   7 years ak19 1. GLI's DownloadJobs don't allow pausing and resuming (the button …
(edit) @31719   7 years ak19 Update to README describing the most recent commits.
(edit) @31718   7 years ak19 Two more instances in GLI's Gatherer.java were using Java's Process …
(edit) @31717   7 years ak19 Finally finished first draft of SafeProcess.java Readme. Added more …
(edit) @31716   7 years ak19 Comments adjusted
(edit) @31713   7 years ak19 Further filling in the sections of the Readme doc on SafeProcess
(edit) @31712   7 years ak19 Logging on exception should happen regardless of whether the DEBUG …
(edit) @31711   7 years ak19 Prelinary stages of a README for developers wanting to use SafeProcess.java
(edit) @31707   7 years ak19 Adding an option to cancelProcess() that allows you to force the …
(edit) @31706   7 years ak19 On Mac too, not just linux, the exit value of a kill pid cmd can be 1. …
(edit) @31704   7 years ak19 Cosmetic changes before bringing the GS3's src code version of …
(edit) @31703   7 years ak19 When an instance of SafeProcess calls its static destroyProcess …
(edit) @31702   7 years ak19 1. Correction to previous commit where I'd accidentally attempted a …
(edit) @31701   7 years ak19 Cleaning up yesterday's commit
(edit) @31699   7 years ak19 Mac testing of SafeProcess: everything else worked (User comments, …
(edit) @31697   7 years ak19 More changes to bring SafeProcess GLI src version and GS3 src version …
(edit) @31692   7 years ak19 Major changes to SafeProcess and classes of the download package, by …
(edit) @31664   7 years ak19 Tabbing for emacs.
(edit) @31651   7 years ak19 Emacs tabbing and 2 extra lines of comments.
(edit) @31650   7 years ak19 0. Debugging in SafeProcess is turned off. 1. Tidying up recent commit …
(edit) @31646   7 years ak19 1. Moved isAvailable(program) into SafeProcess.java from …
(edit) @31643   7 years ak19 Taskkill does not seem to be a route, but adding in code that works, …
(edit) @31642   7 years ak19 For Windows, process.destroy() doesn't get called on interruption …
(edit) @31639   7 years ak19 1. Correcting switch statement in SafeProcess and tidying up some …
(edit) @31638   7 years ak19 Rewriting GShell.runLocal() to use SafeProcess instead of Process. …
(edit) @31630   7 years ak19 Further changes to SafeProcess to turn some interfaces to abstract classes.
(edit) @31620   7 years ak19 Porting recent changes from GS3 SafeProcess to GLI SafeProcess
(edit) @31594   7 years ak19 More equalising of debugging between the gli and gs3 src code versions …
(edit) @31593   7 years ak19 Porting the modifications for SafeProcess.java from GS3 src code to …
(edit) @31586   7 years ak19 Exceptions are now no longer handled by SafeProcess at all times, but …
(edit) @31585   7 years ak19 GLI's DownloadPane.java now also uses SafeProcess.java when running a …
(edit) @31584   7 years ak19 Related to previous commit. Removed the old_ functions to stop and …
(edit) @31583   7 years ak19 GS3ServerThread now uses SafeProcess. And moved the code in Gatherer …
(edit) @31582   7 years ak19 In place of the Input- and OutputStreamGobbler classes, am now …
(edit) @31581   7 years ak19 Minor changes ahead of bigger commits
(edit) @31565   7 years kjdon removed CLASSIFIER_DEFAULT_FORMAT, as it is not used. default format …
(edit) @30869   8 years kjdon we need to have xmlns:gslib in the main element
(edit) @30763   8 years davidb Removal of debug print statements
(edit) @30705   8 years ak19 Merely tidying up.
(edit) @30702   8 years ak19 Minor general improvements that I didn't want to commit with the …
(edit) @30701   8 years ak19 All the changes to get the new collectionConfig.xml Editor …
(edit) @30690   8 years kjdon added string for defaultSort
(edit) @30678   8 years ak19 Committing a working version of CollectionConfigXMLReadWrite that …
(edit) @29992   9 years ak19 Minor correction to comment.
(edit) @29972   9 years ak19 More dynamic processing of downloaders. GLI used to use a fixed set of …
(edit) @29764   9 years ak19 Added handling of GS2 in what was GS3-specific in the recently-added …
(edit) @29753   9 years ak19 Related to commits 29687, 29729, 29730. The changes to incorporating …
(edit) @29730   9 years ak19 The second and final part of the commits to getting GLI running again …
(edit) @29361   10 years ak19 Fix to recent commit that made GS3ServerThread.java do a …
(edit) @29356   10 years ak19 Non-crucial commit, but I believe it may still be better to waitFor() …
(edit) @29299   10 years ak19 Moved the formatconverter binaries from GS3/bin to the new GS3/bin/OS …
(edit) @29283   10 years kjdon adding in some more strings for collectionConfig.xml
(edit) @29222   10 years ak19 SOLR related. TEMPORARY changes for the GS3 workshop. Owing to the …
(edit) @29221   10 years ak19 Added code to allow GLI to preserve any solr-specific <sort> and …
(edit) @29031   10 years ak19 Moved out the NumberedJTextArea into its own class. It now manages the …
(edit) @29017   10 years ak19 Moved the StreamGobbler classes and their closeResource help method …
(edit) @29001   10 years ak19 Correction to recent commit in OpenCollectionDialog. And cosmetic …
(edit) @28995   10 years ak19 First commit for GLI part of GS2 to GS3 Format Conversion. Contains …
(edit) @26354   12 years kjdon new function
(edit) @26353   12 years kjdon replaceList elem string
(edit) @26105   12 years ak19 When GLI exited, comments inside format statements would each time …
(edit) @26018   12 years sjm84 Changing the default format statement to include some templates for …
(edit) @26015   12 years kjdon added global string for new global format
(edit) @25786   12 years ak19 Modified the indentXML() method to clear empty text nodes (containing …
Note: See TracRevisionLog for help on using the revision log.