Commit a42e566e0a2ff059be957feff22ef3d70ee3f6c7

Authored by michaeljoseph
1 parent c9875309

Updated.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2911 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 26 additions and 1 deletions
docs/ChangeLog.txt
  1 +Version 1.2.3 (release.date)
  2 +
  3 +Features
  4 +========
  5 +* Users can now reset their own password via the Preferences section (William Hawkins)
  6 +* Improved database by:
  7 + - adding indexes on all important foreign key fields
  8 + - changing CHAR fields to VARCHAR to save space
  9 +* Added support for multiple unit administration (Group and User Management)s
  10 +* TODO:Installation improved- removed all spurious E_NOTICES caused by inconsistent variable initialisation and usage (#989328)
  11 +* TODO:Added additional LDAP configuration to add support for Novell NDIS 6.0 as an auth server (Hendrik Lachmann via #996172)
  12 +
  13 +Bug Fixes
  14 +=========
  15 +#987152: i18n- Incorrect usage of LC_MESSAGES as the locale, changed to LC_ALL.
  16 +#986627: Email Link- Overzealous input sanitisation broke the ability to email a document link.
  17 +#986726: Problems when changing unit name: the rename operation was renaming the folder to the old folder name (Paul Gier)
  18 +
  19 +TODO:
  20 +#999478: Apostrophe handling in all character fields
  21 +
  22 +#987156: Security: Lack of access control and validation in generic store.php/create.php scripts.
  23 +#989526: Document metadata SQL bug
  24 +#989622: Discussion comment SQL bug
  25 +
  26 +
1 27 Version 1.2.2
2 28 * Tue May 26 2004 Michael Joseph <michael@jamwarehouse.com>
3 29  
... ... @@ -36,7 +62,6 @@ Many community-contributed patches (see Detailed ChangeLog)
36 62 Detailed ChangeLog
37 63 ==================
38 64  
39   -
40 65 2004-05-10 18:11 michael
41 66  
42 67 * knowledgeTree/sql/mysql/install/tables.sql:
... ...