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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31813   7 years ak19 Adding shutdownhook for GS2 to ensure the GS2 server is stopped on …
(edit) @31777   7 years ak19 Related to bugfix of previous commit. Removing commented out working …
(edit) @31776   7 years ak19 Kathy described a problem on the mailing list about the …
(edit) @31733   7 years ak19 Bugfix to nullpointer exception caused when converting a GS2 …
(edit) @31722   7 years ak19 Cosmetic changes
(edit) @31721   7 years ak19 Removed unnecessary comments. Emacs tabbing.
(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) @31670   7 years ak19 Changing the EventListeners list in GShell over to be …
(edit) @31666   7 years ak19 Uses synchronized methods vs synchronizing on objects in the right way …
(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) @31644   7 years ak19 Learnt about shutdown hooks in Java. Adding one to GLI (Gatherer) to …
(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) @31641   7 years ak19 Bugfix after changing over to SafeProcess: XML parsing failed because …
(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) @31637   7 years ak19 FileAssociationManager no longer uses ExternalProgram to run the which …
(edit) @31636   7 years ak19 First phase of shifting gli code to use SafeProcess instead of Java …
(edit) @31630   7 years ak19 Further changes to SafeProcess to turn some interfaces to abstract classes.
(edit) @31629   7 years ak19 Adding a printStackTrace() to what was an empty catch statement.
(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) @31566   7 years kjdon modified VList format statement to match default in code
(edit) @31565   7 years kjdon removed CLASSIFIER_DEFAULT_FORMAT, as it is not used. default format …
(edit) @31557   7 years ak19 1. Modifying name of option to turn on usercomments feature to match …
(edit) @31556   7 years ak19 Adding the ability to turn on user comments from GLI. Off by default. …
(edit) @31293   7 years davidb Close input and output streams before exiting via exception
(edit) @31190   7 years ak19 First major commit to do with the new oaiinfo db that keeps track of …
(edit) @30959   7 years kjdon Made the ConfigEditor modal so that people can't be editing the format …
(edit) @30870   8 years kjdon adding xmlns:gslib into the root tags
(edit) @30869   8 years kjdon we need to have xmlns:gslib in the main element
(edit) @30854   8 years ak19 As per Kathy's suggestion, after editing the collectionConfig file …
(edit) @30765   8 years davidb More forgiving test for java vendor
(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) @30691   8 years kjdon changed the way sort and facet elements are stored. they are currently …
(edit) @30690   8 years kjdon added string for defaultSort
(edit) @30680   8 years ak19 Bugfix to previous commit, revision 30678.
(edit) @30678   8 years ak19 Committing a working version of CollectionConfigXMLReadWrite that …
(edit) @29992   9 years ak19 Minor correction to comment.
(edit) @29974   9 years ak19 Improving previous commit: 1. now we do a single call to …
(edit) @29972   9 years ak19 More dynamic processing of downloaders. GLI used to use a fixed set of …
(edit) @29815   9 years kjdon removed some debugging statements
(edit) @29793   9 years ak19 some more changes to make adding metadata to filenames with non latin1 …
(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) @29711   9 years ak19 Moving from using the solr jetty server to solr using the GS3 tomcat …
(edit) @29514   9 years ak19 Now the collectdir flag passed to gli.sh works (tested with GS3). It …
(edit) @29509   9 years ak19 Kathy suggested a confirmation dialog to the reset format statement …
(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) @29352   10 years ak19 Kathy was making some important changes in GLI's processing of the …
(edit) @29330   10 years ak19 Commit 28312 had broken the indexers tutorial: casefolding and …
(edit) @29312   10 years kjdon if indexOptions are not assigned=true, then return. Don't want to …
(edit) @29300   10 years ak19 Fix to recent commit. Now the formatconverter binaries for the 3 OS …
(edit) @29299   10 years ak19 Moved the formatconverter binaries from GS3/bin to the new GS3/bin/OS …
(edit) @29284   10 years kjdon working on getting GLI not to discard the new elements in …
(edit) @29283   10 years kjdon adding in some more strings for collectionConfig.xml
(edit) @29238   10 years ak19 Correcting detection of pdfbox extension for GS3. For GS3, it's not …
(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) @29177   10 years ak19 GLI now preserves the newly added (optional) option subelements of …
(edit) @29044   10 years ak19 Tidying up after commit.
(edit) @29043   10 years ak19 Second of 2 part commit for improving FormatConversion from GS2 to …
(edit) @29037   10 years ak19 Uses the new separate NumberedJTextArea class that has its own undo …
(edit) @29036   10 years ak19 JOptionPane yes, no, cancel, ok buttons need to be translatable
(edit) @29034   10 years ak19 Minor changes and corrections.
(edit) @29031   10 years ak19 Moved out the NumberedJTextArea into its own class. It now manages the …
(edit) @29030   10 years ak19 Now there are 2 sets of undo and redo buttons, one for each format …
(edit) @29017   10 years ak19 Moved the StreamGobbler classes and their closeResource help method …
(edit) @29016   10 years ak19 Cosmetic changes: 1. renamed inner StreamGobbler classes. 2. Reverting …
Note: See TracRevisionLog for help on using the revision log.