# # ChangeLog for trunk/gli # # Generated by Trac 1.4.2 # 2024-06-09T21:45:00+12:00 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 03:45:24 GMT kjdon [5839] * trunk/gli/classes/dictionary.properties (modified) and here are Ian's changes Thu, 13 Nov 2003 03:39:50 GMT kjdon [5838] * trunk/gli/classes/dictionary.properties (modified) added text for the export to CDROM functionality 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 ... Wed, 12 Nov 2003 01:58:41 GMT kjdon [5828] * trunk/gli/buglist/status.txt (modified) more bugs Tue, 11 Nov 2003 21:48:54 GMT mdewsnip [5824] * trunk/gli/clean.bat (modified) * trunk/gli/document.bat (modified) * trunk/gli/gli.bat (modified) * trunk/gli/makegli.bat (modified) Changed Windows batch files to have Windows line endings. 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:22:43 GMT kjdon [5818] * trunk/gli/buglist/status.txt (modified) added some more bugs 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:59:10 GMT kjdon [5813] * trunk/gli/classes/xml/config.xml (modified) Ian wanted the extracted metadata to be visible by default, so added ... 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:35:41 GMT mdewsnip [5806] * trunk/gli/classes/dictionary.properties (modified) Updated AboutDialog.Date to show the date of the next 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:56:43 GMT kjdon [5797] * trunk/gli/classes/dictionary.properties (modified) added strings for ExternalCollectionPrompt - used when opeing a non- ... 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:47:57 GMT mdewsnip [5786] * trunk/gli/buglist/status.txt (modified) Fixed another couple of bugs. 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:06:15 GMT mdewsnip [5778] * trunk/gli/buglist/status.txt (modified) Fixed bug 169. 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 04:38:01 GMT mdewsnip [5775] * trunk/gli/buglist/status.txt (modified) Fixed some small bugs. 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 Tue, 28 Oct 2003 22:56:04 GMT jmt12 [5745] * trunk/gli/classes/dictionary.properties (modified) One new string I think. Sorry. Tue, 28 Oct 2003 22:54:28 GMT jmt12 [5744] * trunk/gli/buglist/status.txt (modified) I updated the bug list Wed, 22 Oct 2003 22:30:23 GMT jmt12 [5727] * trunk/gli/classes/dictionary.properties (modified) Changed the legacy collection message a bit. Sorry 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 ... Wed, 22 Oct 2003 22:28:01 GMT jmt12 [5724] * trunk/gli/src/org/greenstone/gatherer/collection/DeleteCollectionPrompt.java (modified) Fixed problem where delete collection prompt only showed one ... Wed, 22 Oct 2003 22:27:09 GMT jmt12 [5723] * trunk/gli/src/org/greenstone/gatherer/collection/CollectionManager.java (modified) Base collection is now set within new collections Wed, 22 Oct 2003 22:26:41 GMT jmt12 [5722] * trunk/gli/src/org/greenstone/gatherer/collection/CollectionConfiguration.java (modified) Added some more stability around crazy collectionextra's Wed, 22 Oct 2003 22:15:10 GMT jmt12 [5721] * trunk/gli/src/org/greenstone/gatherer/collection/Collection.java (modified) Added a new attribute - base collection. Thus when importing files ... Wed, 22 Oct 2003 22:06:23 GMT jmt12 [5720] * trunk/gli/src/org/greenstone/gatherer/cdm/FormatManager.java (modified) Made several changes to allow for default format strings ala Greenstone Wed, 22 Oct 2003 22:05:18 GMT jmt12 [5719] * trunk/gli/src/org/greenstone/gatherer/file/FileQueue.java (modified) Fixed little bug where not overwriting a file caused the progress bar ... Wed, 22 Oct 2003 22:00:44 GMT jmt12 [5718] * trunk/gli/src/org/greenstone/gatherer/gui/EditorDialog.java (modified) Added the ability to designate a dialog as editable or read-only. ... Wed, 22 Oct 2003 21:57:53 GMT jmt12 [5717] * trunk/gli/src/org/greenstone/gatherer/gui/MetaEditPane.java (modified) Removed some debug statements Wed, 22 Oct 2003 21:57:05 GMT jmt12 [5716] * trunk/gli/src/org/greenstone/gatherer/gui/NewCollectionDetailsPrompt.java (modified) Apparently I added a space. Weird Wed, 22 Oct 2003 21:55:15 GMT jmt12 [5715] * trunk/gli/src/org/greenstone/gatherer/gui/Preferences.java (modified) Updated the names of some of the tabs (ie MetaEdit -> Enrich) Wed, 22 Oct 2003 21:53:39 GMT jmt12 [5714] * trunk/gli/src/org/greenstone/gatherer/msm/ElementWrapper.java (modified) The equals method occasionally bombed - which may have caused a ... Wed, 22 Oct 2003 21:50:19 GMT jmt12 [5713] * trunk/gli/src/org/greenstone/gatherer/msm/MSMPrompt.java (modified) Elements now in natural order Wed, 22 Oct 2003 21:48:34 GMT jmt12 [5712] * trunk/gli/src/org/greenstone/gatherer/msm/parsers/GreenstoneMetadataParser.java (modified) Now metadata attached to files whose origin is the base collection, ... Wed, 22 Oct 2003 21:44:45 GMT jmt12 [5711] * trunk/gli/src/org/greenstone/gatherer/util/Utility.java (modified) Added a new method for determining if a certain file describes a ... Tue, 21 Oct 2003 23:05:58 GMT jmt12 [5708] * trunk/gli/src/org/greenstone/gatherer/util/Utility.java (modified) Replaced the strings for collectionextra etc so that they have a tab ... Tue, 21 Oct 2003 22:46:07 GMT jmt12 [5707] * trunk/gli/src/org/greenstone/gatherer/util/AppendLineOnlyFileDocument.java (modified) * trunk/gli/src/org/greenstone/gatherer/util/Codec.java (modified) Remove debug code Tue, 21 Oct 2003 22:36:26 GMT jmt12 [5706] * trunk/gli/makegli.bat (modified) All executable programs in batch files in older command.coms need a ... Tue, 21 Oct 2003 18:13:37 GMT jmt12 [5705] * trunk/gli/gli.bat (modified) All executable programs need to have an executable file extension ... Thu, 16 Oct 2003 20:49:18 GMT jmt12 [5678] * trunk/gli/src/org/greenstone/gatherer/collection/CollectionManager.java (modified) Added a check whether the lock file has been successfully removed, ... Thu, 16 Oct 2003 20:48:14 GMT jmt12 [5677] * trunk/gli/src/org/greenstone/gatherer/collection/CollectionConfiguration.java (modified) Extended the parsers ability to recognize collectionextras, such as ... Thu, 16 Oct 2003 20:46:38 GMT jmt12 [5676] * trunk/gli/src/org/greenstone/gatherer/gui/MetaEditPane.java (modified) Commented out a debug statement Thu, 16 Oct 2003 20:45:22 GMT jmt12 [5675] * trunk/gli/src/org/greenstone/gatherer/gui/SimpleOpenCollectionDialog.java (modified) Extended tests on what folders are included in the dialog (so that ... Thu, 16 Oct 2003 20:43:58 GMT jmt12 [5674] * trunk/gli/src/org/greenstone/gatherer/util/StaticStrings.java (modified) Added a new string - Error Thu, 16 Oct 2003 20:43:26 GMT jmt12 [5673] * trunk/gli/src/org/greenstone/gatherer/gui/LockFileDialog.java (modified) 203B039: Made lock file dialog more stable if values missing, and ... Thu, 16 Oct 2003 15:50:35 GMT jmt12 [5672] * trunk/gli/src/org/greenstone/gatherer/valuetree/GValueNode.java (modified) Not only did I rewrite the toString method to require a parameter ... Thu, 16 Oct 2003 15:48:36 GMT jmt12 [5671] * trunk/gli/src/org/greenstone/gatherer/valuetree/GValueModel.java (modified) Looks like I removed two spaces and nothing much else Thu, 16 Oct 2003 15:47:32 GMT jmt12 [5670] * trunk/gli/src/org/greenstone/gatherer/util/Codec.java (modified) Added a new transform to replace square brackets with the appropriate ... Thu, 16 Oct 2003 15:46:50 GMT jmt12 [5669] * trunk/gli/src/org/greenstone/gatherer/util/AppendLineOnlyFileDocument.java (modified) Um. Removed one comment. Doesn't it suck you have to enter an ... Thu, 16 Oct 2003 15:45:05 GMT jmt12 [5668] * trunk/gli/src/org/greenstone/gatherer/msm/GDMDocument.java (modified) * trunk/gli/src/org/greenstone/gatherer/msm/Metadata.java (modified) * trunk/gli/src/org/greenstone/gatherer/msm/MetadataSetManager.java (modified) Slight changes to allow [ and ] fix Thu, 16 Oct 2003 15:43:41 GMT jmt12 [5667] * trunk/gli/src/org/greenstone/gatherer/mem/MetadataEditorManager.java (modified) Changed the name field of the new Element prompt to be a ... Thu, 16 Oct 2003 15:43:00 GMT jmt12 [5666] * trunk/gli/src/org/greenstone/gatherer/gui/OptionsPane.java (modified) Rewrote code to avoid AppendLineOnlyFileDocument constructor being ... Thu, 16 Oct 2003 15:41:23 GMT jmt12 [5665] * trunk/gli/src/org/greenstone/gatherer/gui/WarningDialog.java (modified) Fixed bug where it didn't allow zero length local libary server (if ... Thu, 16 Oct 2003 15:40:21 GMT jmt12 [5664] * trunk/gli/src/org/greenstone/gatherer/gui/Preferences.java (modified) Bug in Preferences caused NPE if no port number given. Wed, 15 Oct 2003 22:49:12 GMT jmt12 [5660] * trunk/gli/src/org/greenstone/gatherer/gui/MetaEditPane.java (modified) Fixing the [ and ] problem