source: trunk/gli/src/org/greenstone/gatherer/Gatherer.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10726   19 years mdewsnip (MAJOR CHANGE) This is the remote Greenstone building functionality …
(edit) @10575   19 years mdewsnip Made URLField far simpler and more accurate. Removed the crazy regular …
(edit) @10543   19 years mdewsnip Fixed a bug where cgiBase wasn't set.
(edit) @10541   19 years mdewsnip Changed an output statement to go to the debug stream.
(edit) @10540   19 years mdewsnip Added a "-use_remote_greenstone" argument, and added the …
(edit) @10518   19 years mdewsnip Made some public functions private.
(edit) @10517   19 years mdewsnip Made some Gatherer variables and functions static, and removed the …
(edit) @10461   19 years mdewsnip Fixed a bug where the GEMS didn't know the GLI user directory, so …
(edit) @10396   19 years mdewsnip Tidied up the Gatherer and GUIManager exit() functions to make sure …
(edit) @10387   19 years mdewsnip Tidied up the way collections are saved and closed, and added some …
(edit) @10372   19 years mdewsnip Gatherer.setGLIUserDirectoryPath() now creates the directory if it …
(edit) @10370   19 years mdewsnip Added a new LocalGreenstone class which contains functions that only …
(edit) @10369   19 years mdewsnip Now sets gsdl_path to null so we will know if the GLI tries to do …
(edit) @10368   19 years mdewsnip Removed some occurrences of "gsdl_path", and added some checks so it …
(edit) @10367   19 years mdewsnip Added a new "-gliserver_url" command-line option for running a local …
(edit) @10364   19 years mdewsnip Removed the Utility::getWGetPath() function.
(edit) @10363   19 years mdewsnip Moved some applet specific code out of Gatherer.java and into …
(edit) @10362   19 years mdewsnip Now sets the gli directory path correctly.
(edit) @10342   19 years mdewsnip Tidied up a lot of path variables. These were all over the place, and …
(edit) @10330   19 years kjdon gsdl3 mode now has two args: -gsdl3 which is gsdl3home (the web dir) …
(edit) @10250   19 years mdewsnip Moved all of the ZIP functions out of Utility and into a new ZipTools
(edit) @10249   19 years mdewsnip Made the Gatherer's exit variable static, for consistency.
(edit) @10244   19 years mdewsnip A few fixes to previous changes for building collections remotely …
(edit) @10242   19 years mdewsnip Moved a lot of the duplicated code out of GathererProg and …
(edit) @10239   19 years mdewsnip Added the "isApplet" variable to allow the GLI to use a remote …
(edit) @10013   19 years mdewsnip Now all JAR-file related, base.getResource* stuff is in the JarTools class.
(edit) @9875   19 years davidb Setting of g_man to null (when exiting GLI) needed for applet version. …
(edit) @9869   19 years mdewsnip Dealing with the user config.xml files is now much smarter. Instead of …
(edit) @9865   19 years mdewsnip More minor tidy-ups.
(edit) @9864   19 years mdewsnip Changed WarningDialog to take the direct message text, rather than the …
(edit) @9666   19 years mdewsnip ImageMagickTest seems to need the "-version" argument to work …
(edit) @9580   19 years mdewsnip Added a check for ImageMagick when the GLI starts up.
(edit) @9350   19 years mdewsnip Changed WarningDialog to take the dialog title and message as …
(edit) @9339   19 years mdewsnip Removed code for skinning -- not used, and hardly the most important …
(edit) @9217   19 years mdewsnip Fixed up a few problems with setting the wget path manually from the …
(edit) @9093   19 years mdewsnip Now deletes the plugins.dat and classifiers.dat files when a new …
(edit) @9061   19 years mdewsnip Now ensures that a non-standard collect directory specification ends …
(edit) @9058   19 years mdewsnip Removed splash screen. It is no longer needed because the GLI now …
(edit) @9054   19 years mdewsnip Removed the unused CTRLCHandler class.
(edit) @9045   19 years mdewsnip Made major rearrangements to the way path variables are calculated. …
(edit) @9039   19 years mdewsnip Added a progress bar for loading collections. This involved changing …
(edit) @9034   19 years mdewsnip Debug files are now written to the user GLI folder, rather than the …
(edit) @8992   19 years mdewsnip Changed "Mirror" pane to "Download".
(edit) @8813   19 years mdewsnip Fixed up a few more refreshing problems.
(edit) @8811   19 years mdewsnip Minor tidy ups.
(edit) @8807   19 years mdewsnip Now uses standard font for everything, including tooltips. The …
(edit) @8680   19 years kjdon do a check when the Gatherer starts up and warn the user if they are …
(edit) @8629   19 years mdewsnip More changes to the local library/web library configuration stuff.
(edit) @8627   19 years mdewsnip Replaced exec_address with library_url, which is much more descriptive …
(edit) @8626   19 years mdewsnip Removed the now-redundant "-mirror" option.
(edit) @8625   19 years mdewsnip Changed the old exec_path variable and option to library_url.
(edit) @8624   19 years mdewsnip Fixed a few problems with the separated local library code.
(edit) @8622   19 years mdewsnip Tidied up some more local library stuff.
(edit) @8621   19 years mdewsnip Removed some dead code.
(edit) @8620   19 years mdewsnip Moved all the local library server code in a new LocalLibraryServer
(edit) @8613   19 years mdewsnip A couple of minor changes.
(edit) @8606   19 years mdewsnip Made just one WarningDialog constructor.
(edit) @8605   19 years mdewsnip Removed some dead code.
(edit) @8597   19 years mdewsnip Made Gatherer.configServer static.
(edit) @8480   20 years mdewsnip Fixed the ModalDialog so it works with Java 1.5.0.
(edit) @8474   20 years mdewsnip Changed all show() to setVisible(true) and all hide() to …
(edit) @8266   20 years mdewsnip Moved the init_images function from Gatherer into Utility (it is used …
(edit) @8264   20 years mdewsnip Tidied up debug file generation code.
(edit) @8261   20 years mdewsnip Moved another Gatherer dependency out of the Configuration class.
(edit) @8259   20 years mdewsnip Moved some non-applet code out of Configuration and into Gatherer. …
(edit) @8256   20 years mdewsnip Moved the current_modal static variable out of the Gatherer class into …
(edit) @8236   20 years mdewsnip Replaced all Gatherer.print* with DebugStream.print*.
(edit) @8235   20 years mdewsnip Removed debug static variable. All debugging output should go to the …
(edit) @8233   20 years mdewsnip All exceptions now go to the console, whether debugging is on or not.
(edit) @8232   20 years mdewsnip Removed the "config" variable, just to prevent anyone from trying to …
(edit) @8231   20 years mdewsnip Replaced all "Gatherer.config" with "Configuration".
(edit) @8196   20 years mdewsnip Debug files are now written correctly when running as an applet.
(edit) @8062   20 years kjdon changed the library url warnign message for gs3
(edit) @7991   20 years mdewsnip Removed some dead code.
(edit) @7923   20 years davidb GLI applet now only quits once the web page with the launch button is …
(edit) @7739   20 years davidb General restructuring to allow GLI to be run as an applet. Main area …
(edit) @7679   20 years kjdon wget may be specified by the user in gli.sh, but otherwise we use teh …
(edit) @7657   20 years kjdon added in a check for WGet in run - only does this if the mirror pane …
(edit) @7602   20 years mdewsnip Ooops... fixed a typo.
(edit) @7601   20 years mdewsnip Have hopefully (and finally!) fixed the nasty race conditions with the …
(edit) @7454   20 years mdewsnip Changing format statements now saves the collection configuration file …
(edit) @7453   20 years mdewsnip Removed some unused variables and functions.
(edit) @7342   20 years kjdon was setting config.site_name to null on exit
(edit) @7326   20 years kjdon the intial stage of making gli work with gs3 - still uses gs2 …
(edit) @7314   20 years kjdon added veronikas changes for the feedback stuff
(edit) @6885   20 years mdewsnip Commented out exception handler -- it is very annoying to not see …
(edit) @6853   20 years mdewsnip No longer needs to destroy dictionary.
(edit) @6795   20 years kjdon made the getCommand method return String[] instead of String in case …
(edit) @6770   20 years kjdon fixed all the javadoc errors. (hope I didn't commit anything I wasn't …
(edit) @6634   20 years jmt12 Again I don't remember changing anything more drastic than making a …
(edit) @6622   20 years jmt12 More modifications to mirroring including testing for a valid version …
(edit) @6549   20 years jmt12 Extended the metadata set handling code to allow for a newer style of …
(edit) @6532   20 years jmt12 In a vain attempt to stop the 'modal warning dialog while exiting' …
(edit) @6392   20 years jmt12 Destructor for the GUIManager
(edit) @6251   20 years jmt12 I now explicitly set the look and feel to be the system default - this …
(edit) @6197   20 years jmt12 Disabled my lovely, lovely Greenstone LAF. My Precious.
(edit) @6178   20 years mdewsnip A quick and ugly hack to fix a problem where config values are not …
(edit) @6130   20 years jmt12 CalPane no longer needed to communicate with local library server - …
(edit) @5911   20 years kjdon added a print method
(edit) @5895   20 years kjdon made a new BrowserApplication class to launch teh browser, added the …
Note: See TracRevisionLog for help on using the revision log.