Commit 37966c77a137b2bfde3f4621430a979c960ffa39
1 parent
17936843
Changelog for version 2.0.4
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3294 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
171 additions
and
0 deletions
docs/ChangeLog.txt
| 1 | +Version 2.0.4 (2005/05/24) | |
| 2 | + | |
| 3 | +New Features | |
| 4 | +============ | |
| 5 | +- Add a "filter by" to the group list | |
| 6 | +- Allow units to have their home folders anywhere in the hierarchy | |
| 7 | +- Preliminary support for PHP5 | |
| 8 | + | |
| 9 | +Bug Fixes | |
| 10 | +========= | |
| 11 | +- Fix browsing with Lynx | |
| 12 | +- Provide meaningful email notification subject | |
| 13 | +- Rejecting approval now resets owner to previous step | |
| 14 | +- Use IN BOOLEAN MODE for searches, which doesn't require certain volumes for searches to work | |
| 15 | +- Fix folder subscription notification | |
| 16 | +- Allow multiple document fields to be used in advanced search | |
| 17 | + | |
| 18 | +Detailed ChangeLog | |
| 19 | +================== | |
| 20 | + | |
| 21 | +2005-05-24 14:40 nbm | |
| 22 | + | |
| 23 | + * docs/VERSION.txt: | |
| 24 | + | |
| 25 | + Version 2.0.4 going live | |
| 26 | + | |
| 27 | +2005-05-24 14:40 nbm | |
| 28 | + | |
| 29 | + * docs/UPGRADE.txt: | |
| 30 | + | |
| 31 | + Note that database upgrades don't happen with _every_ release. | |
| 32 | + | |
| 33 | +2005-05-24 14:32 nbm | |
| 34 | + | |
| 35 | + * Documents/.htaccess: | |
| 36 | + | |
| 37 | + Disable any further overrides in this path (prevents .htaccess files | |
| 38 | + from being uploaded and potentially changing these settings) | |
| 39 | + | |
| 40 | +2005-05-24 14:30 nbm | |
| 41 | + | |
| 42 | + * log/.cvsignore: | |
| 43 | + | |
| 44 | + Ignore log files in CVS operations | |
| 45 | + | |
| 46 | +2005-05-24 14:25 nbm | |
| 47 | + | |
| 48 | + * lib/browse/Criteria.inc: | |
| 49 | + | |
| 50 | + Restrict document field value search to the document field id being | |
| 51 | + requested. Otherwise _any_ of the document fields' values would be | |
| 52 | + acceptable. | |
| 53 | + | |
| 54 | +2005-05-24 13:51 nbm | |
| 55 | + | |
| 56 | + * presentation/lookAndFeel/knowledgeTree/search/advancedSearchBL.php: | |
| 57 | + | |
| 58 | + Deal with searches criteria potentially adding joins to the advanced | |
| 59 | + search query. | |
| 60 | + | |
| 61 | +2005-05-24 13:49 nbm | |
| 62 | + | |
| 63 | + * lib/browse/Criteria.inc: | |
| 64 | + | |
| 65 | + Add searchJoinSQL method, which adds joins to the advanced search query. | |
| 66 | + | |
| 67 | + Also differentiate joins and searches for each metadata criterion | |
| 68 | + involved in the search, so one can search for more than one metadata | |
| 69 | + criterion at a time. | |
| 70 | + | |
| 71 | +2005-05-24 13:31 nbm | |
| 72 | + | |
| 73 | + * lib/browse/Browser.inc: | |
| 74 | + | |
| 75 | + Default aOptions attribute to an empty array. | |
| 76 | + | |
| 77 | +2005-05-24 13:28 nbm | |
| 78 | + | |
| 79 | + * lib/database/dbcompat.inc: | |
| 80 | + | |
| 81 | + Only try assign autofree to resultsets. | |
| 82 | + | |
| 83 | +2005-05-24 13:27 nbm | |
| 84 | + | |
| 85 | + * config/dmsDefaults.php: | |
| 86 | + | |
| 87 | + Use KTInit as an object rather than a utility class. | |
| 88 | + | |
| 89 | +2005-05-21 12:42 nbm | |
| 90 | + | |
| 91 | + * presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentBL.php: | |
| 92 | + | |
| 93 | + Fix folder subscription notification; folder subscriptions were run | |
| 94 | + using the external ID from the document, not the folder. | |
| 95 | + | |
| 96 | + Submitted by: Ken Smith (cscribe) | |
| 97 | + SF Tracker: 1189656 | |
| 98 | + | |
| 99 | +2005-05-20 16:45 nbm | |
| 100 | + | |
| 101 | + * presentation/lookAndFeel/knowledgeTree/search/standardSearchUI.inc: | |
| 102 | + | |
| 103 | + Use IN BOOLEAN MODE for the search, allowing us to overcome some issues | |
| 104 | + on low document volumes for searching. | |
| 105 | + | |
| 106 | +2005-05-20 13:53 nbm | |
| 107 | + | |
| 108 | + * lib/unitmanagement/Unit.inc, | |
| 109 | + presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitBL.php, | |
| 110 | + presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitUI.inc, | |
| 111 | + presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/listUnitsUI.inc: | |
| 112 | + | |
| 113 | + Allow Units to be created with their homes anywhere in the folder | |
| 114 | + hierarchy. | |
| 115 | + | |
| 116 | + Submitted by: Stefano Ciancio (sciancio) | |
| 117 | + SF Tracker: 1182024 | |
| 118 | + | |
| 119 | +2005-05-20 13:22 nbm | |
| 120 | + | |
| 121 | + * presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/: | |
| 122 | + listGroupsBL.php, listGroupsUI.inc: | |
| 123 | + | |
| 124 | + Add a "filter by" to the group list. | |
| 125 | + | |
| 126 | + Submitted by: Stefano Ciancio (sciancio) | |
| 127 | + SF Tracker: 1119211 | |
| 128 | + | |
| 129 | +2005-05-20 13:13 nbm | |
| 130 | + | |
| 131 | + * lib/security/Permission.inc, | |
| 132 | + presentation/lookAndFeel/knowledgeTree/search/advancedSearchBL.php, | |
| 133 | + presentation/lookAndFeel/knowledgeTree/search/advancedSearchUI.inc, | |
| 134 | + presentation/lookAndFeel/knowledgeTree/search/standardSearchUI.inc: | |
| 135 | + | |
| 136 | + Save table size by checking public folders at search-time, rather than | |
| 137 | + table-generation time. | |
| 138 | + | |
| 139 | + Submitted by: Stefano Ciancio (sciancio) | |
| 140 | + SF Tracker: 1199729 | |
| 141 | + | |
| 142 | +2005-05-18 15:06 nbm | |
| 143 | + | |
| 144 | + * presentation/login.php: | |
| 145 | + | |
| 146 | + Fix lynx browsing by fixing unclosed tag | |
| 147 | + | |
| 148 | + Submitted by: zkrih | |
| 149 | + SF Tracker: 1202485 | |
| 150 | + | |
| 151 | +2005-05-18 15:02 nbm | |
| 152 | + | |
| 153 | + * presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php: | |
| 154 | + | |
| 155 | + Fix email subject line. | |
| 156 | + | |
| 157 | + SF Tracker: 1204328 | |
| 158 | + Submitted by: anthrocode | |
| 159 | + | |
| 160 | +2005-05-18 14:56 nbm | |
| 161 | + | |
| 162 | + * lib/documentmanagement/DocumentCollaboration.inc: | |
| 163 | + | |
| 164 | + Previously, rejecting documents didn't re-assign ownership to the | |
| 165 | + previous person in the routing. This change fixes a typo that caused | |
| 166 | + this. | |
| 167 | + | |
| 168 | + SF Tracker: 1183752 | |
| 169 | + Submitted by: fmasselink | |
| 170 | + Tested by: Paul Gier (gier21) | |
| 171 | + | |
| 1 | 172 | Version 2.0.3 (2005/05/13) |
| 2 | 173 | |
| 3 | 174 | New Features | ... | ... |