Commit 7e93e247219933e2bdbb534c095dc8be9390aab8

Authored by kevin_fourie
1 parent 262da92f

Removed deprecated HISTORY.txt file.

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.4.5-Release-Branch@7736 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 0 additions and 158 deletions
HISTORY.txt deleted
1   -==========================
2   -What's new in this release
3   -==========================
4   -
5   -3.1
6   ----
7   -
8   -Improvements
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.
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.
19   -
20   -New Features
21   -
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.
34   -
35   -
36   -3.0.3
37   ------
38   -
39   -Improvements
40   -
41   - * KnowledgeTree can now be upgraded from the previous "packaged" install,
42   - using the automated upgrade installer. If you have already installed
43   - KnowledgeTree using our Bitrock installer, please use the "upgrade"
44   - installer.
45   - * Permission-related messages during workflow are now more user-friendly.
46   - * Help files can now be translated into different languages.
47   - * Workflow editing has been made more intuitive.
48   - * The Login page is now slightly more user-friendly.
49   - * Document Emailing now has better performance
50   - * Document renaming is more intuitive
51   - * Discussions can now be searched via the advanced search
52   - * Folders whose title matches a simple search query (e.g. from the
53   - dashboard, or via the quick search box on the Browse pages) now
54   - appear in the search results. Note: this does not include the results
55   - of any Advanced search.
56   - * Adding users from difference sources is now easier to do.
57   -
58   -New Features
59   -
60   - * Search queries saveable on per user-basis
61   - * The login page can now be customised through-the-web.
62   - * Admin can now disable the "preferences" dialog for all users.
63   - * Ensuring that your system is "transaction safe" can now be done
64   - through the web interface.
65   - * Email recipients can now be filtered by the user's group.
66   -
67   -Bugs
68   -
69   - * [KTS-635] - UI problem when trying to move a checked-out document
70   - * [KTS-777] - user interface inconsistent - delete button suggested to
71   - delete document type, disable-anable actions only available
72   - * [KTS-811] - Cannot move folder
73   - * [KTS-825] - HTML-Entities can be entered in a document title
74   - * [KTS-828] - Bulk Import from Server Location adds duplicate folders
75   - (and probably files) with identical names
76   - * [KTS-842] - Should not be allowed to delete ALL system administrator
77   - users
78   - * [KTS-851] - Default location after attempted delete/move when null
79   - selection is made
80   - * [KTS-881] - User Creation Form behaviour is inconsistent.
81   - * [KTS-882] - User and Group management error message format issue.
82   - * [KTS-900] - Groups can be Unit Administrators even if they are not
83   - assigned to a unit.
84   - * [KTS-903] - Subscriptions portlet should not appear in anonymous mode
85   - * [KTS-907] - Does checkout cause a subscription notification?
86   - * [KTS-910] - clearing an alert through the link in the notification
87   - email for a folder subscription gives error on dashboard
88   - * [KTS-914] - Document fieldsets list does not wrap at browser window
89   - limit
90   - * [KTS-921] - The UI for Deleting\Disabling of existing document types
91   - in Document Type Management is broken
92   - * [KTS-927] - None of the help files in "Edit Help files" have names
93   - attached to them
94   - * [KTS-931] - Parse error - Fatal error: Class 'KTi18nGeneric' not found
95   - in lib/i18n/i18nregistry.inc.php
96   - * [KTS-934] - PHP5: wrong cookie setttings - Continuous redirect
97   - * [KTS-935] - ignored state change
98   - * [KTS-938] - "Change workflow on document" does not show up in document
99   - transaction history
100   - * [KTS-951] - CLONE -antiword location not read from config.ini
101   - * [KTS-952] - ERROR: Error running query: DELETE FROM document_fields_link
102   - WHERE document_id = 49
103   - * [KTS-957] - Fatal error when moving a document which you have subscribed
104   - to.
105   - * [KTS-959] - inconsistency between folder and document permissions
106   - * [KTS-967] - Auto-Upgrade has Fatal Errors
107   - * [KTS-970] - User cannot update his full name
108   - * [KTS-972] - Roles with user assigned directly (e.g. Owner) do not work
109   - properly
110   - * [KTS-975] - Problem with adding a sub-group to a group
111   - * [KTS-977] - Saved searches not saving properly
112   - * [KTS-978] - 'Breadcrumbs' not working (ie links to previously browsed
113   - branches)
114   - * [KTS-980] - bulk upload fails on permissions
115   - * [KTS-982] - Should be able to configure email port and authentication
116   - settings, in config.ini file
117   - * [KTS-983] - Workflow notifications do not work for "Owner" role
118   - * [KTS-989] - SVN move appears to have corrupted images
119   - * [KTS-996] - Error when deleting initial workflow state
120   - * [KTS-997] - Javascript is broken on saved searches page
121   - * [KTS-999] - Deleting workflow states and transitions is too easy
122   - * [KTS-1000] - Error when transitioning to a state with notifications
123   - set for "Owner Role"
124   - * [KTS-1004] - active states of a workflow still show delete button,
125   - cryptic error message is given when used
126   - * [KTS-1006] - Add Document not working properly
127   - * [KTS-1008] - Authenticated users role not working correctly
128   -
129   -
130   -3.0.2
131   ------
132   -
133   -- Improved support for translated versions of KnowledgeTree, including
134   -easier to use language selection for end users.
135   -- Easy to use installers for Windows and multiple distributions of
136   -Linux. The installers no longer require the installation of any
137   -3rd-party web server or database infrastructure components.
138   -- Significantly increased online documentation coverage.
139   -- Significantly increased size of per-document indexing capability.
140   -Documents of up to 4Gb of text can now be included in the repository
141   -index.
142   -- New StorageProvider that provides a more robust file storage mechanism
143   -across platforms
144   -- Anonymous user access is now available and configurable via a
145   -configuration change.
146   -- Significant improvements in performance with the addition of a caching
147   -layer.
148   -- New Owner, Authenticated, and Everyone roles to simplify the
149   -management of document access permissions.
150   -- Post-installation checkup will indicate if your database does not
151   -support transactions.
152   -- New storage verifier to ensure that documents are correctly stored in
153   -the repository.
154   -- Improvements for unit administrators in terms of managing their
155   -environment.
156   -- Better support for installations which have users accessing
157   -KnowledgeTree from clients with dynamic IP addresses.
158   -- Better support for SUSE Linux installations.