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) @12621   18 years uid53644 Removed an unnecessary copy of a function.
(edit) @12473   18 years shaoqun added methods used by the download pane
(edit) @12050   18 years mdewsnip (FindBugs) Changed stripNL() to use a StringBuffer instead of …
(edit) @11630   18 years mdewsnip Moved another function out of Utility and into XMLTools.
(edit) @11625   18 years mdewsnip Removed some more stuff from Utility.
(edit) @11624   18 years mdewsnip Moved PROGRAM_NAME and PROGRAM_VERSION strings out of Utility and into …
(edit) @11623   18 years mdewsnip Removed some pointless static variables from Utility.
(edit) @11622   18 years mdewsnip Lots more object-orientation improvements to the collection and …
(edit) @11481   18 years shaoqun update PROGRAM_VERSION to 2.70
(edit) @11410   18 years kjdon changed mb to Mb
(edit) @11109   18 years kjdon changed version number to 2.63
(edit) @11052   18 years mdewsnip A couple of very minor changes.
(edit) @10639   19 years chi Change version number.
(edit) @10569   19 years kjdon changed version to 2.61f
(edit) @10546   19 years mdewsnip Tidied up the delete function so it is hopefully slightly more …
(edit) @10544   19 years mdewsnip Removed some unnecessary imports.
(edit) @10389   19 years kjdon modified PROGRAM_VERSION - 2.61
(edit) @10374   19 years mdewsnip Now uploads collection images to the server, if using remote building.
(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) @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   20 years mdewsnip Minor changes.
(edit) @8808   20 years mdewsnip Removed the full justification by adding spaces of plugin and …
(edit) @8802   20 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 …
Note: See TracRevisionLog for help on using the revision log.