source: main/trunk/gli

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31937   7 years ak19 Spanish language glidict and gs3interface modules of the GS interface. …
(edit) @31918   7 years ak19 Updates of Gujarati language auxdm (GS2), glidict and greenstone3 …
(edit) @31897   7 years ak19 Related to commit 31880 for supporting multiple proxy hosts/ports (one …
(edit) @31888   7 years ak19 Spanish language for perlmodules and glidict module of the GS …
(edit) @31887   7 years ak19 Japanese language GS interface for modules auxdm, perlmodules, …
(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) @31875   7 years ak19 1. Getting the recently added util::print_env() subroutine, which has …
(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 …
(edit) @31839   7 years ak19 Fixing a bug in my previous commit: redirectURL() should stop its …
(edit) @31831   7 years ak19 Part of previous commit. GLI needs to pass WGETRC env var down to perl …
(edit) @31823   7 years ak19 Another bugfix to GLI's downloadjob display: on Linux, the number of …
(edit) @31822   7 years ak19 Bugfix to GLI's download pane: when having multiple download jobs …
(edit) @31821   7 years ak19 Removing the (commented) out debug statements introduced during the …
(edit) @31820   7 years ak19 The changes necessary for GLI's Java code to work properly with a wget …
(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) @31815   7 years ak19 Minor modification to previous 2 commits
(edit) @31814   7 years ak19 Combining the shutdown hooks for GS2 and GS3
(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) @31727   7 years ak19 Correcting spaces
(edit) @31726   7 years ak19 Fix to previous commit. The path to using build.properties is now …
(edit) @31725   7 years ak19 The path to using build.properties is now conditional, so we don't do …
(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 …
Note: See TracRevisionLog for help on using the revision log.