diff --git a/HISTORY.txt b/HISTORY.txt index 832b90c..ac170c3 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -7,15 +7,31 @@ What's new in this release Improvements - * Improved information hiding when a user has access to a folder or - document but not to at least some of its parent folders. + * Improved information hiding when a user has access to a folder or + document but not to at least some of its parent folders. + * Simplified permissions management page. + * Handle large numbers of groups better. + * Can now handle international characters in a number of character + sets for searching. + * Ideographic languages can now set "useLike = true" in the i18n + section of the config.ini file to use a (slower) search that will + return results. New Features - * New "Core: Folder Details" permissions allows more granular - permission assignment + * New "Core: Folder Details" permissions allows more granular + permission assignment, allowing folder visibility (including in + breadcrumbs) to be controlled. + * The ability to make documents immutable, whereupon no new versions + are possible, and only unit or system administrators can move or + delete them, or edit their metadata. + * "Request Assistance" document action, which allows users to request + changes to documents that they don't have the permissions to + * Workflow triggers, which allow actions to be performed at certain + stages in the workflow life-cycle. + * Columns to be displayed for browse and search can be configured by + an administrator. -Bugs fixed 3.0.3 ----- diff --git a/docs/FAQ.txt b/docs/FAQ.txt index 4c1fa32..ce3318e 100644 --- a/docs/FAQ.txt +++ b/docs/FAQ.txt @@ -54,12 +54,12 @@ A: You can find out more information about modifying KnowledgeTree, Click on the link below to access the Wiki: - http://issues.ktdms.com/confluence/ + http://wiki.ktdms.com/ KnowledgeTree Document Management System Web page: http://www.ktdms.com/ -Wiki: http://issues.ktdms.com/confluence/ +Wiki: http://wiki.ktdms.com/ Forums: http://forums.ktdms.com/ Bug reporting: http://issues.ktdms.com/ diff --git a/docs/INSTALL.WIN32.txt b/docs/INSTALL.WIN32.txt index a988c4e..9c57098 100644 --- a/docs/INSTALL.WIN32.txt +++ b/docs/INSTALL.WIN32.txt @@ -125,12 +125,12 @@ For the Windows platform, these are: . InfoZip unzip and zip - http://www.info-zip.org/ Installing these packages is beyond the scope of this document - please -consult the KnowledgeTree Wiki at http://issues.ktdms.com/confluence/ +consult the KnowledgeTree Wiki at http://wiki.ktdms.com/ to see how others have approached this on your platform. You can find Windows specific installation instructions here: - http://issues.ktdms.com/confluence/display/KTWiki/Windows+XP+installation+instructions + http://wiki.ktdms.com/Windows_XP_installation_instructions Troubleshooting @@ -140,7 +140,7 @@ Please make sure that your KnowledgeTree installation passes all the pre- and post-installation checkups first. Refer to the Frequently Asked Questions list on the KnowledgeTree Wiki -at http://issues.ktdms.com/confluence/ +at http://wiki.ktdms.com/ Ask on the KnowledgeTree forums on http://forums.ktdms.com/. diff --git a/docs/INSTALL.txt b/docs/INSTALL.txt index 4505585..3ef0d26 100644 --- a/docs/INSTALL.txt +++ b/docs/INSTALL.txt @@ -3,10 +3,9 @@ KnowledgeTree Installation Notes * KnowledgeTree requires the following software to run: - Apache 1.3 or above - - MySQL 4.0 or above with INNODB support + - MySQL 4.1.6 or above, with InnoDB support - PHP 4.3.0 or above, but not yet PHP 5.0 - * Move the knowledgeTree folder to the directory it is going to be served from: $ mv knowledgeTree /path/to/your/html/directory/ @@ -14,7 +13,7 @@ KnowledgeTree Installation Notes Due to the many different configuration possibilities, these can not all be discussed here. Please consult the KnowledgeTree Wiki system - at http://issues.ktdms.com/confluence/ to see what others have done + at http://wiki.ktdms.com/ to see what others have done on your platform, and discuss the pros and cons of various options on the KnowledgeTree Forums at http://forums.ktdms.com/ @@ -42,7 +41,7 @@ KnowledgeTree Installation Notes a password (-p, and you will be asked for the password). Using other tools is beyond the scope of this document. Consult the - KnowledgeTree Wiki at http://issues.ktdms.com/confluence/ to see how + KnowledgeTree Wiki at http://wiki.ktdms.com/ to see how others have approached this on your platform. * Configure your installation in config/config.ini: @@ -122,7 +121,7 @@ For the Windows platform, these are: . InfoZip unzip and zip - http://www.info-zip.org/ Installing these packages is beyond the scope of this document - please -consult the KnowledgeTree Wiki at http://issues.ktdms.com/confluence/ +consult the KnowledgeTree Wiki at http://wiki.ktdms.com/ to see how others have approached this on your platform. We recommend that you use the appropriate package management procedures for installing these packages on your system to ensure ease of maintenance @@ -140,7 +139,7 @@ Please make sure that your KnowledgeTree installation passes all the pre- and post-installation checkups first. Refer to the Frequently Asked Questions list on the KnowledgeTree Wiki -at http://issues.ktdms.com/confluence/ +at http://wiki.ktdms.com/ Ask on the KnowledgeTree forums on http://forums.ktdms.com/. @@ -156,7 +155,7 @@ Refer to docs/UPGRADE.txt KnowledgeTree Document Management System Web page: http://www.ktdms.com/ -Wiki: http://issues.ktdms.com/confluence/ +Wiki: http://wiki.ktdms.com/ Forums: http://forums.ktdms.com/ Bug reporting: http://issues.ktdms.com/ diff --git a/docs/README.txt b/docs/README.txt index df0f137..fdec0f8 100644 --- a/docs/README.txt +++ b/docs/README.txt @@ -42,7 +42,7 @@ For installation instructions please refer to docs/INSTALL.txt KnowledgeTree Document Management System Web page: http://www.ktdms.com/ -Wiki: http://issues.ktdms.com/confluence/ +Wiki: http://wiki.ktdms.com/ Forums: http://forums.ktdms.com/ Bug reporting: http://issues.ktdms.com/ diff --git a/docs/UPGRADE.txt b/docs/UPGRADE.txt index b7abd26..8cd62a4 100644 --- a/docs/UPGRADE.txt +++ b/docs/UPGRADE.txt @@ -90,7 +90,7 @@ directory to "var/Documents before upgrading. KnowledgeTree Document Management System Web page: http://www.ktdms.com/ -Wiki: http://issues.ktdms.com/confluence/ +Wiki: http://wiki.ktdms.com/ Forums: http://forums.ktdms.com/ Bug reporting: http://issues.ktdms.com/