source: trunk/gli/src/org/greenstone/gatherer/util

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9437   19 years mdewsnip Updated version numbers in preparation for the 2.60 release.
(edit) @9339   19 years mdewsnip Removed code for skinning -- not used, and hardly the most important …
(edit) @9314   19 years mdewsnip Minor changes.
(edit) @9313   19 years mdewsnip Removed main function, and changed to have Unix line endings.
(edit) @9305   19 years davidb Code used to that GAPlug can never be removed. This has been relaxed …
(edit) @9249   19 years mdewsnip Fixed up CheckList selection (again), and changed WriteCDImagePrompt …
(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) @9200   19 years mdewsnip Changed some function names in CheckList to be more obvious (well, to …
(edit) @9196   19 years mdewsnip Now disables the "Export" button when no collections are ticked.
(edit) @9195   19 years mdewsnip Now rips everything except the metadata out of doc.xml files before …
(edit) @9194   19 years mdewsnip No longer used.
(edit) @9187   19 years mdewsnip No longer used.
(edit) @9185   19 years mdewsnip Fix to the bug with Java 1.5.0 where the checkbox would not repaint if …
(edit) @9183   19 years mdewsnip No longer used (bugs? there aren't any bugs!)
(edit) @9182   19 years mdewsnip Removed this from the main source since it is only used by us to …
(edit) @9181   19 years mdewsnip Code for zipping up stuff on the server to send back to the applet.
(edit) @9166   19 years mdewsnip More improvements to the GLI applet, by Matthew Whyte. Now only …
(edit) @9160   19 years mdewsnip Removed use of a deprecated class.
(edit) @9124   19 years mdewsnip Set the preserveSpace option back to false, because it makes a mess of …
(edit) @9095   19 years mdewsnip GLI applet: collection building is now much happier about being …
(edit) @9055   19 years mdewsnip First stab at adding a -collectdir option to the GLI. This is designed …
(edit) @9051   19 years mdewsnip Added check that XML file exists before attempting to parse it.
(edit) @9045   19 years mdewsnip Made major rearrangements to the way path variables are calculated. …
(edit) @9037   19 years mdewsnip Now preserves whitespace in XML files.
(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) @8992   19 years mdewsnip Changed "Mirror" pane to "Download".
(edit) @8978   19 years mdewsnip Replaced all "dependant" with "dependent" (mgw5).
(edit) @8974   19 years mdewsnip Updated GLI version for the intermediate UNESCO CD release.
(edit) @8884   19 years mdewsnip Moved the two CheckList classes into the util package, and removed the …
(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) @8766   19 years mdewsnip Removed a couple of dead strings.
(edit) @8765   19 years mdewsnip Removed static definition of "Abstract" string.
(edit) @8695   20 years mdewsnip Now remove invalid characters from metadata values when they are …
(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) @8626   20 years mdewsnip Removed the now-redundant "-mirror" option.
(edit) @8625   20 years mdewsnip Changed the old exec_path variable and option to library_url.
(edit) @8622   20 years mdewsnip Tidied up some more local library stuff.
(edit) @8618   20 years mdewsnip Changed the "-library" option to "-local_library" in preparation for …
(edit) @8577   20 years mdewsnip Removed an unused function.
(edit) @8576   20 years mdewsnip Removed some redundant files and made a few minor tidy ups.
(edit) @8550   20 years mdewsnip Removed an unused definition.
(edit) @8474   20 years mdewsnip Changed all show() to setVisible(true) and all hide() to …
(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) @8262   20 years mdewsnip Removed the FileNode functions from ArrayTools as this creates nasty …
(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) @8240   20 years mdewsnip Removed unnecessary imports of org.greenstone.gatherer.Gatherer.
(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) @8023   20 years mdewsnip More new metadata code: metadata elements now have definitions and …
(edit) @8015   20 years mdewsnip Moved clear() and setValue() functions from MSMUtils into XMLTools. …
(edit) @8014   20 years mdewsnip Moved the getValue() and getNodeFromNamed() functions from MSMUtils …
(edit) @7985   20 years mdewsnip Removed some dead code.
(edit) @7980   20 years mdewsnip Changed ARCHIVE_DIR to ARCHIVES_DIR.
(edit) @7979   20 years mdewsnip A utility class containing useful XML processing functions.
(edit) @7962   20 years davidb Additional functions added to support using pluginfo.pl and …
(edit) @7926   20 years davidb Fixed typo in comment.
(edit) @7820   20 years davidb Top-level utility program for unzipping archives. Used by upload …
(edit) @7745   20 years davidb Tweak to printout of debugging information.
(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) @7545   20 years mdewsnip Oh my God... John, John, John, you deserve a good talking to for that …
(edit) @7540   20 years mdewsnip Some minor tidy ups with removing dead code.
(edit) @7537   20 years mdewsnip No longer used.
(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) @7323   20 years kjdon added some gs3 strings
(edit) @7314   20 years kjdon added veronikas changes for the feedback stuff
(edit) @7289   20 years kjdon removed default gsp namespace string - where did that come from???
(edit) @7288   20 years kjdon renamed EXCLAIMATION_CHARACTER to EXCLAMATION_CHARACTER
(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) @7253   20 years kjdon changed the initial X to a . in the build log - so it doesn't look …
(edit) @7251   20 years kjdon GAPlug is now a special plugin so added a string for it
(edit) @7224   20 years kjdon tidied up the getXXXDir methods in Utility. Utility.getCollectionDir …
Note: See TracRevisionLog for help on using the revision log.