diff --git a/HISTORY.txt b/HISTORY.txt index 5f270f9..b3d8454 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -3,19 +3,92 @@ What's new in this release ========================== 3.0.3 +----- + +Improvement + + * KnowledgeTree can now be upgraded from the previous install, using the + automated upgrade + * Permission-related messages during workflow are now more user-friendly. + * Help files can now be translated into different languages. + * Workflow editing has been made more intuitive. + * Minor login improvements + * Document Emailing now has better performance + * Document renaming is more intuitive + * Discussions can now be searched via the advanced search box + * Adding users from difference sources is now easier to do. + +New Feature -Features: + * Search queries saveable on user-basis + * The login page can now be simply customised through-the-web. + * Admin can now disable the "preferences" dialog for all users. + * Ensuring that your system is "transaction safe" can now be done + through the web interface. + * Email recipients can now be filtered by the user's group. - +Bug -Fixes: + * [KTS-635] - UI problem when trying to move a checked-out document + * [KTS-777] - user interface inconsistent - delete button suggested to + delete document type, disable-anable actions only available + * [KTS-811] - Cannot move folder + * [KTS-825] - HTML-Entities can be entered in a document title + * [KTS-828] - Bulk Import from Server Location adds duplicate folders + (and probably files) with identical names + * [KTS-842] - Should not be allowed to delete ALL system administrator + users + * [KTS-851] - Default location after attempted delete/move when null + selection is made + * [KTS-881] - User Creation Form behaviour is inconsistent. + * [KTS-882] - User and Group management error message format issue. + * [KTS-900] - Groups can be Unit Administrators even if they are not + assigned to a unit. + * [KTS-903] - Subscriptions portlet should not appear in anonymous mode + * [KTS-907] - Does checkout cause a subscription notification? + * [KTS-910] - clearing an alert through the link in the notification + email for a folder subscription gives error on dashboard + * [KTS-914] - Document fieldsets list does not wrap at browser window + limit + * [KTS-921] - The UI for Deleting\Disabling of existing document types + in Document Type Management is broken + * [KTS-927] - None of the help files in "Edit Help files" have names + attached to them + * [KTS-931] - Parse error - Fatal error: Class 'KTi18nGeneric' not found + in lib/i18n/i18nregistry.inc.php + * [KTS-934] - PHP5: wrong cookie setttings - Continuous redirect + * [KTS-935] - ignored state change + * [KTS-938] - "Change workflow on document" does not show up in document + transaction history + * [KTS-951] - CLONE -antiword location not read from config.ini + * [KTS-952] - ERROR: Error running query: DELETE FROM document_fields_link + WHERE document_id = 49 + * [KTS-957] - Fatal error when moving a document which you have subscribed + to. + * [KTS-959] - inconsistency between folder and document permissions + * [KTS-967] - Auto-Upgrade has Fatal Errors + * [KTS-970] - User cannot update his full name + * [KTS-972] - Roles with user assigned directly (e.g. Owner) do not work + properly + * [KTS-975] - Problem with adding a sub-group to a group + * [KTS-977] - Saved searches not saving properly + * [KTS-978] - 'Breadcrumbs' not working (ie links to previously browsed + branches) + * [KTS-980] - bulk upload fails on permissions + * [KTS-982] - Should be able to configure email port and authentication + settings, in config.ini file + * [KTS-983] - Workflow notifications do not work for "Owner" role + * [KTS-989] - SVN move appears to have corrupted images + * [KTS-996] - Error when deleting initial workflow state + * [KTS-997] - Javascript is broken on saved searches page + * [KTS-999] - Deleting workflow states and transitions is too easy + * [KTS-1000] - Error when transitioning to a state with notifications + set for "Owner Role" + * [KTS-1004] - active states of a workflow still show delete button, + cryptic error message is given when used + * [KTS-1006] - Add Document not working properly + * [KTS-1008] - Authenticated users role not working correctly - - Made help able to work across multiple languages - - KTS-972 Owner, Everyone and Authenticated weren't being respected by browse - and search - - KTS-959 Documents weren't properly purged from the cache on change. - - KTS-977 Saved Searches didn't take "is"/"is not" into account - - KTS-910 Notification already cleared message is not friendly. 3.0.2 -----