source: main/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @31705   7 years ak19 Bringing the GS3's src code version of SafeProcess up to speed with …
(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) @31700   7 years kjdon export.pl has -saveas_options so you can pass in plugout options. …
(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) @31696   7 years ak19 Forgot to turn debugging off in SafePrrocess.
(edit) @31695   7 years ak19 Bringing GS3 src code's SafeProcess up to speed with GLI version, with …
(edit) @31694   7 years kjdon testing on commdev I had the situation where the apache user couldn't …
(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) @31690   7 years kjdon removing debug statements
(edit) @31689   7 years kjdon removing debug statements
(edit) @31688   7 years kjdon removing debug statements
(edit) @31687   7 years kjdon this wasn't looking lang args to the depositormetadata cfg line, and …
(edit) @31686   7 years kjdon diego was sometimes getting arraylist outof bounds exception - we are …
(edit) @31674   7 years ak19 Correction to generating login URL. When reconstituting the URL …
(edit) @31673   7 years kjdon don't add the AllList classifier any more. This was originally added …
(edit) @31672   7 years kjdon undoing Anu's previous commit. We don't want to make the AllList
(edit) @31671   7 years ak19 Additional comment
(edit) @31670   7 years ak19 Changing the EventListeners list in GShell over to be …
(edit) @31669   7 years ak19 Have made the EventListeners list in CollectionConstructor use the …
(edit) @31668   7 years ak19 Adding helpful link
(edit) @31667   7 years ak19 Uses synchronized methods vs synchronizing on objects in the right way …
(edit) @31666   7 years ak19 Uses synchronized methods vs synchronizing on objects in the right way …
(edit) @31665   7 years ak19 GS3 source code now updated to use SafeProcess instead of Process …
(edit) @31664   7 years ak19 Tabbing for emacs.
(edit) @31663   7 years ak19 Bringing the GS3 SafeProcess.java up to speed with the GLI version. …
(edit) @31662   7 years ak19 French language GS3interface module. Many thanks to Yvan Arnaud.
(edit) @31661   7 years kjdon explicitly ordered the collections on the home page
(edit) @31660   7 years kjdon collectionLinks template is now called collectionAndGroupLinks
(edit) @31659   7 years kjdon committing the showcase interface
(edit) @31658   7 years kjdon actually, don't want default link-type to be javascript. if have HList …
(edit) @31657   7 years kjdon default link type is javascript, not dynamic
(edit) @31656   7 years kjdon fixed up the nodeId parameter passing to classifierNodeLink. Didn't …
(edit) @31655   7 years kjdon query-common has been renamed to shared-templates, and is inluced by …
(edit) @31654   7 years kjdon query-common is now called shared-templates
(edit) @31653   7 years kjdon renamed query-common to shared-templates as now it is no longer just …
(edit) @31652   7 years kjdon classifierNodeLink template is needed by config_format as well as …
(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) @31640   7 years ak19 Porting across changes made to GLI's SafeProcess: 1. correct interrupt …
(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) @31631   7 years ak19 Further changes to SafeProcess to turn some interfaces to abstract …
(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) @31617   7 years ak19 Removing the debugging.
(edit) @31616   7 years ak19 Putting the LineByLineHandlers back in case it is useful (especially …
(edit) @31615   7 years ak19 Adding a basic run process method, runBasicProcess(), one to be used …
(edit) @31602   7 years ak19 Follows Dr Bainbridge's suggestion to prevent URL based calls to …
(edit) @31600   7 years kjdon moved the coll and group links back into their own template so that we …
(edit) @31596   7 years kjdon added code to put in source link+icon/thumb img
(edit) @31595   7 years kjdon indenting it nicely in emacs
(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) @31592   7 years ak19 Removed unwanted debugging now that Windows testing of the new …
(edit) @31591   7 years ak19 1. SafeProcess.CustomProcessHandler replaces …
(edit) @31590   7 years ak19 Better synchronization I think. I've declared methods as synchronized, …
(edit) @31589   7 years ak19 Bugfixes I think. Noticed that remove-archives-meta was removing the …
(edit) @31588   7 years ak19 Correcting another difference with gli version of SafeProcess
(edit) @31587   7 years ak19 Changes to GS3 src SafeProcess.java to bring it up to speed with GLI's …
(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) @31580   7 years ak19 Accidentally committed a file I didn't want to.
(edit) @31579   7 years ak19 Correction.
(edit) @31578   7 years ak19 Removed debugging and other minor cosmetic changes after successful …
(edit) @31577   7 years kjdon changed my mind. now declaring aStr and bStr variables, cos what if …
(edit) @31576   7 years kjdon redo last log message: on toro (perl 5.12) it complained about 'can't …
(edit) @31575   7 years kjdon on toro (perl 5.12) it complained about 'can't use my in sort …
(edit) @31574   7 years ak19 Trying to correct the GS2PerlConstructor.runPerlCommand() function …
(edit) @31573   7 years ak19 Commit ahead of larger changes: Misc.NEWLINE now works sets the …
(edit) @31572   7 years ak19 Minor changes ahead of more major ones. Explicitly marking …
(edit) @31569   7 years ak19 Initial attempt at an all-in-one class that can safely run a java …
(edit) @31568   7 years ak19 Clarifying the name of an old class
(edit) @31567   7 years kjdon added in alpha_numeric_sort - copied from AZlist I think, so if …
(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) @31564   7 years kjdon changed the classifier format statements to match the default ones in …
(edit) @31563   7 years kjdon tidied up default templates for classifiers. added a new template …
(edit) @31562   7 years kjdon regenerated index.zip as I have changed titles classifier to hlist
Note: See TracRevisionLog for help on using the revision log.