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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13591   17 years mdewsnip Tidied up all the CollectionManager functions for getting loaded …
(edit) @13458   17 years mdewsnip Removed an unused function.
(edit) @13326   17 years mdewsnip Removed some unnecessary importing of the util.ZipTools class.
(edit) @13061   18 years kjdon changed a print statment to DebugStream
(edit) @13031   18 years kjdon removed a commented out function
(edit) @12343   18 years shaoqun a classes that can be used to stop a process
(edit) @12294   18 years kjdon changed an & to &&, changed != "" to \!.equals("")
(edit) @12056   18 years kjdon build type now comes from the index manager, and num indexes is a …
(edit) @11308   18 years kjdon commented out Michael's print statements. Also, in runLocal(), …
(edit) @11076   18 years mdewsnip Used GProgressBars instead of JProgressBars, because they're safer …
(edit) @11074   18 years mdewsnip Removed the dead GBasicProgressMonitor class.
(edit) @11068   18 years mdewsnip Hacked in a compensation for metadata_read now outputting <File> tags …
(edit) @11059   18 years mdewsnip Made sure the import progress bar never goes beyond the maximum.
(edit) @10726   19 years mdewsnip (MAJOR CHANGE) This is the remote Greenstone building functionality …
(edit) @10618   19 years kjdon made these look for BadArgument, BadArgumentValue, BadClassifier, …
(edit) @10530   19 years kjdon modified to use new searchtypemanager isSearchTypeEnabled instead of …
(edit) @10342   19 years mdewsnip Tidied up a lot of path variables. These were all over the place, and …
(edit) @10259   19 years mdewsnip Created a new "remote" directory for classes related to using a remote …
(edit) @10250   19 years mdewsnip Moved all of the ZIP functions out of Utility and into a new ZipTools
(edit) @10240   19 years mdewsnip Moved functions to do with using a remote Greenstone server out of …
(edit) @10237   19 years mdewsnip New code for "incremental" building, by Matthew Whyte. I've only had …
(edit) @10208   19 years davidb Retrieval of building/build.cfg now done in a platform independent way.
(edit) @9895   19 years davidb Modifications so information collated in WriteCDImagePrompt is …
(edit) @9888   19 years davidb Support added for running remote commands (GLI applet) that specify …
(edit) @9885   19 years davidb Support for applet version of export to cd-rom image put back in.
(edit) @9677   19 years mdewsnip Now output from exploding metadata databases is displayed correctly.
(edit) @9583   19 years mdewsnip ProcessingError events (during importing) can now have a reason ("r") …
(edit) @9348   19 years mdewsnip Moved some strings out of the resource bundle into here.
(edit) @9243   19 years davidb Renaming of ExportPrompt class the WriteCDImagePrompt and introduction …
(edit) @9202   19 years mdewsnip More GLI applet improvements, by Matthew Whyte. Now uploads only …
(edit) @9166   19 years mdewsnip More improvements to the GLI applet, by Matthew Whyte. Now only …
(edit) @9148   19 years kjdon added static string GSHELL_OTHER
(edit) @9137   19 years kjdon a colleciton now has build_options and import_options instead of just one
(edit) @9095   19 years mdewsnip GLI applet: collection building is now much happier about being …
(edit) @9049   19 years mdewsnip (Applet) Now only downloads build.cfg file rather than entire building …
(edit) @9045   19 years mdewsnip Made major rearrangements to the way path variables are calculated. …
(edit) @9021   19 years mdewsnip Some applet bug fixes, by Matthew Whyte.
(edit) @8997   19 years mdewsnip Uncommented some fairly vital code that I have no idea why I commented …
(edit) @8652   19 years mdewsnip Removed more dead code, and moved most of the XML stuff out of Utility …
(edit) @8313   20 years mdewsnip Finally committing the (many) changes to the GLI to use the new …
(edit) @8250   20 years mdewsnip Moved the download_url_zip and upload_url_zip functions from Utility …
(edit) @8243   20 years mdewsnip Removed all occurrences of classes explicitly importing other classes …
(edit) @8236   20 years mdewsnip Replaced all Gatherer.print* with DebugStream.print*.
(edit) @8231   20 years mdewsnip Replaced all "Gatherer.config" with "Configuration".
(edit) @8205   20 years mdewsnip Now uploads collection images directory to server correctly.
(edit) @8197   20 years mdewsnip Applet needs to send hfiles as well as collect.cfg file to server for …
(edit) @7963   20 years davidb Debugging statement commented out.
(edit) @7960   20 years davidb Improvements to remoteRun code to catch and respond to errors better.
(edit) @7925   20 years davidb URL arguments to launch now encoded, to ensure spaces etc. are handled …
(edit) @7924   20 years davidb Function added to make it easy to display text on progress bar. For …
(edit) @7739   20 years davidb General restructuring to allow GLI to be run as an applet. Main area …
(edit) @7552   20 years kjdon fixed a bug
(edit) @7531   20 years kjdon added some spaces to the front of some of the log messages
(edit) @7530   20 years kjdon hacked this so that it reads in attribute values that contain spaces - …
(edit) @7357   20 years kjdon tidied up the import log handling
(edit) @7325   20 years kjdon added CONVERT as a process type (for gs3 conversion script)
(edit) @7102   20 years kjdon now reads in output and error streams in UTF-8
(edit) @6533   20 years jmt12 Finished the design of a new 'simple' creating/progress pane, …
(edit) @6388   20 years jmt12 Completely rewrote monitors to be language independant - fixed several …
(edit) @6325   20 years jmt12 Rewrote GImportProgressMonitor to use the new GLI argument based …
(edit) @6182   20 years jmt12 Added then removed debug statements
(edit) @6051   20 years jmt12 Here is the result of sixteen hours work over the weekend. I'm too …
(edit) @6049   20 years jmt12 Removed the commented out deadlocking code, and ensured the correct …
(edit) @6006   20 years jmt12 The number of build indexes now takes into account the number of …
(edit) @5923   20 years mdewsnip (This is not me committing - it is John!!) Added a sleep within the …
(edit) @5908   20 years jmt12 New collection processes, ie mkcol.pl calls, are no longer passed …
(edit) @5904   20 years jmt12 Removed debug comments as it seems my latest change did the trick - …
(edit) @5887   20 years jmt12 Changed the process stream readers to try and avoid the deadlock …
(edit) @5840   20 years kjdon added in options for exporting collections
(edit) @5785   20 years mdewsnip Commented out about 60 unused functions.
(edit) @5593   21 years mdewsnip Changed calls to the Dictionary.
(edit) @5581   21 years mdewsnip Many formatting, structural and code improvements.
(edit) @5571   21 years mdewsnip More small updates and tooltips added.
(edit) @5564   21 years mdewsnip Many more small improvements and tooltips added. Still more to come!
(edit) @5349   21 years mdewsnip Changed dictionary get()s to have the whole key.
(edit) @5325   21 years jmt12 Changed a comment. Boy it seems a real waste of time that CVS just …
(edit) @5306   21 years mdewsnip Removed the indeterminate progress bar at the start. Instead, the …
(edit) @5292   21 years mdewsnip Improved the accuracy of the progress bar, especially when importing …
(edit) @5152   21 years jmt12 Slight fix to ensure messages are written to logs properly
(edit) @5038   21 years jmt12 Added some extra feedback about what is happening during import …
(edit) @5035   21 years jmt12 Added extra method so that progress monitors can be told that the …
(edit) @5034   21 years jmt12 Added extra method so that progress monitors can be told that the …
(edit) @4933   21 years jmt12 Major CDM rewrite so it uses DOM.
(edit) @4686   21 years jmt12 Replaced System.err.println with Gatherer.println
(edit) @4364   21 years mdewsnip Fixed tabbing.
(edit) @4317   21 years jmt12 tried to fix import/build process not stopping error. Don't think I …
(add) @4293   21 years jmt12 Initial revision
Note: See TracRevisionLog for help on using the revision log.