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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @9846   19 years mdewsnip Removed an unnecessary import and changed the copyright year.
(edit) @9701   19 years mdewsnip Prevented the "Could not understand gsdlsourcefilename" warning for …
(edit) @9551   19 years mdewsnip Added some comments to show the differences between the different …
(edit) @9525   19 years mdewsnip Fixed a bug where you couldn't assign or remove metadata from files …
(edit) @9524   19 years mdewsnip Fixed a silly bug where you couldn't assign the same value to multiple …
(edit) @9350   19 years mdewsnip Changed WarningDialog to take the dialog title and message as …
(edit) @9211   19 years mdewsnip A couple of minor changes.
(edit) @9201   19 years mdewsnip Changed NewCollectionMetadataPrompt to use CheckList rather than a lot …
(edit) @9131   19 years mdewsnip Removed all hfile writing from the GLI -- users should now be using …
(edit) @9102   19 years kjdon changed one of the MetadataImportMappingPrompt strings
(edit) @9024   19 years mdewsnip Added toString() function to MetadataSet so multiple renderers are not …
(edit) @9023   19 years mdewsnip Fixed a bug in my recent new code.
(edit) @9015   19 years mdewsnip Updated my recent changes to getDisplayName() to be more robust with …
(edit) @8996   19 years mdewsnip Added code for dealing with hierarchical metadata sets. Merely reduces …
(edit) @8990   19 years mdewsnip Now caches the metadata mapping so subsequent reads don't require …
(edit) @8783   19 years mdewsnip Big tidy up of the workspace and collection trees (Gather/Enrich
(edit) @8711   19 years mdewsnip Prevented assigning the same piece of metadata to metadata.xml files …
(edit) @8669   19 years mdewsnip Prevented a null pointer exception where extracted metadata contains a …
(edit) @8667   19 years mdewsnip Removed a null pointer exception when trying to get the metadata …
(edit) @8655   19 years mdewsnip Missed a couple of cases for escaping and unescaping square brackets …
(edit) @8606   19 years mdewsnip Made just one WarningDialog constructor.
(edit) @8554   19 years mdewsnip Ooops... added the "Filename" column back into the MetadataAuditTable :-)
(edit) @8433   20 years mdewsnip Now escapes '(', ')', ',', '{', '}' in file paths when converting …
(edit) @8432   20 years mdewsnip Fixed the problem where filtering empty values causes NPEs, and now …
(edit) @8372   20 years mdewsnip Changed a warning statement to go to the DebugStream.
(edit) @8371   20 years mdewsnip Added some code for ignoring legacy "hidden" metadata.
(edit) @8368   20 years mdewsnip Specifically don't load the legacy hidden metadata set.
(edit) @8342   20 years mdewsnip Made a couple of debug statements go to DebugStream instead of System.err.
(edit) @8267   20 years mdewsnip Added a .mds file filter class for creating file filters for metadata sets.
(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) @8216   20 years mdewsnip Fixed a bug with mapping already-namespaced metadata elements.
(edit) @8204   20 years mdewsnip Rewrote getMetadataExtractedFromFile() to read the doc.xml files line …
(edit) @8168   20 years mdewsnip Added a function needed by gui/metaaudit/HeaderListener.java.
(edit) @8165   20 years mdewsnip Removed some debug statements and made others go to the debug stream.
(edit) @8164   20 years mdewsnip Added headers at the top of each file.
(edit) @8163   20 years mdewsnip Minor tidy up.
(edit) @8160   20 years mdewsnip A few new functions for dealing with metadata element display names …
(edit) @8150   20 years mdewsnip Added code to completely ignore bibliographic data.
(edit) @8149   20 years mdewsnip Added some null pointer checks.
(edit) @8144   20 years mdewsnip New function for clearing the loaded profile.xml file when a …
(edit) @8143   20 years mdewsnip Fixed code for converting between Windows and Unix file paths.
(edit) @8142   20 years mdewsnip Added some comments for the skimFile functions.
(edit) @8141   20 years mdewsnip Now can add elements to metadata sets when importing non-namespaced …
(edit) @8140   20 years mdewsnip One of the last pieces of new metadata code: support for importing …
(edit) @8137   20 years mdewsnip Even more improvements to the new metadata code.
(edit) @8136   20 years mdewsnip Added a function to return a HashMap of the metadata importing …
(edit) @8135   20 years mdewsnip Improvements to the new metadata code, this time for handling DLS-type …
(edit) @8134   20 years mdewsnip A couple of minor changes to the new metadata code.
(edit) @8131   20 years mdewsnip More improvements to the new metadata code, including …
(edit) @8129   20 years mdewsnip Changed two functions to return a clone of the important list of each …
(edit) @8128   20 years mdewsnip More work on opening legacy collections and dealing with …
(edit) @8127   20 years mdewsnip A bit more new metadata code, this time for importing legacy metadata.
(edit) @8126   20 years mdewsnip Fix a bug where the Enrich pane value tree wasn't being updated …
(edit) @8125   20 years mdewsnip A few more improvements and bug fixes to the new metadata code.
(edit) @8124   20 years mdewsnip Added special code for escaping square bracket characters in metadata.
(edit) @8123   20 years mdewsnip More improvements to the new metadata code, including hfile writing.
(edit) @8122   20 years mdewsnip Further improvements and bug fixes to the new metadata code.
(edit) @8120   20 years mdewsnip More improvements to the new metadata code.
(edit) @8037   20 years mdewsnip More additions to the new metadata code; now the …
(edit) @8023   20 years mdewsnip More new metadata code: metadata elements now have definitions and …
(edit) @8021   20 years mdewsnip Has the format of gsdlsourcefilename suddenly changed?
(edit) @8013   20 years mdewsnip More new code, this time for the MetadataAuditTable.
(edit) @7978   20 years mdewsnip Fixed code indenting.
(edit) @7827   20 years mdewsnip More of the new metadata code.
(add) @7822   20 years mdewsnip All this new code just lying around makes me nervous, so I'm …
Note: See TracRevisionLog for help on using the revision log.