Commit b91d3cb2fcb09d1bfc20ae746e2326bc99337ff9
1 parent
c1295646
Changelog for 2.0.0rc6
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3207 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
86 additions
and
0 deletions
docs/ChangeLog.txt
| 1 | +Version 2.0.0rc6 (2005/01/26) | ||
| 2 | + | ||
| 3 | +Bug Fixes | ||
| 4 | +========= | ||
| 5 | +* Search permission updates fixed for MySQL < 4.0.11 | ||
| 6 | +* Documents whose creating users were deleted now still have information | ||
| 7 | + displayed | ||
| 8 | +* Updating the webmaster for a web site now works | ||
| 9 | +* Allow a metadata field named Author to display | ||
| 10 | +* Require that log files can be written to | ||
| 11 | +* Fix browsing and criteria management on some versions of PHP | ||
| 12 | + | ||
| 13 | +Other changes | ||
| 14 | +============= | ||
| 15 | +* Can set an option to not require generic metadata be filled in | ||
| 16 | + | ||
| 17 | +Detailed ChangeLog | ||
| 18 | +================== | ||
| 19 | + | ||
| 20 | + | ||
| 21 | +2005-01-26 00:47 nbm | ||
| 22 | + | ||
| 23 | + * sql/mysql/: install/tables.sql, upgrade/1.2.4-to-2.0.0.sql: | ||
| 24 | + | ||
| 25 | + Set knowledgeTreeVersion to 2.0.0rc6 for release candidate | ||
| 26 | + | ||
| 27 | +2005-01-25 05:15 nbm | ||
| 28 | + | ||
| 29 | + * config/dmsDefaults.php, | ||
| 30 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentUI.inc: | ||
| 31 | + | ||
| 32 | + Allow admins to not require that generic metadata be filled in. | ||
| 33 | + | ||
| 34 | + SF tracker: 1066841 | ||
| 35 | + Submitted by: anthrocode | ||
| 36 | + | ||
| 37 | +2005-01-25 04:49 nbm | ||
| 38 | + | ||
| 39 | + * lib/foldermanagement/Folder.inc: | ||
| 40 | + | ||
| 41 | + MySQL < 4.0.11 doesn't allow JOIN with ON - INNER JOIN is the most | ||
| 42 | + accurate description of what we want anyway. | ||
| 43 | + | ||
| 44 | +2005-01-25 04:35 nbm | ||
| 45 | + | ||
| 46 | + * presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc: | ||
| 47 | + | ||
| 48 | + Use a LEFT JOIN on the creator, as it may have been deleted. | ||
| 49 | + | ||
| 50 | + SF Tracker: 1048247 | ||
| 51 | + Submitted by: Edwin de Jong via Marcel Berteler (pluk77) | ||
| 52 | + | ||
| 53 | +2005-01-25 02:55 nbm | ||
| 54 | + | ||
| 55 | + * lib/web/WebSite.inc: | ||
| 56 | + | ||
| 57 | + Actually set the WebMasterID when called. | ||
| 58 | + | ||
| 59 | + SF tracker: 1012901 | ||
| 60 | + Submitted by: Antonello Cesare (acesare) | ||
| 61 | + | ||
| 62 | +2005-01-25 02:45 nbm | ||
| 63 | + | ||
| 64 | + * presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc: | ||
| 65 | + | ||
| 66 | + Allow an Author metadata to be displayed - it's no longer created by | ||
| 67 | + default. | ||
| 68 | + | ||
| 69 | + SF tracker: 1048279 | ||
| 70 | + Submitted by: Marcel Berteler (pluk77) | ||
| 71 | + | ||
| 72 | +2005-01-24 10:35 nbm | ||
| 73 | + | ||
| 74 | + * lib/browse/Criteria.inc: | ||
| 75 | + | ||
| 76 | + Make sure the id given is an integer. array_key_exists in some versions | ||
| 77 | + or configurations of PHP will not consider a string and an integer as | ||
| 78 | + equivalent. | ||
| 79 | + | ||
| 80 | +2005-01-24 01:58 nbm | ||
| 81 | + | ||
| 82 | + * lib/Log.inc: | ||
| 83 | + | ||
| 84 | + Require that we can write to log files before proceeding. | ||
| 85 | + | ||
| 86 | + | ||
| 1 | Version 2.0.0rc5 (2005/01/19) | 87 | Version 2.0.0rc5 (2005/01/19) |
| 2 | 88 | ||
| 3 | Bug Fixes | 89 | Bug Fixes |