source: trunk/gli/src/org/greenstone/gatherer/collection/CollectionManager.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @9019   19 years mdewsnip Fixed bug where CollectionContentsChangedListener isn't removed from …
(edit) @9017   19 years mdewsnip Moved some GUI stuff out of CollectionManager and into GUIManager.
(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) @8783   19 years mdewsnip Big tidy up of the workspace and collection trees (Gather/Enrich
(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) @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) @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) @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) @8044   20 years mdewsnip Removed some dead code.
(edit) @8015   20 years mdewsnip Moved clear() and setValue() functions from MSMUtils into XMLTools. …
(edit) @7980   20 years mdewsnip Changed ARCHIVE_DIR to ARCHIVES_DIR.
(edit) @7739   20 years davidb General restructuring to allow GLI to be run as an applet. Main area …
(edit) @7605   20 years mdewsnip Added a two second wait as well, so the OS has finished deleting the …
(edit) @7601   20 years mdewsnip Have hopefully (and finally!) fixed the nasty race conditions with the …
(edit) @7592   20 years mdewsnip Much simplified the installLocation function to hopefully remove the …
(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) @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) @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) @7095   20 years mdewsnip Rewrote the LegacyCollectionImporter to fix a number of bugs. It also …
(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) @6842   20 years mdewsnip Variable names changes needed because of the name change of the …
(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) @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) @6325   20 years jmt12 Rewrote GImportProgressMonitor to use the new GLI argument based …
(edit) @6317   20 years kjdon now checking whether index can be deleted before importing - so dont …
(edit) @6153   20 years jmt12 Removed a command which referred to the defunct preview pane
(edit) @6086   20 years jmt12 Moved the special folder 'shortcuts' from collection based to shared …
(edit) @6061   20 years jmt12 Classes that I forgot to rewrite to use the new …
(edit) @6051   20 years jmt12 Here is the result of sixteen hours work over the weekend. I'm too …
(edit) @6026   20 years jmt12 Changed build complete dialog to a warning dialog, changed it so a …
(edit) @5996   20 years jmt12 Made several changes to the way collections are opened - thus to …
(edit) @5893   20 years kjdon instead of configuring the server via the preview pane, now we do it …
(edit) @5854   21 years mdewsnip More improvements to smart workspace tree refreshing. Library contents …
(edit) @5847   21 years mdewsnip A much improved workspace tree that only refreshes when it really …
(edit) @5836   21 years kjdon searchForMEtadata(file) now returns true if successful, not true if …
(edit) @5796   21 years kjdon major changes to loadCollection - now it can load in non-gatherer …
(edit) @5785   21 years mdewsnip Commented out about 60 unused functions.
(edit) @5761   21 years jmt12 Added a null-test to a debug string that was causing building to fail …
(edit) @5723   21 years jmt12 Base collection is now set within new collections
(edit) @5678   21 years jmt12 Added a check whether the lock file has been successfully removed, and …
(edit) @5657   21 years jmt12 Temporarily changed workspace creation not to include floppy drives - …
(edit) @5593   21 years mdewsnip Changed calls to the Dictionary.
(edit) @5590   21 years mdewsnip Could it be I've finished adding tooltips?? Why yes, very nearly... …
(edit) @5581   21 years mdewsnip Many formatting, structural and code improvements.
(edit) @5571   21 years mdewsnip More small updates and tooltips added.
(edit) @5564   21 years mdewsnip Many more small improvements and tooltips added. Still more to come!
(edit) @5527   21 years mdewsnip Partway through tooltip assignment. Made lots of little changes, …
(edit) @5373   21 years jmt12 Fixed a bug we introduced when we moved the importMDS(extracted …
(edit) @5347   21 years mdewsnip Changed dictionary get()s to have the whole key.
(edit) @5308   21 years jmt12 Always forcing extracted metadata caused 'hardcoded' metadata sets not …
(edit) @5299   21 years jmt12 Fixed 203B029 - Home folder is now available where available ;)
(edit) @5252   21 years jmt12 Fixed encoding for writing description to shell
(edit) @5238   21 years jmt12 Fix 203B142. Collections that are built outside of GLI will now be …
(edit) @5237   21 years jmt12 Fix 203B142. Collections that are built outside of GLI will now be …
(edit) @5164   21 years jmt12 I can't remember what has changed, but I bet it was for the better
(edit) @5076   21 years jmt12 Fixed problem with import directory argument that was passed to perl …
(edit) @5037   21 years jmt12 CDM now recognizes G2-1.4 collect.cfg commands
(edit) @4933   21 years jmt12 Major CDM rewrite so it uses DOM.
(edit) @4805   21 years jmt12 bug#2030158: GLI now recognizes old greenstone collections and then, …
(edit) @4799   21 years jmt12 bug#2030155: Moved greenstone collection mapping into FileNode
(edit) @4686   21 years jmt12 Replaced System.err.println with Gatherer.println
(edit) @4682   21 years kjdon at the end of create collection (called for new collection) we set teh …
(edit) @4675   21 years jmt12 Sunday's work
(edit) @4673   21 years jmt12 * empty log message *
(edit) @4608   21 years mdewsnip Installing collections is now done with respect to the build mode …
(edit) @4584   21 years mdewsnip Changed saving a collection so it doesn't happen in its own thread - …
(edit) @4557   21 years jmt12 2030114: Hadn't actually implemented importing from collections other …
Note: See TracRevisionLog for help on using the revision log.