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

Last change on this file since 7919 was 7461, checked in by nzdl, 20 years ago

Added another GLI bug to the bugs page.

  • Property svn:keywords set to Author Date Id Revision
File size: 3.6 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 _issuedescription_(
38 2.50.005,
39 <i>The Collector</i><br>Exporting a collection is not successful&#044; even though the "export collection" package was installed,
40 All,
41 Use the Greenstone Librarian Interface instead of the Collector to export collections to CD-ROM,
42 This has been fixed in CVS and will be available in the next patch or version of Greenstone)
43
44 _issuedescription_(
45 2.50.006,
46 <i>Greenstone Librarian Interface</i><br>Choosing "ReferPlug" in the combo box at the bottom of the "Document Plugins" section of the Design pane causes the GLI to hang,
47 All,
48 Avoid choosing ReferPlug from the combo box. If you require ReferPlug to be used with your collection&#044; exit the GLI&#044; open the collection&#039;s collect.cfg file with a text editor&#044; and manually add ReferPlug to the list of plugins. Save this change&#044; and restart the GLI,
49 This has been fixed in CVS and will be available in the next patch or version of Greenstone)
50
51</table>
52
53}
54
55_issuedescription_ {
56
57 <tr>
58 <td valign="top" bgcolor="#B0D0B0">ID #</td>
59 <td valign="top">_1_</td>
60 </tr>
61 <tr>
62 <td valign="top" bgcolor="#B0D0B0">Description</td>
63 <td valign="top">_2_</td>
64 </tr>
65 <tr>
66 <td valign="top" bgcolor="#B0D0B0">Platform</td>
67 <td valign="top">_3_</td>
68 </tr>
69 <tr>
70 <td valign="top" bgcolor="#B0D0B0">Workaround</td>
71 <td valign="top">_4_</td>
72 </tr>
73 <tr>
74 <td valign="top" bgcolor="#B0D0B0">Fix</td>
75 <td valign="top">_5_</td>
76 </tr>
77
78 <tr>
79 <td colspan="2">&nbsp;</td>
80 </tr>
81
82}
Note: See TracBrowser for help on using the repository browser.