Commit 0cfdce505cc3dddf4b0fac7cf0417839d885e4e0
1 parent
0125a8cd
Update history file to reflect contents of JIRA.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5476 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
82 additions
and
9 deletions
HISTORY.txt
| ... | ... | @@ -3,19 +3,92 @@ What's new in this release |
| 3 | 3 | ========================== |
| 4 | 4 | |
| 5 | 5 | 3.0.3 |
| 6 | +----- | |
| 7 | + | |
| 8 | +Improvement | |
| 9 | + | |
| 10 | + * KnowledgeTree can now be upgraded from the previous install, using the | |
| 11 | + automated upgrade | |
| 12 | + * Permission-related messages during workflow are now more user-friendly. | |
| 13 | + * Help files can now be translated into different languages. | |
| 14 | + * Workflow editing has been made more intuitive. | |
| 15 | + * Minor login improvements | |
| 16 | + * Document Emailing now has better performance | |
| 17 | + * Document renaming is more intuitive | |
| 18 | + * Discussions can now be searched via the advanced search box | |
| 19 | + * Adding users from difference sources is now easier to do. | |
| 20 | + | |
| 21 | +New Feature | |
| 6 | 22 | |
| 7 | -Features: | |
| 23 | + * Search queries saveable on user-basis | |
| 24 | + * The login page can now be simply customised through-the-web. | |
| 25 | + * Admin can now disable the "preferences" dialog for all users. | |
| 26 | + * Ensuring that your system is "transaction safe" can now be done | |
| 27 | + through the web interface. | |
| 28 | + * Email recipients can now be filtered by the user's group. | |
| 8 | 29 | |
| 9 | - | |
| 30 | +Bug | |
| 10 | 31 | |
| 11 | -Fixes: | |
| 32 | + * [KTS-635] - UI problem when trying to move a checked-out document | |
| 33 | + * [KTS-777] - user interface inconsistent - delete button suggested to | |
| 34 | + delete document type, disable-anable actions only available | |
| 35 | + * [KTS-811] - Cannot move folder | |
| 36 | + * [KTS-825] - HTML-Entities can be entered in a document title | |
| 37 | + * [KTS-828] - Bulk Import from Server Location adds duplicate folders | |
| 38 | + (and probably files) with identical names | |
| 39 | + * [KTS-842] - Should not be allowed to delete ALL system administrator | |
| 40 | + users | |
| 41 | + * [KTS-851] - Default location after attempted delete/move when null | |
| 42 | + selection is made | |
| 43 | + * [KTS-881] - User Creation Form behaviour is inconsistent. | |
| 44 | + * [KTS-882] - User and Group management error message format issue. | |
| 45 | + * [KTS-900] - Groups can be Unit Administrators even if they are not | |
| 46 | + assigned to a unit. | |
| 47 | + * [KTS-903] - Subscriptions portlet should not appear in anonymous mode | |
| 48 | + * [KTS-907] - Does checkout cause a subscription notification? | |
| 49 | + * [KTS-910] - clearing an alert through the link in the notification | |
| 50 | + email for a folder subscription gives error on dashboard | |
| 51 | + * [KTS-914] - Document fieldsets list does not wrap at browser window | |
| 52 | + limit | |
| 53 | + * [KTS-921] - The UI for Deleting\Disabling of existing document types | |
| 54 | + in Document Type Management is broken | |
| 55 | + * [KTS-927] - None of the help files in "Edit Help files" have names | |
| 56 | + attached to them | |
| 57 | + * [KTS-931] - Parse error - Fatal error: Class 'KTi18nGeneric' not found | |
| 58 | + in lib/i18n/i18nregistry.inc.php | |
| 59 | + * [KTS-934] - PHP5: wrong cookie setttings - Continuous redirect | |
| 60 | + * [KTS-935] - ignored state change | |
| 61 | + * [KTS-938] - "Change workflow on document" does not show up in document | |
| 62 | + transaction history | |
| 63 | + * [KTS-951] - CLONE -antiword location not read from config.ini | |
| 64 | + * [KTS-952] - ERROR: Error running query: DELETE FROM document_fields_link | |
| 65 | + WHERE document_id = 49 | |
| 66 | + * [KTS-957] - Fatal error when moving a document which you have subscribed | |
| 67 | + to. | |
| 68 | + * [KTS-959] - inconsistency between folder and document permissions | |
| 69 | + * [KTS-967] - Auto-Upgrade has Fatal Errors | |
| 70 | + * [KTS-970] - User cannot update his full name | |
| 71 | + * [KTS-972] - Roles with user assigned directly (e.g. Owner) do not work | |
| 72 | + properly | |
| 73 | + * [KTS-975] - Problem with adding a sub-group to a group | |
| 74 | + * [KTS-977] - Saved searches not saving properly | |
| 75 | + * [KTS-978] - 'Breadcrumbs' not working (ie links to previously browsed | |
| 76 | + branches) | |
| 77 | + * [KTS-980] - bulk upload fails on permissions | |
| 78 | + * [KTS-982] - Should be able to configure email port and authentication | |
| 79 | + settings, in config.ini file | |
| 80 | + * [KTS-983] - Workflow notifications do not work for "Owner" role | |
| 81 | + * [KTS-989] - SVN move appears to have corrupted images | |
| 82 | + * [KTS-996] - Error when deleting initial workflow state | |
| 83 | + * [KTS-997] - Javascript is broken on saved searches page | |
| 84 | + * [KTS-999] - Deleting workflow states and transitions is too easy | |
| 85 | + * [KTS-1000] - Error when transitioning to a state with notifications | |
| 86 | + set for "Owner Role" | |
| 87 | + * [KTS-1004] - active states of a workflow still show delete button, | |
| 88 | + cryptic error message is given when used | |
| 89 | + * [KTS-1006] - Add Document not working properly | |
| 90 | + * [KTS-1008] - Authenticated users role not working correctly | |
| 12 | 91 | |
| 13 | - - Made help able to work across multiple languages | |
| 14 | - - KTS-972 Owner, Everyone and Authenticated weren't being respected by browse | |
| 15 | - and search | |
| 16 | - - KTS-959 Documents weren't properly purged from the cache on change. | |
| 17 | - - KTS-977 Saved Searches didn't take "is"/"is not" into account | |
| 18 | - - KTS-910 Notification already cleared message is not friendly. | |
| 19 | 92 | |
| 20 | 93 | 3.0.2 |
| 21 | 94 | ----- | ... | ... |