Commit 4a4a0b089d77e7655ed623bbd88abfe8d7b164b0
1 parent
5e4ee4bf
ChangeLog for 2.0.0rc1
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3154 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2127 additions
and
0 deletions
docs/ChangeLog.txt
| 1 | +Version 2.0.0rc1 (2005/01/07) | ||
| 2 | + | ||
| 3 | +Features | ||
| 4 | +======== | ||
| 5 | +* Advanced search has more powerful search capabilities | ||
| 6 | +* The fields shown in the file browser are configurable | ||
| 7 | +* Development Log Window shows PHP errors in a separate browser window if | ||
| 8 | + enabled. | ||
| 9 | +* Search Permissions no longer relies on fileIndexer. | ||
| 10 | +* Inherited folder permissions are now visible and copyable | ||
| 11 | +* Simplify group removal (no longer need to remove members, units) | ||
| 12 | +* Ability to set multiple document types when creating folder | ||
| 13 | +* Inherit default document types from parent folder | ||
| 14 | +* No longer need to configure fileSystemUrl or serverName | ||
| 15 | +* KnowledgeTree is now database-portable in the code (but not the queries) | ||
| 16 | +* Bulk upload support | ||
| 17 | +* Improved user->group interface for multiple membership changes | ||
| 18 | +* Complete translation hooks | ||
| 19 | +* Translated button support | ||
| 20 | +* Improve character set handling | ||
| 21 | +* Beginning of Italian translation | ||
| 22 | +* Separate icon for Unit Folders | ||
| 23 | +* Support for OpenLDAP2 if it doesn't offer anonymous bind or LDAPv2 bindings | ||
| 24 | + | ||
| 25 | +Bug Fixes | ||
| 26 | +========= | ||
| 27 | +* Display startup errors better | ||
| 28 | +* Remove most SQL injection opportunities | ||
| 29 | +* Remove other opportunities to construct queries via the browser | ||
| 30 | +* Place session and permission management around pages that were missing them | ||
| 31 | +* Remove use of register_globals | ||
| 32 | +* Remove use of magic_quotes_gpc | ||
| 33 | +* Recognise English if it's the most prefered locale - previously would use | ||
| 34 | + the most-preferred non-English language if one existed. | ||
| 35 | +* Make the layout less dependent on CSS hacks. | ||
| 36 | +* Fix off-by-one in search results on whether to display the 'Next' button. | ||
| 37 | +* Fix display problems when contentPaneScrolling is not used. | ||
| 38 | + | ||
| 39 | +Other Changes | ||
| 40 | +============= | ||
| 41 | +* Disabled database-based configuration by default | ||
| 42 | +* Disabled the contentPaneScrolling scrollbars by default | ||
| 43 | +* Default to useAcceptLanguageHeader | ||
| 44 | + | ||
| 45 | +Detailed ChangeLog | ||
| 46 | +================== | ||
| 47 | + | ||
| 48 | +2005-01-07 05:16 nbm | ||
| 49 | + | ||
| 50 | + * presentation/lookAndFeel/knowledgeTree/dashboardUI.inc: | ||
| 51 | + | ||
| 52 | + Assign strings on first use (not using concatenation which might break | ||
| 53 | + later) | ||
| 54 | + | ||
| 55 | +2005-01-07 03:54 nbm | ||
| 56 | + | ||
| 57 | + * config/dmsDefaults.php: | ||
| 58 | + | ||
| 59 | + Rename the legacy log class for the legacy log. | ||
| 60 | + | ||
| 61 | + Introduce a PEAR Log instance to log all PHP errors. | ||
| 62 | + | ||
| 63 | + Log all PHP errors to the PEAR Log instance. | ||
| 64 | + | ||
| 65 | + Optionally, if default->developmentLogWindow is set, log all PHP errors | ||
| 66 | + to a Javascript window. | ||
| 67 | + | ||
| 68 | +2005-01-07 03:53 nbm | ||
| 69 | + | ||
| 70 | + * lib/Log.inc: | ||
| 71 | + | ||
| 72 | + Rename the legacy Log class to KTLegacyLog | ||
| 73 | + | ||
| 74 | +2005-01-07 03:52 nbm | ||
| 75 | + | ||
| 76 | + * pear/: Log.php, Log/composite.php, Log/console.php, | ||
| 77 | + Log/daemon.php, Log/display.php, Log/error_log.php, Log/file.php, | ||
| 78 | + Log/mail.php, Log/mcal.php, Log/null.php, Log/observer.php, | ||
| 79 | + Log/sql.php, Log/sqlite.php, Log/syslog.php, Log/win.php: | ||
| 80 | + | ||
| 81 | + Add the PEAR Log class, version 1.8.7. | ||
| 82 | + | ||
| 83 | +2005-01-07 02:49 nbm | ||
| 84 | + | ||
| 85 | + * lib/browse/Criteria.inc: | ||
| 86 | + | ||
| 87 | + Take out debugging stuff for where neither start nor end date is given. | ||
| 88 | + | ||
| 89 | +2005-01-07 02:44 nbm | ||
| 90 | + | ||
| 91 | + * docs/faq.txt: | ||
| 92 | + | ||
| 93 | + Improve the full-text index minimum word length question. | ||
| 94 | + | ||
| 95 | +2005-01-07 02:19 nbm | ||
| 96 | + | ||
| 97 | + * lib/browse/Criteria.inc: | ||
| 98 | + | ||
| 99 | + If the document field is a lookup, provide a drop-down box with the | ||
| 100 | + lookup values. | ||
| 101 | + | ||
| 102 | +2005-01-07 02:18 nbm | ||
| 103 | + | ||
| 104 | + * | ||
| 105 | + presentation/lookAndFeel/knowledgeTree/search/advancedSearchBL.php: | ||
| 106 | + | ||
| 107 | + Fix criteriaNumber for base widget names too. | ||
| 108 | + | ||
| 109 | +2005-01-07 02:18 nbm | ||
| 110 | + | ||
| 111 | + * lib/documentmanagement/MetaData.inc: | ||
| 112 | + | ||
| 113 | + Add a getList static method. | ||
| 114 | + | ||
| 115 | +2005-01-07 02:17 nbm | ||
| 116 | + | ||
| 117 | + * lib/documentmanagement/DocumentField.inc: | ||
| 118 | + | ||
| 119 | + Convert database values properly back to boolean. | ||
| 120 | + | ||
| 121 | +2005-01-07 01:37 nbm | ||
| 122 | + | ||
| 123 | + * lib/browse/Criteria.inc: | ||
| 124 | + | ||
| 125 | + Render negative numbers with underscore instead of dash to allow easier | ||
| 126 | + manipulation in javascript. | ||
| 127 | + | ||
| 128 | + Implement searching for date created, offering between A and B, after A, | ||
| 129 | + and before B syntax. | ||
| 130 | + | ||
| 131 | +2005-01-07 01:35 nbm | ||
| 132 | + | ||
| 133 | + * | ||
| 134 | + presentation/lookAndFeel/knowledgeTree/search/advancedSearchBL.php: | ||
| 135 | + | ||
| 136 | + Negative numbers are now rendered as _1 for the form widgets - handle | ||
| 137 | + that. | ||
| 138 | + | ||
| 139 | + Deal with suffixes after the base form widget name. | ||
| 140 | + | ||
| 141 | + Use LEFT JOIN instead of INNER JOIN onto the document_fields_link table | ||
| 142 | + as the INNER form will lose documents without document fields. | ||
| 143 | + | ||
| 144 | +2005-01-07 01:32 nbm | ||
| 145 | + | ||
| 146 | + * presentation/lookAndFeel/knowledgeTree/js/datePicker.js: | ||
| 147 | + | ||
| 148 | + Make it easy to get a calendar that allows you to choose dates in the | ||
| 149 | + past. | ||
| 150 | + | ||
| 151 | +2005-01-07 01:30 nbm | ||
| 152 | + | ||
| 153 | + * lib/documentmanagement/Document.inc, | ||
| 154 | + sql/mysql/install/tables.sql, | ||
| 155 | + sql/mysql/upgrade/1.2.4-to-1.2.5.sql: | ||
| 156 | + | ||
| 157 | + Moved created time into the document table. | ||
| 158 | + | ||
| 159 | +2005-01-06 08:47 nbm | ||
| 160 | + | ||
| 161 | + * lib/security/Permission.inc: | ||
| 162 | + | ||
| 163 | + In userHasFolder(Read|Write)Access, use the Permission Folder ID instead | ||
| 164 | + of incorrectly using all parents to determine access. | ||
| 165 | + | ||
| 166 | +2005-01-06 08:43 nbm | ||
| 167 | + | ||
| 168 | + * | ||
| 169 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/emailBL.php: | ||
| 170 | + | ||
| 171 | + Put the option transfers into the global scope. | ||
| 172 | + | ||
| 173 | + Submitted by: Nicolas Quienot | ||
| 174 | + | ||
| 175 | +2005-01-06 08:34 nbm | ||
| 176 | + | ||
| 177 | + * lib/foldermanagement/Folder.inc: | ||
| 178 | + | ||
| 179 | + Grab the Permission Folder for Folders created from the database. | ||
| 180 | + | ||
| 181 | +2005-01-06 06:07 nbm | ||
| 182 | + | ||
| 183 | + * docs/SearchPermissions.txt: | ||
| 184 | + | ||
| 185 | + Finished search permissions functionality as expressed in this file. | ||
| 186 | + | ||
| 187 | +2005-01-06 06:07 nbm | ||
| 188 | + | ||
| 189 | + * lib/documentmanagement/Document.inc: | ||
| 190 | + | ||
| 191 | + When the document is moved, update its search permissions. | ||
| 192 | + | ||
| 193 | +2005-01-06 05:56 nbm | ||
| 194 | + | ||
| 195 | + * docs/SearchPermissions.txt: | ||
| 196 | + | ||
| 197 | + Update with progress updating search permissions on group events. | ||
| 198 | + | ||
| 199 | +2005-01-06 05:56 nbm | ||
| 200 | + | ||
| 201 | + * | ||
| 202 | + presentation/lookAndFeel/knowledgeTree/administration/usermanagement/editUserGroupsBL.php: | ||
| 203 | + | ||
| 204 | + Don't worry about permissions - the GroupUserLink will take care of that | ||
| 205 | + itself. | ||
| 206 | + | ||
| 207 | +2005-01-06 05:55 nbm | ||
| 208 | + | ||
| 209 | + * lib/groups/GroupUserLink.inc: | ||
| 210 | + | ||
| 211 | + Use Permission::updateSearchPermissionsForUser to redo permissions | ||
| 212 | + instead of local attempt. Automatically redo permissions when a link | ||
| 213 | + has been successfully created or deleted. | ||
| 214 | + | ||
| 215 | +2005-01-06 05:52 nbm | ||
| 216 | + | ||
| 217 | + * lib/security/Permission.inc: | ||
| 218 | + | ||
| 219 | + Replace mis-copied iDocumentID to iUserID so that user permissions are | ||
| 220 | + deleted. | ||
| 221 | + | ||
| 222 | +2005-01-06 05:35 nbm | ||
| 223 | + | ||
| 224 | + * docs/SearchPermissions.txt: | ||
| 225 | + | ||
| 226 | + Some documentation on how the Search Permissions system in KnowledgeTree | ||
| 227 | + works, and the current information on how they are determined, and when | ||
| 228 | + they need to be updated. | ||
| 229 | + | ||
| 230 | +2005-01-06 05:16 nbm | ||
| 231 | + | ||
| 232 | + * bin/: rebuildSearchPermissions.php, | ||
| 233 | + rebuildSearchPermissionsbyUser.php: | ||
| 234 | + | ||
| 235 | + Rebuild search permissions for all documents - either by doing it for | ||
| 236 | + each document in turn (rebuildSearchPermissions.php) or for each user in | ||
| 237 | + turn (rebuildSearchPermissionsbyUser.php). Should produce the same | ||
| 238 | + results. | ||
| 239 | + | ||
| 240 | +2005-01-06 05:11 nbm | ||
| 241 | + | ||
| 242 | + * lib/visualpatterns/PatternTableSqlQuery.inc: | ||
| 243 | + | ||
| 244 | + Lessen unnecessary verbosity since this stuff seems to be solid. | ||
| 245 | + | ||
| 246 | +2005-01-06 05:04 nbm | ||
| 247 | + | ||
| 248 | + * lib/foldermanagement/Folder.inc: | ||
| 249 | + | ||
| 250 | + updatePermissions now not only updates the folder and its children's | ||
| 251 | + permission folder, but the permissions on each of the documents in those | ||
| 252 | + folders. | ||
| 253 | + | ||
| 254 | +2005-01-06 05:02 nbm | ||
| 255 | + | ||
| 256 | + * lib/documentmanagement/Document.inc: | ||
| 257 | + | ||
| 258 | + Use the permission-handling in the Permission utility class instead of | ||
| 259 | + doing so locally. | ||
| 260 | + | ||
| 261 | +2005-01-06 05:01 nbm | ||
| 262 | + | ||
| 263 | + * | ||
| 264 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/addGroupFolderLinkBL.php: | ||
| 265 | + | ||
| 266 | + Import the Group class | ||
| 267 | + | ||
| 268 | +2005-01-06 05:01 nbm | ||
| 269 | + | ||
| 270 | + * lib/security/Permission.inc: | ||
| 271 | + | ||
| 272 | + Move permission-management of documents here in | ||
| 273 | + updateSearchPermissionsForDocument. | ||
| 274 | + | ||
| 275 | + updateSearchPermissionsForUser does the same, recalculating the | ||
| 276 | + permission a user has on all documents. | ||
| 277 | + | ||
| 278 | +2005-01-06 02:38 nbm | ||
| 279 | + | ||
| 280 | + * | ||
| 281 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/deleteGroupFolderLinkBL.php: | ||
| 282 | + | ||
| 283 | + Get the folder to update its permission folder if a permission is | ||
| 284 | + removed. | ||
| 285 | + | ||
| 286 | +2005-01-05 13:51 nbm | ||
| 287 | + | ||
| 288 | + * bin/setPermissionFolder.php: | ||
| 289 | + | ||
| 290 | + setPermissionFolder.php will calculate permission_folder_id for folders | ||
| 291 | + that don't have it set already - usually because they've just been added | ||
| 292 | + via the upgrade SQL script. | ||
| 293 | + | ||
| 294 | +2005-01-05 13:49 nbm | ||
| 295 | + | ||
| 296 | + * | ||
| 297 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/copyInheritedPermissionsBL.php: | ||
| 298 | + | ||
| 299 | + Call updatePermissions on the folder we've just copied the new | ||
| 300 | + permissions to. | ||
| 301 | + | ||
| 302 | +2005-01-05 13:48 nbm | ||
| 303 | + | ||
| 304 | + * | ||
| 305 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/addGroupFolderLinkBL.php: | ||
| 306 | + | ||
| 307 | + Use the Folder addPermissions method instead of a local copy. | ||
| 308 | + | ||
| 309 | +2005-01-05 13:47 nbm | ||
| 310 | + | ||
| 311 | + * lib/foldermanagement/Folder.inc: | ||
| 312 | + | ||
| 313 | + Implement support for the permission_folder_id - how to calculate it, | ||
| 314 | + and how to update it on all a folder's children when it needs to be | ||
| 315 | + changed. | ||
| 316 | + | ||
| 317 | +2005-01-05 13:44 nbm | ||
| 318 | + | ||
| 319 | + * sql/mysql/: install/tables.sql, upgrade/1.2.4-to-1.2.5.sql: | ||
| 320 | + | ||
| 321 | + Add permission_folder_id to the folder table, which provides us with a | ||
| 322 | + link to the folder from which this folder gets its permissions - either | ||
| 323 | + itself if it has permissions, or the folder from which it inherits its | ||
| 324 | + permissions. | ||
| 325 | + | ||
| 326 | +2005-01-05 13:16 nbm | ||
| 327 | + | ||
| 328 | + * | ||
| 329 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/deleteGroupFolderLinkBL.php: | ||
| 330 | + | ||
| 331 | + Flatten nested ifs to improve understandability. | ||
| 332 | + | ||
| 333 | +2005-01-05 09:14 nbm | ||
| 334 | + | ||
| 335 | + * lib/visualpatterns/PatternCreate.inc: | ||
| 336 | + | ||
| 337 | + Include global variable $default for the rootUrl of the KnowledgeTree. | ||
| 338 | + | ||
| 339 | +2005-01-05 04:58 nbm | ||
| 340 | + | ||
| 341 | + * lib/groups/Group.inc, | ||
| 342 | + presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupBL.php: | ||
| 343 | + | ||
| 344 | + Allow the admin to remove a group despite it having members, since | ||
| 345 | + all they're going to do is remove the users from that group, and remove | ||
| 346 | + a group despite it being a member of the unit, since all they're going | ||
| 347 | + to do is remove it from the unit. So do it for them. They still have | ||
| 348 | + to confirm that they want to delete that group. | ||
| 349 | + | ||
| 350 | +2005-01-05 03:50 nbm | ||
| 351 | + | ||
| 352 | + * presentation/lookAndFeel/knowledgeTree/foldermanagement/: | ||
| 353 | + addFolderBL.php, addFolderUI.inc: | ||
| 354 | + | ||
| 355 | + Allow the user to choose multiple document types when creating a folder. | ||
| 356 | + | ||
| 357 | + Default the document types to that of the parent folder. | ||
| 358 | + | ||
| 359 | +2005-01-05 03:10 nbm | ||
| 360 | + | ||
| 361 | + * | ||
| 362 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderBL.php: | ||
| 363 | + | ||
| 364 | + Flatten nested ifs into more readable code. | ||
| 365 | + | ||
| 366 | +2005-01-05 02:51 nbm | ||
| 367 | + | ||
| 368 | + * lib/database/dbutil.inc: | ||
| 369 | + | ||
| 370 | + Use the query log for queries (but not errors containing queries). | ||
| 371 | + | ||
| 372 | +2005-01-05 02:16 nbm | ||
| 373 | + | ||
| 374 | + * lib/: dashboard/DashboardNews.inc, | ||
| 375 | + documentmanagement/Document.inc, | ||
| 376 | + documentmanagement/DocumentField.inc, | ||
| 377 | + documentmanagement/DocumentTypeFieldLink.inc, | ||
| 378 | + foldermanagement/Folder.inc, foldermanagement/FolderUserRole.inc, | ||
| 379 | + groups/Group.inc, roles/Role.inc, subscriptions/Subscription.inc: | ||
| 380 | + | ||
| 381 | + Use KTUtil::anyToBool for any boolean values being passed to the | ||
| 382 | + database. | ||
| 383 | + | ||
| 384 | +2005-01-05 01:18 nbm | ||
| 385 | + | ||
| 386 | + * | ||
| 387 | + presentation/lookAndFeel/knowledgeTree/administration/usermanagement/editUserGroupsBL.php: | ||
| 388 | + | ||
| 389 | + Pick up the changes from the select boxes. | ||
| 390 | + | ||
| 391 | +2005-01-05 00:58 nbm | ||
| 392 | + | ||
| 393 | + * config/dmsDefaults.php: | ||
| 394 | + | ||
| 395 | + Oops, wasn't supposed to commit that version before. Actually check we | ||
| 396 | + have an error before trying to handle one. | ||
| 397 | + | ||
| 398 | +2005-01-05 00:56 nbm | ||
| 399 | + | ||
| 400 | + * config/dmsDefaults.php, lib/Log.inc: | ||
| 401 | + | ||
| 402 | + Handle startup errors slightly better - at least show them and stop | ||
| 403 | + trying to continue on regardless. | ||
| 404 | + | ||
| 405 | +2005-01-04 03:35 nbm | ||
| 406 | + | ||
| 407 | + * lib/users/User.inc: | ||
| 408 | + | ||
| 409 | + Use KTUtil::anyToBool to fix any null/broken boolean. | ||
| 410 | + | ||
| 411 | +2005-01-04 03:20 nbm | ||
| 412 | + | ||
| 413 | + * lib/foldermanagement/FolderDocTypeLink.inc: | ||
| 414 | + | ||
| 415 | + Add an _table() (semi-static) method to get the table name. | ||
| 416 | + | ||
| 417 | +2005-01-04 03:19 nbm | ||
| 418 | + | ||
| 419 | + * lib/database/dbutil.inc: | ||
| 420 | + | ||
| 421 | + Lower queries and other flow logging to DEBUG level. | ||
| 422 | + | ||
| 423 | +2005-01-04 03:14 nbm | ||
| 424 | + | ||
| 425 | + * lib/security/Permission.inc: | ||
| 426 | + | ||
| 427 | + Replace erroneous array addition with array_merge. Update sections to | ||
| 428 | + use DBUtil. | ||
| 429 | + | ||
| 430 | +2005-01-03 04:56 nbm | ||
| 431 | + | ||
| 432 | + * presentation/lookAndFeel/knowledgeTree/create.php: | ||
| 433 | + | ||
| 434 | + Get object name and path from the session correctly. | ||
| 435 | + | ||
| 436 | +2005-01-03 04:55 nbm | ||
| 437 | + | ||
| 438 | + * lib/subscriptions/Subscription.inc: | ||
| 439 | + | ||
| 440 | + Use iId, since all the other classes use it. | ||
| 441 | + | ||
| 442 | + (Even though all the non-class code uses iID...) | ||
| 443 | + | ||
| 444 | +2005-01-03 04:53 nbm | ||
| 445 | + | ||
| 446 | + * lib/documentmanagement/DocumentTransaction.inc: | ||
| 447 | + | ||
| 448 | + Modernise to use _table() for table name | ||
| 449 | + | ||
| 450 | +2005-01-03 04:11 nbm | ||
| 451 | + | ||
| 452 | + * presentation/lookAndFeel/knowledgeTree/: dashboardUI.inc, | ||
| 453 | + administration/doccheckoutmanagement/listDocumentsBL.php, | ||
| 454 | + administration/doctypemanagement/editDocTypeFieldsUI.inc, | ||
| 455 | + administration/documentmanagement/listDeletedDocumentsBL.php, | ||
| 456 | + administration/documentmanagement/manageArchivedDocumentsBL.php, | ||
| 457 | + administration/groupmanagement/editGroupUnitUI.inc, | ||
| 458 | + administration/groupmanagement/editGroupUsersUI.inc, | ||
| 459 | + administration/unitmanagement/addUnitUI.inc, | ||
| 460 | + administration/unitmanagement/editUnitOrgUI.inc, | ||
| 461 | + administration/unitmanagement/removeUnitFromOrgBL.php, | ||
| 462 | + administration/usermanagement/editUserGroupsUI.inc, | ||
| 463 | + discussions/viewDiscussionBL.php, | ||
| 464 | + discussions/viewDiscussionUI.inc, | ||
| 465 | + documentmanagement/deleteDocumentBL.php, | ||
| 466 | + documentmanagement/emailUI.inc, documentmanagement/viewBL.php, | ||
| 467 | + foldermanagement/deleteFolderBL.php, | ||
| 468 | + foldermanagement/deleteFolderDocTypeBL.php: | ||
| 469 | + | ||
| 470 | + Change getList users to using parameterised WhereClauses (if necessary) | ||
| 471 | + | ||
| 472 | +2005-01-03 04:06 nbm | ||
| 473 | + | ||
| 474 | + * lib/: archiving/DocumentArchiveSettingsFactory.inc, | ||
| 475 | + browse/Criteria.inc, browse/FolderBrowser.inc, | ||
| 476 | + dashboard/Dashboard.inc, unitmanagement/Unit.inc, users/User.inc: | ||
| 477 | + | ||
| 478 | + Change getList users to using parameterised WhereClauses (if necessary) | ||
| 479 | + | ||
| 480 | +2005-01-03 03:44 nbm | ||
| 481 | + | ||
| 482 | + * lib/ktentity.inc: | ||
| 483 | + | ||
| 484 | + Support having and not having the WHERE in the sWhereClause of getList, | ||
| 485 | + since it was not standardised. | ||
| 486 | + | ||
| 487 | +2005-01-03 03:36 nbm | ||
| 488 | + | ||
| 489 | + * lib/: archiving/ArchiveRestorationRequest.inc, | ||
| 490 | + archiving/ArchivingSettings.inc, archiving/ArchivingType.inc, | ||
| 491 | + archiving/DocumentArchiving.inc, archiving/TimePeriod.inc, | ||
| 492 | + archiving/TimeUnit.inc, dashboard/DashboardNews.inc, | ||
| 493 | + discussions/DiscussionComment.inc, | ||
| 494 | + discussions/DiscussionThread.inc, | ||
| 495 | + documentmanagement/DependantDocumentTemplate.inc, | ||
| 496 | + documentmanagement/Document.inc, | ||
| 497 | + documentmanagement/DocumentField.inc, | ||
| 498 | + documentmanagement/DocumentTransaction.inc, | ||
| 499 | + documentmanagement/DocumentType.inc, foldermanagement/Folder.inc, | ||
| 500 | + foldermanagement/FolderCollaboration.inc, | ||
| 501 | + foldermanagement/FolderDocTypeLink.inc, | ||
| 502 | + foldermanagement/FolderUserRole.inc, groups/Group.inc, | ||
| 503 | + groups/GroupFolderApprovalLink.inc, groups/GroupFolderLink.inc, | ||
| 504 | + groups/GroupUnitLink.inc, groups/GroupUserLink.inc, | ||
| 505 | + links/Link.inc, orgmanagement/Organisation.inc, roles/Role.inc, | ||
| 506 | + roles/RoleFolderLink.inc, unitmanagement/Unit.inc, | ||
| 507 | + unitmanagement/UnitOrganisationLink.inc, users/User.inc, | ||
| 508 | + web/WebDocument.inc, web/WebSite.inc: | ||
| 509 | + | ||
| 510 | + Use KTEntityUtil::getList instead of disparate getList implementations. | ||
| 511 | + | ||
| 512 | +2005-01-03 03:34 nbm | ||
| 513 | + | ||
| 514 | + * lib/ktentity.inc: | ||
| 515 | + | ||
| 516 | + Note that KTEntityUtil::getList's SQL query is safe | ||
| 517 | + | ||
| 518 | +2005-01-03 03:13 nbm | ||
| 519 | + | ||
| 520 | + * lib/ktentity.inc: | ||
| 521 | + | ||
| 522 | + KTEntityUtil::getList simplifies the disparate getList implementations, | ||
| 523 | + and provides for parameterised where clauses. | ||
| 524 | + | ||
| 525 | +2005-01-03 02:36 nbm | ||
| 526 | + | ||
| 527 | + * sql/mysql/: install/tables.sql, upgrade/1.2.4-to-1.2.5.sql: | ||
| 528 | + | ||
| 529 | + search_document_user_link doesn't need an ID field. | ||
| 530 | + | ||
| 531 | +2005-01-03 02:29 nbm | ||
| 532 | + | ||
| 533 | + * presentation/lookAndFeel/knowledgeTree/: | ||
| 534 | + preferences/editUserPrefsBL.php, | ||
| 535 | + administration/groupmanagement/editGroupBL.php, | ||
| 536 | + administration/rolemanagement/editRoleBL.php, | ||
| 537 | + administration/usermanagement/editUserBL.php, | ||
| 538 | + documentmanagement/modifyGenericMetaDataBL.php, | ||
| 539 | + documentmanagement/modifySpecificMetaDataBL.php, | ||
| 540 | + foldermanagement/editBL.php, | ||
| 541 | + foldermanagement/modifyFolderDataBL.php: | ||
| 542 | + | ||
| 543 | + Set up session page access to store.php if we're using it. | ||
| 544 | + | ||
| 545 | +2005-01-03 02:27 nbm | ||
| 546 | + | ||
| 547 | + * presentation/lookAndFeel/knowledgeTree/store.inc: | ||
| 548 | + | ||
| 549 | + Use DBUtil's autoInsert or autoUpdate for improved security and | ||
| 550 | + simplified code, as well as correct sequence ids for inserts. | ||
| 551 | + | ||
| 552 | +2005-01-03 01:42 nbm | ||
| 553 | + | ||
| 554 | + * presentation/lookAndFeel/knowledgeTree/store.inc: | ||
| 555 | + | ||
| 556 | + Whitespace cleanup. | ||
| 557 | + | ||
| 558 | +2005-01-03 01:34 nbm | ||
| 559 | + | ||
| 560 | + * lib/session/Session.inc: | ||
| 561 | + | ||
| 562 | + autoInsert returns the ID of the inserted row, not success. Use | ||
| 563 | + PEAR::isError to determine failure. | ||
| 564 | + | ||
| 565 | +2004-12-23 13:59 nbm | ||
| 566 | + | ||
| 567 | + * presentation/lookAndFeel/knowledgeTree/: js/divSwitch.js, | ||
| 568 | + search/advancedSearchBL.php, search/advancedSearchUI.inc: | ||
| 569 | + | ||
| 570 | + Extra-advanced search functionality - choose your search terms for each | ||
| 571 | + of filename, description, id, creator, document type, and each of your | ||
| 572 | + document fields. | ||
| 573 | + | ||
| 574 | +2004-12-23 13:56 nbm | ||
| 575 | + | ||
| 576 | + * lib/session/Session.inc: | ||
| 577 | + | ||
| 578 | + Use DBUtil::autoInsert to manipulate active_sessions, as it now uses | ||
| 579 | + sequences and not autoincrements. | ||
| 580 | + | ||
| 581 | +2004-12-23 13:55 nbm | ||
| 582 | + | ||
| 583 | + * lib/database/dbcompat.inc: | ||
| 584 | + | ||
| 585 | + Use DBUtil::runQuery to do our query, so we can get query logging. | ||
| 586 | + | ||
| 587 | +2004-12-23 13:47 nbm | ||
| 588 | + | ||
| 589 | + * lib/browse/Criteria.inc: | ||
| 590 | + | ||
| 591 | + Criteria now know how to generate the WHERE part of statements when | ||
| 592 | + they're being searched on in HTML form submissions. | ||
| 593 | + | ||
| 594 | +2004-12-23 09:33 nbm | ||
| 595 | + | ||
| 596 | + * lib/browse/Criteria.inc: | ||
| 597 | + | ||
| 598 | + Each Criterion now knows what its ID is, fixing the search widgets. | ||
| 599 | + | ||
| 600 | +2004-12-23 09:05 nbm | ||
| 601 | + | ||
| 602 | + * lib/browse/Criteria.inc: | ||
| 603 | + | ||
| 604 | + Allow criteria to render their own search widgets. | ||
| 605 | + | ||
| 606 | + Make it easy to get all the base metadata and all the generic document | ||
| 607 | + fields. | ||
| 608 | + | ||
| 609 | +2004-12-23 06:48 nbm | ||
| 610 | + | ||
| 611 | + * lib/browse/: Browser.inc, Criteria.inc, FolderBrowser.inc: | ||
| 612 | + | ||
| 613 | + Untie Criteria from Browser, so it can be used by others easily. | ||
| 614 | + | ||
| 615 | +2004-12-23 05:39 nbm | ||
| 616 | + | ||
| 617 | + * | ||
| 618 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc: | ||
| 619 | + | ||
| 620 | + Use the browser columns method to determine table width for table-wide | ||
| 621 | + announcements. | ||
| 622 | + | ||
| 623 | +2004-12-23 05:38 nbm | ||
| 624 | + | ||
| 625 | + * lib/browse/Browser.inc: | ||
| 626 | + | ||
| 627 | + Build the default criteria list from the browser_criteria table. | ||
| 628 | + | ||
| 629 | + Add a columns helper method to make building the table easier. | ||
| 630 | + | ||
| 631 | +2004-12-23 05:36 nbm | ||
| 632 | + | ||
| 633 | + * | ||
| 634 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php: | ||
| 635 | + | ||
| 636 | + Sort by "more" correct filename rather than name by default. | ||
| 637 | + | ||
| 638 | +2004-12-23 05:36 nbm | ||
| 639 | + | ||
| 640 | + * lib/browse/FolderBrowser.inc: | ||
| 641 | + | ||
| 642 | + Sort by "more" correct filename instead of name by default. | ||
| 643 | + | ||
| 644 | +2004-12-23 05:32 nbm | ||
| 645 | + | ||
| 646 | + * | ||
| 647 | + presentation/lookAndFeel/knowledgeTree/administration/browsemanagement/editBrowserBL.php, | ||
| 648 | + presentation/lookAndFeel/knowledgeTree/administration/browsemanagement/editBrowserUI.inc, | ||
| 649 | + sql/mysql/install/tables.sql, | ||
| 650 | + sql/mysql/upgrade/1.2.4-to-1.2.5.sql, config/siteMap.inc: | ||
| 651 | + | ||
| 652 | + Allow an administrator to determine which fields they want to display | ||
| 653 | + and in what order in the collection browser. | ||
| 654 | + | ||
| 655 | +2004-12-23 02:57 nbm | ||
| 656 | + | ||
| 657 | + * presentation/webpageTemplate.inc: | ||
| 658 | + | ||
| 659 | + Allow more administration links. | ||
| 660 | + | ||
| 661 | +2004-12-23 02:35 nbm | ||
| 662 | + | ||
| 663 | + * | ||
| 664 | + presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupUsersBL.php: | ||
| 665 | + | ||
| 666 | + Extract more request variables to global scope so this works. | ||
| 667 | + | ||
| 668 | +2004-12-22 06:41 nbm | ||
| 669 | + | ||
| 670 | + * | ||
| 671 | + presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/editOrgUI.inc: | ||
| 672 | + | ||
| 673 | + Fix broken HTML tag. | ||
| 674 | + | ||
| 675 | + Submitted by: Jorrit Jorritsma | ||
| 676 | + | ||
| 677 | +2004-12-22 06:35 nbm | ||
| 678 | + | ||
| 679 | + * lib/browse/Browser.inc, lib/browse/BrowserFactory.inc, | ||
| 680 | + lib/browse/FolderBrowser.inc, | ||
| 681 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php, | ||
| 682 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc: | ||
| 683 | + | ||
| 684 | + Centralise browser logic into per-criterion objects, making the | ||
| 685 | + interface respond to which criteria are set up in the browser. | ||
| 686 | + | ||
| 687 | + Also support generic metadata in the browser - as evidenced by the | ||
| 688 | + Category criterion added to the browser now. | ||
| 689 | + | ||
| 690 | +2004-12-22 02:32 nbm | ||
| 691 | + | ||
| 692 | + * | ||
| 693 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc: | ||
| 694 | + | ||
| 695 | + Fix some broken HTML in tables, and move checkboxes into their own column. | ||
| 696 | + | ||
| 697 | +2004-12-22 02:15 nbm | ||
| 698 | + | ||
| 699 | + * | ||
| 700 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc: | ||
| 701 | + | ||
| 702 | + Whitespace cleanup. | ||
| 703 | + | ||
| 704 | +2004-12-22 02:10 nbm | ||
| 705 | + | ||
| 706 | + * lib/browse/FolderBrowser.inc: | ||
| 707 | + | ||
| 708 | + Whitespace cleanup. | ||
| 709 | + | ||
| 710 | +2004-12-22 00:26 nbm | ||
| 711 | + | ||
| 712 | + * | ||
| 713 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php: | ||
| 714 | + | ||
| 715 | + Flatten the code to make it more understandable. | ||
| 716 | + | ||
| 717 | +2004-12-22 00:25 nbm | ||
| 718 | + | ||
| 719 | + * lib/browse/Browser.inc: | ||
| 720 | + | ||
| 721 | + Pretty up and make more understandable the sort criteria | ||
| 722 | + | ||
| 723 | +2004-12-22 00:24 nbm | ||
| 724 | + | ||
| 725 | + * lib/database/dbutil.inc: | ||
| 726 | + | ||
| 727 | + Add compactQuery, which turns multi-line queries into single-line ones, | ||
| 728 | + in case that's ever a problem (and to make the logs more log-like). | ||
| 729 | + | ||
| 730 | +2004-12-21 03:53 nbm | ||
| 731 | + | ||
| 732 | + * | ||
| 733 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/copyInheritedPermissionsBL.php, | ||
| 734 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/editUI.inc, | ||
| 735 | + config/siteMap.inc: | ||
| 736 | + | ||
| 737 | + Make it possible to copy inherited permissions directly onto folder | ||
| 738 | + | ||
| 739 | +2004-12-21 01:12 nbm | ||
| 740 | + | ||
| 741 | + * | ||
| 742 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/editBL.php: | ||
| 743 | + | ||
| 744 | + Untangle nested ifs to simplify understanding of code. | ||
| 745 | + | ||
| 746 | +2004-12-21 00:22 nbm | ||
| 747 | + | ||
| 748 | + * lib/visualpatterns/NavBar.inc, | ||
| 749 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc, | ||
| 750 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/modifyFolderDataUI.inc, | ||
| 751 | + tests/documentmanagement/viewUI.inc: | ||
| 752 | + | ||
| 753 | + Convert incorrect image tags to img | ||
| 754 | + | ||
| 755 | + SF Tracker: 1081772 | ||
| 756 | + Submitted by: Adam Monsen (meonkeys) | ||
| 757 | + | ||
| 758 | +2004-12-21 00:03 nbm | ||
| 759 | + | ||
| 760 | + * sql/mysql/install/tables.sql: | ||
| 761 | + | ||
| 762 | + Add missing comma from table definitions. | ||
| 763 | + | ||
| 764 | + SF Tracker: 1085242 | ||
| 765 | + Submitted by: joe1-1 | ||
| 766 | + | ||
| 767 | +2004-12-20 13:25 nbm | ||
| 768 | + | ||
| 769 | + * lib/: documentmanagement/DocumentField.inc, | ||
| 770 | + documentmanagement/DocumentFieldLink.inc, | ||
| 771 | + documentmanagement/DocumentLink.inc, | ||
| 772 | + documentmanagement/DocumentTransaction.inc, | ||
| 773 | + documentmanagement/DocumentType.inc, | ||
| 774 | + documentmanagement/DocumentTypeFieldLink.inc, | ||
| 775 | + documentmanagement/MetaData.inc, | ||
| 776 | + documentmanagement/PhysicalDocumentManager.inc, | ||
| 777 | + foldermanagement/Folder.inc, | ||
| 778 | + foldermanagement/FolderCollaboration.inc, | ||
| 779 | + foldermanagement/FolderDocTypeLink.inc, | ||
| 780 | + foldermanagement/FolderUserRole.inc, groups/Group.inc, | ||
| 781 | + groups/GroupFolderApprovalLink.inc, groups/GroupFolderLink.inc, | ||
| 782 | + groups/GroupUnitLink.inc, groups/GroupUserLink.inc, | ||
| 783 | + links/Link.inc, orgmanagement/Organisation.inc, roles/Role.inc, | ||
| 784 | + roles/RoleFolderLink.inc, security/Permission.inc, | ||
| 785 | + session/Session.inc, session/SiteMap.inc, | ||
| 786 | + subscriptions/Subscription.inc, | ||
| 787 | + subscriptions/SubscriptionEngine.inc, | ||
| 788 | + visualpatterns/PatternListBox.inc, | ||
| 789 | + visualpatterns/PatternMetaData.inc: | ||
| 790 | + | ||
| 791 | + Parameterise (or vette/mark) remaining SQL statements. | ||
| 792 | + | ||
| 793 | +2004-12-20 05:52 nbm | ||
| 794 | + | ||
| 795 | + * lib/: archiving/ArchiveRestorationRequest.inc, | ||
| 796 | + archiving/ArchivingSettings.inc, archiving/ArchivingType.inc, | ||
| 797 | + archiving/DocumentArchiving.inc, archiving/TimePeriod.inc, | ||
| 798 | + archiving/TimeUnit.inc, authentication/DBAuthenticator.inc, | ||
| 799 | + browse/DocumentTypeBrowser.inc, browse/FolderBrowser.inc, | ||
| 800 | + dashboard/Dashboard.inc, dashboard/DashboardNews.inc, | ||
| 801 | + discussions/DiscussionComment.inc, | ||
| 802 | + discussions/DiscussionThread.inc, | ||
| 803 | + documentmanagement/DependantDocumentInstance.inc, | ||
| 804 | + documentmanagement/DependantDocumentTemplate.inc, | ||
| 805 | + documentmanagement/Document.inc, | ||
| 806 | + documentmanagement/DocumentCollaboration.inc, | ||
| 807 | + subscriptions/SubscriptionManager.inc, unitmanagement/Unit.inc, | ||
| 808 | + unitmanagement/UnitOrganisationLink.inc, users/User.inc, | ||
| 809 | + web/WebDocument.inc: | ||
| 810 | + | ||
| 811 | + Parameterise (or vette/mark) more SQL queries | ||
| 812 | + | ||
| 813 | +2004-12-20 03:03 nbm | ||
| 814 | + | ||
| 815 | + * lib/: DefaultLookup.inc, System.inc, | ||
| 816 | + archiving/ArchiveRestorationRequest.inc, | ||
| 817 | + archiving/ArchivingSettings.inc, archiving/ArchivingType.inc, | ||
| 818 | + archiving/DocumentArchiving.inc, archiving/TimePeriod.inc, | ||
| 819 | + archiving/TimeUnit.inc, authentication/Authenticator.inc, | ||
| 820 | + authentication/DBAuthenticator.inc, browse/CategoryBrowser.inc, | ||
| 821 | + browse/DocumentTypeBrowser.inc, browse/FolderBrowser.inc, | ||
| 822 | + groups/GroupFolderLink.inc, | ||
| 823 | + visualpatterns/PatternBrowsableSearchResults.inc, | ||
| 824 | + visualpatterns/PatternMetaData.inc, web/WebDocument.inc, | ||
| 825 | + web/WebSite.inc: | ||
| 826 | + | ||
| 827 | + Parameterise (or vette) some SQL statements | ||
| 828 | + | ||
| 829 | +2004-12-20 03:02 nbm | ||
| 830 | + | ||
| 831 | + * lib/visualpatterns/PatternEditableTableSqlQuery.inc: | ||
| 832 | + | ||
| 833 | + Use the safer store/create session variables. | ||
| 834 | + | ||
| 835 | +2004-12-20 03:01 nbm | ||
| 836 | + | ||
| 837 | + * lib/visualpatterns/: PatternCreate.inc, | ||
| 838 | + PatternEditableListFromQuery.inc: | ||
| 839 | + | ||
| 840 | + Use the safer create/store session variables. | ||
| 841 | + | ||
| 842 | +2004-12-20 02:56 nbm | ||
| 843 | + | ||
| 844 | + * presentation/lookAndFeel/knowledgeTree/: help.php, | ||
| 845 | + administration/docfieldmanagement/listDocFieldsUI.inc, | ||
| 846 | + administration/doctypemanagement/listDocTypesUI.inc, | ||
| 847 | + administration/documentmanagement/manageArchivedDocumentsBL.php, | ||
| 848 | + administration/groupmanagement/editGroupUI.inc, | ||
| 849 | + administration/groupmanagement/editGroupUnitUI.inc, | ||
| 850 | + administration/groupmanagement/editGroupUsersUI.inc, | ||
| 851 | + administration/groupmanagement/listGroupsUI.inc, | ||
| 852 | + administration/linkmanagement/listLinksUI.inc, | ||
| 853 | + administration/news/newsUI.inc, | ||
| 854 | + administration/orgmanagement/listOrgUI.inc, | ||
| 855 | + administration/rolemanagement/editRoleUI.inc, | ||
| 856 | + administration/rolemanagement/listRolesUI.inc, | ||
| 857 | + administration/unitmanagement/listUnitsUI.inc, | ||
| 858 | + administration/usermanagement/editUserGroupsUI.inc, | ||
| 859 | + administration/usermanagement/editUserUI.inc, | ||
| 860 | + administration/usermanagement/listUsersBL.php, | ||
| 861 | + administration/usermanagement/listUsersUI.inc, | ||
| 862 | + administration/websitemanagement/listWebsitesUI.inc, | ||
| 863 | + documentmanagement/addDocumentUI.inc, | ||
| 864 | + documentmanagement/bulkUploadUI.inc, | ||
| 865 | + documentmanagement/collaborationBL.php, | ||
| 866 | + documentmanagement/modifyGenericMetaDataUI.inc, | ||
| 867 | + documentmanagement/modifySpecificMetaDataUI.inc, | ||
| 868 | + documentmanagement/viewHistoryUI.inc, | ||
| 869 | + documentmanagement/viewUI.inc, | ||
| 870 | + foldermanagement/addFolderDocTypeUI.inc, | ||
| 871 | + foldermanagement/editUI.inc, foldermanagement/folderUI.inc, | ||
| 872 | + foldermanagement/modifyFolderDataUI.inc, | ||
| 873 | + foldermanagement/viewDependantDocumentsUI.inc, | ||
| 874 | + preferences/editUserPrefsUI.inc, search/advancedSearchUI.inc, | ||
| 875 | + search/standardSearchUI.inc: | ||
| 876 | + | ||
| 877 | + Parameterise SQL statements under presentation/ | ||
| 878 | + | ||
| 879 | +2004-12-20 02:55 nbm | ||
| 880 | + | ||
| 881 | + * | ||
| 882 | + presentation/lookAndFeel/knowledgeTree/discussions/viewDiscussionBL.php: | ||
| 883 | + | ||
| 884 | + Remove commented-out code. | ||
| 885 | + | ||
| 886 | +2004-12-20 02:53 nbm | ||
| 887 | + | ||
| 888 | + * | ||
| 889 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentBL.php: | ||
| 890 | + | ||
| 891 | + Make code easier to understand by flattening nested if statements. | ||
| 892 | + | ||
| 893 | +2004-12-20 02:52 nbm | ||
| 894 | + | ||
| 895 | + * presentation/lookAndFeel/knowledgeTree/: create.php, store.inc, | ||
| 896 | + store.php: | ||
| 897 | + | ||
| 898 | + Make create and store safer: | ||
| 899 | + | ||
| 900 | + Require a built-up session. | ||
| 901 | + | ||
| 902 | + Store static data in a session instead of using a hidden form variable, | ||
| 903 | + out of the reach of attackers. | ||
| 904 | + | ||
| 905 | +2004-12-20 02:45 nbm | ||
| 906 | + | ||
| 907 | + * lib/foldermanagement/Folder.inc: | ||
| 908 | + | ||
| 909 | + Return false in getFolderPathAsArray if given folder doesn't exist. | ||
| 910 | + | ||
| 911 | +2004-12-20 02:44 nbm | ||
| 912 | + | ||
| 913 | + * lib/database/dbcompat.inc: | ||
| 914 | + | ||
| 915 | + Support parameterised queries in old database compatibility. | ||
| 916 | + | ||
| 917 | +2004-12-20 02:39 nbm | ||
| 918 | + | ||
| 919 | + * lib/util/ktutil.inc: | ||
| 920 | + | ||
| 921 | + Try harder to convert strings to bools. | ||
| 922 | + | ||
| 923 | +2004-12-20 01:06 nbm | ||
| 924 | + | ||
| 925 | + * lib/database/dbutil.inc: | ||
| 926 | + | ||
| 927 | + paramArray is useful when we have a variable-list sized IN (...) SQL | ||
| 928 | + statement. | ||
| 929 | + | ||
| 930 | + escapeSimple allows legacy code to use the loaded database's | ||
| 931 | + escapeSimple until we can clean it up properly. | ||
| 932 | + | ||
| 933 | +2004-12-20 01:04 nbm | ||
| 934 | + | ||
| 935 | + * config/dmsDefaults.php, lib/util/legacy.inc: | ||
| 936 | + | ||
| 937 | + Include PHP-based versions of functions that KnowledgeTree uses that | ||
| 938 | + aren't in earlier versions of PHP 4. | ||
| 939 | + | ||
| 940 | +2004-12-17 01:46 nbm | ||
| 941 | + | ||
| 942 | + * | ||
| 943 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/editUI.inc: | ||
| 944 | + | ||
| 945 | + Rename TestFolder to more useful InheritedFolder, and try to match the | ||
| 946 | + colour scheme a bit. | ||
| 947 | + | ||
| 948 | +2004-12-15 03:24 nbm | ||
| 949 | + | ||
| 950 | + * | ||
| 951 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/editUI.inc: | ||
| 952 | + | ||
| 953 | + Show inherited permissions if there are no direct permissions on the folder. | ||
| 954 | + | ||
| 955 | +2004-12-15 03:23 nbm | ||
| 956 | + | ||
| 957 | + * lib/visualpatterns/PatternTableSqlQuery.inc: | ||
| 958 | + | ||
| 959 | + Extend from PatternTableGeneric, passing in an adaptered version of the | ||
| 960 | + PEAR DB result set. | ||
| 961 | + | ||
| 962 | +2004-12-15 03:22 nbm | ||
| 963 | + | ||
| 964 | + * lib/visualpatterns/PatternTableGeneric.inc: | ||
| 965 | + | ||
| 966 | + PatternTableGeneric is a generic form of PatternTableSqlQuery, and takes | ||
| 967 | + a ResultSet from which it expects Results that handle 'get' method | ||
| 968 | + queries, so that we can also pass in standard arrays with dictionaries | ||
| 969 | + inside (suitably adapterised). | ||
| 970 | + | ||
| 971 | +2004-12-15 03:20 nbm | ||
| 972 | + | ||
| 973 | + * lib/database/dbutil.inc: | ||
| 974 | + | ||
| 975 | + Work for non-parameterised queries too! | ||
| 976 | + | ||
| 977 | +2004-12-15 03:20 nbm | ||
| 978 | + | ||
| 979 | + * lib/database/dbcompat.inc: | ||
| 980 | + | ||
| 981 | + Turn off copious logging | ||
| 982 | + | ||
| 983 | +2004-12-03 04:53 nbm | ||
| 984 | + | ||
| 985 | + * lib/: documentmanagement/DocumentCollaboration.inc, | ||
| 986 | + session/Session.inc: | ||
| 987 | + | ||
| 988 | + Replace manual UPDATEs to whereUpdate | ||
| 989 | + | ||
| 990 | +2004-12-03 04:52 nbm | ||
| 991 | + | ||
| 992 | + * lib/System.inc: | ||
| 993 | + | ||
| 994 | + Convert manual queries to autoInsert and whereUpdate. | ||
| 995 | + | ||
| 996 | +2004-12-03 04:48 nbm | ||
| 997 | + | ||
| 998 | + * lib/database/dbutil.inc: | ||
| 999 | + | ||
| 1000 | + Add DBUtill::whereUpdate, acts like autoUpdate except you can pass your | ||
| 1001 | + own where clause as dictionary (joined by AND) | ||
| 1002 | + | ||
| 1003 | +2004-12-03 04:47 nbm | ||
| 1004 | + | ||
| 1005 | + * lib/documentmanagement/DocumentLink.inc: | ||
| 1006 | + | ||
| 1007 | + Switch to using KTEntity | ||
| 1008 | + | ||
| 1009 | +2004-12-03 04:46 nbm | ||
| 1010 | + | ||
| 1011 | + * lib/database/dbcompat.inc: | ||
| 1012 | + | ||
| 1013 | + Check for an error as last result in fetchRow. | ||
| 1014 | + | ||
| 1015 | +2004-12-02 02:51 nbm | ||
| 1016 | + | ||
| 1017 | + * lib/: DefaultLookup.inc, archiving/ArchiveRestorationRequest.inc, | ||
| 1018 | + archiving/ArchivingSettings.inc, archiving/ArchivingType.inc, | ||
| 1019 | + archiving/DocumentArchiving.inc, archiving/TimePeriod.inc, | ||
| 1020 | + archiving/TimeUnit.inc, dashboard/DashboardNews.inc, | ||
| 1021 | + discussions/DiscussionComment.inc, | ||
| 1022 | + discussions/DiscussionThread.inc, | ||
| 1023 | + documentmanagement/DependantDocumentInstance.inc, | ||
| 1024 | + documentmanagement/DependantDocumentTemplate.inc, | ||
| 1025 | + documentmanagement/Document.inc, | ||
| 1026 | + documentmanagement/DocumentField.inc, | ||
| 1027 | + documentmanagement/DocumentFieldLink.inc, | ||
| 1028 | + documentmanagement/DocumentType.inc, | ||
| 1029 | + documentmanagement/DocumentTypeFieldLink.inc, | ||
| 1030 | + documentmanagement/MetaData.inc, foldermanagement/Folder.inc, | ||
| 1031 | + foldermanagement/FolderCollaboration.inc, | ||
| 1032 | + foldermanagement/FolderDocTypeLink.inc, | ||
| 1033 | + foldermanagement/FolderUserRole.inc, groups/Group.inc, | ||
| 1034 | + groups/GroupFolderApprovalLink.inc, groups/GroupFolderLink.inc, | ||
| 1035 | + groups/GroupUnitLink.inc, groups/GroupUserLink.inc, | ||
| 1036 | + links/Link.inc, orgmanagement/Organisation.inc, roles/Role.inc, | ||
| 1037 | + roles/RoleFolderLink.inc, subscriptions/Subscription.inc, | ||
| 1038 | + unitmanagement/Unit.inc, unitmanagement/UnitOrganisationLink.inc, | ||
| 1039 | + users/User.inc, web/WebDocument.inc, web/WebSite.inc: | ||
| 1040 | + | ||
| 1041 | + Move database-backed objects over to KTEntity | ||
| 1042 | + | ||
| 1043 | +2004-12-02 02:48 nbm | ||
| 1044 | + | ||
| 1045 | + * sql/mysql/: install/tables.sql, upgrade/1.2.4-to-1.2.5.sql: | ||
| 1046 | + | ||
| 1047 | + Add another unique name field. | ||
| 1048 | + | ||
| 1049 | +2004-12-01 13:32 nbm | ||
| 1050 | + | ||
| 1051 | + * config/dmsDefaults.php: | ||
| 1052 | + | ||
| 1053 | + Seed the randomiser, and make KTUtil and KTEntity available to all | ||
| 1054 | + pages. | ||
| 1055 | + | ||
| 1056 | +2004-12-01 13:30 nbm | ||
| 1057 | + | ||
| 1058 | + * lib/session/control.inc: | ||
| 1059 | + | ||
| 1060 | + By default, if page access has not been allowed, print an access | ||
| 1061 | + restricted message and exit. | ||
| 1062 | + | ||
| 1063 | + (Solves the problem of empty pages.) | ||
| 1064 | + | ||
| 1065 | +2004-12-01 13:28 nbm | ||
| 1066 | + | ||
| 1067 | + * lib/util/ktutil.inc: | ||
| 1068 | + | ||
| 1069 | + Try harder in anyToBool to find what people meant. | ||
| 1070 | + | ||
| 1071 | +2004-12-01 13:23 nbm | ||
| 1072 | + | ||
| 1073 | + * lib/ktentity.inc: | ||
| 1074 | + | ||
| 1075 | + Common base class for standard database-backed objects in KnowledgeTree. | ||
| 1076 | + | ||
| 1077 | +2004-12-01 13:22 nbm | ||
| 1078 | + | ||
| 1079 | + * lib/database/dbutil.inc: | ||
| 1080 | + | ||
| 1081 | + Add autoUpdate and autoDelete as per autoInsert. | ||
| 1082 | + | ||
| 1083 | +2004-12-01 10:09 nbm | ||
| 1084 | + | ||
| 1085 | + * lib/database/dbcompat.inc: | ||
| 1086 | + | ||
| 1087 | + Stop using deprecated call_user_method_array and use | ||
| 1088 | + call_user_func_array instead. | ||
| 1089 | + | ||
| 1090 | +2004-12-01 07:17 nbm | ||
| 1091 | + | ||
| 1092 | + * | ||
| 1093 | + presentation/lookAndFeel/knowledgeTree/administration/usermanagement/editUserUI.inc: | ||
| 1094 | + | ||
| 1095 | + Fix minor HTML tag error. | ||
| 1096 | + | ||
| 1097 | + SF tracker: 1061175 | ||
| 1098 | + Submitted by: Paul Gier (gier21) | ||
| 1099 | + | ||
| 1100 | +2004-12-01 05:57 nbm | ||
| 1101 | + | ||
| 1102 | + * lib/documentmanagement/Document.inc: | ||
| 1103 | + | ||
| 1104 | + anyToBool is in KTUtil... | ||
| 1105 | + | ||
| 1106 | +2004-12-01 05:56 nbm | ||
| 1107 | + | ||
| 1108 | + * lib/: groups/GroupUnitLink.inc, links/Link.inc, roles/Role.inc: | ||
| 1109 | + | ||
| 1110 | + Cover up errors that didn't get picked up by my testing. | ||
| 1111 | + | ||
| 1112 | +2004-12-01 05:46 nbm | ||
| 1113 | + | ||
| 1114 | + * lib/DefaultLookup.inc, lib/dms.inc, | ||
| 1115 | + lib/archiving/ArchiveRestorationRequest.inc, | ||
| 1116 | + lib/archiving/ArchivingSettings.inc, | ||
| 1117 | + lib/archiving/ArchivingType.inc, | ||
| 1118 | + lib/archiving/DocumentArchiving.inc, | ||
| 1119 | + lib/archiving/TimePeriod.inc, lib/archiving/TimeUnit.inc, | ||
| 1120 | + lib/dashboard/DashboardNews.inc, | ||
| 1121 | + lib/discussions/DiscussionComment.inc, | ||
| 1122 | + lib/discussions/DiscussionThread.inc, | ||
| 1123 | + lib/documentmanagement/DependantDocumentInstance.inc, | ||
| 1124 | + lib/documentmanagement/DependantDocumentTemplate.inc, | ||
| 1125 | + lib/documentmanagement/Document.inc, | ||
| 1126 | + lib/documentmanagement/DocumentField.inc, | ||
| 1127 | + lib/documentmanagement/DocumentFieldLink.inc, | ||
| 1128 | + lib/documentmanagement/DocumentLink.inc, | ||
| 1129 | + lib/documentmanagement/DocumentTransaction.inc, | ||
| 1130 | + lib/documentmanagement/DocumentType.inc, | ||
| 1131 | + lib/documentmanagement/DocumentTypeFieldLink.inc, | ||
| 1132 | + lib/documentmanagement/MetaData.inc, | ||
| 1133 | + lib/foldermanagement/Folder.inc, | ||
| 1134 | + lib/foldermanagement/FolderCollaboration.inc, | ||
| 1135 | + lib/foldermanagement/FolderDocTypeLink.inc, | ||
| 1136 | + lib/foldermanagement/FolderUserRole.inc, lib/groups/Group.inc, | ||
| 1137 | + lib/groups/GroupFolderApprovalLink.inc, | ||
| 1138 | + lib/groups/GroupFolderLink.inc, lib/groups/GroupUnitLink.inc, | ||
| 1139 | + lib/groups/GroupUserLink.inc, lib/links/Link.inc, | ||
| 1140 | + lib/orgmanagement/Organisation.inc, lib/roles/Role.inc, | ||
| 1141 | + lib/roles/RoleFolderLink.inc, lib/session/SiteMap.inc, | ||
| 1142 | + lib/subscriptions/Subscription.inc, lib/unitmanagement/Unit.inc, | ||
| 1143 | + lib/unitmanagement/UnitOrganisationLink.inc, lib/users/User.inc, | ||
| 1144 | + lib/util/ktutil.inc, lib/web/WebDocument.inc, | ||
| 1145 | + lib/web/WebSite.inc, sql/mysql/install/tables.sql, | ||
| 1146 | + sql/mysql/upgrade/1.2.4-to-1.2.5.sql: | ||
| 1147 | + | ||
| 1148 | + Move over to PEAR::DB's autoExecute via DBUtil::autoInsert, which gets | ||
| 1149 | + rid of all non-portable insert_id calls and introduces portable | ||
| 1150 | + sequences. | ||
| 1151 | + | ||
| 1152 | + You must run the commands in sql/mysql/upgrade/1.2.4-to-1.2.5.sql for | ||
| 1153 | + KnowledgeTree to function on your data. | ||
| 1154 | + | ||
| 1155 | +2004-12-01 04:31 nbm | ||
| 1156 | + | ||
| 1157 | + * lib/Log.inc: | ||
| 1158 | + | ||
| 1159 | + If we can't write the log, then we just don't, silently. | ||
| 1160 | + | ||
| 1161 | +2004-12-01 04:31 nbm | ||
| 1162 | + | ||
| 1163 | + * config/dmsDefaults.php: | ||
| 1164 | + | ||
| 1165 | + Make the DBUtil class available to all pages. | ||
| 1166 | + | ||
| 1167 | +2004-12-01 04:29 nbm | ||
| 1168 | + | ||
| 1169 | + * lib/database/dbcompat.inc: | ||
| 1170 | + | ||
| 1171 | + Set autofree on the compat database's results, as they're not explicitly | ||
| 1172 | + freed in legacy code. | ||
| 1173 | + | ||
| 1174 | +2004-12-01 04:28 nbm | ||
| 1175 | + | ||
| 1176 | + * lib/database/dbutil.inc: | ||
| 1177 | + | ||
| 1178 | + Database access utility class to reduce code repetition and complexity | ||
| 1179 | + and make it easier to make wide-spread changes in the database area. | ||
| 1180 | + | ||
| 1181 | +2004-11-30 01:15 nbm | ||
| 1182 | + | ||
| 1183 | + * config/dmsDefaults.php: | ||
| 1184 | + | ||
| 1185 | + Switch to using PEAR::DB for our database connectivity layer. Use | ||
| 1186 | + DBCompat to remove our use of phplib's DB classes, but allow existing | ||
| 1187 | + use of phplib's DB API to work until we remove them. | ||
| 1188 | + | ||
| 1189 | +2004-11-30 00:57 nbm | ||
| 1190 | + | ||
| 1191 | + * lib/database/dbcompat.inc: | ||
| 1192 | + | ||
| 1193 | + DBCompat provides a phplib DB API using a PEAR::DB database object. | ||
| 1194 | + | ||
| 1195 | +2004-11-29 12:21 nbm | ||
| 1196 | + | ||
| 1197 | + * presentation/lookAndFeel/knowledgeTree/: stylesheet.php, | ||
| 1198 | + documentmanagement/viewUI.inc: | ||
| 1199 | + | ||
| 1200 | + Make CSS-based buttons work better in IE. | ||
| 1201 | + | ||
| 1202 | + SF tracker: 1069404 | ||
| 1203 | + Submitted by: Stefano Ciancio (sciancio) | ||
| 1204 | + | ||
| 1205 | +2004-11-27 09:14 nbm | ||
| 1206 | + | ||
| 1207 | + * lib/System.inc: | ||
| 1208 | + | ||
| 1209 | + Use the global database handle instead of creating our own. | ||
| 1210 | + | ||
| 1211 | +2004-11-27 09:13 nbm | ||
| 1212 | + | ||
| 1213 | + * lib/System.inc: | ||
| 1214 | + | ||
| 1215 | + Don't include db.inc directly - dmsDefaults.inc has done it for us | ||
| 1216 | + already. | ||
| 1217 | + | ||
| 1218 | +2004-11-27 08:57 nbm | ||
| 1219 | + | ||
| 1220 | + * config/: dmsDefaults.php, environment.php: | ||
| 1221 | + | ||
| 1222 | + Remove non-config stuff from environment.php and place them in | ||
| 1223 | + dmsDefaults.php. | ||
| 1224 | + | ||
| 1225 | + Also disable database-based configuration by default. | ||
| 1226 | + | ||
| 1227 | +2004-11-27 08:19 nbm | ||
| 1228 | + | ||
| 1229 | + * lib/database/db.inc: | ||
| 1230 | + | ||
| 1231 | + Remove spurious haltmsg method. | ||
| 1232 | + | ||
| 1233 | +2004-11-27 08:17 nbm | ||
| 1234 | + | ||
| 1235 | + * lib/database/db.inc: | ||
| 1236 | + | ||
| 1237 | + Remove unused getLastQueryResultCount and getQueryString | ||
| 1238 | + | ||
| 1239 | +2004-11-27 08:13 nbm | ||
| 1240 | + | ||
| 1241 | + * lib/database/db.inc: | ||
| 1242 | + | ||
| 1243 | + Remove unused createSQLQuery and createSQLQueryWithOffset | ||
| 1244 | + | ||
| 1245 | +2004-11-27 08:12 nbm | ||
| 1246 | + | ||
| 1247 | + * lib/visualpatterns/PatternDatabaseTable.inc: | ||
| 1248 | + | ||
| 1249 | + Remove unused PatternDatabaseTable | ||
| 1250 | + | ||
| 1251 | +2004-11-27 02:26 nbm | ||
| 1252 | + | ||
| 1253 | + * config/dmsDefaults.php, config/siteMap.inc, | ||
| 1254 | + lib/documentmanagement/BulkUploadManager.inc, | ||
| 1255 | + lib/documentmanagement/File.inc, | ||
| 1256 | + lib/documentmanagement/PhysicalDocumentManager.inc, | ||
| 1257 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/bulkUploadBL.php, | ||
| 1258 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/bulkUploadUI.inc: | ||
| 1259 | + | ||
| 1260 | + Bulk upload support for KnowledgeTree | ||
| 1261 | + | ||
| 1262 | + SF tracker: 1072882 | ||
| 1263 | + Submitted by: Adam Monsen (meonkeys) | ||
| 1264 | + | ||
| 1265 | +2004-11-26 22:44 nbm | ||
| 1266 | + | ||
| 1267 | + * pear/: DB.php, DB/common.php, DB/dbase.php, DB/fbsql.php, | ||
| 1268 | + DB/ibase.php, DB/ifx.php, DB/msql.php, DB/mssql.php, | ||
| 1269 | + DB/mysql.php, DB/mysqli.php, DB/oci8.php, DB/odbc.php, | ||
| 1270 | + DB/pgsql.php, DB/sqlite.php, DB/storage.php, DB/sybase.php: | ||
| 1271 | + | ||
| 1272 | + PEAR DB from DB-1.6.8 | ||
| 1273 | + | ||
| 1274 | +2004-11-26 22:42 nbm | ||
| 1275 | + | ||
| 1276 | + * pear/PEAR.php: | ||
| 1277 | + | ||
| 1278 | + PEAR.php from PEAR-1.3.3.1 | ||
| 1279 | + | ||
| 1280 | +2004-11-26 22:29 nbm | ||
| 1281 | + | ||
| 1282 | + * control.php: | ||
| 1283 | + | ||
| 1284 | + Don't rely on register_globals. | ||
| 1285 | + | ||
| 1286 | +2004-11-26 13:15 nbm | ||
| 1287 | + | ||
| 1288 | + * config/dmsDefaults.php: | ||
| 1289 | + | ||
| 1290 | + Recover somewhat gracefully if people insist on turning on | ||
| 1291 | + register_globals and magic_quotes_gpc. Remove request parameters from | ||
| 1292 | + global scope, and if they're quoted by magic_quotes_gpc, dequote them. | ||
| 1293 | + | ||
| 1294 | +2004-11-26 13:10 nbm | ||
| 1295 | + | ||
| 1296 | + * presentation/: login.php, webpageTemplate.inc, | ||
| 1297 | + lookAndFeel/knowledgeTree/create.php, | ||
| 1298 | + lookAndFeel/knowledgeTree/help.php, | ||
| 1299 | + lookAndFeel/knowledgeTree/administration/doccheckoutmanagement/editDocCheckoutBL.php, | ||
| 1300 | + lookAndFeel/knowledgeTree/administration/doccheckoutmanagement/editDocCheckoutUI.inc, | ||
| 1301 | + lookAndFeel/knowledgeTree/administration/docfieldmanagement/addDocFieldSuccess.php, | ||
| 1302 | + lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldBL.php, | ||
| 1303 | + lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldLookupsBL.php, | ||
| 1304 | + lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldLookupsUI.inc, | ||
| 1305 | + lookAndFeel/knowledgeTree/administration/docfieldmanagement/listDocFieldsBL.php, | ||
| 1306 | + lookAndFeel/knowledgeTree/administration/docfieldmanagement/removeDocFieldBL.php, | ||
| 1307 | + lookAndFeel/knowledgeTree/administration/docfieldmanagement/removeDocFieldUI.inc, | ||
| 1308 | + lookAndFeel/knowledgeTree/administration/docfieldmanagement/metadatamanagement/addMetaDataBL.php, | ||
| 1309 | + lookAndFeel/knowledgeTree/administration/docfieldmanagement/metadatamanagement/editMetaDataBL.php, | ||
| 1310 | + lookAndFeel/knowledgeTree/administration/docfieldmanagement/metadatamanagement/removeMetaDataBL.php, | ||
| 1311 | + lookAndFeel/knowledgeTree/administration/doctypemanagement/addDocTypeFieldsLinkBL.php, | ||
| 1312 | + lookAndFeel/knowledgeTree/administration/doctypemanagement/addDocTypeSuccess.php, | ||
| 1313 | + lookAndFeel/knowledgeTree/administration/doctypemanagement/editDocTypeBL.php, | ||
| 1314 | + lookAndFeel/knowledgeTree/administration/doctypemanagement/editDocTypeFieldsBL.php, | ||
| 1315 | + lookAndFeel/knowledgeTree/administration/doctypemanagement/listDocTypesBL.php, | ||
| 1316 | + lookAndFeel/knowledgeTree/administration/doctypemanagement/removeDocTypeBL.php, | ||
| 1317 | + lookAndFeel/knowledgeTree/administration/documentmanagement/expungeDeletedDocumentsBL.php, | ||
| 1318 | + lookAndFeel/knowledgeTree/administration/documentmanagement/listDeletedDocumentsBL.php, | ||
| 1319 | + lookAndFeel/knowledgeTree/administration/documentmanagement/manageArchivedDocumentsBL.php, | ||
| 1320 | + lookAndFeel/knowledgeTree/administration/documentmanagement/restoreDeletedDocumentBL.php, | ||
| 1321 | + lookAndFeel/knowledgeTree/administration/groupmanagement/addGroupBL.php, | ||
| 1322 | + lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitBL.php, | ||
| 1323 | + lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupBL.php, | ||
| 1324 | + lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupUnitBL.php, | ||
| 1325 | + lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupUnitUI.inc, | ||
| 1326 | + lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupUsersBL.php, | ||
| 1327 | + lookAndFeel/knowledgeTree/administration/groupmanagement/listGroupsBL.php, | ||
| 1328 | + lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupBL.php, | ||
| 1329 | + lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupFromUnitBL.php, | ||
| 1330 | + lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupFromUnitUI.inc, | ||
| 1331 | + lookAndFeel/knowledgeTree/administration/linkmanagement/addLinkSuccess.php, | ||
| 1332 | + lookAndFeel/knowledgeTree/administration/linkmanagement/editLinkBL.php, | ||
| 1333 | + lookAndFeel/knowledgeTree/administration/linkmanagement/listLinksBL.php, | ||
| 1334 | + lookAndFeel/knowledgeTree/administration/linkmanagement/removeLinkBL.php, | ||
| 1335 | + lookAndFeel/knowledgeTree/administration/news/addNewsBL.php, | ||
| 1336 | + lookAndFeel/knowledgeTree/administration/news/editNewsBL.php, | ||
| 1337 | + lookAndFeel/knowledgeTree/administration/news/listNewsBL.php, | ||
| 1338 | + lookAndFeel/knowledgeTree/administration/news/previewNewsBL.php, | ||
| 1339 | + lookAndFeel/knowledgeTree/administration/news/removeNewsBL.php, | ||
| 1340 | + lookAndFeel/knowledgeTree/administration/orgmanagement/addOrgSuccess.php, | ||
| 1341 | + lookAndFeel/knowledgeTree/administration/orgmanagement/editOrgBL.php, | ||
| 1342 | + lookAndFeel/knowledgeTree/administration/orgmanagement/listOrgBL.php, | ||
| 1343 | + lookAndFeel/knowledgeTree/administration/orgmanagement/removeOrgBL.php, | ||
| 1344 | + lookAndFeel/knowledgeTree/administration/rolemanagement/editRoleBL.php, | ||
| 1345 | + lookAndFeel/knowledgeTree/administration/rolemanagement/listRolesBL.php, | ||
| 1346 | + lookAndFeel/knowledgeTree/administration/rolemanagement/removeRoleBL.php, | ||
| 1347 | + lookAndFeel/knowledgeTree/administration/systemsettings/systemSettingsBL.php, | ||
| 1348 | + lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitBL.php, | ||
| 1349 | + lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitToOrgBL.php, | ||
| 1350 | + lookAndFeel/knowledgeTree/administration/unitmanagement/editUnitBL.php, | ||
| 1351 | + lookAndFeel/knowledgeTree/administration/unitmanagement/editUnitOrgBL.php, | ||
| 1352 | + lookAndFeel/knowledgeTree/administration/unitmanagement/editUnitOrgUI.inc, | ||
| 1353 | + lookAndFeel/knowledgeTree/administration/unitmanagement/listUnitsBL.php, | ||
| 1354 | + lookAndFeel/knowledgeTree/administration/unitmanagement/listUnitsUI.inc, | ||
| 1355 | + lookAndFeel/knowledgeTree/administration/unitmanagement/removeUnitBL.php, | ||
| 1356 | + lookAndFeel/knowledgeTree/administration/unitmanagement/removeUnitFromOrgBL.php, | ||
| 1357 | + lookAndFeel/knowledgeTree/administration/usermanagement/addUserBL.php, | ||
| 1358 | + lookAndFeel/knowledgeTree/administration/usermanagement/editUserBL.php, | ||
| 1359 | + lookAndFeel/knowledgeTree/administration/usermanagement/editUserGroupsBL.php, | ||
| 1360 | + lookAndFeel/knowledgeTree/administration/usermanagement/listUsersBL.php, | ||
| 1361 | + lookAndFeel/knowledgeTree/administration/usermanagement/listUsersUI.inc, | ||
| 1362 | + lookAndFeel/knowledgeTree/administration/usermanagement/passwordManagementBL.php, | ||
| 1363 | + lookAndFeel/knowledgeTree/administration/usermanagement/removeUserBL.php, | ||
| 1364 | + lookAndFeel/knowledgeTree/administration/websitemanagement/addWebsiteSuccess.php, | ||
| 1365 | + lookAndFeel/knowledgeTree/administration/websitemanagement/editWebsiteBL.php, | ||
| 1366 | + lookAndFeel/knowledgeTree/administration/websitemanagement/listWebsitesBL.php, | ||
| 1367 | + lookAndFeel/knowledgeTree/administration/websitemanagement/removeWebsiteBL.php, | ||
| 1368 | + lookAndFeel/knowledgeTree/dashboard/news/displayNewsImage.php, | ||
| 1369 | + lookAndFeel/knowledgeTree/dashboard/news/displayNewsItem.php, | ||
| 1370 | + lookAndFeel/knowledgeTree/discussions/addCommentBL.php, | ||
| 1371 | + lookAndFeel/knowledgeTree/discussions/addCommentUI.inc, | ||
| 1372 | + lookAndFeel/knowledgeTree/discussions/viewDiscussionBL.php, | ||
| 1373 | + lookAndFeel/knowledgeTree/discussions/viewDiscussionUI.inc, | ||
| 1374 | + lookAndFeel/knowledgeTree/documentmanagement/addDocumentBL.php, | ||
| 1375 | + lookAndFeel/knowledgeTree/documentmanagement/addDocumentLinkBL.php, | ||
| 1376 | + lookAndFeel/knowledgeTree/documentmanagement/browseBL.php, | ||
| 1377 | + lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc, | ||
| 1378 | + lookAndFeel/knowledgeTree/documentmanagement/checkInDocumentBL.php, | ||
| 1379 | + lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentBL.php, | ||
| 1380 | + lookAndFeel/knowledgeTree/documentmanagement/collaborationBL.php, | ||
| 1381 | + lookAndFeel/knowledgeTree/documentmanagement/collaborationRollbackBL.php, | ||
| 1382 | + lookAndFeel/knowledgeTree/documentmanagement/collaborationUI.inc, | ||
| 1383 | + lookAndFeel/knowledgeTree/documentmanagement/createDependantDocumentBL.php, | ||
| 1384 | + lookAndFeel/knowledgeTree/documentmanagement/deleteDocumentBL.php, | ||
| 1385 | + lookAndFeel/knowledgeTree/documentmanagement/deleteDocumentUI.inc, | ||
| 1386 | + lookAndFeel/knowledgeTree/documentmanagement/downloadBL.php, | ||
| 1387 | + lookAndFeel/knowledgeTree/documentmanagement/emailBL.php, | ||
| 1388 | + lookAndFeel/knowledgeTree/documentmanagement/escalateDependantDocumentBL.php, | ||
| 1389 | + lookAndFeel/knowledgeTree/documentmanagement/modifyBL.php, | ||
| 1390 | + lookAndFeel/knowledgeTree/documentmanagement/modifyGenericMetaDataBL.php, | ||
| 1391 | + lookAndFeel/knowledgeTree/documentmanagement/modifyGenericMetaDataUI.inc, | ||
| 1392 | + lookAndFeel/knowledgeTree/documentmanagement/modifySpecificMetaDataBL.php, | ||
| 1393 | + lookAndFeel/knowledgeTree/documentmanagement/modifyUI.inc, | ||
| 1394 | + lookAndFeel/knowledgeTree/documentmanagement/moveDocumentBL.php, | ||
| 1395 | + lookAndFeel/knowledgeTree/documentmanagement/removeDocumentLinkBL.php, | ||
| 1396 | + lookAndFeel/knowledgeTree/documentmanagement/templateDocumentBrowseBL.php, | ||
| 1397 | + lookAndFeel/knowledgeTree/documentmanagement/templateDocumentBrowseUI.inc, | ||
| 1398 | + lookAndFeel/knowledgeTree/documentmanagement/viewBL.php, | ||
| 1399 | + lookAndFeel/knowledgeTree/documentmanagement/viewHistoryBL.php, | ||
| 1400 | + lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc, | ||
| 1401 | + lookAndFeel/knowledgeTree/documentmanagement/webDocumentBL.php, | ||
| 1402 | + lookAndFeel/knowledgeTree/documentmanagement/archiving/addArchiveSettingsBL.php, | ||
| 1403 | + lookAndFeel/knowledgeTree/documentmanagement/archiving/archiveDocumentBL.php, | ||
| 1404 | + lookAndFeel/knowledgeTree/documentmanagement/archiving/archiveSettingsUI.inc, | ||
| 1405 | + lookAndFeel/knowledgeTree/documentmanagement/archiving/modifyArchiveSettingsBL.php, | ||
| 1406 | + lookAndFeel/knowledgeTree/documentmanagement/archiving/requestDocumentRestoreBL.php, | ||
| 1407 | + lookAndFeel/knowledgeTree/foldermanagement/addFolderBL.php, | ||
| 1408 | + lookAndFeel/knowledgeTree/foldermanagement/addFolderCollaborationBL.php, | ||
| 1409 | + lookAndFeel/knowledgeTree/foldermanagement/addFolderDocTypeBL.php, | ||
| 1410 | + lookAndFeel/knowledgeTree/foldermanagement/addFolderUI.inc, | ||
| 1411 | + lookAndFeel/knowledgeTree/foldermanagement/addGroupFolderLinkBL.php, | ||
| 1412 | + lookAndFeel/knowledgeTree/foldermanagement/collaborationBL.php, | ||
| 1413 | + lookAndFeel/knowledgeTree/foldermanagement/deleteDependantDocumentBL.php, | ||
| 1414 | + lookAndFeel/knowledgeTree/foldermanagement/deleteFolderBL.php, | ||
| 1415 | + lookAndFeel/knowledgeTree/foldermanagement/deleteFolderCollaborationBL.php, | ||
| 1416 | + lookAndFeel/knowledgeTree/foldermanagement/deleteFolderDocTypeBL.php, | ||
| 1417 | + lookAndFeel/knowledgeTree/foldermanagement/deleteGroupFolderLinkBL.php, | ||
| 1418 | + lookAndFeel/knowledgeTree/foldermanagement/editBL.php, | ||
| 1419 | + lookAndFeel/knowledgeTree/foldermanagement/editGroupFolderLinkBL.php, | ||
| 1420 | + lookAndFeel/knowledgeTree/foldermanagement/folderUI.inc, | ||
| 1421 | + lookAndFeel/knowledgeTree/foldermanagement/groupFolderLinkUI.inc, | ||
| 1422 | + lookAndFeel/knowledgeTree/foldermanagement/modifyFolderDataBL.php, | ||
| 1423 | + lookAndFeel/knowledgeTree/foldermanagement/viewDependantDocumentsBL.php, | ||
| 1424 | + lookAndFeel/knowledgeTree/preferences/editUserPrefsBL.php, | ||
| 1425 | + lookAndFeel/knowledgeTree/preferences/passwordManagementBL.php, | ||
| 1426 | + lookAndFeel/knowledgeTree/search/advancedSearchBL.php, | ||
| 1427 | + lookAndFeel/knowledgeTree/search/standardSearchBL.php, | ||
| 1428 | + lookAndFeel/knowledgeTree/subscriptions/addSubscriptionBL.php, | ||
| 1429 | + lookAndFeel/knowledgeTree/subscriptions/manageSubscriptionsBL.php, | ||
| 1430 | + lookAndFeel/knowledgeTree/subscriptions/removeSubscriptionBL.php, | ||
| 1431 | + lookAndFeel/knowledgeTree/subscriptions/viewAlertBL.php: | ||
| 1432 | + | ||
| 1433 | + Don't rely on register_globals or similar mechanisms to access request | ||
| 1434 | + parameters. Either use KTUtil::extractGPC to bring specific parameters | ||
| 1435 | + to global scope or access them via the $_REQUEST array. | ||
| 1436 | + | ||
| 1437 | +2004-11-26 12:51 nbm | ||
| 1438 | + | ||
| 1439 | + * lib/documentmanagement/PhysicalDocumentManager.inc: | ||
| 1440 | + | ||
| 1441 | + Remove outdated comments | ||
| 1442 | + | ||
| 1443 | +2004-11-26 12:48 nbm | ||
| 1444 | + | ||
| 1445 | + * lib/: session/SiteMap.inc, browse/CategoryBrowser.inc, | ||
| 1446 | + browse/DocumentTypeBrowser.inc, browse/FolderBrowser.inc: | ||
| 1447 | + | ||
| 1448 | + Don't rely on register_globals for access to request variables. | ||
| 1449 | + | ||
| 1450 | +2004-11-26 09:27 nbm | ||
| 1451 | + | ||
| 1452 | + * lib/util/ktutil.inc: | ||
| 1453 | + | ||
| 1454 | + extractGPC moves specified request parameters to the global scope. | ||
| 1455 | + | ||
| 1456 | +2004-11-26 08:01 nbm | ||
| 1457 | + | ||
| 1458 | + * graphics/widgets/: checkall.png, clearall.png: | ||
| 1459 | + | ||
| 1460 | + Add checkall and clearall buttons | ||
| 1461 | + | ||
| 1462 | +2004-11-26 07:51 nbm | ||
| 1463 | + | ||
| 1464 | + * config/dmsDefaults.php: | ||
| 1465 | + | ||
| 1466 | + Autodetect paths and server name, and componentise and modernise the | ||
| 1467 | + initialisation process. | ||
| 1468 | + | ||
| 1469 | +2004-11-26 07:09 nbm | ||
| 1470 | + | ||
| 1471 | + * control.php: | ||
| 1472 | + | ||
| 1473 | + Fix up indentation and copious whitespace | ||
| 1474 | + | ||
| 1475 | +2004-11-23 00:13 michaeljoseph | ||
| 1476 | + | ||
| 1477 | + * lib/System.inc: | ||
| 1478 | + | ||
| 1479 | + Corrected folderHidingFlag typo | ||
| 1480 | + | ||
| 1481 | + SF Patch: 1071308 | ||
| 1482 | + Submitted by: Adam Monsen (meonkeys) | ||
| 1483 | + | ||
| 1484 | +2004-11-22 05:25 nbm | ||
| 1485 | + | ||
| 1486 | + * sql/mysql/install/tables.sql: | ||
| 1487 | + | ||
| 1488 | + Update version information for new installs. | ||
| 1489 | + | ||
| 1490 | +2004-11-19 06:48 michaeljoseph | ||
| 1491 | + | ||
| 1492 | + * sql/mysql/upgrade/: 1.2.3-to-1.2.4.sql, 1.2.4-to-1.2.5.sql: | ||
| 1493 | + | ||
| 1494 | + Adding intermediate db upgrade scripts (just setting the version number) | ||
| 1495 | + | ||
| 1496 | +2004-11-18 06:43 nbm | ||
| 1497 | + | ||
| 1498 | + * | ||
| 1499 | + presentation/lookAndFeel/knowledgeTree/search/advancedSearchUI.inc: | ||
| 1500 | + | ||
| 1501 | + Use getClearAllButton and getCheckAllButton instead of using directly. | ||
| 1502 | + | ||
| 1503 | +2004-11-18 06:42 nbm | ||
| 1504 | + | ||
| 1505 | + * | ||
| 1506 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc: | ||
| 1507 | + | ||
| 1508 | + Translate the buttons properly. | ||
| 1509 | + | ||
| 1510 | +2004-11-18 06:40 nbm | ||
| 1511 | + | ||
| 1512 | + * | ||
| 1513 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentUI.inc: | ||
| 1514 | + | ||
| 1515 | + Hook up some words that slipped through. | ||
| 1516 | + | ||
| 1517 | +2004-11-18 06:36 nbm | ||
| 1518 | + | ||
| 1519 | + * presentation/Html.inc: | ||
| 1520 | + | ||
| 1521 | + Add getClearAllButton and getCheckAllButton | ||
| 1522 | + | ||
| 1523 | +2004-11-18 06:25 nbm | ||
| 1524 | + | ||
| 1525 | + * lib/i18n/languageFunctions.inc: | ||
| 1526 | + | ||
| 1527 | + Add English to the list of available locales. Otherwise we'd skip past | ||
| 1528 | + an English preference to a lower-priority language. | ||
| 1529 | + | ||
| 1530 | +2004-11-18 06:24 nbm | ||
| 1531 | + | ||
| 1532 | + * i18n/knowledgeTree.po: | ||
| 1533 | + | ||
| 1534 | + Updated with new localisation hooks. | ||
| 1535 | + | ||
| 1536 | +2004-11-18 06:21 nbm | ||
| 1537 | + | ||
| 1538 | + * bin/generate-buttons.php: | ||
| 1539 | + | ||
| 1540 | + Generate Clear All and Check All buttons too. | ||
| 1541 | + | ||
| 1542 | +2004-11-18 05:16 nbm | ||
| 1543 | + | ||
| 1544 | + * lib/visualpatterns/NavBar.inc: | ||
| 1545 | + | ||
| 1546 | + Move the heading/logo to the left, and stylise a bit. | ||
| 1547 | + | ||
| 1548 | +2004-11-17 05:37 nbm | ||
| 1549 | + | ||
| 1550 | + * presentation/webpageTemplate.inc: | ||
| 1551 | + | ||
| 1552 | + Stop using absolute positioning for the contact images. | ||
| 1553 | + | ||
| 1554 | +2004-11-17 05:31 nbm | ||
| 1555 | + | ||
| 1556 | + * | ||
| 1557 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc: | ||
| 1558 | + | ||
| 1559 | + Make the view layout less dependent on specific pixel sizes, and use | ||
| 1560 | + divs in place of merely table rows for some cases. | ||
| 1561 | + | ||
| 1562 | +2004-11-16 04:53 nbm | ||
| 1563 | + | ||
| 1564 | + * lib/visualpatterns/PatternBrowsableSearchResults.inc: | ||
| 1565 | + | ||
| 1566 | + Fix off-by-one in whether to display the 'Next' button. | ||
| 1567 | + | ||
| 1568 | + SF Tracker: 1058334 | ||
| 1569 | + Submitted by: David Linsin (dlinsin) (bug report) | ||
| 1570 | + | ||
| 1571 | +2004-11-16 04:17 nbm | ||
| 1572 | + | ||
| 1573 | + * lib/visualpatterns/PatternBrowsableSearchResults.inc: | ||
| 1574 | + | ||
| 1575 | + Fix display problems when contentPaneScrolling is not used. | ||
| 1576 | + | ||
| 1577 | + SF Tracker: 1064616 | ||
| 1578 | + Submitted by: Stefano Ciancio (sciancio) | ||
| 1579 | + | ||
| 1580 | +2004-11-16 03:52 nbm | ||
| 1581 | + | ||
| 1582 | + * config/siteMap.inc, | ||
| 1583 | + presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupUsersBL.php, | ||
| 1584 | + presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupUsersUI.inc, | ||
| 1585 | + presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/listGroupsUI.inc, | ||
| 1586 | + presentation/lookAndFeel/knowledgeTree/administration/usermanagement/editUserGroupsUI.inc: | ||
| 1587 | + | ||
| 1588 | + Interface to quickly add/remove users from a chosen group. | ||
| 1589 | + | ||
| 1590 | + SF tracker: 1064590 | ||
| 1591 | + Submitted by: Stefano Ciancio (sciancio) | ||
| 1592 | + | ||
| 1593 | +2004-11-16 03:35 nbm | ||
| 1594 | + | ||
| 1595 | + * lib/security/Permission.inc: | ||
| 1596 | + | ||
| 1597 | + Don't reference old iDocumentId or null document objects | ||
| 1598 | + | ||
| 1599 | + SF tracker: 1066258 | ||
| 1600 | + Submitted by: Adam Monsen (meonkeys) | ||
| 1601 | + | ||
| 1602 | +2004-11-15 06:12 nbm | ||
| 1603 | + | ||
| 1604 | + * graphics/icons/login.png, presentation/Html.inc: | ||
| 1605 | + | ||
| 1606 | + Move from login.jpg to login.png | ||
| 1607 | + | ||
| 1608 | +2004-11-10 01:15 nbm | ||
| 1609 | + | ||
| 1610 | + * config/siteMap.inc, | ||
| 1611 | + presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserToGroupBL.php, | ||
| 1612 | + presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserToGroupUI.inc, | ||
| 1613 | + presentation/lookAndFeel/knowledgeTree/administration/usermanagement/editUserGroupsBL.php, | ||
| 1614 | + presentation/lookAndFeel/knowledgeTree/administration/usermanagement/editUserGroupsUI.inc, | ||
| 1615 | + presentation/lookAndFeel/knowledgeTree/administration/usermanagement/removeUserFromGroupBL.php, | ||
| 1616 | + presentation/lookAndFeel/knowledgeTree/administration/usermanagement/removeUserFromGroupUI.inc: | ||
| 1617 | + | ||
| 1618 | + Improve the User -> Group editing capability greatly. | ||
| 1619 | + | ||
| 1620 | + SF Tracker: 1060116 | ||
| 1621 | + Submitted by: Stefano Ciancio (sciancio) | ||
| 1622 | + | ||
| 1623 | +2004-11-10 01:07 nbm | ||
| 1624 | + | ||
| 1625 | + * presentation/lookAndFeel/knowledgeTree/js/OptionTransfer.js: | ||
| 1626 | + | ||
| 1627 | + Add "Match" capability to the OptionTransfer code. | ||
| 1628 | + | ||
| 1629 | + SF Tracker: 1060116 | ||
| 1630 | + Submitted by: Stefano Ciancio (sciancio) | ||
| 1631 | + | ||
| 1632 | +2004-11-10 00:37 nbm | ||
| 1633 | + | ||
| 1634 | + * bin/generate-buttons.php: | ||
| 1635 | + | ||
| 1636 | + Add login.png to the list of buttons to generate. | ||
| 1637 | + | ||
| 1638 | +2004-11-10 00:29 nbm | ||
| 1639 | + | ||
| 1640 | + * lib/security/Permission.inc: | ||
| 1641 | + | ||
| 1642 | + Replace left-over iFolderId references with oFolderId where iFolderId no | ||
| 1643 | + longer exists. | ||
| 1644 | + | ||
| 1645 | + SF tracker: 1062969 | ||
| 1646 | + Submitted by: Stefano Ciancio (sciancio) | ||
| 1647 | + | ||
| 1648 | +2004-11-04 04:43 nbm | ||
| 1649 | + | ||
| 1650 | + * config/environment.php: | ||
| 1651 | + | ||
| 1652 | + Default to useAcceptLanguageHeader and not displaying the javascript | ||
| 1653 | + scrollbars. | ||
| 1654 | + | ||
| 1655 | +2004-11-04 04:28 nbm | ||
| 1656 | + | ||
| 1657 | + * presentation/lookAndFeel/knowledgeTree/administration/: | ||
| 1658 | + docfieldmanagement/addDocFieldUI.inc, | ||
| 1659 | + groupmanagement/addGroupBL.php, usermanagement/removeUserUI.inc: | ||
| 1660 | + | ||
| 1661 | + Standardise some translated text. | ||
| 1662 | + | ||
| 1663 | +2004-11-04 03:28 nbm | ||
| 1664 | + | ||
| 1665 | + * presentation/login.php: | ||
| 1666 | + | ||
| 1667 | + Remove Content-Type meta tag - already set in headers. | ||
| 1668 | + | ||
| 1669 | +2004-11-04 02:06 nbm | ||
| 1670 | + | ||
| 1671 | + * lib/visualpatterns/PatternMainPage.inc: | ||
| 1672 | + | ||
| 1673 | + Remove Content-Type meta tag - already set in header. | ||
| 1674 | + | ||
| 1675 | + Also don't default value for bScroll, since it's overridden in the | ||
| 1676 | + constructor. | ||
| 1677 | + | ||
| 1678 | +2004-11-04 01:55 nbm | ||
| 1679 | + | ||
| 1680 | + * lib/i18n/accept-to-gettext.inc: | ||
| 1681 | + | ||
| 1682 | + Be wildly unfair, and if the character set hasn't been detected | ||
| 1683 | + properly, assume iso-8859-1. | ||
| 1684 | + | ||
| 1685 | +2004-11-03 10:18 nbm | ||
| 1686 | + | ||
| 1687 | + * i18n/it_IT/graphics/widgets/: add.png, archive.png, assign.png, | ||
| 1688 | + browse.png, cancel.png, checkin.png, checkout.png, delete.png, | ||
| 1689 | + done.png, edit.png, email.png, expunge.png, move.png, new.png, | ||
| 1690 | + remove.png, restore.png, search.png, select.png, update.png: | ||
| 1691 | + | ||
| 1692 | + Italian version of form buttons. | ||
| 1693 | + | ||
| 1694 | +2004-11-03 08:34 nbm | ||
| 1695 | + | ||
| 1696 | + * i18n/it_IT/LC_MESSAGES/: knowledgeTree.mo, knowledgeTree.po: | ||
| 1697 | + | ||
| 1698 | + Add Italian translations performed by Andrea Toneguzzi and Emil Martini | ||
| 1699 | + at btz.it. | ||
| 1700 | + | ||
| 1701 | + Manually added some extra words for buttons to be able to show off - | ||
| 1702 | + hopefully I didn't get it too wrong. | ||
| 1703 | + | ||
| 1704 | + Thanks guys! | ||
| 1705 | + | ||
| 1706 | +2004-11-03 08:31 nbm | ||
| 1707 | + | ||
| 1708 | + * i18n/knowledgeTree.po: | ||
| 1709 | + | ||
| 1710 | + Update to reflect current state. | ||
| 1711 | + | ||
| 1712 | +2004-11-03 06:34 nbm | ||
| 1713 | + | ||
| 1714 | + * graphics/widgets/add.gif, graphics/widgets/add.png, | ||
| 1715 | + graphics/widgets/addcomment.gif, graphics/widgets/addcomment.png, | ||
| 1716 | + graphics/widgets/approve.gif, graphics/widgets/approve.png, | ||
| 1717 | + graphics/widgets/archive.gif, graphics/widgets/archive.png, | ||
| 1718 | + graphics/widgets/assign.gif, graphics/widgets/assign.png, | ||
| 1719 | + graphics/widgets/back.gif, graphics/widgets/back.png, | ||
| 1720 | + graphics/widgets/begin.gif, graphics/widgets/begin.png, | ||
| 1721 | + graphics/widgets/browse.gif, graphics/widgets/browse.png, | ||
| 1722 | + graphics/widgets/cancel.gif, graphics/widgets/cancel.png, | ||
| 1723 | + graphics/widgets/checkin.gif, graphics/widgets/checkin.png, | ||
| 1724 | + graphics/widgets/checkout.gif, graphics/widgets/checkout.png, | ||
| 1725 | + graphics/widgets/delete.gif, graphics/widgets/delete.png, | ||
| 1726 | + graphics/widgets/done.gif, graphics/widgets/done.png, | ||
| 1727 | + graphics/widgets/download.gif, graphics/widgets/download.png, | ||
| 1728 | + graphics/widgets/edit.gif, graphics/widgets/edit.png, | ||
| 1729 | + graphics/widgets/email.gif, graphics/widgets/email.png, | ||
| 1730 | + graphics/widgets/expunge.gif, graphics/widgets/expunge.png, | ||
| 1731 | + graphics/widgets/move.gif, graphics/widgets/move.png, | ||
| 1732 | + graphics/widgets/movehere.gif, graphics/widgets/movehere.png, | ||
| 1733 | + graphics/widgets/new.gif, graphics/widgets/new.png, | ||
| 1734 | + graphics/widgets/next.gif, graphics/widgets/next.png, | ||
| 1735 | + graphics/widgets/publish.gif, graphics/widgets/publish.png, | ||
| 1736 | + graphics/widgets/reject.gif, graphics/widgets/reject.png, | ||
| 1737 | + graphics/widgets/remove.gif, graphics/widgets/remove.png, | ||
| 1738 | + graphics/widgets/reply.gif, graphics/widgets/reply.png, | ||
| 1739 | + graphics/widgets/reset.gif, graphics/widgets/reset.png, | ||
| 1740 | + graphics/widgets/restore.gif, graphics/widgets/restore.png, | ||
| 1741 | + graphics/widgets/restorehere.gif, | ||
| 1742 | + graphics/widgets/restorehere.png, graphics/widgets/search.gif, | ||
| 1743 | + graphics/widgets/search.png, graphics/widgets/select.gif, | ||
| 1744 | + graphics/widgets/select.png, graphics/widgets/submit.gif, | ||
| 1745 | + graphics/widgets/submit.png, graphics/widgets/subscribe.gif, | ||
| 1746 | + graphics/widgets/subscribe.png, graphics/widgets/unsubscribe.gif, | ||
| 1747 | + graphics/widgets/unsubscribe.png, graphics/widgets/update.gif, | ||
| 1748 | + graphics/widgets/update.png, graphics/widgets/updatePassword.gif, | ||
| 1749 | + graphics/widgets/updatePassword.png, presentation/Html.inc: | ||
| 1750 | + | ||
| 1751 | + Move to auto-generated PNG files from generate-button.php | ||
| 1752 | + | ||
| 1753 | +2004-11-03 06:10 nbm | ||
| 1754 | + | ||
| 1755 | + * bin/generate-buttons.php: | ||
| 1756 | + | ||
| 1757 | + A script that generates the Add/Back/Cancel/Next form buttons. Can take | ||
| 1758 | + a locale, which will be used to get the correct wording in the buttons. | ||
| 1759 | + | ||
| 1760 | +2004-11-03 00:12 nbm | ||
| 1761 | + | ||
| 1762 | + * docs/i18n.txt, | ||
| 1763 | + lib/visualpatterns/PatternBrowsableSearchResults.inc, | ||
| 1764 | + presentation/Html.inc, presentation/login.php, | ||
| 1765 | + presentation/lookAndFeel/knowledgeTree/administration/adminUI.inc, | ||
| 1766 | + presentation/lookAndFeel/knowledgeTree/administration/doccheckoutmanagement/editDocCheckoutUI.inc, | ||
| 1767 | + presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/addDocFieldSuccess.php, | ||
| 1768 | + presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/addDocFieldUI.inc, | ||
| 1769 | + presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldLookupsUI.inc, | ||
| 1770 | + presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldUI.inc, | ||
| 1771 | + presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/removeDocFieldUI.inc, | ||
| 1772 | + presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/metadatamanagement/addMetaDataUI.inc, | ||
| 1773 | + presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/metadatamanagement/editMetaDataUI.inc, | ||
| 1774 | + presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/metadatamanagement/removeMetaDataUI.inc, | ||
| 1775 | + presentation/lookAndFeel/knowledgeTree/administration/doctypemanagement/addDocTypeFieldsLinkUI.inc, | ||
| 1776 | + presentation/lookAndFeel/knowledgeTree/administration/doctypemanagement/addDocTypeSuccess.php, | ||
| 1777 | + presentation/lookAndFeel/knowledgeTree/administration/doctypemanagement/addDocTypeUI.inc, | ||
| 1778 | + presentation/lookAndFeel/knowledgeTree/administration/doctypemanagement/editDocTypeFieldsUI.inc, | ||
| 1779 | + presentation/lookAndFeel/knowledgeTree/administration/doctypemanagement/editDocTypeUI.inc, | ||
| 1780 | + presentation/lookAndFeel/knowledgeTree/administration/doctypemanagement/removeDocTypeUI.inc, | ||
| 1781 | + presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/archivedDocumentsUI.inc, | ||
| 1782 | + presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/expungeDeletedDocumentsUI.inc, | ||
| 1783 | + presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/listDeletedDocumentsUI.inc, | ||
| 1784 | + presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/restoreDeletedDocumentsUI.inc, | ||
| 1785 | + presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/addGroupUI.inc, | ||
| 1786 | + presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/assignGroupToUnitUI.inc, | ||
| 1787 | + presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupFail.php, | ||
| 1788 | + presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupSuccess.php, | ||
| 1789 | + presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupUI.inc, | ||
| 1790 | + presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/editGroupUnitUI.inc, | ||
| 1791 | + presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupFail.php, | ||
| 1792 | + presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupFromUnitUI.inc, | ||
| 1793 | + presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupSuccess.php, | ||
| 1794 | + presentation/lookAndFeel/knowledgeTree/administration/groupmanagement/removeGroupUI.inc, | ||
| 1795 | + presentation/lookAndFeel/knowledgeTree/administration/linkmanagement/addLinkSuccess.php, | ||
| 1796 | + presentation/lookAndFeel/knowledgeTree/administration/linkmanagement/addLinkUI.inc, | ||
| 1797 | + presentation/lookAndFeel/knowledgeTree/administration/linkmanagement/editLinkUI.inc, | ||
| 1798 | + presentation/lookAndFeel/knowledgeTree/administration/linkmanagement/removeLinkUI.inc, | ||
| 1799 | + presentation/lookAndFeel/knowledgeTree/administration/news/newsUI.inc, | ||
| 1800 | + presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/addOrgSuccess.php, | ||
| 1801 | + presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/addOrgUI.inc, | ||
| 1802 | + presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/editOrgUI.inc, | ||
| 1803 | + presentation/lookAndFeel/knowledgeTree/administration/orgmanagement/removeOrgUI.inc, | ||
| 1804 | + presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/addRoleUI.inc, | ||
| 1805 | + presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/editRoleSuccess.php, | ||
| 1806 | + presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/editRoleUI.inc, | ||
| 1807 | + presentation/lookAndFeel/knowledgeTree/administration/rolemanagement/removeRoleUI.inc, | ||
| 1808 | + presentation/lookAndFeel/knowledgeTree/administration/systemsettings/systemSettingsUI.inc, | ||
| 1809 | + presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitToOrgUI.inc, | ||
| 1810 | + presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/addUnitUI.inc, | ||
| 1811 | + presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/editUnitOrgUI.inc, | ||
| 1812 | + presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/editUnitUI.inc, | ||
| 1813 | + presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/removeUnitFromOrgUI.inc, | ||
| 1814 | + presentation/lookAndFeel/knowledgeTree/administration/unitmanagement/removeUnitUI.inc, | ||
| 1815 | + presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserToGroupUI.inc, | ||
| 1816 | + presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserUI.inc, | ||
| 1817 | + presentation/lookAndFeel/knowledgeTree/administration/usermanagement/editUserGroupsUI.inc, | ||
| 1818 | + presentation/lookAndFeel/knowledgeTree/administration/usermanagement/editUserUI.inc, | ||
| 1819 | + presentation/lookAndFeel/knowledgeTree/administration/usermanagement/passwordManagementUI.inc, | ||
| 1820 | + presentation/lookAndFeel/knowledgeTree/administration/usermanagement/removeUserFromGroupUI.inc, | ||
| 1821 | + presentation/lookAndFeel/knowledgeTree/administration/usermanagement/removeUserUI.inc, | ||
| 1822 | + presentation/lookAndFeel/knowledgeTree/administration/websitemanagement/addWebsiteSuccess.php, | ||
| 1823 | + presentation/lookAndFeel/knowledgeTree/administration/websitemanagement/addWebsiteUI.inc, | ||
| 1824 | + presentation/lookAndFeel/knowledgeTree/administration/websitemanagement/editWebsiteUI.inc, | ||
| 1825 | + presentation/lookAndFeel/knowledgeTree/administration/websitemanagement/removeWebsiteUI.inc, | ||
| 1826 | + presentation/lookAndFeel/knowledgeTree/discussions/addCommentUI.inc, | ||
| 1827 | + presentation/lookAndFeel/knowledgeTree/discussions/viewCommentUI.inc, | ||
| 1828 | + presentation/lookAndFeel/knowledgeTree/discussions/viewDiscussionUI.inc, | ||
| 1829 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentBL.php, | ||
| 1830 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentLinkUI.inc, | ||
| 1831 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/addDocumentUI.inc, | ||
| 1832 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc, | ||
| 1833 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/checkInDocumentUI.inc, | ||
| 1834 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentUI.inc, | ||
| 1835 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/collaborationRollbackUI.inc, | ||
| 1836 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/collaborationUI.inc, | ||
| 1837 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/createDependantDocumentUI.inc, | ||
| 1838 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/deleteDocumentUI.inc, | ||
| 1839 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/documentUI.inc, | ||
| 1840 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/downloadBL.php, | ||
| 1841 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/emailUI.inc, | ||
| 1842 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/escalateDependantDocumentUI.inc, | ||
| 1843 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyGenericMetaDataUI.inc, | ||
| 1844 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/modifySpecificMetaDataUI.inc, | ||
| 1845 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyUI.inc, | ||
| 1846 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentUI.inc, | ||
| 1847 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/removeDocumentLinkUI.inc, | ||
| 1848 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php, | ||
| 1849 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/viewHistoryUI.inc, | ||
| 1850 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc, | ||
| 1851 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/webDocumentUI.inc, | ||
| 1852 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/archiveSettingsUI.inc, | ||
| 1853 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/restoreArchivedDocumentUI.inc, | ||
| 1854 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderBL.php, | ||
| 1855 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderCollaborationUI.inc, | ||
| 1856 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderDocTypeUI.inc, | ||
| 1857 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderUI.inc, | ||
| 1858 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/collaborationUI.inc, | ||
| 1859 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/deleteDependantDocumentUI.inc, | ||
| 1860 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/deleteFolderCollaborationUI.inc, | ||
| 1861 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/deleteFolderDocTypeUI.inc, | ||
| 1862 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/deleteFolderUI.inc, | ||
| 1863 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/editBL.php, | ||
| 1864 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/editUI.inc, | ||
| 1865 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/groupFolderLinkUI.inc, | ||
| 1866 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/modifyFolderDataUI.inc, | ||
| 1867 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/viewDependantDocumentsUI.inc, | ||
| 1868 | + presentation/lookAndFeel/knowledgeTree/preferences/editUserPrefsUI.inc, | ||
| 1869 | + presentation/lookAndFeel/knowledgeTree/preferences/passwordManagementUI.inc, | ||
| 1870 | + presentation/lookAndFeel/knowledgeTree/search/advancedSearchUI.inc, | ||
| 1871 | + presentation/lookAndFeel/knowledgeTree/subscriptions/subscriptionUI.inc: | ||
| 1872 | + | ||
| 1873 | + Replace direct image paths by getAddButton-style functions. | ||
| 1874 | + | ||
| 1875 | +2004-10-28 08:25 nbm | ||
| 1876 | + | ||
| 1877 | + * presentation/lookAndFeel/knowledgeTree/: dashboardUI.inc, | ||
| 1878 | + noAccess.php, | ||
| 1879 | + administration/doccheckoutmanagement/editDocCheckoutBL.php, | ||
| 1880 | + administration/docfieldmanagement/addDocFieldUI.inc, | ||
| 1881 | + administration/docfieldmanagement/metadatamanagement/addMetaDataUI.inc, | ||
| 1882 | + administration/documentmanagement/manageArchivedDocumentsBL.php, | ||
| 1883 | + administration/groupmanagement/addGroupBL.php, | ||
| 1884 | + administration/groupmanagement/removeGroupUI.inc, | ||
| 1885 | + administration/linkmanagement/removeLinkUI.inc, | ||
| 1886 | + administration/news/addNewsBL.php, | ||
| 1887 | + administration/rolemanagement/removeRoleUI.inc, | ||
| 1888 | + administration/unitmanagement/editUnitOrgUI.inc, | ||
| 1889 | + administration/usermanagement/passwordManagementBL.php, | ||
| 1890 | + administration/usermanagement/removeUserFromGroupUI.inc, | ||
| 1891 | + administration/usermanagement/removeUserUI.inc, | ||
| 1892 | + administration/websitemanagement/addWebsiteSuccess.php, | ||
| 1893 | + administration/websitemanagement/addWebsiteUI.inc, | ||
| 1894 | + administration/websitemanagement/editWebsiteBL.php, | ||
| 1895 | + administration/websitemanagement/editWebsiteUI.inc, | ||
| 1896 | + administration/websitemanagement/listWebsitesUI.inc, | ||
| 1897 | + administration/websitemanagement/removeWebsiteBL.php, | ||
| 1898 | + administration/websitemanagement/removeWebsiteUI.inc, | ||
| 1899 | + discussions/addCommentBL.php, discussions/addCommentUI.inc, | ||
| 1900 | + discussions/viewCommentBL.php, discussions/viewCommentUI.inc, | ||
| 1901 | + discussions/viewDiscussionBL.php, | ||
| 1902 | + discussions/viewDiscussionUI.inc, | ||
| 1903 | + documentmanagement/addDocumentBL.php, | ||
| 1904 | + documentmanagement/addDocumentLinkBL.php, | ||
| 1905 | + documentmanagement/addDocumentLinkUI.inc, | ||
| 1906 | + documentmanagement/addDocumentUI.inc, | ||
| 1907 | + documentmanagement/browseUI.inc, | ||
| 1908 | + documentmanagement/checkInDocumentBL.php, | ||
| 1909 | + documentmanagement/checkInDocumentUI.inc, | ||
| 1910 | + documentmanagement/checkOutDocumentBL.php, | ||
| 1911 | + documentmanagement/checkOutDocumentUI.inc, | ||
| 1912 | + documentmanagement/collaborationBL.php, | ||
| 1913 | + documentmanagement/collaborationRollbackBL.php, | ||
| 1914 | + documentmanagement/collaborationRollbackUI.inc, | ||
| 1915 | + documentmanagement/collaborationUI.inc, | ||
| 1916 | + documentmanagement/createDependantDocumentBL.php, | ||
| 1917 | + documentmanagement/createDependantDocumentUI.inc, | ||
| 1918 | + documentmanagement/deleteDocumentBL.php, | ||
| 1919 | + documentmanagement/deleteDocumentUI.inc, | ||
| 1920 | + documentmanagement/downloadBL.php, | ||
| 1921 | + documentmanagement/emailBL.php, documentmanagement/emailUI.inc, | ||
| 1922 | + documentmanagement/escalateDependantDocumentBL.php, | ||
| 1923 | + documentmanagement/escalateDependantDocumentUI.inc, | ||
| 1924 | + documentmanagement/modifyBL.php, | ||
| 1925 | + documentmanagement/modifyGenericMetaDataUI.inc, | ||
| 1926 | + documentmanagement/modifySpecificMetaDataUI.inc, | ||
| 1927 | + documentmanagement/moveDocumentBL.php, | ||
| 1928 | + documentmanagement/moveDocumentUI.inc, | ||
| 1929 | + documentmanagement/removeDocumentLinkBL.php, | ||
| 1930 | + documentmanagement/removeDocumentLinkUI.inc, | ||
| 1931 | + documentmanagement/templateDocumentBrowseUI.inc, | ||
| 1932 | + documentmanagement/viewBL.php, | ||
| 1933 | + documentmanagement/viewHistoryBL.php, | ||
| 1934 | + documentmanagement/viewHistoryUI.inc, | ||
| 1935 | + documentmanagement/viewUI.inc, | ||
| 1936 | + documentmanagement/webDocumentBL.php, | ||
| 1937 | + documentmanagement/archiving/addArchiveSettingsBL.php, | ||
| 1938 | + documentmanagement/archiving/archiveDocumentBL.php, | ||
| 1939 | + documentmanagement/archiving/archiveSettingsUI.inc, | ||
| 1940 | + documentmanagement/archiving/modifyArchiveSettingsBL.php, | ||
| 1941 | + documentmanagement/archiving/restoreArchivedDocumentUI.inc, | ||
| 1942 | + foldermanagement/addFolderBL.php, | ||
| 1943 | + foldermanagement/addFolderCollaborationBL.php, | ||
| 1944 | + foldermanagement/addFolderCollaborationUI.inc, | ||
| 1945 | + foldermanagement/addFolderDocTypeBL.php, | ||
| 1946 | + foldermanagement/addFolderDocTypeUI.inc, | ||
| 1947 | + foldermanagement/addFolderUI.inc, | ||
| 1948 | + foldermanagement/addGroupFolderLinkBL.php, | ||
| 1949 | + foldermanagement/collaborationUI.inc, | ||
| 1950 | + foldermanagement/deleteDependantDocumentBL.php, | ||
| 1951 | + foldermanagement/deleteDependantDocumentUI.inc, | ||
| 1952 | + foldermanagement/deleteFolderBL.php, | ||
| 1953 | + foldermanagement/deleteFolderCollaborationBL.php, | ||
| 1954 | + foldermanagement/deleteFolderCollaborationUI.inc, | ||
| 1955 | + foldermanagement/deleteFolderDocTypeBL.php, | ||
| 1956 | + foldermanagement/deleteFolderUI.inc, | ||
| 1957 | + foldermanagement/deleteGroupFolderLinkBL.php, | ||
| 1958 | + foldermanagement/editBL.php, | ||
| 1959 | + foldermanagement/editGroupFolderLinkBL.php, | ||
| 1960 | + foldermanagement/editUI.inc, foldermanagement/folderUI.inc, | ||
| 1961 | + foldermanagement/groupFolderLinkUI.inc, | ||
| 1962 | + foldermanagement/modifyFolderDataBL.php, | ||
| 1963 | + foldermanagement/viewDependantDocumentsBL.php, | ||
| 1964 | + foldermanagement/viewDependantDocumentsUI.inc, | ||
| 1965 | + preferences/passwordManagementBL.php, | ||
| 1966 | + search/advancedSearchBL.php, search/advancedSearchUI.inc, | ||
| 1967 | + search/standardSearchUI.inc, subscriptions/addSubscriptionBL.php, | ||
| 1968 | + subscriptions/manageSubscriptionsBL.php, | ||
| 1969 | + subscriptions/removeSubscriptionBL.php, | ||
| 1970 | + subscriptions/subscriptionUI.inc, subscriptions/viewAlertBL.php: | ||
| 1971 | + | ||
| 1972 | + Another pass adding translation hooks. | ||
| 1973 | + | ||
| 1974 | +2004-10-28 02:03 michaeljoseph | ||
| 1975 | + | ||
| 1976 | + * sql/mysql/install/user.sql: | ||
| 1977 | + | ||
| 1978 | + Added SELECT privilege on document_text table for FileIndexer db user | ||
| 1979 | + | ||
| 1980 | + Submitted by: Alain Matsas | ||
| 1981 | + | ||
| 1982 | +2004-10-27 04:14 nbm | ||
| 1983 | + | ||
| 1984 | + * | ||
| 1985 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc: | ||
| 1986 | + | ||
| 1987 | + Mark up new text for translation | ||
| 1988 | + | ||
| 1989 | +2004-10-26 05:52 nbm | ||
| 1990 | + | ||
| 1991 | + * lib/visualpatterns/NavBar.inc: | ||
| 1992 | + | ||
| 1993 | + Move navbar graphics under the navbar/ directory | ||
| 1994 | + | ||
| 1995 | +2004-10-26 05:52 nbm | ||
| 1996 | + | ||
| 1997 | + * graphics/navbar/logout/: colour.gif, def.gif, norm.gif, over.gif, | ||
| 1998 | + rest.gif, stretch.gif: | ||
| 1999 | + | ||
| 2000 | + Move logout to navbar/ | ||
| 2001 | + | ||
| 2002 | +2004-10-26 05:47 nbm | ||
| 2003 | + | ||
| 2004 | + * graphics/navbar/help/: colour.gif, def.gif, norm.gif, over.gif, | ||
| 2005 | + rest.gif, stretch.gif: | ||
| 2006 | + | ||
| 2007 | + Move help to navbar/ | ||
| 2008 | + | ||
| 2009 | +2004-10-26 05:41 nbm | ||
| 2010 | + | ||
| 2011 | + * graphics/navbar/prefs/: colour.gif, def.gif, norm.gif, over.gif, | ||
| 2012 | + rest.gif, stretch.gif: | ||
| 2013 | + | ||
| 2014 | + Move prefs to navbar/ | ||
| 2015 | + | ||
| 2016 | +2004-10-26 05:38 nbm | ||
| 2017 | + | ||
| 2018 | + * graphics/navbar/asearch/: colour.gif, def.gif, norm.gif, | ||
| 2019 | + over.gif, rest.gif, stretch.gif: | ||
| 2020 | + | ||
| 2021 | + Move asearch to navbar/ | ||
| 2022 | + | ||
| 2023 | +2004-10-26 05:33 nbm | ||
| 2024 | + | ||
| 2025 | + * graphics/navbar/subscriptions/: colour.gif, def.gif, norm.gif, | ||
| 2026 | + over.gif: | ||
| 2027 | + | ||
| 2028 | + Move subscriptions to navbar/ | ||
| 2029 | + | ||
| 2030 | +2004-10-26 05:30 nbm | ||
| 2031 | + | ||
| 2032 | + * graphics/navbar/home/: colour.gif, def.gif, norm.gif, over.gif, | ||
| 2033 | + rest.gif, stretch.gif: | ||
| 2034 | + | ||
| 2035 | + Move home to navbar/ | ||
| 2036 | + | ||
| 2037 | +2004-10-26 05:23 nbm | ||
| 2038 | + | ||
| 2039 | + * graphics/navbar/admin/: colour.gif, def.gif, norm.gif, over.gif, | ||
| 2040 | + rest.gif, stretch.gif: | ||
| 2041 | + | ||
| 2042 | + Move admin to navbar/ | ||
| 2043 | + | ||
| 2044 | +2004-10-26 05:13 nbm | ||
| 2045 | + | ||
| 2046 | + * graphics/navbar/mdocs/: colour.gif, def.gif, norm.gif, over.gif, | ||
| 2047 | + rest.gif, stretch.gif: | ||
| 2048 | + | ||
| 2049 | + Move mdocs under navbar/ | ||
| 2050 | + | ||
| 2051 | +2004-10-26 05:01 nbm | ||
| 2052 | + | ||
| 2053 | + * lib/visualpatterns/PatternMainPage.inc: | ||
| 2054 | + | ||
| 2055 | + Use UTF-8, not UTF8. | ||
| 2056 | + | ||
| 2057 | +2004-10-26 04:01 nbm | ||
| 2058 | + | ||
| 2059 | + * lib/visualpatterns/NavBar.inc, | ||
| 2060 | + presentation/lookAndFeel/knowledgeTree/stylesheet.php: | ||
| 2061 | + | ||
| 2062 | + Default to using text menus rather than images, to ease translation. | ||
| 2063 | + | ||
| 2064 | +2004-10-12 13:23 nbm | ||
| 2065 | + | ||
| 2066 | + * presentation/lookAndFeel/knowledgeTree/dashboardUI.inc: | ||
| 2067 | + | ||
| 2068 | + Change capitalisation of ScrollingNews to scrollingNews to match | ||
| 2069 | + configuration. | ||
| 2070 | + | ||
| 2071 | + SF tracker: 1045195 | ||
| 2072 | + Submitted by: Stefano Ciancio (sciancio) | ||
| 2073 | + | ||
| 2074 | +2004-10-11 07:45 nbm | ||
| 2075 | + | ||
| 2076 | + * | ||
| 2077 | + presentation/lookAndFeel/knowledgeTree/documentmanagement/viewUI.inc: | ||
| 2078 | + | ||
| 2079 | + Display docaction buttons using CSS and HTML by default. Can still ask | ||
| 2080 | + for image buttons, if you so wish. | ||
| 2081 | + | ||
| 2082 | +2004-10-11 03:17 nbm | ||
| 2083 | + | ||
| 2084 | + * graphics/widgets/dfolder_unit.gif, | ||
| 2085 | + presentation/lookAndFeel/knowledgeTree/foldermanagement/folderUI.inc: | ||
| 2086 | + | ||
| 2087 | + Add a Unit Folder icon to distinguish unit root folders. | ||
| 2088 | + | ||
| 2089 | + SF tracker: 1044466 | ||
| 2090 | + Submitted by: Stefano Ciancio (sciancio) | ||
| 2091 | + | ||
| 2092 | +2004-10-11 03:05 nbm | ||
| 2093 | + | ||
| 2094 | + * lib/authentication/class.AuthLdap.php: | ||
| 2095 | + | ||
| 2096 | + Add support for OpenLDAP2 servers that don't offer anonymous bind or | ||
| 2097 | + LDAPv2 bings. | ||
| 2098 | + | ||
| 2099 | + SF tracker: 1025349 | ||
| 2100 | + Submitted by: daniel patrick | ||
| 2101 | + | ||
| 2102 | +2004-10-11 02:32 nbm | ||
| 2103 | + | ||
| 2104 | + * presentation/lookAndFeel/knowledgeTree/: | ||
| 2105 | + documentmanagement/browseBL.php, documentmanagement/browseUI.inc, | ||
| 2106 | + documentmanagement/deleteDocumentBL.php, | ||
| 2107 | + documentmanagement/deleteDocumentUI.inc, | ||
| 2108 | + documentmanagement/moveDocumentBL.php, | ||
| 2109 | + documentmanagement/moveDocumentUI.inc, | ||
| 2110 | + documentmanagement/viewUI.inc, foldermanagement/folderUI.inc: | ||
| 2111 | + | ||
| 2112 | + Allow the user to select multiple documents for deletion or moving. | ||
| 2113 | + | ||
| 2114 | + Submitted by: Stefano Ciancio <s.ciancio@pisa.iol.it> | ||
| 2115 | + | ||
| 2116 | +2004-10-08 02:55 nbm | ||
| 2117 | + | ||
| 2118 | + * docs/RELEASE.txt: | ||
| 2119 | + | ||
| 2120 | + Steps to perform for a KnowledgeTree release. | ||
| 2121 | + | ||
| 2122 | +2004-10-07 05:44 nbm | ||
| 2123 | + | ||
| 2124 | + * presentation/lookAndFeel/knowledgeTree/stylesheet.php: | ||
| 2125 | + | ||
| 2126 | + CSS necessary for text-based buttons | ||
| 2127 | + | ||
| 1 | Version 1.2.4 (2004/10/04) | 2128 | Version 1.2.4 (2004/10/04) |
| 2 | 2129 | ||
| 3 | Features | 2130 | Features |