-
"Greek filename does not appear in tooltips nor greek tag" Fixed. The original fix wasn't in the add document trigger. Committed by: Megan Watson Reviewed by: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.2c-Release-Branch@8467 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3351 "Folder Usage dashlet reporting space usage incorrectly" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.2c-Release-Branch@8451 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3342 ""Resolved permissions per user" shows all users in the system (i.e. not only users which have permissions assigned) in version 3.5.2 (SUP-638)" Fixed. Replaced the array of all users with only active users when displaying them in the template. Committed by: Megan Watson Reviewed by: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.2c-Release-Branch@8438 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2666 "Permissions not properly inherited" Fixed. Changed check in Permission.php and hasPermission in User.inc to use userHasPermissionOnItem function. Committed By: Jonathan Byrne Reviewed By: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.2c-Release-Branch@8423 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3315 "Remove hardcoded APP_NAME's" Fixed. Changed hard coded KnowledgeTree to APP_NAME where found. Committed By: Jonathan Byrne Reviewed By: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.2c-Release-Branch@8422 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3319 "Users unable to remove manage security permission" Fixed. Commented out manage security checks. Committed By: Jonathan Byrne Reviewed By: Isaac Lundall git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.2c-Release-Branch@8421 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3316 "Remove references to KnowledgeTree from housekeeper plugin" Removed. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.2c-Release-Branch@8404 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3305 "Disk/Folder Utilization dashlets have wrong URLs" Fixed. The dispatcherUrl was being appended to itself. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.2c-Release-Branch@8397 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3233 "If you use a (-) in a lookup fieldset name, the browse by lookup value returns all documents associated to the fieldset." Fixed. The (-) was being replaced by an (_). Committed by: Megan Watson Reviewed by: Conrad Vermeulen KTS-3165 "Remove background task permissions problems by making web server user deal with background tasks" Fixed. Added some debug logging Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie KTS-3235 "Indexer unable to index a MS PPT 2003 document" Fixed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie KTS-3236 "Indexing process should skip temporary files as the indexer process is likely to fail resulting in users being confused." Fixed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie KTS-3237 "Document Indexer dashlet shows the number of documents in the queue to include the problem documents in the queue" Fixed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8348 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3220 "Lucene migration status dashlet remains in view after installation is complete" Fixed. Was returning true before checking. Committed by: Megan Watson Reviewed by: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8336 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3214 "Mobile Number is not saved in database" Fixed. Added line to save mobile number into user object. Committed By: Jonathan Byrne Reviewed By: Jalaloedien Abrahams KTS-3201 "Ability to toggle between old 'browse view' search results, and 'search engine' results view" Fixed. Added check on whether search results exist, so the document count returns 0 not 1. Committed by: Megan Watson Reviewed by: Jonathan Byrne KTS-3216 "Document Links: Invalid Identified Provided for: Document" Fixed. Removed array_merge function and added 'new' action to collection options array. Committed By: Jonathan Byrne Reviewed By: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8329 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3208 "Error when adding external links to a document" Fixed. Check if array is not empty before running the foreach Committed by: Megan Watson Reviewed by: Jonathan Byrne KTS-3181 "Scheduler: Migration process fails" Fixed. Divide by 1 if migrated documents is 0 Committed By: Megan Watson Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8318 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3141 "Error in template syntax for search2 portlets" Fixed. Fixed all hyperlink urls mentioned in the ticket. Committed By: Jonathan Byrne Reviewed By: Megan Watson KTS-3200 "Error during database upgrade: 3.4.6 to 3.5.2a" Fixed. Apache user (nobody) was attempting to backup the config.ini in the ktdms folder where it has no write rights. The config.ini is now only backed up or even updated if the file is writeable. There should be defaults for all config.ini values in dmsDefaults.php anyway and config.ini only provides a way to override those defaults. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8303 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2402 "Display the search expression tree" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3178 "Checking for write permission doesn't check if document is immutable. if immutable, user cannot have write access." Fixed. Committed By: Conrad Vermeulen Reviewed By: Martin Kirsten KTS-3177 "Unit admin permissions" Fixed. Changed logic which checks whether the Manage Security permission is being disabled. Committed By: Jonathan Byrne Reviewed By: Megan Watson KTS-3187 "Problem with opendir() in windows under indexerCore" Fixed. Committed By: Conrad Vermeulen Reviewed By: Martin Kirsten KTS-3187 "Problem with opendir() in windows under indexerCore" Fixed. Committed By: Conrad Vermeulen Reviewed By: Martin Kirsten KTS-3188 "Indexing Diagnostics page provides an invalid link to documents" Fixed. Committed By: Conrad Vermeulen Reviewed By: Monique KTS-3182 "documentutil->add function should at least throw a warning if 'contents' is there and 'temp_file' isn't" Fixed. Added an error message if the temp file is not there. Committed by: Megan Watson Reviewed by: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8295 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3184 "Dashboard reflecting disk space incorrectly. It is showing the Gig amounts as Meg amounts" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8287 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3181 "Scheduler: Migration process fails" Fixed. Changed the function to return the default if its there rather than pear error. Committed by: Megan Watson Reviewed by: Conrad Vermeulen KTS-3179 "OOPresentationExtractor not working" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3181 "Scheduler: Migration process fails" Fixed. Added check if migrated documents = 0 then make them 1 for the division. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8285 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3100 "Various <a href> links don't work when kt installed in subfolder off root url" Fixed. Fixed all broken href links I could find. Committed By: Jonathan Byrne Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8277 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2601 "Create indexer administration page" Updated. Fixed Typo. Committed By: Conrad Vermeulen Reviewed By: Jonathan Byrne KTS-3178 "Checking for write permission doesn't check if document is immutable. if immutable, user cannot have write access." Fixed. Committed By: Conrad Vermeulen Reviewed By: Martin Kirsten git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8275 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3154 "new Tags with spaces are created without spaces" Fixed. The spaces were being removed using a str_replace. Committed by: Megan Watson Reviewed by: Jonathan Byrne KTS-3155 "Error when renaming folders that contain special characters" Fixed. Mysql is case insensitive, added a check in the php before returning true. Committed by: Megan Watson Reviewed by: Conrad Vermeulen KTS-3167 "Issue with viewing resolved permissions for all users" Fixed. Added a check for users in subgroups on the resolved permissions per user page. Committed By: Jonathan Byrne Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8272 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2841 "Document linked to a tag (with non-alphaneumeric characters) not returned when the tag is navigated." Fixed. Replaced the strtolower. Committed by: Megan Watson Reviewed by: Jonathan Byrne KTS-3051 "Scheduler running time to be configurable in the config file" Fixed. Added the config setting. Committed by: Megan Watson Reviewed by: Jonathan Byrne KTS-3049 "Plugin is unable to change filename during checkout" Fixed. Triggers on now checked on the download. They check for the action 'checkoutDownload'. Committed by: Megan Watson Reviewed by: Jonathan Byrne WSA-113 "Implement returning of basic permissions returned by get_listing() and document detail." Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson WSA-113 "Implement returning of basic permissions returned by get_listing() and document detail." Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3147 "Scheduler calls the default php and doesn't check for the stack php" Fixed. It now checks for the stack php first. Committed by: Megan Watson Reviewed by: Conrad Vermeulen Added new contributors to about page. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8247 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-1644 "Untranslateable strings in /lib/browse/Criteria.inc" Fixed. Added _kt() so that strings are now translatable. Committed By: Jonathan Byrne Reviewed By: Megan Watson WSA-113 "Implement returning of basic permissions returned by get_listing() and document detail." Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson WSA-113 "Implement returning of basic permissions returned by get_listing() and document detail." Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3136 "Implement Open Search with new search" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson Version Bump to 3.5.3 beta1 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8239 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3054 "Reason for error not indicated in Windows Server 2003 IE6" Fixed. Added css to display error message in kt-ie-icons.css Committed By: Jonathan Byrne Reviewed By: Megan Watson KTS-2768 "DMS crashes when clicking 'Bulk Download' on a folder view folders in view" Fixed. Changed the name of the zip file. Committed By: Megan Watson Reviewed By: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8220 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3095 "Backslashes, ampersands etc and different characters in the Workflow and Document type names with ' " <> | ; in its name" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3088 "Linking a document to itself does not create a link." Fixed. Added a check to return an error if the document is trying to link to itself. Committed By: Jonathan Byrne Reviewed By: Megan Watson KTC-387 "Duplication of the log-in footer after logging out from languages other than English." Fixed. Updated dulicate tags due to "2007 to 2008" issue. Committed By: Kevin Fourie Reviewed By: Jonathan Byrne KTS-673 "The search algorithm needs some work" Added. Examples folder was missing. KTS-2901 "Search2: the quick search options are not clickable" Updated. This should resolve the javascript error. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTC-400 "Exception thrown when clicking on a document's version history link" Fixed. Added function to check plugin availability Committed By: Megan Watson Reviewed By: Conrad Vermeulen KTS-3090 "Get an error when trying to view all groups on your active directory server." Fixed. Added error checking. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8180 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-399 "Bulk checkout: when you checkout an already checked out document you get an information alert that is not clear" Fixed. If a document is checked out by the current user it now gets added to the downloaded files. Committed by: Megan Watson Reviewed by: Jonathan Byrne KTS-2655 "Error Message On Removing Permissions but action goes ahead anyway" Fixed. Added a check to ensure the user doesn't removed his/her own permission to manage security. Committed by: Megan Watson Reviewed by: Jonathan Byrne KTS-2873 "Double quote (") is not accepted as valid input for metadata when the name of a Lookup field or a Tree field has a Double quote in." Fixed. The values in the sub categories needed to be htmlentities(). Committed by: Megan Watson Reviewed by: Jonathan Byrne KTS-3091 "The name of the open office service needs to be changed in the script to check if its running" Fixed. Changed the name and the paths to match the new stack. Committed by: Megan Watson Reviewed by: Jonathan Byrne KTS-3093 "Creating fieldsets and fields with quotes results in double escaping of names and descriptions" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3096 "Creating workflow, workflow states, workflow transition names with quotes results in double escaping of names and descriptions" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3097 "Field names with quotes was impacting on search2 query builder" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3085 "Storage utilisation plugin does not seem to be working on Windows Vista." Fixed. Unfortunately, df does not work on Vista. We now detect if df has a problem and disable the dashlet accordingly. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTC-403 "One is able to make a checked out document immutable" Fixed. Added a check to return an error if the document is checked out. Committed By: Jonathan Byrne Reviewed By: Megan Watson KTS-1888 "Expunge page in the DMS Administration section, pagination not working, links to consecutive pages do not work" Fixed. Changed the php file to return the contents of a div and not just a table body so that pagination works in Internet Explorer. Committed By: Jonathan Byrne Reviewed By: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8171 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-1594 "Support for Office 2007 Documents" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8160 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2829 "Tags containing special characters are truncated at the first special character the system encounters." Fixed. Changed strlower command to mb_strtolower to cater for special characters. Committed By: Jonathan Byrne Reviewed By: Jalaloedien Abrahams KTS-2584 "Postscrip extractor is disabled on linux" Updated. Updated binary name to ps2txt. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8154 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3059 "Unsupported documents are not indexed rightly so but the Documents Indexer Statistics's Documents Indexed shows a number contrary this" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-1594 "Support for Office 2007 Documents" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-2400 "Using double quotes in the new search system may be problematic" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8147 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-262 "Action Restriction section of a work flow there are extra two extra columns as well as one that says "no name" after you select "Edit Action"" Fixed. Added a check to display name using getName() in case getDisplayName() returns an empty string. Committed By: Jonathan Byrne Reviewed By: Megan Watson KTS-3057 "Cleanup link on System Folder Utilization dashlet points to an non-existing url" Fixed. Cleaned up Url creation for Windows. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8134 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-388 "remove Dev comment from config file at [user_prefs]" Removed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie KTS-3070 "Path not found when generating PDFs" Fixed. Paths updated. KTS-3096 "Import from Server Locaton, get a python error." Fixed. Paths updated. KTS-3074 "Location of OpenOffice in the stack has changed" Fixed. Paths updated. Committed By: Kevin Fourie Reviewed By: Jonnathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8131 c91229c3-7414-0410-bfa2-8a42b809f60b
-
WSA-55 "Allow users to be able to update the 'creator', 'created date', and other system fields via the KTAPI and web services" Updated. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie KTS-2668 "When updating a Dynamic condition it does not the updated conditions with permissions already set in folders." Fixed. Updated the permission object on updating or deleting a condition. Committed by: Megan Watson Reviewed by: Jonathan Byrne KTS-3047 "ktScheduler service does not start on upgrade" Fixed. Added a check on whether the scheduler table exists before starting the scheduler. Committed by: Megan Watson Reviewed by: Jonathan Byrne KTS-3034 "Breadcrumb trail goes behind the search bar." Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8107 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-327 "The Document Indexing Diagostics does not show problems when in reality they exist" Fixed. Committed By: Conrad Vermeulen Reviewed By: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8102 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2890 "Search results run off page on IE 7, FF, Safari" Fixed. Committed By: Conrad Vermeulen Reviewed By: Johnathan Byrne KTS-2891 "Search widget is too big as it is invisible when the screen resolution is low" Fixed. Added support for Safari Committed By: Conrad Vermeulen Reviewed By: Jonathan Bryne KTS-2816 "User without permissions is notes as having all permissions upon 'View resolved permissins for users'" Fixed. Fixed problems in the user hasPermission function. Committed By: Jonathan Byrne Reviewed By: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8100 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2572 "Storage Utilisation dashlet only works in linux" Fixed. It now works with cygwin/df in Windows Fixed By: Conrad Vermeulen Reviewed By: Jalaloedien Abrahams KTS-3048 "External Dependencies missing after upgrade" In Progess. Updated the upgrade config functions. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8096 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2917 "If the fieldset names are too long there is no way to get to the edit button on the main Fieldset page" Fixed. Fieldset name is now truncated to a better size. Committed By: Jonathan Byrne Reviewed By: Jalaloedien Abrahams KTS-2717 "Changing folder permissions to allow for a new user group to perform the delete action does not work" Fixed. On overriding permissions for the folder the copy permissions action wasn't taking existing documents in the folder into account. Committed by: Megan Watson Reviewed by: Conrad Vermeulen KTS-2432 "Dynamic Condition Doesnt Work in 3.4.3" Fixed. On adding / editing a document it now checks if dynamic conditions exist and updates the permission object. Committed by: Megan Watson Reviewed by: Conrad Vermeulen KTC-227 "Widget broken" Fixed. Html tags are now interpreted properly on the conditional metadata admin page. Committed By: Jonathan Byrne Reviewed By: Jalaloedien Abrahams KTS-3048 "External Dependencies missing after upgrade" In Progess. Updated the upgrade config functions. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8093 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3043 "On reread of plugins the quicklinks plugin is set to disabled" Fixed. Moved the checks on the end version after an upgrade into the if statement containing the upgrade. Committed By: Megan Watson Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8076 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3039 "The paths in the plugin_helper table can't contain both forward and backward slashes" Fixed. Modified the function checking the absolute path. On registering the plugin helper, all back slashes are changed to forward slashes. Committed By: Megan Watson Reviewed By: Conrad Vermeulen KTC-382 "The version history dies if the document comparison plugin is enabled but no license is installed" Fixed. Added a check on loading the plugin, load returns false if the license is not installed. Committed By: Megan Watson Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8066 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2143 "Manage Lookups for Field: Explanations incorrect" Fixed. Commited By: Kevin Fourie Reviewed By: Conrad Vermeulen Updated About page. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen KTS-3033 "The bullets on the welcome dashlet render incorrectly" Fixed. Added some left padding Committed By: Megan Watson Reviewed By: Jalaloedien Abrahams KTC-177 "RSS feed appears wrong when launched from the 'Actions on this folder' when the folder has the internationalisation string as its name or the name of any of its subfolders." Fixed. Added headers before displaying the feed. Cleaned up the htmlentities in the feed. Committed By: Megan Watson Reviewed By: Jonathan Byrne KTS-3020 "When sent a link to a document in KnowledgeTree, asked to log in, but not taken to the document - taken to the dashboard." Fixed. Modified the check on the last user to use the ip address and check if the last user timed out or not. Committed by: Megan Watson Reviewed by: Jonathan Byrne KTS-3025 "Move KTWSAPI foders to KnowledgeTree forge" Moved. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie KTS-3038 "Scheduler plugins are not in the default data.sql install file" Fixed. Updeated data.sql file. Committed By: Kevin Fourie Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8063 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2391 "When changing doc type the old associated fieldsets should be removed" Fixed. Incremented the metadata version and copied the metadata for the fieldsets that remain with the new doc type. Committed by: Megan Watson Reviewed by: Conrad Vermeulen KTS-3031 "Breadcrumb function in Document links displays incorrectly" Fixed. Added the root folder at the start of the breadcrumb trail. Refactored the function into ktutil. Committed by: Megan Watson Reviewed by: Conrad Vermeulen KTS-1489 "Unarchival action not recorded within document transaction history" Fixed. Added a transaction in. KTS-3029 "On restoring archived documents, all documents in the list are selected" Fixed. Removed the collection widget which only works properly for single selections. KTS-2891 "Search widget is too big as it is invisible when the screen resolution is low" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3024 "Search2: Searching using a quick search gives a warning" Updated. Changed the content of the message. Committed By: Conrad Vermeulen Reviewed By: Xolo Mashinini git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8052 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2813 "Folder view's checkout function should not apply to documents where workflow configuration blocks checkout" Fixed. Added a check on the WF disabled actions. Committed by: Megan Watson Reviewed by: Jonathan Byrne KTS-2869 "User with Delete permission can Delete an Immutable document." Fixed. Added a check for immutable documents in bulk delete. Committed By: Jonathan Byrne Reviewed By: Megan Watson KTC-379 "Fix zseq tables" Updated. Fixed "ZSEQ SHOULD NOT BE EMPTY ON" and "DB ERROR ON" issues. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8042 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2906 "Introduce logging of PEAR_Error into log file" Updated. Made this feature optional. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8022 c91229c3-7414-0410-bfa2-8a42b809f60b