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) @13599   17 years mdewsnip Tidied up the openCollectionFromLastTime() stuff in preparation for …
(edit) @13596   17 years mdewsnip Moved the ServletConfiguration class into the new greenstone3 package.
(edit) @13594   17 years mdewsnip Moved the LocalGreenstone class into the "greenstone" package.
(edit) @13592   17 years mdewsnip Moved the LocalLibraryServer class into the "greenstone" package.
(edit) @13447   17 years qq6 change version number from 2.71 to 2.72
(edit) @13398   17 years kjdon new warningdialog now takes a string for the title rather than a …
(edit) @13326   17 years mdewsnip Removed some unnecessary importing of the util.ZipTools class.
(edit) @13026   18 years mdewsnip Removed all the old WGet stuff.
(edit) @13014   18 years mdewsnip Added a "-gsdlos" argument for telling the GLI what GSDLOS is.
(edit) @12646   18 years mdewsnip Support for collection-specific plugins and classifiers with the new code.
(edit) @12644   18 years mdewsnip Moved the new classifiers stuff out into a new static class …
(edit) @12642   18 years mdewsnip Moved the new plugins stuff out into a new static class …
(edit) @12636   18 years mdewsnip More static changes, this time to prevent the list of plugins and …
(edit) @12633   18 years mdewsnip Kissed the horrible old plugins.dat and classifiers.dat files goodbye…
(edit) @12490   18 years kjdon updated version number for 2.71 release
(edit) @12466   18 years shaoqun added code for download pane
(edit) @12452   18 years mdewsnip Added a check to make sure we're not setting the GUIManager width and …
(edit) @12451   18 years mdewsnip Now displays the GLI version number first thing, to make error reports …
(edit) @12310   18 years davidb Minor mods to Gatherer exit code to allow -- for the Windows case -- …
(edit) @12225   18 years davidb Instead of GLI saying it needs to restart when the language interface …
(edit) @12040   18 years mdewsnip (FindBugs) Fixed a couple of places where "catch Exception" was used.
(edit) @11842   18 years kjdon set version numbe r2.70w for hawaii workshop
(edit) @11835   18 years mdewsnip The proxy wasn't being disabled properly when unchecked in the Preferences.
(edit) @11624   18 years mdewsnip Moved PROGRAM_NAME and PROGRAM_VERSION strings out of Utility and into …
(edit) @11599   18 years mdewsnip Moved the RecycleBin object into the Gatherer class so it can be more …
(edit) @11431   18 years mdewsnip Removed debug statement.
(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   19 years mdewsnip Fixed the ModalDialog so it works with Java 1.5.0.
(edit) @8474   19 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.
Note: See TracRevisionLog for help on using the revision log.