source: trunk/greenorg/macros/bugs.dm@ 7239

Last change on this file since 7239 was 7239, checked in by mdewsnip, 20 years ago

A new page that lists known issues with the current version of Greenstone.

  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1package bugs
2
3_content_ {
4
5_pageheading_(Issues with Greenstone v2.50)
6
7<table border="0" cellpadding="5" cellspacing="0">
8
9 _issuedescription_(
10 2.50.001,
11 <i>Greenstone Librarian Interface</i><br>The Preferences dialog box does not close when the OK button is pressed,
12 All,
13 Although the Preferences dialog box does not close when the OK button is pressed&#044; any changes to the options are still recorded. Therefore&#044; after pressing the OK or Apply button to change the options&#044; the Cancel or window close button can be pressed to exit the dialog.,
14 This has been fixed in CVS and will be available in the next patch or version of Greenstone)
15
16 _issuedescription_(
17 2.50.002,
18 <i>Greenstone Librarian Interface</i><br>Changing the Workspace tree&#039;s file filter (Gather pane) does not update the files shown in the Local Filespace tree,
19 Windows,
20 After changing the file filter&#044; closing then re-opening the Local Filespace tree will filter the files as expected,
21 This has been fixed in CVS and will be available in the next patch or version of Greenstone)
22
23 _issuedescription_(
24 2.50.003,
25 <i>Greenstone Librarian Interface</i><br>When building collections on bibliographic files (eg. MARC)&#044; classifiers cannot be created on some extracted metadata elements (eg. ex.Subject),
26 All,
27 The "Custom Arguments" field of the classifier dialog box can be used instead of the drop-down box to specify the metadata element to use (eg. "-metadata ex.Subject"),
28 This has been fixed in CVS and will be available in the next patch or version of Greenstone)
29
30 _issuedescription_(
31 2.50.004,
32 <i>Greenstone Librarian Interface</i><br>Editing a format statement&#044; clicking "Replace Format"&#044; then switching to the web browser and refreshing the page shows no change,
33 All,
34 After clicking "Replace Format"&#044; switch to the Create Pane and click the "Preview Collection" button before switching to the web browser,
35 Pending -- Clicking the "Replace Format" button should save the collect.cfg file immediately (and refresh the Local Library server&#044; if applicable)
36
37</table>
38
39}
40
41_issuedescription_ {
42
43 <tr>
44 <td valign="top" bgcolor="#B0D0B0">ID #</td>
45 <td valign="top">_1_</td>
46 </tr>
47 <tr>
48 <td valign="top" bgcolor="#B0D0B0">Description</td>
49 <td valign="top">_2_</td>
50 </tr>
51 <tr>
52 <td valign="top" bgcolor="#B0D0B0">Platform</td>
53 <td valign="top">_3_</td>
54 </tr>
55 <tr>
56 <td valign="top" bgcolor="#B0D0B0">Workaround</td>
57 <td valign="top">_4_</td>
58 </tr>
59 <tr>
60 <td valign="top" bgcolor="#B0D0B0">Fix</td>
61 <td valign="top">_5_</td>
62 </tr>
63
64 <tr>
65 <td colspan="2">&nbsp;</td>
66 </tr>
67
68}
Note: See TracBrowser for help on using the repository browser.