Commit 47d391459e36769dee8241f4ef67a97f84aa31c5

Authored by nbm
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
HISTORY.txt
... ... @@ -7,15 +7,31 @@ What's new in this release
7 7  
8 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 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 36 3.0.3
21 37 -----
... ...
docs/FAQ.txt
... ... @@ -54,12 +54,12 @@ A: You can find out more information about modifying KnowledgeTree,
54 54  
55 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 60 KnowledgeTree Document Management System
61 61 Web page: http://www.ktdms.com/
62   -Wiki: http://issues.ktdms.com/confluence/
  62 +Wiki: http://wiki.ktdms.com/
63 63 Forums: http://forums.ktdms.com/
64 64 Bug reporting: http://issues.ktdms.com/
65 65  
... ...
docs/INSTALL.WIN32.txt
... ... @@ -125,12 +125,12 @@ For the Windows platform, these are:
125 125 . InfoZip unzip and zip - http://www.info-zip.org/
126 126  
127 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 129 to see how others have approached this on your platform.
130 130  
131 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 136 Troubleshooting
... ... @@ -140,7 +140,7 @@ Please make sure that your KnowledgeTree installation passes all the
140 140 pre- and post-installation checkups first.
141 141  
142 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 145 Ask on the KnowledgeTree forums on http://forums.ktdms.com/.
146 146  
... ...
docs/INSTALL.txt
... ... @@ -3,10 +3,9 @@ KnowledgeTree Installation Notes
3 3  
4 4 * KnowledgeTree requires the following software to run:
5 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 7 - PHP 4.3.0 or above, but not yet PHP 5.0
8 8  
9   -
10 9 * Move the knowledgeTree folder to the directory it is going to be served from:
11 10 $ mv knowledgeTree /path/to/your/html/directory/
12 11  
... ... @@ -14,7 +13,7 @@ KnowledgeTree Installation Notes
14 13  
15 14 Due to the many different configuration possibilities, these can not
16 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 17 on your platform, and discuss the pros and cons of various options on
19 18 the KnowledgeTree Forums at http://forums.ktdms.com/
20 19  
... ... @@ -42,7 +41,7 @@ KnowledgeTree Installation Notes
42 41 a password (-p, and you will be asked for the password).
43 42  
44 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 45 others have approached this on your platform.
47 46  
48 47 * Configure your installation in config/config.ini:
... ... @@ -122,7 +121,7 @@ For the Windows platform, these are:
122 121 . InfoZip unzip and zip - http://www.info-zip.org/
123 122  
124 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 125 to see how others have approached this on your platform. We recommend
127 126 that you use the appropriate package management procedures for
128 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 139 pre- and post-installation checkups first.
141 140  
142 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 144 Ask on the KnowledgeTree forums on http://forums.ktdms.com/.
146 145  
... ... @@ -156,7 +155,7 @@ Refer to docs/UPGRADE.txt
156 155  
157 156 KnowledgeTree Document Management System
158 157 Web page: http://www.ktdms.com/
159   -Wiki: http://issues.ktdms.com/confluence/
  158 +Wiki: http://wiki.ktdms.com/
160 159 Forums: http://forums.ktdms.com/
161 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 42  
43 43 KnowledgeTree Document Management System
44 44 Web page: http://www.ktdms.com/
45   -Wiki: http://issues.ktdms.com/confluence/
  45 +Wiki: http://wiki.ktdms.com/
46 46 Forums: http://forums.ktdms.com/
47 47 Bug reporting: http://issues.ktdms.com/
48 48  
... ...
docs/UPGRADE.txt
... ... @@ -90,7 +90,7 @@ directory to "var/Documents before upgrading.
90 90  
91 91 KnowledgeTree Document Management System
92 92 Web page: http://www.ktdms.com/
93   -Wiki: http://issues.ktdms.com/confluence/
  93 +Wiki: http://wiki.ktdms.com/
94 94 Forums: http://forums.ktdms.com/
95 95 Bug reporting: http://issues.ktdms.com/
96 96  
... ...