Commit fc8395baa4fdab197b8b3e6b55e311d1178e61d3

Authored by michael
1 parent 7f2a3d5a

Type: Documentation

Description:		Final Changelog update


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2859 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 81 additions and 1 deletions
docs/ChangeLog.txt
1 Version 1.2.2 1 Version 1.2.2
2 -* Tue May 11 2004 Michael Joseph <michael@jamwarehouse.com> 2 +* Tue May 26 2004 Michael Joseph <michael@jamwarehouse.com>
3 3
4 Features 4 Features
5 ======== 5 ========
@@ -36,6 +36,86 @@ Many community-contributed patches (see Detailed ChangeLog) @@ -36,6 +36,86 @@ Many community-contributed patches (see Detailed ChangeLog)
36 Detailed ChangeLog 36 Detailed ChangeLog
37 ================== 37 ==================
38 38
  39 +
  40 +2004-05-10 18:11 michael
  41 +
  42 + * knowledgeTree/sql/mysql/install/tables.sql:
  43 + Type: Release preparation.
  44 + Description: Bump version number in db.
  45 +
  46 +2004-05-10 18:03 michael
  47 +
  48 + * knowledgeTree/lib/: authentication/Authenticator.inc,
  49 + authentication/DBAuthenticator.inc,
  50 + discussions/DiscussionComment.inc,
  51 + discussions/DiscussionThread.inc:
  52 + Type: Non-functional change.
  53 + Description: Removed unused error message reference.
  54 +
  55 +2004-05-10 18:00 michael
  56 +
  57 + * knowledgeTree/: presentation/login.php,
  58 + presentation/lookAndFeel/knowledgeTree/dashboardUI.inc,
  59 + presentation/lookAndFeel/knowledgeTree/documentmanagement/browseU
  60 + I.inc, lib/browse/Browser.inc:
  61 + Type: i18n implementation.
  62 + Description: Added gettext modifier to UI text.
  63 +
  64 +2004-05-10 17:59 michael
  65 +
  66 + * knowledgeTree/presentation/Html.inc:
  67 + Type: i18n Framework.
  68 + Description: Removed unused functions.
  69 + Added image localisation function.
  70 +
  71 +2004-05-10 17:57 michael
  72 +
  73 + * knowledgeTree/locale/:
  74 + Type: i18n Framework.
  75 + Description: Removed old locale implementation.
  76 +
  77 +2004-05-10 17:55 michael
  78 +
  79 + * knowledgeTree/i18n/: LanguageFunctions.inc, afr/Language.inc,
  80 + en/Language.inc:
  81 + Type: i18n Framework.
  82 + Description: Added i18n locale directory.
  83 +
  84 +2004-05-10 17:55 michael
  85 +
  86 + * knowledgeTree/docs/i18n.txt: Type:
  87 + Documentation. Description: First draft i18n doc.
  88 +
  89 +2004-05-10 17:54 michael
  90 +
  91 + * knowledgeTree/docs/CREDITS.txt:
  92 + Type: Documentation.
  93 + Description: Added credits for 3rd party modules.
  94 +
  95 +2004-05-10 17:54 michael
  96 +
  97 + * knowledgeTree/docs/ChangeLog.txt:
  98 + Type: Documentation.
  99 + Description: Added change log entries for v1.2.2
  100 +
  101 +2004-05-10 17:54 michael
  102 +
  103 + * knowledgeTree/docs/TODO.txt:
  104 + Type: Documentation.
  105 + Description: Updated logging task.
  106 +
  107 +2004-05-10 17:53 michael
  108 +
  109 + * knowledgeTree/config/environment.php:
  110 + Type: i18n Framework.
  111 + Description: Added i18n configuration.
  112 +
  113 +2004-05-10 17:51 michael
  114 +
  115 + * knowledgeTree/config/dmsDefaults.php:
  116 + Type: i18n Framework.
  117 + Description: Load and setup gettext locales.
  118 +
39 2004-04-30 17:12 michael 119 2004-04-30 17:12 michael
40 * knowledgeTree/docs/INSTALL.txt: 120 * knowledgeTree/docs/INSTALL.txt:
41 Type: Documentation 121 Type: Documentation