Commit 47d391459e36769dee8241f4ef67a97f84aa31c5
1 parent
8af8f555
Update docs for 3.1
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5774 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
6 changed files
with
34 additions
and
19 deletions
HISTORY.txt
| @@ -7,15 +7,31 @@ What's new in this release | @@ -7,15 +7,31 @@ What's new in this release | ||
| 7 | 7 | ||
| 8 | Improvements | 8 | Improvements |
| 9 | 9 | ||
| 10 | - * Improved information hiding when a user has access to a folder or | ||
| 11 | - document but not to at least some of its parent folders. | 10 | + * Improved information hiding when a user has access to a folder or |
| 11 | + document but not to at least some of its parent folders. | ||
| 12 | + * Simplified permissions management page. | ||
| 13 | + * Handle large numbers of groups better. | ||
| 14 | + * Can now handle international characters in a number of character | ||
| 15 | + sets for searching. | ||
| 16 | + * Ideographic languages can now set "useLike = true" in the i18n | ||
| 17 | + section of the config.ini file to use a (slower) search that will | ||
| 18 | + return results. | ||
| 12 | 19 | ||
| 13 | New Features | 20 | New Features |
| 14 | 21 | ||
| 15 | - * New "Core: Folder Details" permissions allows more granular | ||
| 16 | - permission assignment | 22 | + * New "Core: Folder Details" permissions allows more granular |
| 23 | + permission assignment, allowing folder visibility (including in | ||
| 24 | + breadcrumbs) to be controlled. | ||
| 25 | + * The ability to make documents immutable, whereupon no new versions | ||
| 26 | + are possible, and only unit or system administrators can move or | ||
| 27 | + delete them, or edit their metadata. | ||
| 28 | + * "Request Assistance" document action, which allows users to request | ||
| 29 | + changes to documents that they don't have the permissions to | ||
| 30 | + * Workflow triggers, which allow actions to be performed at certain | ||
| 31 | + stages in the workflow life-cycle. | ||
| 32 | + * Columns to be displayed for browse and search can be configured by | ||
| 33 | + an administrator. | ||
| 17 | 34 | ||
| 18 | -Bugs fixed | ||
| 19 | 35 | ||
| 20 | 3.0.3 | 36 | 3.0.3 |
| 21 | ----- | 37 | ----- |
docs/FAQ.txt
| @@ -54,12 +54,12 @@ A: You can find out more information about modifying KnowledgeTree, | @@ -54,12 +54,12 @@ A: You can find out more information about modifying KnowledgeTree, | ||
| 54 | 54 | ||
| 55 | Click on the link below to access the Wiki: | 55 | Click on the link below to access the Wiki: |
| 56 | 56 | ||
| 57 | - http://issues.ktdms.com/confluence/ | 57 | + http://wiki.ktdms.com/ |
| 58 | 58 | ||
| 59 | 59 | ||
| 60 | KnowledgeTree Document Management System | 60 | KnowledgeTree Document Management System |
| 61 | Web page: http://www.ktdms.com/ | 61 | Web page: http://www.ktdms.com/ |
| 62 | -Wiki: http://issues.ktdms.com/confluence/ | 62 | +Wiki: http://wiki.ktdms.com/ |
| 63 | Forums: http://forums.ktdms.com/ | 63 | Forums: http://forums.ktdms.com/ |
| 64 | Bug reporting: http://issues.ktdms.com/ | 64 | Bug reporting: http://issues.ktdms.com/ |
| 65 | 65 |
docs/INSTALL.WIN32.txt
| @@ -125,12 +125,12 @@ For the Windows platform, these are: | @@ -125,12 +125,12 @@ For the Windows platform, these are: | ||
| 125 | . InfoZip unzip and zip - http://www.info-zip.org/ | 125 | . InfoZip unzip and zip - http://www.info-zip.org/ |
| 126 | 126 | ||
| 127 | Installing these packages is beyond the scope of this document - please | 127 | Installing these packages is beyond the scope of this document - please |
| 128 | -consult the KnowledgeTree Wiki at http://issues.ktdms.com/confluence/ | 128 | +consult the KnowledgeTree Wiki at http://wiki.ktdms.com/ |
| 129 | to see how others have approached this on your platform. | 129 | to see how others have approached this on your platform. |
| 130 | 130 | ||
| 131 | You can find Windows specific installation instructions here: | 131 | You can find Windows specific installation instructions here: |
| 132 | 132 | ||
| 133 | - http://issues.ktdms.com/confluence/display/KTWiki/Windows+XP+installation+instructions | 133 | + http://wiki.ktdms.com/Windows_XP_installation_instructions |
| 134 | 134 | ||
| 135 | 135 | ||
| 136 | Troubleshooting | 136 | Troubleshooting |
| @@ -140,7 +140,7 @@ Please make sure that your KnowledgeTree installation passes all the | @@ -140,7 +140,7 @@ Please make sure that your KnowledgeTree installation passes all the | ||
| 140 | pre- and post-installation checkups first. | 140 | pre- and post-installation checkups first. |
| 141 | 141 | ||
| 142 | Refer to the Frequently Asked Questions list on the KnowledgeTree Wiki | 142 | Refer to the Frequently Asked Questions list on the KnowledgeTree Wiki |
| 143 | -at http://issues.ktdms.com/confluence/ | 143 | +at http://wiki.ktdms.com/ |
| 144 | 144 | ||
| 145 | Ask on the KnowledgeTree forums on http://forums.ktdms.com/. | 145 | Ask on the KnowledgeTree forums on http://forums.ktdms.com/. |
| 146 | 146 |
docs/INSTALL.txt
| @@ -3,10 +3,9 @@ KnowledgeTree Installation Notes | @@ -3,10 +3,9 @@ KnowledgeTree Installation Notes | ||
| 3 | 3 | ||
| 4 | * KnowledgeTree requires the following software to run: | 4 | * KnowledgeTree requires the following software to run: |
| 5 | - Apache 1.3 or above | 5 | - Apache 1.3 or above |
| 6 | - - MySQL 4.0 or above with INNODB support | 6 | + - MySQL 4.1.6 or above, with InnoDB support |
| 7 | - PHP 4.3.0 or above, but not yet PHP 5.0 | 7 | - PHP 4.3.0 or above, but not yet PHP 5.0 |
| 8 | 8 | ||
| 9 | - | ||
| 10 | * Move the knowledgeTree folder to the directory it is going to be served from: | 9 | * Move the knowledgeTree folder to the directory it is going to be served from: |
| 11 | $ mv knowledgeTree /path/to/your/html/directory/ | 10 | $ mv knowledgeTree /path/to/your/html/directory/ |
| 12 | 11 | ||
| @@ -14,7 +13,7 @@ KnowledgeTree Installation Notes | @@ -14,7 +13,7 @@ KnowledgeTree Installation Notes | ||
| 14 | 13 | ||
| 15 | Due to the many different configuration possibilities, these can not | 14 | Due to the many different configuration possibilities, these can not |
| 16 | all be discussed here. Please consult the KnowledgeTree Wiki system | 15 | all be discussed here. Please consult the KnowledgeTree Wiki system |
| 17 | - at http://issues.ktdms.com/confluence/ to see what others have done | 16 | + at http://wiki.ktdms.com/ to see what others have done |
| 18 | on your platform, and discuss the pros and cons of various options on | 17 | on your platform, and discuss the pros and cons of various options on |
| 19 | the KnowledgeTree Forums at http://forums.ktdms.com/ | 18 | the KnowledgeTree Forums at http://forums.ktdms.com/ |
| 20 | 19 | ||
| @@ -42,7 +41,7 @@ KnowledgeTree Installation Notes | @@ -42,7 +41,7 @@ KnowledgeTree Installation Notes | ||
| 42 | a password (-p, and you will be asked for the password). | 41 | a password (-p, and you will be asked for the password). |
| 43 | 42 | ||
| 44 | Using other tools is beyond the scope of this document. Consult the | 43 | Using other tools is beyond the scope of this document. Consult the |
| 45 | - KnowledgeTree Wiki at http://issues.ktdms.com/confluence/ to see how | 44 | + KnowledgeTree Wiki at http://wiki.ktdms.com/ to see how |
| 46 | others have approached this on your platform. | 45 | others have approached this on your platform. |
| 47 | 46 | ||
| 48 | * Configure your installation in config/config.ini: | 47 | * Configure your installation in config/config.ini: |
| @@ -122,7 +121,7 @@ For the Windows platform, these are: | @@ -122,7 +121,7 @@ For the Windows platform, these are: | ||
| 122 | . InfoZip unzip and zip - http://www.info-zip.org/ | 121 | . InfoZip unzip and zip - http://www.info-zip.org/ |
| 123 | 122 | ||
| 124 | Installing these packages is beyond the scope of this document - please | 123 | Installing these packages is beyond the scope of this document - please |
| 125 | -consult the KnowledgeTree Wiki at http://issues.ktdms.com/confluence/ | 124 | +consult the KnowledgeTree Wiki at http://wiki.ktdms.com/ |
| 126 | to see how others have approached this on your platform. We recommend | 125 | to see how others have approached this on your platform. We recommend |
| 127 | that you use the appropriate package management procedures for | 126 | that you use the appropriate package management procedures for |
| 128 | installing these packages on your system to ensure ease of maintenance | 127 | 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 | @@ -140,7 +139,7 @@ Please make sure that your KnowledgeTree installation passes all the | ||
| 140 | pre- and post-installation checkups first. | 139 | pre- and post-installation checkups first. |
| 141 | 140 | ||
| 142 | Refer to the Frequently Asked Questions list on the KnowledgeTree Wiki | 141 | Refer to the Frequently Asked Questions list on the KnowledgeTree Wiki |
| 143 | -at http://issues.ktdms.com/confluence/ | 142 | +at http://wiki.ktdms.com/ |
| 144 | 143 | ||
| 145 | Ask on the KnowledgeTree forums on http://forums.ktdms.com/. | 144 | Ask on the KnowledgeTree forums on http://forums.ktdms.com/. |
| 146 | 145 | ||
| @@ -156,7 +155,7 @@ Refer to docs/UPGRADE.txt | @@ -156,7 +155,7 @@ Refer to docs/UPGRADE.txt | ||
| 156 | 155 | ||
| 157 | KnowledgeTree Document Management System | 156 | KnowledgeTree Document Management System |
| 158 | Web page: http://www.ktdms.com/ | 157 | Web page: http://www.ktdms.com/ |
| 159 | -Wiki: http://issues.ktdms.com/confluence/ | 158 | +Wiki: http://wiki.ktdms.com/ |
| 160 | Forums: http://forums.ktdms.com/ | 159 | Forums: http://forums.ktdms.com/ |
| 161 | Bug reporting: http://issues.ktdms.com/ | 160 | Bug reporting: http://issues.ktdms.com/ |
| 162 | 161 |
docs/README.txt
| @@ -42,7 +42,7 @@ For installation instructions please refer to docs/INSTALL.txt | @@ -42,7 +42,7 @@ For installation instructions please refer to docs/INSTALL.txt | ||
| 42 | 42 | ||
| 43 | KnowledgeTree Document Management System | 43 | KnowledgeTree Document Management System |
| 44 | Web page: http://www.ktdms.com/ | 44 | Web page: http://www.ktdms.com/ |
| 45 | -Wiki: http://issues.ktdms.com/confluence/ | 45 | +Wiki: http://wiki.ktdms.com/ |
| 46 | Forums: http://forums.ktdms.com/ | 46 | Forums: http://forums.ktdms.com/ |
| 47 | Bug reporting: http://issues.ktdms.com/ | 47 | Bug reporting: http://issues.ktdms.com/ |
| 48 | 48 |
docs/UPGRADE.txt
| @@ -90,7 +90,7 @@ directory to "var/Documents before upgrading. | @@ -90,7 +90,7 @@ directory to "var/Documents before upgrading. | ||
| 90 | 90 | ||
| 91 | KnowledgeTree Document Management System | 91 | KnowledgeTree Document Management System |
| 92 | Web page: http://www.ktdms.com/ | 92 | Web page: http://www.ktdms.com/ |
| 93 | -Wiki: http://issues.ktdms.com/confluence/ | 93 | +Wiki: http://wiki.ktdms.com/ |
| 94 | Forums: http://forums.ktdms.com/ | 94 | Forums: http://forums.ktdms.com/ |
| 95 | Bug reporting: http://issues.ktdms.com/ | 95 | Bug reporting: http://issues.ktdms.com/ |
| 96 | 96 |