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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13586   17 years mdewsnip Added a static getLoadedCollectionName() function into …
(edit) @13577   17 years mdewsnip Sped up repeated operations on the same metadata.xml file by keeping …
(edit) @13398   17 years kjdon new warningdialog now takes a string for the title rather than a …
(edit) @13337   17 years mdewsnip Now catches any exceptions thrown in DocXMLFile.skimFile() so errors …
(edit) @13278   17 years mdewsnip Considered trying to disable the value trees for faster loading, but …
(edit) @12735   18 years mdewsnip The GLI now correctly loads metadata from exploded metadata databases …
(edit) @12713   18 years mdewsnip Fix for null pointer exception in some cases when editing metadata …
(edit) @12672   18 years kjdon the default attribute with an elements display name is now label, used …
(edit) @12147   18 years kjdon added an equals method which compares the strings rather than the objects
(edit) @12146   18 years kjdon added a static string for exp namespace
(edit) @12042   18 years mdewsnip (FindBugs) Set serialVersionUID for some Serializable objects.
(edit) @12041   18 years mdewsnip (FindBugs) Fixed some places where a file stream wasn't being closed.
(edit) @12040   18 years mdewsnip (FindBugs) Fixed a couple of places where "catch Exception" was used.
(edit) @12039   18 years mdewsnip (FindBugs) Removed an unused variable.
(edit) @11439   18 years mdewsnip Now removes empty FileSet elements when all the metadata from a …
(edit) @11415   18 years kjdon srclink, srcicon etc should be displayed in Format variables. but they …
(edit) @11404   18 years mdewsnip Fixed a bug in the new "not one file only" metadata stuff.
(edit) @11301   18 years mdewsnip Now detects and prevents you from editing metadata in metadata.xml …
(edit) @11240   18 years mdewsnip Huge speed improvement when namespacing metadata.xml files -- why is …
(edit) @11129   18 years mdewsnip Changed an error message to a note, since it wasn't actually an error.
(edit) @11027   18 years kjdon check for null metadata_element_element before doing get attribute, line 54
(edit) @10971   18 years kjdon metadata elements can now have predefined values, defined in the …
(edit) @10690   19 years mdewsnip Replaced a silly and slow (especially with Java 1.5) way of finding …
(edit) @10612   19 years kjdon if the 'you are about to assign folder level metadata' dialog has been …
(edit) @10547   19 years mdewsnip Now uploads all the modified metadata.xml files when the EnrichPane
(edit) @10519   19 years mdewsnip Exceptions now handled through DebugStream, as they all should be.
(edit) @10511   19 years mdewsnip Changed the names of some functions in RemoteGreenstoneServer and made …
(edit) @10487   19 years mdewsnip Changed output statement to be a debug statement.
(edit) @10480   19 years mdewsnip Minor efficiency improvements.
(edit) @10479   19 years mdewsnip Changed MetadataXMLFile.addMetadata and MetadataXMLFile.removeMetadata …
(edit) @10392   19 years mdewsnip Now uploads the modified metadata.xml files to the server when …
(edit) @10346   19 years mdewsnip Saved a few lines.
(edit) @10167   19 years mdewsnip Fixed a bug where folder-level metadata would be shown on any folder …
(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   19 years mdewsnip Now escapes '(', ')', ',', '{', '}' in file paths when converting …
(edit) @8432   19 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.
Note: See TracRevisionLog for help on using the revision log.