source: trunk/gli/src/org/greenstone/gatherer/util/Utility.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @10250   19 years mdewsnip Moved all of the ZIP functions out of Utility and into a new ZipTools
(edit) @10214   19 years mdewsnip Some comments by Matthew Whyte.
(edit) @10207   19 years davidb Minor changes to zipping and unzipping files to be compatible with …
(edit) @10013   19 years mdewsnip Now all JAR-file related, base.getResource* stuff is in the JarTools class.
(edit) @10012   19 years mdewsnip Removed the last of the graphical functions from the Utility class -- …
(edit) @10011   19 years mdewsnip Moved Utility.getImage into JarTools, as part of tidying up the …
(edit) @10010   19 years mdewsnip Moved Utility.isInJar and Utility.extractFromJar into a new JarTools
(edit) @10009   19 years mdewsnip Moved Utility.getHelpFolder into HelpFrame, as part of tidying up the …
(edit) @10008   19 years mdewsnip Removed the Dimension objects from the Utility class, as part of …
(edit) @10007   19 years mdewsnip Moved Utility.formatPath into FileQueue, as part of tidying up the …
(edit) @10006   19 years mdewsnip Moved Utility.parse to XMLTools.parseXMLFile, as part of tidying up …
(edit) @9981   19 years mdewsnip The getImage function no longer tries to load images …
(edit) @9942   19 years davidb Modifications to handling of zip files.
(edit) @9894   19 years davidb Code was hardwired to work only in "collect/" directory. This …
(edit) @9884   19 years davidb Extra functionality to support export to cd-rom image added back in. …
(edit) @9883   19 years davidb Support for collect.zip being in Jar file put back in. This lets the …
(edit) @9876   19 years davidb Additional functionality added to GLIUserFolder. Under Windows, but …
(edit) @9437   19 years mdewsnip Updated version numbers in preparation for the 2.60 release.
(edit) @9217   19 years mdewsnip Fixed up a few problems with setting the wget path manually from the …
(edit) @9209   19 years mdewsnip Some tidy ups to the applet code.
(edit) @9202   19 years mdewsnip More GLI applet improvements, by Matthew Whyte. Now uploads only …
(edit) @9195   19 years mdewsnip Now rips everything except the metadata out of doc.xml files before …
(edit) @9166   19 years mdewsnip More improvements to the GLI applet, by Matthew Whyte. Now only …
(edit) @9095   19 years mdewsnip GLI applet: collection building is now much happier about being …
(edit) @9045   19 years mdewsnip Made major rearrangements to the way path variables are calculated. …
(edit) @9036   19 years mdewsnip Removed all XML functions from XMLTools, and changed occurrences to …
(edit) @9021   19 years mdewsnip Some applet bug fixes, by Matthew Whyte.
(edit) @8974   19 years mdewsnip Updated GLI version for the intermediate UNESCO CD release.
(edit) @8836   19 years mdewsnip Tidied up delete function to print error messages when it can't delete …
(edit) @8809   19 years mdewsnip Minor changes.
(edit) @8808   19 years mdewsnip Removed the full justification by adding spaces of plugin and …
(edit) @8802   19 years mdewsnip Fixed up some button sizes on the Search Indexes page and removed some …
(edit) @8654   20 years mdewsnip More minor tidy ups.
(edit) @8653   20 years mdewsnip Removed some more dead code.
(edit) @8652   20 years mdewsnip Removed more dead code, and moved most of the XML stuff out of Utility …
(edit) @8651   20 years mdewsnip Removed some dead constants and code.
(edit) @8650   20 years mdewsnip The plugins.dat and classifiers.dat files are now stored in the GLI …
(edit) @8622   20 years mdewsnip Tidied up some more local library stuff.
(edit) @8550   20 years mdewsnip Removed an unused definition.
(edit) @8382   20 years mdewsnip Updated program version for the 2.52 web release.
(edit) @8335   20 years mdewsnip Changed the GLI version number for the UNESCO Greenstone 2.52 release.
(edit) @8266   20 years mdewsnip Moved the init_images function from Gatherer into Utility (it is used …
(edit) @8265   20 years mdewsnip Removed some unused functions.
(edit) @8251   20 years mdewsnip Added a comment to prevent people from using the Gatherer class here.
(edit) @8250   20 years mdewsnip Moved the download_url_zip and upload_url_zip functions from Utility …
(edit) @8249   20 years mdewsnip Moved the XMLStringToDOM() function from Utility into …
(edit) @8248   20 years mdewsnip Removed the getCollectionDir() function from Utility, since it is …
(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) @8148   20 years mdewsnip When attempting to parse an XML file, now checks that the file exists …
(edit) @8086   20 years mdewsnip Updated the PROGRAM_VERSION string for the Fiji workshop.
(edit) @8084   20 years mdewsnip Fixed the help file loading so it works with the stand-alone version …
(edit) @7980   20 years mdewsnip Changed ARCHIVE_DIR to ARCHIVES_DIR.
(edit) @7962   20 years davidb Additional functions added to support using pluginfo.pl and …
(edit) @7926   20 years davidb Fixed typo in comment.
(edit) @7739   20 years davidb General restructuring to allow GLI to be run as an applet. Main area …
(edit) @7674   20 years kjdon added a function to find the path to greenstone's wget
(edit) @7642   20 years mdewsnip Removed some dead functions and commented out a couple on their way out.
(edit) @7634   20 years mdewsnip Removed crappy old stripNL function which made a mess of Unicode strings.
(edit) @7620   20 years mdewsnip Quickly hacked up a new stripNL function which will hopefully work OK …
(edit) @7574   20 years mdewsnip Removed a couple of dead functions, and deprecated stripNL (it makes a …
(edit) @7524   20 years kjdon added a macrs dir definition
(edit) @7510   20 years mdewsnip Changed to version 2.51 for the JCDL 2004 release.
(edit) @7324   20 years kjdon added a couple of gs3 path methods
(edit) @7289   20 years kjdon removed default gsp namespace string - where did that come from???
(edit) @7282   20 years kjdon deleted findConfigFile cos its not used any more, and its dumb
(edit) @7281   20 years kjdon tidied up some stuff to do with creating BasicCollectionConfigurations
(edit) @7275   20 years kjdon renamed Utility.CONFIG_DIR to Utility.CONFIG_FILE cos it refers to the …
(edit) @7224   20 years kjdon tidied up the getXXXDir methods in Utility. Utility.getCollectionDir …
(edit) @7014   20 years mdewsnip Taken out anything collection specific. This is bad.
(edit) @6972   20 years mdewsnip Updated the PROGRAM_VERSION string for the UNESCO CD-ROM (Greenstone …
(edit) @6879   20 years mdewsnip Renamed GDM* classes to MetadataXMLFile*, for our sanity.
(edit) @6770   20 years kjdon fixed all the javadoc errors. (hope I didn't commit anything I wasn't …
(edit) @6637   20 years jmt12 Further tweaks, fixes and changes to the mirroring stuff, the …
(edit) @6621   20 years jmt12 Blah blah blah
(edit) @6593   20 years jmt12 Have finalised the code for user specific settings under windows. I've …
(edit) @6581   20 years jmt12 Utility has had several changes including Help stuff and Mirroring stuff.
(edit) @6565   20 years jmt12 HelpFrame now looks in the appropriate language code named folder for …
(edit) @6539   20 years jmt12 Heres a bunch of other changed files. If it wasn't a Friday afternoon …
(edit) @6258   20 years jmt12 Added a new method isMac()
(edit) @5916   21 years jmt12 The getImage method can now be called with a boolean to indicate if …
(edit) @5890   21 years kjdon added in isWindows9x() method
(edit) @5876   21 years jmt12 The tooltip formatter should no longer crash and burn on null strings
(edit) @5807   21 years mdewsnip Changed PROGRAM_VERSION to reflect the upcoming release.
(edit) @5791   21 years kjdon added new directory definition for import.bak - a backup dir to put …
(edit) @5785   21 years mdewsnip Commented out about 60 unused functions.
(edit) @5771   21 years mdewsnip Fix to bug 185: decimal places aren't necessary for file sizes …
(edit) @5759   21 years jmt12 Added a mundane comment
(edit) @5711   21 years jmt12 Added a new method for determining if a certain file describes a …
(edit) @5708   21 years jmt12 Replaced the strings for collectionextra etc so that they have a tab …
(edit) @5595   21 years mdewsnip A few more minor changes to tidy up the dictionary.
(edit) @5593   21 years mdewsnip Changed calls to the Dictionary.
(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) @5287   21 years jmt12 Added a couple of new bits
(edit) @5246   21 years jmt12 Removed obsolete encoding/decoding code (but not the greenstone ones)
Note: See TracRevisionLog for help on using the revision log.