Changeset 5818 for trunk


Ignore:
Timestamp:
2003-11-11T11:22:43+13:00 (20 years ago)
Author:
kjdon
Message:

added some more bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/buglist/status.txt

    r5786 r5818  
    20552055Fix
    20562056
     2057203F321
     2058Opening a non-gatherer collection. Need to add in the option for the user to create a new metadata set and have all the metadata elements added automatically to that. Currently the only option is to select a metadata set and get prompted for merge/add.
     2059NZDL
     2060All
     2061NA
     2062Pending
     2063There is code there to get the prompt and create the new metadata set, but then the user still gets prompted for merge/add. Need to make it so all the elements get added automatically.
     2064
     2065203B322
     2066Reading in collection config files. There are currently two CollectionConfiguration classes, one in collection, one in cdm. The one in collection is much simpler, only reads in collect.cfg files, and stores some strings - creator, name,description etc. The one in cdm parses the whole file into XML.
     2067NZDL
     2068All
     2069NA
     2070Pending
     2071Make it so they all use the cdm version. Need to check that it doesn't run too slowly.
     2072
     2073203B323
     2074Handling non-language-qualified collectionmeta. The GLI reads in coll meta and assigns it as English metadata if it has no language. This is bad cos its not necessarily English if its a non-gatherer collection. Have changed it so that it always writes out a lang bit for all metadata (previously, if it was English and the first one, then it left it off.) So you cant create no-lang collmeta. However I think that it would be useful. So need to think about how to do it. Thought about having a default language that you can translate into - Ian thought this was too confusing.
     2075NZDL
     2076All
     2077NA
     2078Pending
     2079See above. 
Note: See TracChangeset for help on using the changeset viewer.