Commit c3c21861ac43fc8c45399fd8c94a39d9ff789060
1 parent
3bbe8269
Type: Documentation.
Description: Added change log entries for v1.2.2 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2838 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
357 additions
and
2 deletions
docs/ChangeLog.txt
| 1 | +Version 1.2.2 | |
| 2 | +* Tue May 11 2004 Michael Joseph <michael@jamwarehouse.com> | |
| 3 | + | |
| 4 | +Features | |
| 5 | +======== | |
| 6 | +* Internationalisation framework added. | |
| 7 | + - The first step in producing a multi-lingual KnowledgeTree(tm) is released | |
| 8 | + in this version. See docs/i18n.txt for more information. | |
| 9 | +* Added the ability to email document links to groups. | |
| 10 | + - A link to a document in the KnowledgeTree(tm) can now be emailed to | |
| 11 | + groups as well as users. | |
| 12 | +* Discussion threads are now indented. | |
| 13 | + - The display of the discussion forums has been improved by graphically | |
| 14 | + representing groups of threads | |
| 15 | +* Updated password feature | |
| 16 | + - Administrators can now reset user's passwords. | |
| 17 | + | |
| 18 | +Bug Fixes | |
| 19 | +========= | |
| 20 | +Added XSS attack protection. | |
| 21 | +#2988- Removed redundant routing role active attribute. | |
| 22 | +#2963- Add silent deletion when expunging folders and documents that don't exists on the fs. | |
| 23 | +#3512- Linked Documents browse popup didn't return the selected document. | |
| 24 | +#3426- Browse Collections- display # of documents and folders in a folder. | |
| 25 | +#2978- Administration Security- Unit administrators should not be able administer system admin user accounts, or create groups with sysadmin privileges or add users to system admin groups. | |
| 26 | +#3265- Document Details -> Archiving Settings- Utilisation setting don't display | |
| 27 | +#3543- Assigning units to groups, input not validated (stefano.ciancio@mail.wind.it). | |
| 28 | +#2944- Adding a unit causes duplicate root folders if a folder with the name of the unit exists already. | |
| 29 | +#3425- Browse Collections - title => filename; description => title | |
| 30 | +#3545- IE -> Add Document -> JScript syntax error | |
| 31 | +#3519- Unit Admin can administer groups in all units, not just the unit she is admin for. | |
| 32 | +#3481- Don't allow published documents to be checked out. | |
| 33 | +#2985- Don't allow checked out documents or documents in collaboration to be archived. | |
| 34 | +Many community-contributed patches (see Detailed ChangeLog) | |
| 35 | + | |
| 36 | +Detailed ChangeLog | |
| 37 | +================== | |
| 38 | + | |
| 39 | +2004-04-30 17:12 michael | |
| 40 | + * knowledgeTree/docs/INSTALL.txt: | |
| 41 | + Type: Documentation | |
| 42 | + Description: Added upgrade instructions and corrected path to SQL directory | |
| 43 | + | |
| 44 | +2004-04-26 17:49 michael <michael@jamwarehouse.com> | |
| 45 | + | |
| 46 | + * knowledgeTree/lib/documentmanagement/DocumentTransaction.inc: | |
| 47 | + Type: Functionality change | |
| 48 | + Description: Document transaction logging stores the path on the | |
| 49 | + filesystem. | |
| 50 | + Behaviour before fix: The path to the document on the filesystem is stored for each document transaction. | |
| 51 | + Behaviour after fix: Only the path relative to the document | |
| 52 | + root is relevant. | |
| 53 | + Credit: Stefano Ciancio. | |
| 54 | + | |
| 55 | +2004-04-26 16:46 michael <michael@jamwarehouse.com> | |
| 56 | + | |
| 57 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderDocTypeUI.inc: | |
| 58 | + Type: Functionality change | |
| 59 | + Description: Added ordering to document type drop down list by document type name. | |
| 60 | + Behaviour before fix: Document type were ordered "randomly" | |
| 61 | + Behaviour after fix: Document types are now ordered by document type name. | |
| 62 | + Credit: Patch contributed by Stefano Ciancio. | |
| 63 | + | |
| 64 | +2004-04-26 16:31 michael <michael@jamwarehouse.com> | |
| 65 | + | |
| 66 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderDocTypeBL.php: | |
| 67 | + Type: Bugfix | |
| 68 | + Description: Corrected form action relative paths. | |
| 69 | + Behaviour before fix: Add folder broken for sites with the dms not at site root. | |
| 70 | + Behaviour after fix: Expected functionality for all installations. | |
| 71 | + | |
| 72 | +2004-04-26 16:31 michael <michael@jamwarehouse.com> | |
| 73 | + | |
| 74 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/search/advancedSearchBL.php: | |
| 75 | + Type: Bugfix | |
| 76 | + Description: Corrected form action relative paths. | |
| 77 | + Behaviour before fix: Add folder broken for sites with the dms not at site root. | |
| 78 | + Behaviour after fix: Expected functionality for all installations. | |
| 79 | + | |
| 80 | +2004-04-26 13:34 michael <michael@jamwarehouse.com> | |
| 81 | + | |
| 82 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderBL.php: | |
| 83 | + Type: Bugfix | |
| 84 | + Description: Corrected form action relative paths. | |
| 85 | + Behaviour before fix: Add folder broken for sites with the dms not at site root. | |
| 86 | + Behaviour after fix: Expected functionality for all installations. | |
| 87 | + Credit: Thanks for Roman Pavlov for this bug report and patch. | |
| 88 | + | |
| 89 | +2004-03-23 12:27 andrew <andrew@jamwarehouse.com> | |
| 90 | + | |
| 91 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/: listUsersBL.php, listUsersUI.inc: | |
| 92 | + Type: Functionality change. | |
| 93 | + Description: Added user filtering in the user admin section. | |
| 94 | + Credit: This patch was supplied by Stefano Ciancio. | |
| 95 | + | |
| 96 | +2004-03-03 16:41 andrew <andrew@jamwarehouse.com> | |
| 97 | + | |
| 98 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/: create.php, store.php: | |
| 99 | + Removed some more potential XSS problems. | |
| 100 | + | |
| 101 | +2004-03-03 10:28 andrew <andrew@jamwarehouse.com> | |
| 102 | + | |
| 103 | + * knowledgeTree/lib/sanitize.inc: | |
| 104 | + Type: Bug fix | |
| 105 | + Description: Modification on the XSS bugfix for the logon page. | |
| 106 | + Behaviour before fix: Not allowing certain punctuation. | |
| 107 | + Behaviour after fix: Allows limited punctuation. | |
| 108 | + | |
| 109 | +2004-02-27 15:45 andrew <andrew@jamwarehouse.com> | |
| 110 | + | |
| 111 | + * knowledgeTree/presentation/login.php: | |
| 112 | + Type: Functionality change | |
| 113 | + Description: Includes XSS attack prevention. | |
| 114 | + Behaviour before fix: XSS attack could be performed on login.php. | |
| 115 | + Behaviour after fix: XSS attacks seem unsuccessful after patch. | |
| 116 | + Credit: Thanks to Jonathan E. Hawkins for pointing out this bug. | |
| 117 | + | |
| 118 | +2004-02-27 15:45 andrew <andrew@jamwarehouse.com> | |
| 119 | + | |
| 120 | + * knowledgeTree/lib/sanitize.inc: | |
| 121 | + Type: Functionality change | |
| 122 | + Description: Includes XSS attack prevention. | |
| 123 | + Behaviour before fix: XSS attack could be performed on login.php. | |
| 124 | + Behaviour after fix: XSS attacks seem unsuccessful after patch. | |
| 125 | + Credit: Thanks to Jonathan E. Hawkins for pointing out this bug. | |
| 126 | + | |
| 127 | +2004-02-18 10:20 michael <michael@jamwarehouse.com> | |
| 128 | + | |
| 129 | + * knowledgeTree/docs/TODO.txt: | |
| 130 | + added multi-document select task | |
| 131 | + | |
| 132 | +2004-02-11 13:38 andrew <andrew@jamwarehouse.com> | |
| 133 | + | |
| 134 | + * knowledgeTree/docs/INSTALL.txt: | |
| 135 | + Type: Documentation | |
| 136 | + Description: Added steps needed to save the System Settings after install. | |
| 137 | + | |
| 138 | +2004-02-09 16:49 andrew <andrew@jamwarehouse.com> | |
| 139 | + | |
| 140 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/search/advancedSearchUI.inc: | |
| 141 | + Type: Feature/functionality. | |
| 142 | + Description: The docuement and the parent folder are returned in the search results. | |
| 143 | + Credit: Stefano Ciancio | |
| 144 | + | |
| 145 | +2004-02-05 14:48 andrew <andrew@jamwarehouse.com> | |
| 146 | + | |
| 147 | + * knowledgeTree/docs/faq.txt: | |
| 148 | + Type: Documentation update. | |
| 149 | + Description: Minor update regarding searches. | |
| 150 | + | |
| 151 | +2004-02-05 14:41 andrew <andrew@jamwarehouse.com> | |
| 152 | + | |
| 153 | + * knowledgeTree/: lib/dashboard/DashboardNews.inc, | |
| 154 | + presentation/lookAndFeel/knowledgeTree/dashboardUI.inc: | |
| 155 | + Type: Functionality change. | |
| 156 | + Description: Added a configurable MARQUEE'd scrolling news to dashboard. | |
| 157 | + Credit: This patch was supplied by Stefano Ciancio. | |
| 158 | + | |
| 159 | +2004-02-05 14:41 andrew <andrew@jamwarehouse.com> | |
| 160 | + | |
| 161 | + * knowledgeTree/config/environment.php: | |
| 162 | + Type: Functionality change. | |
| 163 | + Description: Added a configurable MARQUEE'd scrolling news to dashboard. | |
| 164 | + Credit: This patch was supplied by Stefano Ciancio. | |
| 165 | + | |
| 166 | +2004-01-28 13:04 michael <michael@jamwarehouse.com> | |
| 167 | + | |
| 168 | + * knowledgeTree/: lib/session/Session.inc, lib/session/control.inc, | |
| 169 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/downloadBL.php: | |
| 170 | + Added workaround code for the IE SSL bug. | |
| 171 | + | |
| 172 | +2004-01-27 11:14 michael <michael@jamwarehouse.com> | |
| 173 | + | |
| 174 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/listUsersUI.inc: | |
| 175 | + changed to sort by username | |
| 176 | + | |
| 177 | +2004-01-23 15:28 michael <michael@jamwarehouse.com> | |
| 178 | + | |
| 179 | + * knowledgeTree/lib/documentmanagement/PhysicalDocumentManager.inc: | |
| 180 | + added quotes around filename in http header bug report by | |
| 181 | + christian janssen [proftp_cj@kdd.de] | |
| 182 | + | |
| 183 | +2004-01-08 15:07 michael <michael@jamwarehouse.com> | |
| 184 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/listUsersUI.inc: now includes users that aren't in any groups in default listing (s.ciancio@pisa.iol.it) | |
| 185 | + | |
| 186 | +2003-12-18 15:59 michael <michael@jamwarehouse.com> | |
| 187 | + * knowledgeTreeIntegration/src/java/com/jamwarehouse/knowledgeTree/service/ListDocuments.java: #3569 return an array of zero size rather than null. | |
| 188 | + | |
| 189 | +2003-12-17 13:28 michael <michael@jamwarehouse.com> | |
| 190 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/: documentmanagement/emailBL.php, documentmanagement/emailUI.inc, js/OptionTransfer.js: #3500 added ability to send to groups and users. | |
| 191 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/js/misc.js: trim values before checking if its blank | |
| 192 | + | |
| 193 | +2003-12-17 13:26 michael <michael@jamwarehouse.com> | |
| 194 | + * knowledgeTree/lib/visualpatterns/PatternMainPage.inc: #3500 added optionTransfer js and ability to set javascript in <head> | |
| 195 | + | |
| 196 | +2003-12-17 13:25 michael <michael@jamwarehouse.com> | |
| 197 | + * knowledgeTree/lib/email/Email.inc: #3500 added error logging | |
| 198 | + | |
| 199 | +2003-12-15 17:15 michael <michael@jamwarehouse.com> | |
| 200 | + * knowledgeTree/lib/groups/Group.inc: #3500 added utility getUsers method | |
| 201 | + | |
| 202 | +2003-12-15 17:14 michael <michael@jamwarehouse.com> | |
| 203 | + * knowledgeTree/lib/email/Email.inc: #3500 refactored email code to use either a single email address or an array of them | |
| 204 | + | |
| 205 | +2003-12-15 16:53 michael <michael@jamwarehouse.com> | |
| 206 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/discussions/viewDiscussionUI.inc: #3497 used button routine- fixes back button | |
| 207 | + | |
| 208 | +2003-12-15 15:56 michael <michael@jamwarehouse.com> | |
| 209 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php: #3497 fixed refactor bug, removed fAddComment parameter | |
| 210 | + | |
| 211 | +2003-12-15 15:45 michael <michael@jamwarehouse.com> | |
| 212 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/discussions/: addCommentBL.php, addCommentUI.inc, viewDiscussionBL.php, viewDiscussionUI.inc: #3497 changes to support listing comments by thread and indenting appropriately | |
| 213 | + | |
| 214 | +2003-12-15 15:44 michael <michael@jamwarehouse.com> | |
| 215 | + * knowledgeTree/: config/siteMap.inc, presentation/lookAndFeel/knowledgeTree/discussions/viewCommentBL.php, presentation/lookAndFeel/knowledgeTree/discussions/viewCommentUI.inc: #3497 refactored viewComment functionality into separate pages | |
| 216 | + | |
| 217 | +2003-12-15 15:43 michael <michael@jamwarehouse.com> | |
| 218 | + * knowledgeTree/lib/discussions/DiscussionThread.inc: #3497 changed some method names to more accurately reflect function, and added getList method | |
| 219 | + * knowledgeTree/lib/discussions/DiscussionComment.inc: #3497 added in_reply_to field to object | |
| 220 | + | |
| 221 | +2003-12-15 15:42 michael <michael@jamwarehouse.com> | |
| 222 | + * knowledgeTree/sql/mysql/: install/tables.sql, upgrade/1.2.2/1.2.2.sql: #3497 added in_reply_to field to comments table | |
| 223 | + | |
| 224 | +2003-12-03 16:58 michael <michael@jamwarehouse.com> | |
| 225 | + * knowledgeTree/sync/migrateLDAP.php: first cut ldap migration script | |
| 226 | + | |
| 227 | +2003-11-27 13:24 michael <michael@jamwarehouse.com> | |
| 228 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentUI.inc: #3548 removed default document type | |
| 229 | + | |
| 230 | +2003-11-26 10:20 michael <michael@jamwarehouse.com> | |
| 231 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentUI.inc: #3545 removed javascript that attempted to copy the filename to the title field | |
| 232 | + | |
| 233 | +2003-11-24 15:42 michael <michael@jamwarehouse.com> | |
| 234 | + * knowledgeTree/sql/mysql/upgrade/mrc/mrc_phase2_upgrade.sql: changed dependant documents created flag to false | |
| 235 | + | |
| 236 | +2003-11-24 15:15 michael <michael@jamwarehouse.com> | |
| 237 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/listUsersBL.php: removed debug logging | |
| 238 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/listUsersUI.inc: #3519 don't allow default value ie. no filter | |
| 239 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/listUsersBL.php: #3519 select a group in your unit if you're a unit administrator and none has been selected | |
| 240 | + | |
| 241 | +2003-11-24 12:35 michael <michael@jamwarehouse.com> | |
| 242 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/: listGroupsBL.php, listGroupsUI.inc: #3519 system administrators can filter by unit, unit administrators only see their unit | |
| 243 | + | |
| 244 | +2003-11-24 12:12 michael <michael@jamwarehouse.com> | |
| 245 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/: addUnitBL.php, addUnitUI.inc: #2944 added check for existing folder and appropriate error message. | |
| 246 | + | |
| 247 | +2003-11-24 12:04 michael <michael@jamwarehouse.com> | |
| 248 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/documentmanagement/createDependantDocumentBL.php: #3537 redirect to the right section | |
| 249 | + | |
| 250 | +2003-11-24 12:01 michael <michael@jamwarehouse.com> | |
| 251 | + * knowledgeTree/lib/unitmanagement/Unit.inc: #3518 added slashes for non GPC data. | |
| 252 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/editUnitBL.php: removed debug output | |
| 253 | + | |
| 254 | +2003-11-24 11:18 michael <michael@jamwarehouse.com> | |
| 255 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitUI.inc: #3543 patched by stefano.ciancio@mail.wind.it | |
| 256 | + | |
| 257 | +2003-11-17 18:32 michael <michael@jamwarehouse.com> | |
| 258 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/listUsersUI.inc: #3515 added distinct | |
| 259 | + | |
| 260 | +2003-11-17 18:19 michael <michael@jamwarehouse.com> | |
| 261 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/discussions/viewDiscussionBL.php: #3513 changed to list by thread instead of date | |
| 262 | + | |
| 263 | +2003-11-17 18:01 michael <michael@jamwarehouse.com> | |
| 264 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/documentmanagement/templateDocumentBrowseBL.php: #3512 added missing boolean flag | |
| 265 | + | |
| 266 | +2003-11-12 18:14 michael <michael@jamwarehouse.com> | |
| 267 | + * knowledgeTree/presentation/login.php: changed to explicit script location | |
| 268 | + | |
| 269 | +2003-11-12 15:51 michael <michael@jamwarehouse.com> | |
| 270 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc: #3481 if the document is published don't allow checkout | |
| 271 | + | |
| 272 | +2003-11-12 12:21 michael <michael@jamwarehouse.com> | |
| 273 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc: fixed introduced bug- inline view on document filename reinstated | |
| 274 | + | |
| 275 | +2003-11-10 17:59 michael <michael@jamwarehouse.com> | |
| 276 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc: corrected layout | |
| 277 | + | |
| 278 | +2003-11-10 17:29 michael <michael@jamwarehouse.com> | |
| 279 | + * knowledgeTree/sql/mysql/upgrade/mrc/1.2.1.sql: added 1.2.1 mrc specific db upgrade script | |
| 280 | + | |
| 281 | +2003-11-10 17:04 michael <michael@jamwarehouse.com> | |
| 282 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/documentmanagement/: viewHistoryBL.php, viewHistoryUI.inc: #3425 display document.fileName in document browse paths for consistency | |
| 283 | + | |
| 284 | +2003-11-10 14:55 michael <michael@jamwarehouse.com> | |
| 285 | + * knowledgeTree/sync/dbSync.php: changed formatting | |
| 286 | + | |
| 287 | +2003-11-10 12:28 michael <michael@jamwarehouse.com> | |
| 288 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/documentman gement/browseUI.inc: corrected grammar for no documents|folders | |
| 289 | + | |
| 290 | +2003-11-10 12:05 michael <michael@jamwarehouse.com> | |
| 291 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/foldermanag ment/deleteFolderDocTypeUI.inc: corrected layout and controller link | |
| 292 | + | |
| 293 | +2003-11-10 12:03 michael <michael@jamwarehouse.com> | |
| 294 | + * knowledgeTree/: lib/documentmanagement/Document.inc, presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc, presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc: #3425 display document.fileName in document browse paths for consistency | |
| 295 | + | |
| 296 | +2003-11-10 11:51 michael <michael@jamwarehouse.com> | |
| 297 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/discussions/: addCommentBL.php, addCommentUI.inc, viewDiscussionBL.php, viewDiscussionUI.inc: #3425 changed to use common function in documentUI.inc | |
| 298 | + | |
| 299 | +2003-11-10 11:48 michael <michael@jamwarehouse.com> | |
| 300 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyUI.inc: #3425 removed unused function | |
| 301 | + | |
| 302 | +2003-11-10 11:29 michael <michael@jamwarehouse.com> | |
| 303 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/documentmanagement/: browseUI.inc, documentUI.inc: #3425 the filename is the document title- primary reference, and the soft title is the description | |
| 304 | + | |
| 305 | +2003-11-10 11:09 michael <michael@jamwarehouse.com> | |
| 306 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc: #3426 provisionally added folder and document counts | |
| 307 | + | |
| 308 | +2003-11-07 17:24 michael <michael@jamwarehouse.com> | |
| 309 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc: catered for the case where there are no archiving settings | |
| 310 | + | |
| 311 | +2003-11-07 17:16 michael <michael@jamwarehouse.com> | |
| 312 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/documentmanagement/templateDocumentBrowseBL.php: use browse functionality with template switch instead of duplicating code. | |
| 313 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc: added optional template browsing support | |
| 314 | + | |
| 315 | +2003-11-07 17:08 michael <michael@jamwarehouse.com> | |
| 316 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/administration/doccheckoutmanagement/editDocCheckoutUI.inc: added check for no checked out user details | |
| 317 | + | |
| 318 | +2003-11-07 17:07 michael <michael@jamwarehouse.com> | |
| 319 | + * knowledgeTree/lib/documentmanagement/PhysicalDocumentManager.inc: validate upload by checkin if the file exists in the right place after the upload | |
| 320 | + | |
| 321 | +2003-11-07 17:05 michael <michael@jamwarehouse.com> | |
| 322 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/documentmanagement/: viewBL.php, viewUI.inc: #3265 added code to display the archiving settings on the document details screen. | |
| 323 | + | |
| 324 | +2003-11-07 17:04 michael <michael@jamwarehouse.com> | |
| 325 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/archiveSettingsUI.inc: corrected function usage | |
| 326 | + | |
| 327 | +2003-11-06 17:49 michael <michael@jamwarehouse.com> | |
| 328 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupUI.inc: #2978 only allow the creation/editing of a sys admin group if you are a system administrator | |
| 329 | + | |
| 330 | +2003-11-06 17:48 michael <michael@jamwarehouse.com> | |
| 331 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/listGroupsUI.inc: #2978 only display system administrator groups if you are a system administrator | |
| 332 | + * knowledgeTree/presentation/lookAndFeel/knowledgeTree/administration/usermanagement/listUsersUI.inc: #2978 only display system administrator user accounts if you are a system administrator | |
| 333 | + | |
| 334 | +2003-11-06 13:06 rob <rob@jamwarehouse.com> | |
| 335 | + * knowledgeTree/i18n/: afr/Language.inc, en/Language.inc: updated to include more i18n strings | |
| 336 | + * knowledgeTree/: presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php, presentation/lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc, lib/browse/Browser.inc: Added i18n | |
| 337 | + | |
| 338 | +2003-11-06 12:04 rob <rob@jamwarehouse.com> | |
| 339 | + * knowledgeTree/config/: environment.php: Updated internationalization included directory | |
| 340 | + | |
| 341 | +2003-11-03 14:29 michael <michael@jamwarehouse.com> | |
| 342 | + * knowledgeTree/sql/mysql/upgrade/1.2.1/1.2.1.sql: added knowledgeTreeVersion update to upgrade script. | |
| 343 | + | |
| 344 | +2003-11-03 14:25 michael <michael@jamwarehouse.com> | |
| 345 | + * knowledgeTree/sql/mysql/upgrade/1.2.1/1.2.1.sql: changed from binary to ascii | |
| 346 | + | |
| 347 | +2003-11-03 11:44 rob <rob@jamwarehouse.com> | |
| 348 | + * knowledgeTree/i18n/: afr/Language.inc, en/Language.inc, LanguageFunctions.inc: Internationalization functionality | |
| 349 | + | |
| 350 | +2003-11-03 11:41 rob <rob@jamwarehouse.com> | |
| 351 | + * knowledgeTree/: presentation/lookAndFeel/knowledgeTree/dashboardUI.inc, config/environment.php: Added internationalization | |
| 352 | + | |
| 353 | +2003-10-15 11:56 rob <rob@jamwarehouse.com> | |
| 354 | + * knowledgeTree/sql/mysql/install/tables.sql: Added missing inherit_parent_folder_permission column to folders table | |
| 355 | + | |
| 356 | + | |
| 1 | 357 | Version 1.2.1 |
| 2 | 358 | * Tue October 14 2003 Michael Joseph <michael@jamwarehouse.com> |
| 3 | 359 | |
| ... | ... | @@ -399,7 +755,6 @@ Full changelog |
| 399 | 755 | websitemanagement/removeWebsiteUI.inc: added copyright and gpl |
| 400 | 756 | notice removed owl prefix from table aliases |
| 401 | 757 | |
| 402 | - | |
| 403 | 758 | Version 1.2.0 |
| 404 | 759 | * Tue Aug 12 2003 Michael Joseph <michael@jamwarehouse.com> |
| 405 | 760 | - Document Details and Folder Properties- updated display- javascript content swapping. |
| ... | ... | @@ -432,4 +787,4 @@ Version 1.1.0 |
| 432 | 787 | |
| 433 | 788 | Version 1.0.0 |
| 434 | 789 | * Tue May 13 2003 Michael Joseph <michael@jamwarehouse.com> |
| 435 | -- Initial release. | |
| 436 | 790 | \ No newline at end of file |
| 791 | +- Initial release. | ... | ... |