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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   20 years mdewsnip Removed some more dead code.
(edit) @8588   20 years mdewsnip Removed some more dead code: the "meta audit" menu bar stuff.
(edit) @8586   20 years mdewsnip Made saving collections unthreaded -- this makes a lot of code, and at …
(edit) @8576   20 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
(edit) @6325   20 years jmt12 Rewrote GImportProgressMonitor to use the new GLI argument based …
(edit) @6318   20 years jmt12 Changed JButtons for GLIButtons, which know whether they should paint …
(edit) @6317   20 years kjdon now checking whether index can be deleted before importing - so dont …
(edit) @6224   20 years jmt12 Opps. Wrote filename instead of file
(edit) @6204   20 years jmt12 Added a pointless method getGDM() in a fit of object-orientedness. Why …
(edit) @6198   20 years jmt12 Squelched an exception where a BasicCollectionConfiguration was …
(edit) @6153   20 years jmt12 Removed a command which referred to the defunct preview pane
(edit) @6149   20 years jmt12 Opps.
(edit) @6147   20 years jmt12 Changed the toString so it follows the format: title (filename)
(edit) @6146   20 years jmt12 Changed how a collection name appears. It now displays the collection …
(edit) @6089   20 years jmt12 Added indeterminate progress bar while exporting. There was a lot of …
(edit) @6087   20 years jmt12 Extended arguments so they could be given a minimum and maximum range. …
(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) @6057   20 years kjdon changed the result prompt message slightly
(edit) @6056   20 years kjdon put the whole path in the output for successful export
(edit) @6052   20 years jmt12 Obsolete - replaced by BasicCollectionConfiguration
(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) @5922   20 years kjdon was adding the prompt as a GShell listener twice.
(edit) @5921   20 years kjdon removed a testing thing that shouldn't be there
(edit) @5912   20 years kjdon now can export multiple collections to a single cdrom
Note: See TracRevisionLog for help on using the revision log.