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) @13596   17 years mdewsnip Moved the ServletConfiguration class into the new greenstone3 package.
(edit) @13594   17 years mdewsnip Moved the LocalGreenstone class into the "greenstone" package.
(edit) @13592   17 years mdewsnip Moved the LocalLibraryServer class into the "greenstone" package.
(edit) @13591   17 years mdewsnip Tidied up all the CollectionManager functions for getting loaded …
(edit) @13586   17 years mdewsnip Added a static getLoadedCollectionName() function into …
(edit) @13585   17 years mdewsnip Made all CollectionManager variables static in preparation for making …
(edit) @13584   17 years mdewsnip Moved the code to deal with the local library when deleting a …
(edit) @13529   17 years shaoqun added a guide to make sure collection is not null before saving it
(edit) @13399   17 years mdewsnip Tidied up default metadata sets and added a "addRequiredMetadataSets" …
(edit) @13398   17 years kjdon new warningdialog now takes a string for the title rather than a …
(edit) @13389   17 years mdewsnip (Remote building) Now ensures the collection "import" directory is …
(edit) @12808   18 years mdewsnip Removed CollectionManager.configurationChanged() and all 50 calls to …
(edit) @12806   18 years mdewsnip Changed a couple of function names.
(edit) @12805   18 years mdewsnip All instances of saving the collection now go through …
(edit) @12804   18 years mdewsnip Removed an unused function.
(edit) @12746   18 years mdewsnip A bug fix to the dodgy "incremental rebuild" code -- it would only …
(edit) @12739   18 years mdewsnip Changed the "creating collection" progress dialog to be consistent …
(edit) @12646   18 years mdewsnip Support for collection-specific plugins and classifiers with the new code.
(edit) @12645   18 years mdewsnip Minor variable name change.
(edit) @12589   18 years kjdon need to call collection.destroy in closeCollection, otherwise old …
(edit) @12471   18 years shaoqun formatpane listening to the events of the collection's building process
(edit) @12300   18 years kjdon removed some unused variables
(edit) @12245   18 years kjdon added getCollection[Plugins|Classifiers]DirectoryPath methods
(edit) @12157   18 years kjdon no longer uses ExternalCollectionPrompt or …
(edit) @12150   18 years kjdon removed ncm prompt stuff - now load dublin core as teh default set
(edit) @12070   18 years kjdon design_pane no longer has a saveConfiguraiton - use cdm.save instead
(edit) @11627   18 years mdewsnip The collection tree object is now created and owned by CollectionManager.
(edit) @11625   18 years mdewsnip Removed some more stuff from Utility.
(edit) @11623   18 years mdewsnip Removed some pointless static variables from Utility.
(edit) @11312   18 years kjdon removed most System.err.printlns - some deleted, some changed to …
(edit) @11080   18 years mdewsnip Removed the "progress" parameter from copyFile, as part of the …
(edit) @11079   18 years mdewsnip Added an "overwrite" parameter to copyFile to cause it to overwrite …
(edit) @10726   19 years mdewsnip (MAJOR CHANGE) This is the remote Greenstone building functionality …
(edit) @10634   19 years kjdon changed the error messages for install to come from the Dictionary, …
(edit) @10586   19 years mdewsnip Now handles mkcol.pl cancels a lot better -- no longer get multiple …
(edit) @10564   19 years mdewsnip Added a openCollectionFromLastTime function to CollectionManager to …
(edit) @10562   19 years mdewsnip Some stub changes to keep things happy, and removed the …
(edit) @10560   19 years mdewsnip Added a getCollectionDirectoryPath() function that returns the path of …
(edit) @10556   19 years kjdon fixes to make the config file save only if it has changed
(edit) @10532   19 years mdewsnip Now doesn't attempt to load a remote collection when authentication fails.
(edit) @10511   19 years mdewsnip Changed the names of some functions in RemoteGreenstoneServer and made …
(edit) @10460   19 years mdewsnip Now adds "-keepold" or "-removeold" to the buildcol.pl command …
(edit) @10456   19 years mdewsnip Now allows "-removeold" to be switched off for import.pl (in high …
(edit) @10382   19 years mdewsnip Can now base a new collection on an existing one, when using a remote …
(edit) @10380   19 years mdewsnip Now uploads and deletes metadata sets on the server when metadata sets …
(edit) @10379   19 years mdewsnip Now downloads the collection configurations (when using a remote …
(edit) @10375   19 years mdewsnip Minor change.
(edit) @10370   19 years mdewsnip Added a new LocalGreenstone class which contains functions that only …
(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) @10263   19 years mdewsnip Now downloads a collection from the remote Greenstone server if one is …
(edit) @10237   19 years mdewsnip New code for "incremental" building, by Matthew Whyte. I've only had …
(edit) @10232   19 years mdewsnip Now tells the user that the collection could not be created if no …
(edit) @10205   19 years mdewsnip Can now create a collection with Unicode title and description. This …
(edit) @10006   19 years mdewsnip Moved Utility.parse to XMLTools.parseXMLFile, as part of tidying up …
(edit) @9864   19 years mdewsnip Changed WarningDialog to take the direct message text, rather than the …
(edit) @9856   19 years mdewsnip Major changes to the metadata value table and tree in the Enrich pane. …
(edit) @9828   19 years kjdon deactivate a collection (GS3, tomcat) before deleting the index …
(edit) @9755   19 years mdewsnip Replaced all the nonsense where string arrays were created for running …
(edit) @9671   19 years mdewsnip Now checks if an "import" directory exists when opening a collection …
(edit) @9350   19 years mdewsnip Changed WarningDialog to take the dialog title and message as …
(edit) @9341   19 years mdewsnip Changed to use the new ModalProgressPopup to prevent race conditions …
(edit) @9166   19 years mdewsnip More improvements to the GLI applet, by Matthew Whyte. Now only …
(edit) @9136   19 years kjdon changed to use SCriptOptions instead of BuildOptions
(edit) @9131   19 years mdewsnip Removed all hfile writing from the GLI -- users should now be using …
(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) @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 …
Note: See TracRevisionLog for help on using the revision log.