source: main/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @31561   7 years kjdon small changes for classifier format statements to bring them in line …
(edit) @31560   7 years kjdon added a link on debuginfo page to skinandlibdocfinal which is the …
(edit) @31559   7 years ak19 Clean up phase for GS3 add user comments. Removed unwanted code, but …
(edit) @31558   7 years ak19 1. gs.functions should not be declared as new Array() as its array …
(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) @31555   7 years ak19 Bugfix to commit 31547: parameter name mismatch with parameter use …
(edit) @31554   7 years kjdon reindented the file
(edit) @31553   7 years kjdon deleted classifiertools
(edit) @31552   7 years kjdon moved all templates from classifiertools to pages/classifier
(edit) @31551   7 years kjdon tidying up the default classifierNode template. This gets used when …
(edit) @31550   7 years kjdon moved map and panorama templates into their own stylesheets. Note I …
(edit) @31549   7 years kjdon I'm going to move map and panorama stuff out of main pages and into …
(edit) @31548   7 years kjdon need a default HList template
(edit) @31547   7 years ak19 1. Drastic changes to javascript-global-functions.js, specifically the …
(edit) @31546   7 years ak19 Minor spelling correction ahead of major commits to do with GS3 user …
(edit) @31545   7 years ak19 Bugfix to bad JavaScripting ahead of upcoming commits: should have …
(edit) @31544   7 years ak19 Dr Bainbridge found oversight in recently committed code: needed to …
(edit) @31543   7 years ak19 Next incremental change to adding user comments in GS3. This time to …
(edit) @31542   7 years ak19 1. Rewriting callMetadataServer to do the ajax requests as POST …
(edit) @31541   7 years ak19 1. GS2Construct.modifyMetadata() now calls a more generic method to …
(edit) @31540   7 years ak19 Some commits ahead of further changes: 1. Kathy came up with better …
(edit) @31539   7 years kjdon removed debugging XX's
(edit) @31538   7 years kjdon don't show the search button for the current search page
(edit) @31537   7 years ak19 First commit for getting user comments working for GS3. It all works, …
(edit) @31536   7 years kjdon added expandContractDocumentLinks template
(edit) @31535   7 years kjdon removed unused stuff. no longer test on nodeContent when working out …
(edit) @31534   7 years kjdon changed the comment.
Note: See TracRevisionLog for help on using the revision log.