# # ChangeLog for trunk/gli/src # # Generated by Trac 1.4.2 # 2024-06-26T13:52:58+12:00 Wed, 19 Nov 2003 21:54:14 GMT kjdon [5911] * trunk/gli/src/org/greenstone/gatherer/Gatherer.java (modified) added a print method Wed, 19 Nov 2003 21:51:54 GMT mdewsnip [5910] * trunk/gli/src/org/greenstone/gatherer/collection/CollectionConfiguration.java (modified) Removed quotes around collection meta items. Wed, 19 Nov 2003 21:15:30 GMT jmt12 [5908] * trunk/gli/src/org/greenstone/gatherer/shell/GShell.java (modified) New collection processes, ie mkcol.pl calls, are no longer passed ... Wed, 19 Nov 2003 21:14:10 GMT jmt12 [5907] * trunk/gli/src/org/greenstone/gatherer/cdm/CollectionConfiguration.java (modified) All non-special collection metadata values now are wrapped in quotes Wed, 19 Nov 2003 03:18:23 GMT jmt12 [5904] * trunk/gli/src/org/greenstone/gatherer/shell/GShell.java (modified) Removed debug comments as it seems my latest change did the trick - ... Wed, 19 Nov 2003 03:04:45 GMT jmt12 [5903] * trunk/gli/src/org/greenstone/gatherer/cdm/SubcollectionIndexManager.java (modified) Removing a partition which just happens to be the default one also ... Wed, 19 Nov 2003 03:04:01 GMT jmt12 [5902] * trunk/gli/src/org/greenstone/gatherer/cdm/LanguageManager.java (modified) Removing a language which just happens to be the default one also now ... Wed, 19 Nov 2003 02:11:46 GMT jmt12 [5901] * trunk/gli/src/org/greenstone/gatherer/cdm/TranslationView.java (modified) Completed the TranslationView manager so that it actually shows the ... Wed, 19 Nov 2003 02:10:31 GMT jmt12 [5900] * trunk/gli/src/org/greenstone/gatherer/cdm/CollectionMetaManager.java (modified) Added a new method to provide a TreeSet of the current languages in ... Wed, 19 Nov 2003 02:09:33 GMT jmt12 [5899] * trunk/gli/src/org/greenstone/gatherer/cdm/CollectionMeta.java (modified) Added a new constructor for 'dummy' collection metadata - ie that ... Wed, 19 Nov 2003 01:58:45 GMT mdewsnip [5898] * trunk/gli/src/org/greenstone/gatherer/file/FileSystem.java (modified) * trunk/gli/src/org/greenstone/gatherer/file/WorkspaceTreeModel.java (modified) A quick and ugly hack to assign a model to the root drives under ... Wed, 19 Nov 2003 01:21:10 GMT mdewsnip [5897] * trunk/gli/src/org/greenstone/gatherer/gui/MetaEditPane.java (modified) Hacked a fix in for highlighting the correct value in the value tree. ... Wed, 19 Nov 2003 01:15:23 GMT kjdon [5895] * trunk/gli/src/org/greenstone/gatherer/Gatherer.java (modified) made a new BrowserApplication class to launch teh browser, added the ... Wed, 19 Nov 2003 01:12:47 GMT kjdon [5894] * trunk/gli/src/org/greenstone/gatherer/file/FileAssociationManager.java (modified) added in getBrowserCommand - uses the file association stuff for ... Wed, 19 Nov 2003 01:08:32 GMT kjdon [5893] * trunk/gli/src/org/greenstone/gatherer/cdm/CollectionDesignManager.java (modified) * trunk/gli/src/org/greenstone/gatherer/collection/CollectionManager.java (modified) * trunk/gli/src/org/greenstone/gatherer/collection/DeleteCollectionPrompt.java (modified) instead of configuring the server via the preview pane, now we do it ... Wed, 19 Nov 2003 01:02:42 GMT kjdon [5892] * trunk/gli/src/org/greenstone/gatherer/gui/CreatePane.java (modified) added a preview button to the create pane Wed, 19 Nov 2003 01:01:31 GMT kjdon [5891] * trunk/gli/src/org/greenstone/gatherer/gui/GUIManager.java (modified) commented out all the preview pane stuff Wed, 19 Nov 2003 01:00:11 GMT kjdon [5890] * trunk/gli/src/org/greenstone/gatherer/util/Utility.java (modified) added in isWindows9x() method Tue, 18 Nov 2003 23:00:49 GMT jmt12 [5888] * trunk/gli/src/org/greenstone/gatherer/Gatherer.java (modified) Had forgotten to reset 60 second counter after first 60 seconds Tue, 18 Nov 2003 21:54:23 GMT jmt12 [5887] * trunk/gli/src/org/greenstone/gatherer/shell/GShell.java (modified) Changed the process stream readers to try and avoid the deadlock ... Tue, 18 Nov 2003 21:50:53 GMT jmt12 [5886] * trunk/gli/src/org/greenstone/gatherer/gui/tree/DragTreeCellRenderer.java (modified) Provision, although no implementation, for different icons for the ... Tue, 18 Nov 2003 21:50:11 GMT jmt12 [5885] * trunk/gli/src/org/greenstone/gatherer/gui/tree/DragTree.java (modified) The DragTree prevents drags originating with files already in the ... Tue, 18 Nov 2003 21:49:27 GMT jmt12 [5884] * trunk/gli/src/org/greenstone/gatherer/file/FileNode.java (modified) FileNodes now know whether they are in the currently open collection Tue, 18 Nov 2003 03:28:33 GMT jmt12 [5881] * trunk/gli/src/org/greenstone/gatherer/util/StaticStrings.java (modified) A new string for the MARC file extension Tue, 18 Nov 2003 03:28:13 GMT jmt12 [5880] * trunk/gli/src/org/greenstone/gatherer/msm/GreenstoneArchiveParser.java (modified) Added a test to prevent metadata values from being extracted for Marc ... Tue, 18 Nov 2003 02:32:46 GMT jmt12 [5877] * trunk/gli/src/org/greenstone/gatherer/gui/MetaEditPane.java (modified) * trunk/gli/src/org/greenstone/gatherer/util/Codec.java (modified) * trunk/gli/src/org/greenstone/gatherer/valuetree/GValueNode.java (modified) Introduced two new codec transforms to correctly handle path information Tue, 18 Nov 2003 02:32:28 GMT jmt12 [5876] * trunk/gli/src/org/greenstone/gatherer/util/Utility.java (modified) The tooltip formatter should no longer crash and burn on null strings Tue, 18 Nov 2003 02:31:59 GMT jmt12 [5875] * trunk/gli/src/org/greenstone/gatherer/util/MetadataXML.java (modified) My stupidity was quickly noticed when I complained that Hierarchies ... Tue, 18 Nov 2003 02:30:28 GMT jmt12 [5874] * trunk/gli/src/org/greenstone/gatherer/msm/parsers/GreenstoneMetadataParser.java (modified) Forgot that HFile object added backslashes to legacy data, not pipes ... Tue, 18 Nov 2003 02:29:00 GMT jmt12 [5873] * trunk/gli/src/org/greenstone/gatherer/gui/OptionsPane.java (modified) Restored import and build panes to use grid layout - but without the ... Tue, 18 Nov 2003 02:27:25 GMT jmt12 [5872] * trunk/gli/src/org/greenstone/gatherer/gui/CreatePane.java (modified) Just some debug comments to try to figure out why import & build ... Tue, 18 Nov 2003 01:57:36 GMT mdewsnip [5871] * trunk/gli/src/org/greenstone/gatherer/file/WorkspaceTreeModel.java (modified) Deleted a line which shouldn't have been committed (yet). Tue, 18 Nov 2003 01:10:45 GMT mdewsnip [5869] * trunk/gli/src/org/greenstone/gatherer/file/WorkspaceTreeModel.java (modified) * trunk/gli/src/org/greenstone/gatherer/gui/MirrorPane.java (modified) * trunk/gli/src/org/greenstone/gatherer/gui/tree/WorkspaceTree.java (modified) More improvements to workspace tree refreshing... still not perfect ... Tue, 18 Nov 2003 01:01:22 GMT mdewsnip [5867] * trunk/gli/src/org/greenstone/gatherer/gui/GUIManager.java (modified) Fixed check for updating the Mirror tab. Mon, 17 Nov 2003 19:42:10 GMT jmt12 [5865] * trunk/gli/src/org/greenstone/gatherer/gui/tree/DragTree.java (modified) I don't remember changing anything in this class, but according to ... Mon, 17 Nov 2003 19:37:33 GMT jmt12 [5864] * trunk/gli/src/org/greenstone/gatherer/cdm/ArgumentConfiguration.java (modified) I believe I have now finished adding tests for missing arguments when ... Mon, 17 Nov 2003 19:35:01 GMT jmt12 [5863] * trunk/gli/src/org/greenstone/gatherer/cdm/Classifier.java (modified) * trunk/gli/src/org/greenstone/gatherer/cdm/ClassifierManager.java (modified) * trunk/gli/src/org/greenstone/gatherer/cdm/PlugIn.java (modified) * trunk/gli/src/org/greenstone/gatherer/cdm/PlugInManager.java (modified) The lists for selecting PlugIns and Classifiers now show the ... Mon, 17 Nov 2003 19:32:00 GMT jmt12 [5862] * trunk/gli/src/org/greenstone/gatherer/Dictionary.java (modified) Changed the registerTooltip method a little so you can tell it ... Mon, 17 Nov 2003 00:57:57 GMT mdewsnip [5860] * trunk/gli/src/org/greenstone/gatherer/file/FileNode.java (modified) Tidied up what should be shown/hidden in the workspace tree. ... Mon, 17 Nov 2003 00:39:17 GMT mdewsnip [5859] * trunk/gli/src/org/greenstone/gatherer/cdm/CollectionConfiguration.java (modified) Fixed subcollection output so that the regular expression end ... Sun, 16 Nov 2003 21:11:35 GMT mdewsnip [5856] * trunk/gli/src/org/greenstone/gatherer/cdm/CollectionConfiguration.java (modified) Hacked a change into parseClassify so that it doesn't ignore ... Sun, 16 Nov 2003 04:50:12 GMT mdewsnip [5854] * trunk/gli/src/org/greenstone/gatherer/collection/CollectionManager.java (modified) * trunk/gli/src/org/greenstone/gatherer/collection/DeleteCollectionPrompt.java (modified) * trunk/gli/src/org/greenstone/gatherer/file/FileNode.java (modified) * trunk/gli/src/org/greenstone/gatherer/file/WorkspaceTreeModel.java (modified) * trunk/gli/src/org/greenstone/gatherer/gui/CollectionPane.java (modified) * trunk/gli/src/org/greenstone/gatherer/gui/tree/DragTree.java (modified) * trunk/gli/src/org/greenstone/gatherer/gui/tree/WorkspaceTree.java (modified) More improvements to smart workspace tree refreshing. Library ... Fri, 14 Nov 2003 03:56:23 GMT kjdon [5852] * trunk/gli/src/org/greenstone/gatherer/cdm/CollectionConfiguration.java (modified) fixed the annoying null pointer exception when there was an empty ... Fri, 14 Nov 2003 02:42:17 GMT kjdon [5851] * trunk/gli/src/org/greenstone/gatherer/gui/MenuBar.java (modified) added a separator in the File menu Fri, 14 Nov 2003 02:03:33 GMT mdewsnip [5847] * trunk/gli/src/org/greenstone/gatherer/WGet.java (modified) * trunk/gli/src/org/greenstone/gatherer/collection/CollectionManager.java (modified) * trunk/gli/src/org/greenstone/gatherer/collection/Job.java (modified) * trunk/gli/src/org/greenstone/gatherer/file/FileQueue.java (modified) * trunk/gli/src/org/greenstone/gatherer/file/FileSystem.java (added) * trunk/gli/src/org/greenstone/gatherer/file/WorkspaceTreeModel.java (added) * trunk/gli/src/org/greenstone/gatherer/gui/CollectionPane.java (modified) * trunk/gli/src/org/greenstone/gatherer/gui/GUIManager.java (modified) * trunk/gli/src/org/greenstone/gatherer/gui/MirrorPane.java (modified) * trunk/gli/src/org/greenstone/gatherer/gui/Preferences.java (modified) * trunk/gli/src/org/greenstone/gatherer/gui/tree/DragTree.java (modified) * trunk/gli/src/org/greenstone/gatherer/gui/tree/WorkspaceTree.java (added) A much improved workspace tree that only refreshes when it really ... Thu, 13 Nov 2003 03:58:50 GMT kjdon [5844] * trunk/gli/src/org/greenstone/gatherer/collection/CollectionConfiguration.java (modified) removed a print statement Thu, 13 Nov 2003 03:56:46 GMT kjdon [5843] * trunk/gli/src/org/greenstone/gatherer/collection/ExportCollectionPrompt.java (added) a new dialog for exporting a collection to cdrom Thu, 13 Nov 2003 03:48:29 GMT kjdon [5842] * trunk/gli/src/org/greenstone/gatherer/gui/GUIManager.java (modified) added handler for export in file menu Thu, 13 Nov 2003 03:47:39 GMT kjdon [5841] * trunk/gli/src/org/greenstone/gatherer/gui/MenuBar.java (modified) added Export to CDROM to the menu Thu, 13 Nov 2003 03:46:51 GMT kjdon [5840] * trunk/gli/src/org/greenstone/gatherer/shell/GShell.java (modified) added in options for exporting collections Thu, 13 Nov 2003 01:37:58 GMT kjdon [5836] * trunk/gli/src/org/greenstone/gatherer/collection/CollectionManager.java (modified) searchForMEtadata(file) now returns true if successful, not true if ... Thu, 13 Nov 2003 01:21:34 GMT kjdon [5835] * trunk/gli/src/org/greenstone/gatherer/util/Codec.java (modified) changed a few of the Codec transforms, to do with allowing new lines ... Thu, 13 Nov 2003 01:04:29 GMT kjdon [5834] * trunk/gli/src/org/greenstone/gatherer/collection/CollectionConfiguration.java (modified) added a new line back in to description, and now use Codec instead of ... Thu, 13 Nov 2003 00:57:27 GMT mdewsnip [5833] * trunk/gli/src/org/greenstone/gatherer/file/FileQueue.java (modified) Fixed file copying bug where only the first file was copied because ... Thu, 13 Nov 2003 00:55:46 GMT kjdon [5832] * trunk/gli/src/org/greenstone/gatherer/cdm/CollectionConfiguration.java (modified) now have changed the format parsing so that it allows format over ... Tue, 11 Nov 2003 00:37:28 GMT kjdon [5819] * trunk/gli/src/org/greenstone/gatherer/cdm/CollectionConfiguration.java (modified) added a comment Mon, 10 Nov 2003 22:17:34 GMT kjdon [5817] * trunk/gli/src/org/greenstone/gatherer/cdm/CollectionConfiguration.java (modified) changed the metadata parsing to look over multiple lines if starts ... Mon, 10 Nov 2003 01:25:51 GMT kjdon [5816] * trunk/gli/src/org/greenstone/gatherer/collection/CollectionConfiguration.java (modified) re-worked the bit where you get collection meta - it was not taking ... Mon, 10 Nov 2003 01:04:13 GMT kjdon [5815] * trunk/gli/src/org/greenstone/gatherer/collection/Collection.java (modified) * trunk/gli/src/org/greenstone/gatherer/collection/CollectionConfiguration.java (modified) * trunk/gli/src/org/greenstone/gatherer/gui/PreviewPane.java (modified) added support for build types and search types in the Collection and ... Sat, 08 Nov 2003 23:10:41 GMT jmt12 [5814] * trunk/gli/src/org/greenstone/gatherer/util/MetadataXML.java (modified) Bugger. Accidently wrote true where I meant false - thus causing ... Fri, 07 Nov 2003 03:48:39 GMT kjdon [5812] * trunk/gli/src/org/greenstone/gatherer/msm/GDMManager.java (modified) hmmm, forgot how to call constructors properly last commit Fri, 07 Nov 2003 02:59:30 GMT kjdon [5811] * trunk/gli/src/org/greenstone/gatherer/gui/NewCollectionMetadataPrompt.java (modified) hmmm, forgot how to call constructors properly last commit Fri, 07 Nov 2003 00:59:07 GMT jmt12 [5810] * trunk/gli/src/org/greenstone/gatherer/gui/GUIManager.java (modified) I don't remember changing anything in this, but according to ... Fri, 07 Nov 2003 00:58:03 GMT jmt12 [5809] * trunk/gli/src/org/greenstone/gatherer/gui/MetaEditPane.java (modified) Added some more Codec stuff in order to get hierarchies to work Fri, 07 Nov 2003 00:55:10 GMT jmt12 [5808] * trunk/gli/src/org/greenstone/gatherer/msm/GDMDocument.java (modified) * trunk/gli/src/org/greenstone/gatherer/msm/GDMManager.java (modified) Several changes needed to make pipe the hierarchy separator while ... Fri, 07 Nov 2003 00:37:02 GMT mdewsnip [5807] * trunk/gli/src/org/greenstone/gatherer/util/Utility.java (modified) Changed PROGRAM_VERSION to reflect the upcoming release. Fri, 07 Nov 2003 00:20:43 GMT jmt12 [5805] * trunk/gli/src/org/greenstone/gatherer/util/Codec.java (modified) * trunk/gli/src/org/greenstone/gatherer/util/MetadataXML.java (modified) * trunk/gli/src/org/greenstone/gatherer/util/StaticStrings.java (modified) * trunk/gli/src/org/greenstone/gatherer/valuetree/GValueModel.java (modified) * trunk/gli/src/org/greenstone/gatherer/valuetree/GValueNode.java (modified) Several changes needed to make pipe the hierarchy separator while ... Fri, 07 Nov 2003 00:16:14 GMT jmt12 [5804] * trunk/gli/src/org/greenstone/gatherer/cdm/PlugInManager.java (modified) Added extra checks for when plugins can be added, removed and moved. Thu, 06 Nov 2003 22:50:28 GMT kjdon [5796] * trunk/gli/src/org/greenstone/gatherer/collection/CollectionManager.java (modified) major changes to loadCollection - now it can load in non-gatherer ... Thu, 06 Nov 2003 22:48:35 GMT kjdon [5795] * trunk/gli/src/org/greenstone/gatherer/gui/ExternalCollectionPrompt.java (added) * trunk/gli/src/org/greenstone/gatherer/gui/NewMetaSetPrompt.java (added) two new prompts for opening a non-gatherer collection. ... Thu, 06 Nov 2003 21:41:07 GMT kjdon [5794] * trunk/gli/src/org/greenstone/gatherer/msm/MetadataSetManager.java (modified) small changes for saving a non-gatherer collection Thu, 06 Nov 2003 21:39:53 GMT kjdon [5793] * trunk/gli/src/org/greenstone/gatherer/msm/GDMManager.java (modified) changed this slightly to allow a dummy load of the metadata files - ... Thu, 06 Nov 2003 21:34:54 GMT kjdon [5792] * trunk/gli/src/org/greenstone/gatherer/gui/NewCollectionMetadataPrompt.java (modified) changed this metadata set chooser prompt to display a different title ... Thu, 06 Nov 2003 21:33:19 GMT kjdon [5791] * trunk/gli/src/org/greenstone/gatherer/util/Utility.java (modified) added new directory definition for import.bak - a backup dir to put ... Wed, 05 Nov 2003 04:10:10 GMT mdewsnip [5789] * trunk/gli/src/org/greenstone/gatherer/gui/GComboBox.java (modified) Put back in a needed function (oops! :-). Wed, 05 Nov 2003 00:46:44 GMT mdewsnip [5785] * trunk/gli/src/org/greenstone/gatherer/Configuration.java (modified) * trunk/gli/src/org/greenstone/gatherer/Dictionary.java (modified) * trunk/gli/src/org/greenstone/gatherer/Gatherer.java (modified) * trunk/gli/src/org/greenstone/gatherer/WGet.java (modified) * trunk/gli/src/org/greenstone/gatherer/cdm/Classifier.java (modified) * trunk/gli/src/org/greenstone/gatherer/cdm/CollectionDesignManager.java (modified) * trunk/gli/src/org/greenstone/gatherer/cdm/CommandTokenizer.java (modified) * trunk/gli/src/org/greenstone/gatherer/cdm/DynamicListModel.java (modified) * trunk/gli/src/org/greenstone/gatherer/cdm/LanguageManager.java (modified) * trunk/gli/src/org/greenstone/gatherer/cdm/SubcollectionIndexManager.java (modified) * trunk/gli/src/org/greenstone/gatherer/cdm/SubcollectionManager.java (modified) * trunk/gli/src/org/greenstone/gatherer/collection/Collection.java (modified) * trunk/gli/src/org/greenstone/gatherer/collection/CollectionManager.java (modified) * trunk/gli/src/org/greenstone/gatherer/collection/Job.java (modified) * trunk/gli/src/org/greenstone/gatherer/file/FileNode.java (modified) * trunk/gli/src/org/greenstone/gatherer/file/FileQueue.java (modified) * trunk/gli/src/org/greenstone/gatherer/file/FileSystemModel.java (modified) * trunk/gli/src/org/greenstone/gatherer/gui/CreatePane.java (modified) * trunk/gli/src/org/greenstone/gatherer/gui/LongProgressBar.java (modified) * trunk/gli/src/org/greenstone/gatherer/gui/MenuBar.java (modified) * trunk/gli/src/org/greenstone/gatherer/gui/SmarterTextArea.java (modified) * trunk/gli/src/org/greenstone/gatherer/msm/MSMAction.java (modified) * trunk/gli/src/org/greenstone/gatherer/msm/MSMEvent.java (modified) * trunk/gli/src/org/greenstone/gatherer/msm/MSMPrompt.java (modified) * trunk/gli/src/org/greenstone/gatherer/msm/MSMUtils.java (modified) * trunk/gli/src/org/greenstone/gatherer/msm/MetadataSet.java (modified) * trunk/gli/src/org/greenstone/gatherer/msm/MetadataSetManager.java (modified) * trunk/gli/src/org/greenstone/gatherer/shell/GShell.java (modified) * trunk/gli/src/org/greenstone/gatherer/undo/UndoManager.java (modified) * trunk/gli/src/org/greenstone/gatherer/util/ArrayTools.java (modified) * trunk/gli/src/org/greenstone/gatherer/util/GURL.java (modified) * trunk/gli/src/org/greenstone/gatherer/util/HTMLStringTokenizer.java (modified) * trunk/gli/src/org/greenstone/gatherer/util/HashMap3D.java (modified) * trunk/gli/src/org/greenstone/gatherer/util/Utility.java (modified) * trunk/gli/src/org/greenstone/gatherer/valuetree/GValueModel.java (modified) * trunk/gli/src/org/greenstone/gatherer/valuetree/GValueNode.java (modified) Commented out about 60 unused functions. Tue, 04 Nov 2003 22:26:01 GMT mdewsnip [5783] * trunk/gli/src/org/greenstone/gatherer/util/StatusHTML.java (modified) Now allows HTML tags in the problem solution. Tue, 04 Nov 2003 05:28:07 GMT mdewsnip [5782] * trunk/gli/src/org/greenstone/gatherer/gui/MetaEditPane.java (modified) * trunk/gli/src/org/greenstone/gatherer/gui/table/TableCellRenderer.java (modified) Fixed bug 171: clicking on the icon indicating folder-level metadata ... Tue, 04 Nov 2003 03:02:58 GMT mdewsnip [5777] * trunk/gli/src/org/greenstone/gatherer/msm/ElementWrapper.java (modified) * trunk/gli/src/org/greenstone/gatherer/msm/MSMPrompt.java (modified) * trunk/gli/src/org/greenstone/gatherer/msm/MetadataSet.java (modified) Fixed bug 169: metadata element names and identifiers being confused ... Mon, 03 Nov 2003 01:28:06 GMT mdewsnip [5774] * trunk/gli/src/org/greenstone/gatherer/gui/GComboBox.java (modified) Removed unused constructor. Mon, 03 Nov 2003 01:25:25 GMT mdewsnip [5773] * trunk/gli/src/org/greenstone/gatherer/gui/CollectionPane.java (modified) Fixed bug 98: popup menu appears when right-clicking even when no ... Mon, 03 Nov 2003 01:23:28 GMT mdewsnip [5772] * trunk/gli/src/org/greenstone/gatherer/gui/Filter.java (modified) Fixed bug 229: the same file tree filter can be added multiple times ... Sun, 02 Nov 2003 23:57:13 GMT mdewsnip [5771] * trunk/gli/src/org/greenstone/gatherer/util/Utility.java (modified) Fix to bug 185: decimal places aren't necessary for file sizes ... Tue, 28 Oct 2003 23:25:48 GMT jmt12 [5761] * trunk/gli/src/org/greenstone/gatherer/collection/CollectionManager.java (modified) Added a null-test to a debug string that was causing building to fail ... Tue, 28 Oct 2003 23:24:39 GMT jmt12 [5760] * trunk/gli/src/org/greenstone/gatherer/gui/table/GTableModel.java (modified) Streamlined the commonality test Tue, 28 Oct 2003 23:23:40 GMT jmt12 [5759] * trunk/gli/src/org/greenstone/gatherer/util/Utility.java (modified) Added a mundane comment Tue, 28 Oct 2003 23:22:18 GMT jmt12 [5758] * trunk/gli/src/org/greenstone/gatherer/cdm/ArgumentConfiguration.java (modified) Started to fix the various ways to enter a null value for a plugin ... Tue, 28 Oct 2003 23:21:05 GMT jmt12 [5757] * trunk/gli/src/org/greenstone/gatherer/cdm/CollectionConfiguration.java (modified) Made sure the assigned attribute was correct added to commands that ... Tue, 28 Oct 2003 23:19:49 GMT jmt12 [5756] * trunk/gli/src/org/greenstone/gatherer/cdm/DOMProxyListModel.java (modified) Added a new method for appending children nodes to the proxy root Tue, 28 Oct 2003 23:19:15 GMT jmt12 [5755] * trunk/gli/src/org/greenstone/gatherer/cdm/FormatManager.java (modified) Repaired the thing I broke last week which caused flag formats to be ... Tue, 28 Oct 2003 23:18:06 GMT jmt12 [5754] * trunk/gli/src/org/greenstone/gatherer/cdm/LanguageManager.java (modified) Fixed strange behaviour where a language was being added to the wrong ... Tue, 28 Oct 2003 23:17:25 GMT jmt12 [5753] * trunk/gli/src/org/greenstone/gatherer/cdm/PlugInManager.java (modified) Fixed the enabled/disabled state of some of the buttons depending on ... Tue, 28 Oct 2003 23:16:23 GMT jmt12 [5752] * trunk/gli/src/org/greenstone/gatherer/cdm/TranslationView.java (modified) Started work on fixing the way the text fragment table is displayed. ... Tue, 28 Oct 2003 23:15:36 GMT jmt12 [5751] * trunk/gli/src/org/greenstone/gatherer/file/FileQueue.java (modified) Fixed a problem that me commenting out the undo code created Tue, 28 Oct 2003 23:15:00 GMT jmt12 [5750] * trunk/gli/src/org/greenstone/gatherer/gui/MetaEditPane.java (modified) Append should now be enabled even for uncommon metadata Tue, 28 Oct 2003 23:13:53 GMT jmt12 [5749] * trunk/gli/src/org/greenstone/gatherer/gui/NewFolderPrompt.java (modified) Added the destination folder to the prompt Tue, 28 Oct 2003 23:13:32 GMT jmt12 [5748] * trunk/gli/src/org/greenstone/gatherer/msm/MetadataSetManager.java (modified) Apparently I added one space. Weird Tue, 28 Oct 2003 23:12:31 GMT jmt12 [5747] * trunk/gli/src/org/greenstone/gatherer/msm/MSMUtils.java (modified) Modified getValue so that it takes into account the way DOM splits ... Tue, 28 Oct 2003 23:11:46 GMT jmt12 [5746] * trunk/gli/src/org/greenstone/gatherer/util/StaticStrings.java (modified) A couple of new strings Wed, 22 Oct 2003 22:28:50 GMT jmt12 [5726] * trunk/gli/src/org/greenstone/gatherer/gui/OptionsPane.java (modified) Investigated why spinners don't remember their value if focus is lost ...