Changeset 6529 for trunk/gli


Ignore:
Timestamp:
2004-01-16T15:47:56+13:00 (20 years ago)
Author:
jmt12
Message:

All bugs completed. Wahoo.

File:
1 edited

Legend:

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

    r6393 r6529  
    236236Linux, Win98, WinXP
    237237NA
    238 Pending
    239 OK
     238Pending -- <strong>High priority</strong>
     239OK<br>Unix systems (Linux, Mac) are done. Windows systems are a bit harder as user.home isn't always set to something reasonable.
    240240
    241241203B031
     
    692692Win2000
    6936934e3
    694 Pending
    695 Should work. See 203B074 - UNICode compliance<br>Values for metadata are unicode compliant. Difficulty occurs when metadata names are unicode as Greenstone build scripts fail to correctly match such metadata to the requested classifiers. Investigate ways to correctly match unicode metadata names.<br>While the import script appears to work fine, the build process (presumably somewhere in mg_passes) is not finding any metadata for unicode character metadata names
     694Fixed
     695Should work. See 203B074 - UNICode compliance<br>Values for metadata are unicode compliant. Difficulty occurs when metadata names are unicode as Greenstone build scripts fail to correctly match such metadata to the requested classifiers. Investigate ways to correctly match unicode metadata names.<br>While the import script appears to work fine, the build process (presumably somewhere in mg_passes) is not finding any metadata for unicode character metadata names<br>The problemw as more to do with the fact that GLI was outputing the unicode character in two subtlely different encodings (which wasn't apparent under the text editor I was using). Now the metadata.xml and collect.cfg use UTF-8 encoding and it all works.
    696696
    697697203B087
     
    10121012All
    10131013NA
    1014 Pending -- <strong>High priority</strong>
    1015 Implement complete G2.39 support
     1014Fixed
     1015Implement complete G2.39 support<br>G2.39 files are now properly read in (or at least well formed ones are) and are immediately converted to G2.4 standard for simplicity.
    10161016
    10171017203B127
     
    19561956Mac
    19571957NA
    1958 Pending
    1959 This graphical problem is a real bummer. Try shifting the changing of the cards into a SwingWorker thread
     1958Fixed
     1959This graphical problem is a real bummer. Try shifting the changing of the cards into a SwingWorker thread<br>Moved the part combobox onto the editor card pane, which is a far better solution than the previous adding and removing of the component.
    19601960
    19611961203B246
     
    19641964Mac
    19651965NA
    1966 Pending
    1967 Talk to John M about this and rewrite the script as necessary
     1966Fixed
     1967Talk to John M about this and rewrite the script as necessary<br>Ian and Michael have fixed this by simply adding a test to determine if MANPATH is previously set.
    19681968
    19691969203B300
     
    20682068All
    20692069NA
    2070 Pending
     2070Fixed
    20712071Partitions generate more indexes, but my current system doesn't correctly calculate how many indexes are going to be built (indexes * partitions * languages)<br>The mentioned fix has been implemented, but the Phind fix is on hold until I find out how we are going to handle multilingual import and build scripts (whereapon the sentinel values I'm looking for are going to be gone)<br>Progress tracking has now been rewritten and is accurate in regards to partitions and the Phind plugin (although detail has been decreased a little due to complexity of time taken to calculate tiny progress changes).
    20722072
     
    20922092All
    20932093NA
    2094 Pending
    2095 Supress the file not found errors
     2094Fixed
     2095Supress the file not found errors<br>GLI now acts more predictably when it encounters a collection it doesn't have permission to write to. Although it would be nice to allow a user to open it in a read-only mode, then let them 'save as' to a new collection, the 'Save As' method is current disabled. Instead a warning message informs the user the problem is file permissions, and the collection doesn't load at all.
    20962096
    20972097203B316
     
    21002100All
    21012101NA
    2102 Pending
    2103 I'm actually not all that excited about the FNFException being thrown in the first place, but regardless ensure that process reacts appropriately
     2102Fixed
     2103I'm actually not all that excited about the FNFException being thrown in the first place, but regardless ensure that process reacts appropriately<br>I've just had a further think about this and I think this is alright as it is.
    21042104
    21052105203B317
     
    21562156All
    21572157NA
    2158 Pending
    2159 See above. 
     2158Fixed
     2159See above.<br>I have no idea what that cryptic comment means, but the problem has been fixed anyway. Current non-language-qualified metadata is defaulted to be in the language the interface is currently displaying. 
    21602160
    21612161203B324
     
    21722172All
    21732173NA
    2174 Pending
    2175 Work out why these two are different and fix.
     2174Fixed
     2175Work out why these two are different and fix.<br>Extended GREENSTONE_TO_DOM codec to account for speech marks and apostrophies that hadn't yet been escaped, let alone converted to be DOM safe.
    21762176
    21772177203B326
     
    22042204All
    22052205NA
    2206 Pending
    2207 Ensure new collection message propagated to all visual components
     2206Nothing To Do
     2207Ensure new collection message propagated to all visual components<br>Although I've also had this problem once in the past, I can't seem to repeat it now. So unless someone can predictably repeat it there isn't much I can do.
    22082208
    22092209203B330
     
    22282228All
    22292229NA
    2230 Pending
    2231 Despite some people thinking it wouldn't be much use, I'll add this back in as it is needed for legacy support
     2230Fixed
     2231Despite some people thinking it wouldn't be much use, I'll add this back in as it is needed for legacy support<br>It's back in. I wonder if we shouldn't consider making these multilingual - however that would require significant changes to various scripts.
    22322232
    22332233203B334
     
    22442244All
    22452245NA
    2246 Pending
    2247 Add in this as the default behaviour
     2246Fixed
     2247Add in this as the default behaviour<br>Document level is now there by default. In fact its added if there are no current levels, if its the only level you can't remove it, and if you do somehow manage to remove it it gets added back straight away.
    22482248
    22492249203B336
     
    22762276All
    22772277NA
    2278 Pending
    2279 Implement suggestion
     2278Fixed
     2279Implement suggestion<br>The first time you try to preview a collection GLI will ask you to enter the command used to launch the preview browser using a derivative of the FileAssociationDialog. However from then on you change the launching command via the Preferences->Connection view. The command itself is stored in the GLI's configuration file.
    22802280
    22812281203F340
     
    22922292All
    22932293NA
    2294 Pending
    2295 Add another flag created for each file copy action, which records if the user has already seen and dismissed the WarningDialog.
     2294Fixed
     2295Add another flag created for each file copy action, which records if the user has already seen and dismissed the WarningDialog.<br>You are now only warned once for each independant file action.
    22962296
    22972297203A342
     
    23002300All
    23012301NA
    2302 Pending
     2302Fixed
    23032303Subclass WarningDialog and replace 'warning' strings with 'message'. This may also require a change to the terminology in the prefences dialog to ensure people know where to look to find the hide/unhide for this dialog
    23042304
    2305 203A343
     2305203F343
    23062306On the general design pane can we show a preview thumbnail of the icons, rather than a cryptic path with doesn't mean much to anyone?
    23072307NZDL
     
    23092309NA
    23102310Pending
    2311 Dig out the thumbnailing code present in Hermes (GLI 0.1), and use thumbnail images rather than path. Will require a little shuffle around of components
     2311Dig out the thumbnailing code present in Hermes (GLI 0.1), and use thumbnail images rather than path. Will require a little shuffle around of components<br>This is on hold until the strings come back from translation so I can see if its possible to chop "URL to" off the front of them.
    23122312
    23132313203F344
     
    23802380All
    23812381NA
    2382 Pending
    2383 Unregistering code needed - previously not necessary as all other 'temporary' components didn't need to be live in the case of a dictionary change. Preferences however - but design - is always active when the dictionary changes.
     2382Fixed
     2383Unregistering code needed - previously not necessary as all other 'temporary' components didn't need to be live in the case of a dictionary change. Preferences however - but design - is always active when the dictionary changes.<br>Put the unregistering code back in.
    23842384
    23852385203B353
     
    23982398Pending
    23992399This of course was the reason I rewrote the entire CDM to use a DOM as its model. My previous data model caused all non-recognized commands in the config - including comments - to be pushed to the bottom of the collect.cfg gli wrote out. Now that the DOM is in place a free editor shouldn't be too dificult - simply use a list proxied onto the DOM and treat adding/removing a list entry as adding/removing a node in the tree.
     2400
     2401203F355
     2402Extend the dls.mds to be multilingual.
     2403NZDL
     2404All
     2405NA
     2406Pending -- <strong>High priority</strong>
     2407Download as many translations as I can from dublincore.org
Note: See TracChangeset for help on using the changeset viewer.