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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9135   19 years kjdon BuildOptions renamed to ScriptOptions. now theres no build/import …
(edit) @9131   19 years mdewsnip Removed all hfile writing from the GLI -- users should now be using …
(edit) @9126   19 years kjdon moved the argument details xml parsing code to Argument.parseXML - the …
(edit) @9097   19 years mdewsnip Added title to progress popup.
(edit) @9095   19 years mdewsnip GLI applet: collection building is now much happier about being …
(edit) @9052   19 years mdewsnip For some reason the lock file written when a collection is just …
(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) @9036   19 years mdewsnip Removed all XML functions from XMLTools, and changed occurrences to …
(edit) @9026   19 years mdewsnip Minor variable rename.
(edit) @9019   19 years mdewsnip Fixed bug where CollectionContentsChangedListener isn't removed from …
(edit) @9018   19 years mdewsnip Moved DeleteCollectionPrompt and ExportCollectionPrompt out of …
(edit) @9017   19 years mdewsnip Moved some GUI stuff out of CollectionManager and into GUIManager.
(edit) @8884   19 years mdewsnip Moved the two CheckList classes into the util package, and removed the …
(edit) @8853   19 years mdewsnip Initial work on allowing metadata databases to be exploded from within …
(edit) @8846   19 years mdewsnip Tidied up the workspace and collection trees a bit more, in …
(edit) @8813   19 years mdewsnip Fixed up a few more refreshing problems.
(edit) @8811   19 years mdewsnip Minor tidy ups.
(edit) @8805   19 years mdewsnip Changed the font for collection details on the delete/export dialog to …
(edit) @8783   19 years mdewsnip Big tidy up of the workspace and collection trees (Gather/Enrich
(edit) @8782   19 years mdewsnip Removed some unused imports.
(edit) @8760   19 years mdewsnip Commented out a dumb tooltip.
(edit) @8652   19 years mdewsnip Removed more dead code, and moved most of the XML stuff out of Utility …
(edit) @8651   19 years mdewsnip Removed some dead constants and code.
(edit) @8620   19 years mdewsnip Moved all the local library server code in a new LocalLibraryServer
(edit) @8606   19 years mdewsnip Made just one WarningDialog constructor.
(edit) @8600   19 years mdewsnip The first smidgeon of the "plugin suggestion" code.
(edit) @8597   19 years mdewsnip Made Gatherer.configServer static.
(edit) @8594   19 years mdewsnip Removed another unused class.
(edit) @8590   19 years mdewsnip Renamed checklist/Entry.java to checklist/CheckListEntry.java.
(edit) @8589   19 years mdewsnip Removed some more dead code.
(edit) @8588   19 years mdewsnip Removed some more dead code: the "meta audit" menu bar stuff.
(edit) @8586   19 years mdewsnip Made saving collections unthreaded -- this makes a lot of code, and at …
(edit) @8576   19 years mdewsnip Removed some redundant files and made a few minor tidy ups.
(edit) @8496   20 years mdewsnip Started off fixing a bug where the loaded collection wasn't being …
(edit) @8474   20 years mdewsnip Changed all show() to setVisible(true) and all hide() to …
(edit) @8353   20 years mdewsnip Changed the collectionChanged() functions to refresh(), and added an …
(edit) @8313   20 years mdewsnip Finally committing the (many) changes to the GLI to use the new …
(edit) @8253   20 years mdewsnip Moved some stuff out of Configuration.updateUI into GUIManager because …
(edit) @8247   20 years mdewsnip Removed dependencies on the Gatherer class.
(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) @8214   20 years kjdon a few changes to do with creating collections. different error if it …
(edit) @8147   20 years mdewsnip Modified my previous fix slightly.
(edit) @8146   20 years mdewsnip Added null pointer check.
(edit) @8044   20 years mdewsnip Removed some dead code.
(edit) @8043   20 years mdewsnip Moved undo/UndoManager.java to file/RecycleBin.java and removed undo …
(edit) @8015   20 years mdewsnip Moved clear() and setValue() functions from MSMUtils into XMLTools. …
(edit) @7989   20 years mdewsnip Removed some dead code.
(edit) @7980   20 years mdewsnip Changed ARCHIVE_DIR to ARCHIVES_DIR.
(edit) @7740   20 years davidb General changes made to support GLI as an applet.
(edit) @7739   20 years davidb General restructuring to allow GLI to be run as an applet. Main area …
(edit) @7699   20 years kjdon added in -t 2 to teh args for wget to make it stop after two tries if …
(edit) @7697   20 years kjdon commented out a println
(edit) @7690   20 years kjdon http_proxy environment vars don't seem to work under windows - put it …
(edit) @7687   20 years kjdon proxy host, port, user and password are now set in an envornment …
(edit) @7677   20 years kjdon removed a print statement
(edit) @7669   20 years kjdon removed the bit where the destination was removed from the url - don't …
(edit) @7658   20 years kjdon renamed collection/Job to collection/DownloadJob. also fixed a bug in …
(edit) @7605   20 years mdewsnip Added a two second wait as well, so the OS has finished deleting the …
(edit) @7603   20 years kjdon removed the xml stuff - we don't use it at present and it is …
(edit) @7601   20 years mdewsnip Have hopefully (and finally!) fixed the nasty race conditions with the …
(edit) @7600   20 years mdewsnip Removed a couple of references to the now defunct preview pane.
(edit) @7592   20 years mdewsnip Much simplified the installLocation function to hopefully remove the …
(edit) @7591   20 years mdewsnip Multi-line statements are now read in with newline characters added.
(edit) @7526   20 years kjdon fixed up some indenting. also, when you base a collection on an …
(edit) @7486   20 years mdewsnip Now creates an import directory if it doesn't exist when a new …
(edit) @7484   20 years mdewsnip Many more improvements to the workspace and collection trees and their …
(edit) @7482   20 years mdewsnip Some tidy ups in preparation for finalising the workspace and …
(edit) @7340   20 years kjdon added the capacity to add the site name into the display string - used …
(edit) @7326   20 years kjdon the intial stage of making gli work with gs3 - still uses gs2 …
(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) @7207   20 years kjdon the updateCollectionCFG method now uses a CommandTokenizer to read in …
(edit) @7168   20 years mdewsnip Put Katherine's backing up metadata.xml files code back in.
(edit) @7166   20 years mdewsnip Added a null pointer check.
(edit) @7161   20 years kjdon removed the copy_monitor stuff cos its not used anywhere and its …
(edit) @7160   20 years kjdon removed a commented out bit
(edit) @7115   20 years kjdon fixed bugs in updateCollectionCFG when baseing a colleciton on an old …
(edit) @7104   20 years kjdon added '-language xx' to the import.pl and buildcol.pl options. its not …
(edit) @7103   20 years kjdon added '-gli -language xx' to the exportcol.pl args
(edit) @7095   20 years mdewsnip Rewrote the LegacyCollectionImporter to fix a number of bugs. It also …
(edit) @7022   20 years kjdon now reads in build options in the right language, and doesn't use the …
(edit) @7014   20 years mdewsnip Taken out anything collection specific. This is bad.
(edit) @6879   20 years mdewsnip Renamed GDM* classes to MetadataXMLFile*, for our sanity.
(edit) @6850   20 years mdewsnip Now reads the collection configuration files as UTF-8, as it should.
(edit) @6842   20 years mdewsnip Variable names changes needed because of the name change of the …
(edit) @6790   20 years kjdon pass the args for the strings into the result prompt
(edit) @6770   20 years kjdon fixed all the javadoc errors. (hope I didn't commit anything I wasn't …
(edit) @6662   20 years jmt12 Worked around stupid collection title clash warning dialog crashes …
(edit) @6637   20 years jmt12 Further tweaks, fixes and changes to the mirroring stuff, the …
(edit) @6622   20 years jmt12 More modifications to mirroring including testing for a valid version …
(edit) @6590   20 years jmt12 Started effecting the changes requested by Ian and David. So far I've …
(edit) @6582   20 years jmt12 A whole bunch of files right in the middle of being edited because …
(edit) @6539   20 years jmt12 Heres a bunch of other changed files. If it wasn't a Friday afternoon …
(edit) @6387   20 years jmt12 Commenting
(edit) @6385   20 years jmt12 Changed buffer from DOS to UNIX
(edit) @6384   20 years jmt12 Now parses HiddenGLI and ModeGLI attributes of import and build arguments
Note: See TracRevisionLog for help on using the revision log.