source: main/trunk/gli

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @31714   7 years ak19 Gujarati language glidict, glihelp and gs3interface modules updates. …
(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) @31691   7 years ak19 Committing two new GLI language strings that I may use in 2 future …
(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) @31649   7 years ak19 Updated GLI's batch and bash scripts to refer to the new JNA jar files …
(edit) @31648   7 years ak19 Some corrections, including to omissions, before I start adding in …
(edit) @31647   7 years ak19 gli.bat and makegli.bat were updated to test the new JNA jar files. …
(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) @31129   7 years ak19 Gujarati translations for gs3interface, glidict and GS2 core modules …
(edit) @31119   7 years ak19 French translations for glihelp module of Greenstone GLI interface. …
(edit) @31118   7 years ak19 French translations for glidict module of Greenstone interface. Many …
(edit) @30959   7 years kjdon Made the ConfigEditor modal so that people can't be editing the format …
(edit) @30871   8 years kjdon need xmlns:gslib in header so that we can use gslib elements in config file
(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) @30847   8 years ak19 French language translation updates for modules core, glidict, …
(edit) @30794   8 years kjdon enable gujarati for GLI
(edit) @30765   8 years davidb More forgiving test for java vendor
(edit) @30763   8 years davidb Removal of debug print statements
(edit) @30708   8 years ak19 Spanish language updates to glidict module of GS interface. Many …
(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) @30610   8 years ak19 Adding Gujarati language glihelp module of GS interface. Many thanks …
(edit) @30607   8 years ak19 Gujarati language glidict module of GS interface. Many thanks to Lavji …
(edit) @30606   8 years ak19 Gujarati language glidict module of GS interface. Many thanks to Lavji …
(edit) @30598   8 years ak19 Updates to Gujarati language glidict module of the GS interface. Many …
(edit) @30592   8 years ak19 Further changes to make sure recent updates to batch scripts still …
(edit) @30574   8 years ak19 Improving dispersed GS3: changes to util.pm fix the bug whereby the …
(edit) @30573   8 years ak19 Terminology change: 'web-distributed' GS3 is a GS3 with dispersed web …
(edit) @30568   8 years ak19 All the commits for a distributed GS3 on Windows (no changes made for …
(edit) @30486   8 years ak19 Russian language glidict module of the Greenstone Interface. Many …
(edit) @30394   8 years ak19 Gujarati language glidict module of Greenstone Interface. Many thanks …
(edit) @30379   8 years kjdon Gujarati language updates to glidict module of GS interface. Many …
(edit) @30228   9 years ak19 Gujarati language updates to glidict module of GS interface. Many …
(edit) @30143   9 years ak19 Gujarati language updates to glidict module of GS interface. Many …
(edit) @30128   9 years ak19 Bringing findjava for gs2 (used by gs2-setup.sh) up to speed with …
(edit) @30119   9 years ak19 Mac icons for when launching the startup scripts from the command …
(edit) @30106   9 years ak19 HINT for search4j adjusted after JRE inclusion on Mac Lion.
(edit) @30089   9 years ak19 Gujarati language glidict module. Many thanks to Lavji Zala.
(edit) @30066   9 years ak19 Gujarati language glidict module. Many thanks to Lavji Zala.
(edit) @30019   9 years ak19 Japanese language core, perlmodule, glidict modules GS Interface …
(edit) @30018   9 years ak19 Japanese language glihelp GS interface. Many thanks to Mr Gaku Yamaguchi.
(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) @29848   9 years ak19 Gujarati language glidict module of GS interface. Many thanks to Lavji …
(edit) @29847   9 years ak19 Spanish language glihelp module of GS interface. Many thanks to Diego …
Note: See TracRevisionLog for help on using the revision log.