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

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) @13535   17 years mdewsnip Removed some unused functions.
(edit) @13529   17 years shaoqun added a guide to make sure collection is not null before saving it
(edit) @13465   17 years mdewsnip Final bit of exploding metadata databases remotely: downloading the …
(edit) @13455   17 years mdewsnip Renamed ExplodeMetadataPrompt to ExplodeMetadataDatabasePrompt, and …
(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) @13020   18 years mdewsnip These have been replaced by download/DownloadJob.java and …
(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) @11622   18 years mdewsnip Lots more object-orientation improvements to the collection and …
(edit) @11620   18 years mdewsnip Rearranged some more workspace and collection tree code to reduce …
(edit) @11617   18 years mdewsnip Minor changes.
(edit) @11616   18 years mdewsnip Rearranged some code to reduce duplication and for better object …
(edit) @11608   18 years mdewsnip Created a CollectionTreeRightClickMenu class inside CollectionTree so …
(edit) @11507   18 years shaoqun add new parameter for wget that specifies which file extenstions …
(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) @11053   18 years mdewsnip Bugger... fix to last change.
(edit) @11052   18 years mdewsnip A couple of very minor changes.
(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) @10577   19 years mdewsnip Rearranged things a little for the West Yorkshire stuff.
(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) @10011   19 years mdewsnip Moved Utility.getImage into JarTools, as part of tidying up the …
(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) @9670   19 years mdewsnip Some classifiers (eg. DateList) don't have a "-buttonname" argument -- …
(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) @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.
Note: See TracRevisionLog for help on using the revision log.