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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9864   19 years mdewsnip Changed WarningDialog to take the direct message text, rather than the …
(edit) @9863   19 years mdewsnip Minor changes.
(edit) @9700   19 years mdewsnip Commented out a stray debug statement.
(edit) @9645   19 years kjdon assigned options previously sometimes went to the top of the list, …
(edit) @9642   19 years kjdon fixed up language type arguments - the list now displays the name not …
(edit) @9640   19 years mdewsnip Added a "TO DO" comment.
(edit) @9564   19 years kjdon added [] around Default Language in the selected langs box
(edit) @9563   19 years kjdon changed the interface a bit to make it more like the other two tabs. …
(edit) @9562   19 years kjdon made the move up and down buttons disabled to start with - cos nothing …
(edit) @9561   19 years kjdon changed the equals method to look at codes rather than using compareTo …
(edit) @9552   19 years mdewsnip Fixed a bug where adding indexes on metadata elements whose name …
(edit) @9440   19 years mdewsnip Changed non-sensical default HList format (only [Title] makes sense).
(edit) @9419   19 years mdewsnip Forgot to import DebugStream.
(edit) @9418   19 years mdewsnip Added check so the GLI doesn't crash when parsing a format statement …
(edit) @9350   19 years mdewsnip Changed WarningDialog to take the dialog title and message as …
(edit) @9305   19 years davidb Code used to that GAPlug can never be removed. This has been relaxed …
(edit) @9302   19 years mdewsnip Fix to the nasty bug where plugin options are not remembered.
(edit) @9252   19 years kjdon fixed a bug in the source list updating
(edit) @9202   19 years mdewsnip More GLI applet improvements, by Matthew Whyte. Now uploads only …
(edit) @9200   19 years mdewsnip Changed some function names in CheckList to be more obvious (well, to …
(edit) @9193   19 years mdewsnip Unnecessary import of Gatherer class.
(edit) @9192   19 years mdewsnip Was using a Troolean unnecessarily.
(edit) @9184   19 years mdewsnip Fixes for Java 1.5.0.
(edit) @9172   19 years mdewsnip Changed missing string to use an existing string that is better anyway.
(edit) @9166   19 years mdewsnip More improvements to the GLI applet, by Matthew Whyte. Now only …
(edit) @9161   19 years mdewsnip Made the "assign partitions" tab in the "Partition Indexes" section …
(edit) @9158   19 years mdewsnip Changed some "proceeding"s to "preceeding"s... John, John, John.
(edit) @9149   19 years kjdon one line not tabbed correctly
(edit) @9134   19 years mdewsnip Made some debug statements go to DebugStream now.
(edit) @9126   19 years kjdon moved the argument details xml parsing code to Argument.parseXML - the …
(edit) @9105   19 years kjdon added getExploderPlugin method - hacked for isis files, need to …
(edit) @9095   19 years mdewsnip GLI applet: collection building is now much happier about being …
(edit) @9077   19 years mdewsnip Removed unused Coloring class.
(edit) @9072   19 years mdewsnip Removed a couple of debug statements.
(edit) @9045   19 years mdewsnip Made major rearrangements to the way path variables are calculated. …
(edit) @9036   19 years mdewsnip Removed all XML functions from XMLTools, and changed occurrences to …
(edit) @9020   19 years mdewsnip Changed the plugin suggestion code to only look at the process_exp, …
(edit) @9019   19 years mdewsnip Fixed bug where CollectionContentsChangedListener isn't removed from …
(edit) @9014   19 years kjdon adding a new element to plugins list not in the first collection …
(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) @8845   19 years mdewsnip Oops... imported a needed class.
(edit) @8844   19 years mdewsnip Tidied up getElementAt() a little and added debugging statement.
(edit) @8841   19 years kjdon fixed spelling mistake on one of the strings names
(edit) @8840   19 years kjdon added the buttons to the SuggestedPLuginsDialog
(edit) @8835   19 years mdewsnip Initial unfinished version of the PluginSuggestionPrompt.
(edit) @8817   19 years mdewsnip Temporary fix for broken code.
(edit) @8802   19 years mdewsnip Fixed up some button sizes on the Search Indexes page and removed some …
(edit) @8782   19 years mdewsnip Removed some unused imports.
(edit) @8768   19 years mdewsnip A bit of work in preparation for exploding metadata databases.
(edit) @8765   19 years mdewsnip Removed static definition of "Abstract" string.
(edit) @8670   20 years mdewsnip Fixed my changes from yesterday to store plugins.dat, classifiers.dat, …
(edit) @8652   20 years mdewsnip Removed more dead code, and moved most of the XML stuff out of Utility …
(edit) @8650   20 years mdewsnip The plugins.dat and classifiers.dat files are now stored in the GLI …
(edit) @8620   20 years mdewsnip Moved all the local library server code in a new LocalLibraryServer
(edit) @8607   20 years mdewsnip First cut at suggesting plugins to use for files dragged into a …
(edit) @8606   20 years mdewsnip Made just one WarningDialog constructor.
(edit) @8601   20 years mdewsnip Renamed the two "PlugIn" classes to "Plugin", for our sanity.
(edit) @8600   20 years mdewsnip The first smidgeon of the "plugin suggestion" code.
(edit) @8597   20 years mdewsnip Made Gatherer.configServer static.
(edit) @8590   20 years mdewsnip Renamed checklist/Entry.java to checklist/CheckListEntry.java.
(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) @8473   20 years mdewsnip Converted to a Unix file.
(edit) @8386   20 years kjdon added a edit set button which just pops up a message teling the user …
(edit) @8381   20 years kjdon major mods to the mg index controls. added a replace button, enabled …
(edit) @8380   20 years kjdon I seemed to get into a situation where children was null. It only …
(edit) @8374   20 years kjdon don't sort the list returned from getSources - it contains elements …
(edit) @8360   20 years kjdon changed the removelistener for classifier list - if remove a …
(edit) @8358   20 years mdewsnip Spaces are now removed from the start and end of classifier arguments.
(edit) @8313   20 years mdewsnip Finally committing the (many) changes to the GLI to use the new …
(edit) @8250   20 years mdewsnip Moved the download_url_zip and upload_url_zip functions from Utility …
(edit) @8249   20 years mdewsnip Moved the XMLStringToDOM() function from Utility into …
(edit) @8243   20 years mdewsnip Removed all occurrences of classes explicitly importing other classes …
(edit) @8240   20 years mdewsnip Removed unnecessary imports of org.greenstone.gatherer.Gatherer.
(edit) @8236   20 years mdewsnip Replaced all Gatherer.print* with DebugStream.print*.
(edit) @8231   20 years mdewsnip Replaced all "Gatherer.config" with "Configuration".
(edit) @8156   20 years mdewsnip Tidied up the toString() function.
(edit) @8152   20 years kjdon fixed a bug whereby the user could delete GAPlug immediately after …
(edit) @8056   20 years mdewsnip Fixed a bug where the subcollection regular expression was parsed …
(edit) @8055   20 years mdewsnip Removed some long dead "search and replace" code.
(edit) @8020   20 years mdewsnip Removed some dead code.
(edit) @8015   20 years mdewsnip Moved clear() and setValue() functions from MSMUtils into XMLTools. …
(edit) @8002   20 years mdewsnip Tightened up many public functions to private.
(edit) @7997   20 years mdewsnip Removed some more references to the msm package.
(edit) @7996   20 years mdewsnip Removed more references to the msm package, which is being removed.
(edit) @7995   20 years mdewsnip Removed a whole lot of references to the msm package, which is on its …
(edit) @7959   20 years davidb Extended to allow pluginfo.pl and classinfo.pl to retrieve their …
(edit) @7742   20 years davidb Enhancement to debugging information.
(edit) @7739   20 years davidb General restructuring to allow GLI to be run as an applet. Main area …
(edit) @7624   20 years mdewsnip Fixed quite a few places where the GLI was looking for "ex" instead of …
(edit) @7604   20 years kjdon format statements are now written out with new lines intact, not …
(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) @7598   20 years kjdon write out format statements with ex.metadata still intact
(edit) @7597   20 years kjdon made static strings for the format names and default format strings - …
(edit) @7590   20 years mdewsnip Multiple line format statements now have '\' characters written at the …
(edit) @7578   20 years kjdon added [numleafdocs] to the format list
(edit) @7554   20 years mdewsnip Editable metadata combobox now also available for Librarians.
Note: See TracRevisionLog for help on using the revision log.