Commit 91b6592c79aa1de459f6551a66b59c5419c075e3
1 parent
4eea5878
Update ChangeLog for 2.0.0
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3219 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
76 additions
and
0 deletions
docs/ChangeLog.txt
| 1 | +Version 2.0.0 (2005/02/03) | |
| 2 | + | |
| 3 | +Bug Fixes | |
| 4 | +========= | |
| 5 | +* Fix the upgrade SQL | |
| 6 | +* Display error messages if login fails | |
| 7 | +* Fix simple search using enter | |
| 8 | +* Fix non-required generic metadata being required | |
| 9 | + | |
| 10 | +Detailed ChangeLog | |
| 11 | +================== | |
| 12 | + | |
| 13 | +2005-02-03 01:42 nbm | |
| 14 | + | |
| 15 | + * sql/mysql/: install/tables.sql, upgrade/1.2.4-to-2.0.0.sql: | |
| 16 | + | |
| 17 | + Set version in database to 2.0.0 | |
| 18 | + | |
| 19 | +2005-02-03 01:07 nbm | |
| 20 | + | |
| 21 | + * i18n/knowledgeTree.po: | |
| 22 | + | |
| 23 | + Update filenames and line numbers - no new phrases. | |
| 24 | + | |
| 25 | +2005-02-03 00:58 nbm | |
| 26 | + | |
| 27 | + * docs/INSTALL.txt: | |
| 28 | + | |
| 29 | + Point upgraders to UPGRADE.txt. | |
| 30 | + | |
| 31 | +2005-02-03 00:57 nbm | |
| 32 | + | |
| 33 | + * docs/UPGRADE.txt: | |
| 34 | + | |
| 35 | + Move upgrade instructions to a separate file, and give version-specific | |
| 36 | + upgrade instructions for KnowledgeTree 2.0.0 | |
| 37 | + | |
| 38 | +2005-02-03 00:42 nbm | |
| 39 | + | |
| 40 | + * sql/mysql/upgrade/1.2.4-to-2.0.0.sql: | |
| 41 | + | |
| 42 | + Add semi-colon to last statement. | |
| 43 | + | |
| 44 | +2005-01-27 07:55 nbm | |
| 45 | + | |
| 46 | + * sql/mysql/upgrade/1.2.4-to-2.0.0.sql: | |
| 47 | + | |
| 48 | + Fix SQL error in upgrade script. | |
| 49 | + | |
| 50 | + SF Tracker: 1109984 | |
| 51 | + Submitted by: montis | |
| 52 | + | |
| 53 | +2005-01-27 02:22 nbm | |
| 54 | + | |
| 55 | + * presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc: | |
| 56 | + | |
| 57 | + Display the document ID. | |
| 58 | + | |
| 59 | +2005-01-27 02:18 nbm | |
| 60 | + | |
| 61 | + * lib/visualpatterns/NavBar.inc: | |
| 62 | + | |
| 63 | + Return false, cancelling keypress, if the search string is empty. | |
| 64 | + | |
| 65 | +2005-01-27 01:19 nbm | |
| 66 | + | |
| 67 | + * presentation/login.php: | |
| 68 | + | |
| 69 | + Grab errorMessage from the request parameters. | |
| 70 | + | |
| 71 | +2005-01-27 01:18 nbm | |
| 72 | + | |
| 73 | + * presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentUI.inc: | |
| 74 | + | |
| 75 | + Don't set the generic metadata as required despite the config option. | |
| 76 | + | |
| 1 | 77 | Version 2.0.0rc6 (2005/01/26) |
| 2 | 78 | |
| 3 | 79 | Bug Fixes | ... | ... |