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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13749   17 years mdewsnip Removed the code for getting/setting script options in the config.xml …
(edit) @13026   18 years mdewsnip Removed all the old WGet stuff.
(edit) @12054   18 years mdewsnip (FindBugs) Fixed up a pointless assignment.
(edit) @11182   18 years kjdon if we have changed versions of greenstone, we don't want to caryr over …
(edit) @11007   18 years mdewsnip Added check for unparseable XML files when attempting to update the …
(edit) @10540   19 years mdewsnip Added a "-use_remote_greenstone" argument, and added the …
(edit) @10461   19 years mdewsnip Fixed a bug where the GEMS didn't know the GLI user directory, so …
(edit) @10370   19 years mdewsnip Added a new LocalGreenstone class which contains functions that only …
(edit) @10368   19 years mdewsnip Removed some occurrences of "gsdl_path", and added some checks so it …
(edit) @10345   19 years mdewsnip Removed some more crap out of the Utility class.
(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) @10006   19 years mdewsnip Moved Utility.parse to XMLTools.parseXMLFile, as part of tidying up …
(edit) @9869   19 years mdewsnip Dealing with the user config.xml files is now much smarter. Instead of …
(edit) @9437   19 years mdewsnip Updated version numbers in preparation for the 2.60 release.
(edit) @9366   19 years mdewsnip Updated CURRENT_CONFIGURATION_VERSION to match changes to config.xml.
(edit) @9093   19 years mdewsnip Now deletes the plugins.dat and classifiers.dat files when a new …
(edit) @9036   19 years mdewsnip Removed all XML functions from XMLTools, and changed occurrences to …
(edit) @8974   19 years mdewsnip Updated GLI version for the intermediate UNESCO CD release.
(edit) @8850   19 years mdewsnip Commented out the obsolete configuration dialog again.
(edit) @8849   19 years mdewsnip Ooops... forgot to update the CURRENT_CONFIGURATION_VERSION string …
(edit) @8686   19 years mdewsnip No longer tries to load a config.xml file from the main GLI directory …
(edit) @8652   19 years mdewsnip Removed more dead code, and moved most of the XML stuff out of Utility …
(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) @8620   19 years mdewsnip Moved all the local library server code in a new LocalLibraryServer
(edit) @8396   20 years mdewsnip Commented out an exception for the Windows local library.
(edit) @8336   20 years mdewsnip Changed the configuration version for the Greenstone 2.52 release.
(edit) @8261   20 years mdewsnip Moved another Gatherer dependency out of the Configuration class.
(edit) @8260   20 years mdewsnip Changed the way one Greenstone3 test was done to remove another …
(edit) @8259   20 years mdewsnip Moved some non-applet code out of Configuration and into Gatherer. …
(edit) @8253   20 years mdewsnip Moved some stuff out of Configuration.updateUI into GUIManager because …
(edit) @8236   20 years mdewsnip Replaced all Gatherer.print* with DebugStream.print*.
(edit) @8231   20 years mdewsnip Replaced all "Gatherer.config" with "Configuration".
(edit) @8230   20 years mdewsnip Made this class static. Accesses to the configuration via …
(edit) @8015   20 years mdewsnip Moved clear() and setValue() functions from MSMUtils into XMLTools. …
(edit) @7739   20 years davidb General restructuring to allow GLI to be run as an applet. Main area …
(edit) @7696   20 years mdewsnip Updated configuration version for the gsdl-2.51u UNESCO release.
(edit) @7678   20 years kjdon wget version and path not passed in to constructor anymore
(edit) @7675   20 years kjdon added functions to set the WGet path and version
(edit) @7656   20 years kjdon removed commented out bits for Hunt and Preview - these are never …
(edit) @7510   20 years mdewsnip Changed to version 2.51 for the JCDL 2004 release.
(edit) @7326   20 years kjdon the intial stage of making gli work with gs3 - still uses gs2 …
(edit) @7182   20 years mdewsnip Updated the configuration file version to match the GLI version.
(edit) @7022   20 years kjdon now reads in build options in the right language, and doesn't use the …
(edit) @6655   20 years jmt12 Temporarily disabled old config error dialog as it isn't multilingual, …
(edit) @6630   20 years jmt12 File associations are now stored in the user specific config. Also, to …
(edit) @6622   20 years jmt12 More modifications to mirroring including testing for a valid version …
(edit) @6593   20 years jmt12 Have finalised the code for user specific settings under windows. I've …
(edit) @6589   20 years jmt12 Fixed the parsing of Fonts with spaces in their names
(edit) @6582   20 years jmt12 A whole bunch of files right in the middle of being edited because …
(edit) @6540   20 years jmt12 Things fixed for Michael
(edit) @6530   20 years jmt12 Extended configuration to store details about the current previewing …
(edit) @6389   20 years jmt12 Introduced the idea of detail modes - these have an effect on several …
(edit) @6319   20 years jmt12 A new configuration setting - recursion depth, after which gli …
(edit) @6196   20 years jmt12 Changed exception message when the provided library path is discovered …
(edit) @6179   20 years jmt12 Added some debug statements
(edit) @6086   20 years jmt12 Moved the special folder 'shortcuts' from collection based to shared …
(edit) @6051   20 years jmt12 Here is the result of sixteen hours work over the weekend. I'm too …
(edit) @6025   20 years jmt12 Added support for the storage and retrieval of the current users email
(edit) @5983   20 years jmt12 Fixed a bit of code where it was possible to assign configuration …
(edit) @5785   20 years mdewsnip Commented out about 60 unused functions.
(edit) @5581   21 years mdewsnip Many formatting, structural and code improvements.
(edit) @5564   21 years mdewsnip Many more small improvements and tooltips added. Still more to come!
(edit) @5529   21 years mdewsnip Further along the tooltip highway. Hacked up the Dictionary code, and …
(edit) @5164   21 years jmt12 I can't remember what has changed, but I bet it was for the better
(edit) @5045   21 years mdewsnip Added stuff to handle new library path option.
(edit) @4966   21 years jmt12 Changed a colours name.
(edit) @4928   21 years jmt12 Major CDM rewrite so it uses DOM.
(edit) @4803   21 years jmt12 bug#2030157: Fixed editable, and added the idea of editable foreground …
(edit) @4675   21 years jmt12 Sunday's work
(edit) @4653   21 years mdewsnip Added variable for storing the selected interface language (currently …
(edit) @4643   21 years kjdon indented some comments, changed teh colours of some stuff
(edit) @4556   21 years jmt12 Directed several debug comments so I can later have them only written …
(edit) @4493   21 years jmt12 Tried to change button colours
(edit) @4483   21 years mdewsnip getBounds() now returns null instead of a arbitrary default value - …
(edit) @4480   21 years mdewsnip Added facilities for reading and writing Rectangles (for storing the …
(edit) @4363   21 years kjdon re-tabbed the code for java
(edit) @4348   21 years jmt12 Further attempts to make GLI handle the local library - John
(edit) @4302   21 years jmt12 bug fix
(add) @4293   21 years jmt12 Initial revision
Note: See TracRevisionLog for help on using the revision log.