Commit f4adbc65465464f18fcf5685d4d39bd078a5924b

Authored by nbm
1 parent bf1e8a57

ChangeLog for 2.0.0rc

4CVS: ----------------------------------------------------------------------


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3194 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 191 additions and 0 deletions
docs/ChangeLog.txt
  1 +Version 2.0.0rc4 (2005/01/17)
  2 +
  3 +Bug Fixes
  4 +=========
  5 +* Fix Discussions by being consistent with parameter names
  6 +* Can now use Next/Previous with Advanced Search
  7 +* Fix Template/Dependent Document browsing
  8 +* Fix various problems with rootUrl not being empty
  9 +* Avoid print_r, as it doesn't return values prior to PHP 4.3.0
  10 +
  11 +Detailed ChangeLog
  12 +==================
  13 +
  14 +2005-01-17 05:55 nbm
  15 +
  16 + * presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php:
  17 +
  18 + fNewComment is no longer used.
  19 +
  20 +2005-01-17 05:54 nbm
  21 +
  22 + * presentation/lookAndFeel/knowledgeTree/discussions/:
  23 + addCommentUI.inc, viewDiscussionUI.inc:
  24 +
  25 + Use fNewThread rather than the misnamed (and unworking) fNewComment
  26 +
  27 +2005-01-17 05:15 nbm
  28 +
  29 + * lib/database/dbcompat.inc:
  30 +
  31 + On compat queries, log query errors.
  32 +
  33 +2005-01-17 05:09 nbm
  34 +
  35 + * presentation/lookAndFeel/knowledgeTree/search/advancedSearchBL.php:
  36 +
  37 + No longer handle the removed "simple" "advanced" search.
  38 +
  39 +2005-01-17 05:08 nbm
  40 +
  41 + * presentation/lookAndFeel/knowledgeTree/search/advancedSearchUI.inc:
  42 +
  43 + Remove old-style advanced search user interface.
  44 +
  45 +2005-01-17 05:07 nbm
  46 +
  47 + * presentation/lookAndFeel/knowledgeTree/discussions/viewDiscussionUI.inc:
  48 +
  49 + Consistently use variables prefixed with 'f' for passing values between
  50 + requests.
  51 +
  52 +2005-01-17 04:58 nbm
  53 +
  54 + * presentation/lookAndFeel/knowledgeTree/discussions/:
  55 + addCommentUI.inc, viewCommentBL.php:
  56 +
  57 + Consistently use form variables prefixed with 'f' for passing values.
  58 +
  59 +2005-01-17 04:57 nbm
  60 +
  61 + * presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php:
  62 +
  63 + Consistently use fDocumentID for passing the document ID between pages.
  64 +
  65 +2005-01-17 04:55 nbm
  66 +
  67 + * lib/discussions/DiscussionComment.inc:
  68 +
  69 + Fix untested changes to discussion
  70 +
  71 + Submitted by: alepage
  72 +
  73 +2005-01-17 04:26 nbm
  74 +
  75 + * i18n/it_IT/LC_MESSAGES/: knowledgeTree.mo, knowledgeTree.po:
  76 +
  77 + Translation update from Andrea Toneguzzi at btz.it.
  78 +
  79 +2005-01-17 04:12 nbm
  80 +
  81 + * i18n/knowledgeTree.po:
  82 +
  83 + Update po file with translateable phrases.
  84 +
  85 +2005-01-17 03:26 nbm
  86 +
  87 + * presentation/Html.inc:
  88 +
  89 + Add getPreviousButton()
  90 +
  91 +2005-01-17 02:34 nbm
  92 +
  93 + * lib/visualpatterns/PatternBrowsableSearchResults.inc:
  94 +
  95 + Make it easy to pass on search parameters from the request environment.
  96 +
  97 + Make the 'previous' button work properly (may not have affected all
  98 + browsers)
  99 +
  100 +2005-01-17 02:24 nbm
  101 +
  102 + * graphics/widgets/previous.png:
  103 +
  104 + Add "Previous" button.
  105 +
  106 +2005-01-17 02:23 nbm
  107 +
  108 + * bin/generate-buttons.php:
  109 +
  110 + Add "Previous" button
  111 +
  112 +2005-01-17 02:21 nbm
  113 +
  114 + * lib/database/dbutil.inc:
  115 +
  116 + Default db parameter to lastQuery method to null, like the rest.
  117 +
  118 +2005-01-17 01:23 nbm
  119 +
  120 + * presentation/lookAndFeel/knowledgeTree/search/standardSearchUI.inc:
  121 +
  122 + Use (int) casting instead of non-existent int() function.
  123 +
  124 +2005-01-17 01:13 nbm
  125 +
  126 + * presentation/login.php:
  127 +
  128 + Grab the 'redirect' request parameter into a local variable.
  129 +
  130 +2005-01-17 01:10 nbm
  131 +
  132 + * lib/documentmanagement/PhysicalDocumentManager.inc:
  133 +
  134 + Use both Pragma: no-cache and Cache-Control: no-cache to aid Internet
  135 + Explorer in not caching content.
  136 +
  137 +2005-01-14 04:55 nbm
  138 +
  139 + * lib/foldermanagement/Folder.inc:
  140 +
  141 + Deal with the Root Folder having a (non-existent) parent id of 0
  142 +
  143 +2005-01-14 04:46 nbm
  144 +
  145 + * presentation/lookAndFeel/knowledgeTree/foldermanagement/folderUI.inc:
  146 +
  147 + Deal with rootUrl already being in the given URLs.
  148 +
  149 +2005-01-14 02:16 nbm
  150 +
  151 + * lib/browse/Browser.inc:
  152 +
  153 + foreach returns copies of objects, not the objects themselves, so work
  154 + around this.
  155 +
  156 +2005-01-14 02:03 nbm
  157 +
  158 + * sql/mysql/install/tables.sql:
  159 +
  160 + Remove insert into non-existent zseq_document_text
  161 +
  162 +2005-01-14 01:53 nbm
  163 +
  164 + * lib/util/ktutil.inc:
  165 +
  166 + Add arrayGet and requestValue
  167 +
  168 +2005-01-11 03:12 nbm
  169 +
  170 + * sql/mysql/install/tables.sql:
  171 +
  172 + Remove id and sequence from document_text.
  173 +
  174 +2005-01-11 03:02 nbm
  175 +
  176 + * sql/mysql/upgrade/: 1.2.4-to-1.2.5.sql, 1.2.4-to-2.0.0.sql:
  177 +
  178 + Rename 1.2.4-to-1.2.5.sql to 1.2.4-to-2.0.0.sql
  179 +
  180 +2005-01-11 02:57 nbm
  181 +
  182 + * sql/mysql/upgrade/1.2.4-to-1.2.5.sql:
  183 +
  184 + Drop the id and sequence from the document_text table.
  185 +
  186 +2005-01-10 11:42 nbm
  187 +
  188 + * lib/i18n/accept-to-gettext.inc:
  189 +
  190 + Remove use of print_r that will fail on PHP < 4.3.0
  191 +
1 Version 2.0.0rc2 (2005/01/10) 192 Version 2.0.0rc2 (2005/01/10)
2 193
3 Bug Fixes 194 Bug Fixes