Commit aa08400d3988b500fe114578fc7910655f8ebae2

Authored by nbm
1 parent 18c0d601

ChangeLog for 2.0.5


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3324 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 225 additions and 0 deletions
docs/ChangeLog.txt
  1 +Verison 2.0.5 (2005/06/04)
  2 +
  3 +New Features
  4 +============
  5 +- Detect if cookies are available
  6 +- Give accurate upload error messages
  7 +- Support 'default.htm' as well as 'index.html' for some web servers
  8 +
  9 +Bug Fixes
  10 +=========
  11 +- Don't set boolean SQL values to integers
  12 +- Don't allow the Name column to be removed from the browser
  13 +- Give an error message if a non-existent folderId is given from the browser
  14 +- Fix sending of documents via email
  15 +
  16 +Ongoing developments
  17 +====================
  18 +- Add very preliminary support for PostgreSQL (not yet usable)
  19 +
  20 +Detailed ChangeLog
  21 +==================
  22 +
  23 +2005-06-04 03:41 nbm
  24 +
  25 + * docs/VERSION.txt:
  26 +
  27 + Version 2.0.5 coming up.
  28 +
  29 +2005-06-04 03:11 nbm
  30 +
  31 + * lib/: security/Permission.inc, session/SiteMap.inc:
  32 +
  33 + Don't set boolean values directly (to integers), use the abstraction
  34 + layer.
  35 +
  36 +2005-06-04 02:54 nbm
  37 +
  38 + * lib/database/dbcompat.inc:
  39 +
  40 + Remove last vestiges of last_insert_id.
  41 +
  42 +2005-06-04 02:53 nbm
  43 +
  44 +
  45 + * lib/documentmanagement/Document.inc:
  46 +
  47 + Don't set boolean SQL values to '1' directly, use abstraction layer
  48 + instead.
  49 +
  50 +2005-06-04 02:44 nbm
  51 +
  52 + * config/dmsDefaults.php:
  53 +
  54 + Trim the version from docs/VERSION.txt
  55 +
  56 +2005-06-02 08:11 nbm
  57 +
  58 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/bulkUploadBL.php:
  59 +
  60 + Put proper error messages into the Bulk Upload system.
  61 +
  62 + Submitted by: aledain
  63 + SF Tracker: 1118334
  64 +
  65 +2005-05-31 01:21 nbm
  66 +
  67 + * default.htm, setup/default.htm:
  68 +
  69 + Add default.htm files for IIS to use.
  70 +
  71 +2005-05-31 01:19 nbm
  72 +
  73 + * i18n/knowledgeTree.po:
  74 +
  75 + Updated i18n template file
  76 +
  77 + Submitted by: Yunus KALDIRIM (colderthanice)
  78 + SF Tracker: 1208535
  79 +
  80 +2005-05-28 04:43 nbm
  81 +
  82 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentBL.php:
  83 +
  84 + Handle the case where file_uploads are disabled in PHP as well.
  85 +
  86 +2005-05-28 04:30 nbm
  87 +
  88 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/:
  89 + addDocumentBL.php, addDocumentUI.inc:
  90 +
  91 + Give better error messages when uploads fail - detect if post_max_size
  92 + or upload_max_filesize have been violated.
  93 +
  94 +2005-05-28 03:14 nbm
  95 +
  96 + * presentation/login.php:
  97 +
  98 + Detect if cookies are enabled at login-time. If not, print a message
  99 + explaining what is wrong.
  100 +
  101 + Submitted by: zkrih
  102 + SF Tracker: 1202501
  103 +
  104 +2005-05-28 02:46 nbm
  105 +
  106 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php:
  107 +
  108 + Fix typo oSendingUserName -> oSendingUser
  109 +
  110 + Submitted by: olivierde
  111 + SF tracker: 1210188
  112 +
  113 +2005-05-27 06:01 nbm
  114 +
  115 + * presentation/lookAndFeel/knowledgeTree/administration/usermanagement/listUsersUI.inc:
  116 +
  117 + PostgreSQL likes to return lower-case column names.
  118 +
  119 +2005-05-27 05:59 nbm
  120 +
  121 + * presentation/lookAndFeel/knowledgeTree/administration/usermanagement/listUsersUI.inc:
  122 +
  123 + Database portability fixes
  124 +
  125 +2005-05-26 06:43 nbm
  126 +
  127 + * presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php,
  128 + lib/browse/FolderBrowser.inc:
  129 +
  130 + Give an error message if a non-existent folderId is given.
  131 +
  132 + Submitted by: Nicolas Quienot (nquienot)
  133 + SF Tracker: 1119196
  134 +
  135 +2005-05-26 06:05 nbm
  136 +
  137 + * presentation/lookAndFeel/knowledgeTree/administration/browsemanagement/editBrowserBL.php:
  138 +
  139 + Don't allow the Name column to be removed from the browser.
  140 +
  141 + Submitted by: 1119191
  142 + SF Tracker: Nicolas Quienot (nquienot)
  143 +
  144 +2005-05-26 03:43 nbm
  145 +
  146 + * presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserUI.inc:
  147 +
  148 + Use either mail or principalUser, as either could be there.
  149 +
  150 + SF Tracker: 996172
  151 + Submitted by: peckman10
  152 +
  153 +2005-05-25 14:23 nbm
  154 +
  155 + * sql/pgsql/install/README:
  156 +
  157 + Add some starting steps for using PostgreSQL.
  158 +
  159 +2005-05-25 14:22 nbm
  160 +
  161 + * sql/pgsql/install/functions.sql:
  162 +
  163 + Functions used by the KnowledgeTree for SQL (MySQL compatibility of
  164 + sorts).
  165 +
  166 +2005-05-25 14:13 nbm
  167 +
  168 + * lib/documentmanagement/Document.inc,
  169 + lib/documentmanagement/DocumentCollaboration.inc,
  170 + lib/foldermanagement/Folder.inc, lib/security/Permission.inc,
  171 + presentation/lookAndFeel/knowledgeTree/administration/doctypemanagement/editDocTypeFieldsUI.inc,
  172 + presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentUI.inc:
  173 +
  174 + Make PEAR DB decide on whether the backend wants TRUE or 1 for booleans.
  175 +
  176 +2005-05-25 13:57 nbm
  177 +
  178 + * lib/subscriptions/SubscriptionManager.inc,
  179 + presentation/lookAndFeel/knowledgeTree/dashboardUI.inc:
  180 +
  181 + Make PEAR DB decide whether the backend wants TRUE or 1 for boolean fields.
  182 +
  183 +2005-05-25 13:55 nbm
  184 +
  185 + * sql/pgsql/install/tables.sql:
  186 +
  187 + Use boolean types for boolean values, since we have the type available.
  188 +
  189 +2005-05-25 13:55 nbm
  190 +
  191 + * lib/session/Session.inc:
  192 +
  193 + Trim the IP from the database, as some databases will return the full
  194 + size of the CHAR(30).
  195 +
  196 +2005-05-25 13:54 nbm
  197 +
  198 + * lib/security/Permission.inc:
  199 +
  200 + Make PEAR DB decide on whether my backend database wants TRUE or 1.
  201 +
  202 +2005-05-25 13:53 nbm
  203 +
  204 + * lib/database/dbutil.inc:
  205 +
  206 + Deal with errors that might occur with nextID function from the database.
  207 +
  208 +2005-05-25 13:53 nbm
  209 +
  210 + * lib/dashboard/Dashboard.inc:
  211 +
  212 + Make PEAR DB decide if a want TRUE or 1 in my database for portability.
  213 +
  214 +2005-05-25 13:52 nbm
  215 +
  216 + * lib/authentication/Authenticator.inc:
  217 +
  218 + Use DBUtil for this query, it was not database-portable previously.
  219 +
  220 +2005-05-25 13:20 nbm
  221 +
  222 + * sql/pgsql/install/: README, tables.sql, user.sql:
  223 +
  224 + Add very preliminary PostgreSQL initalisation dumps.
  225 +
1 226 Version 2.0.4 (2005/05/24)
2 227  
3 228 New Features
... ...