-
"Add index on user_id on document_transactions table." Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9428 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Put magicDatabase config option into config_settings" Fixed. Added the new config option. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9417 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Web Services Debug value, in config_settings, should be string and not bool" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9410 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"CLONE -Is there a way to prevent from checking in the wrong file?(SUP-1064)" Fixed. Added a config option to hide the checkbox for "Force Original Filename". KTS-3736 "User should be made aware that setting the field limit for document filenames and titles beyond 255 is futile as only 255 characters are allowed in the fields in the DB." Fixed. Added a better description of the config option. KTC-592 "Better default tooltip needed on mouse over than 'ACME Corporation'." Fixed. Added a better tooltip as the default value for the config option. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9396 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"CLONE -Changing metadata via Edit Metadata (i.e. webbased) leads to an increase of the content version(SUP-1008)" Fixed. Added a config setting updateContentVersion, if true then the content version increases with the metadata. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9337 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add the new Property preview plugin to the columns by default during upgrade" Fixed. Added the upgrade sql, the preview column should now display next to the download column. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9334 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Config_setting.sql upgrade bug" Fixed. Entered string for all the empty type values. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9333 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Long search expressions are not saved. Saved searches become corrupt because they are truncated." Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9310 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add a config option to disable the bulk import" Fixed. Added the new config option. KTS-3697 "Add a config option to disable the database version check on login" Fixed. Added the new option. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9307 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"CLONE -In the transaction history of a document - the contect version field is incorrect when versioning reaches .10 (SUP-1052)" Fixed. Changed the version field from a float to a varchar to allow for 0.10 versions. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9285 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Extending subscription to subfolders" Fixed. Added a DB column to indicate that subfolders should be included. Refactored the way subscribing worked to use ajax. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9284 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Session management security" Updated. Committed By: Conrad Vermeulen Reviewed By: Martin Kirsten git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9257 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Make length of document and folder display names configurable." Fixed. Added a new config setting to set the length. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9234 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"After upgrade from 337OSS>346OSS and 31bOSS>346OSS to 353 OSS only the tags for the doc added after the 353 upgrade is listed in the Tag Cloud dashlet." Fixed. Added upgrade script to change the tag cloud description. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9149 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Upgrade failed from 3.5.2c to 3.5.3." Fixed. Auto increment function now ensures there is no 0 id. Committed by: Megan Watson Reviewed by: Conrad Vermuelen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9135 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Remove old search plugins when upgrading from 3.4.6 to 3.5.3" Fixed. Added removal during upgrade. Committed by: Kevin Fourie Reviewed by: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9091 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Upgrade failed from 346 to 353." Fixed. A function now runs before the upgrades to add auto_increment to the existing tables. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9083 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Remove Admin Version Notifier plugin" Updated. Upgrades now remove it too. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9064 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"The auto increment DB script must run first on upgrading" Fixed. Added update statements to get past 0 id values in plugins and upgrades tables. Committed by: Kevin Fourie Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9044 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"The auto increment DB script must run first on upgrading" Fixed. Added update statements to get past 0 id values in plugins and upgrades tables. Committed by: Conrad Vermeulen Reviewed by: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9033 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Improve the config group and settings display names and descriptions" Fixed. Updated all descriptions and display names. KTS-3580 "Rewording for Skinning settings in System Configuration (User Interface)" Fixed. Updated the skinning settings. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9032 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Check whether 'Development Window Log' is a valid setting in System Configuration - General Settings - Tweaks, and remove from the UI if it's not." Fixed. Removed the setting. KTC-583 "Remove 'seconds' after text box at the schedulerInterval setting in System Configuration - General Settings - KnowledgeTree" Fixed. Removed the appended 'seconds'. KTC-584 "Remove 'seconds' after text box at the sessionTimeout setting (System Configuration - General Settings - KnowledgeTree)" Fixed. Removed the appended 'seconds'. KTS-3565 "Change 'Mouse Over' to 'Mouseover' in the drop-down for previewActivation setting" Fixed. Changed the dropdown label. KTS-3157 "Fieldset fields aren't being sorted alphabetically when editing the metadata" Fixed. Removed the setting for alphabetical ordering. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9005 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Remove 'Plugins cache' settings in System Configuration > General Settings > Cache" Fixed. Removed the setting. KTS-3562 "For config setting redirectToBrowseExceptions, text field should be empty, and not display value 'default'" Fixed. Removed 'default' from the value. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9002 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Improve controls in the System Configuration section" Updated. Split off commercial sections. Committed by: Kevin Fourie Reviewed by: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8998 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"The auto increment DB script must run first on upgrading" Fixed. Set a priority property on the script pushing it to the top of the upgrades list. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8987 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Optimize database datatypes for space" Updated. Changed many types from char to varchar and fixed some minor irregularities. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8972 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Upgrade does not work when upgrading to 3.5.3 with new DB config setup." Fixed. Added upgrade function to copy config values from config.ini to the database table. KTS-3405 "Auto group creation option has been removed from the config.ini file" Fixed. Added the new config option. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8928 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Improve controls in the System Configuration section" Fixed. Added radio buttons and dropdown lists, etc. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8914 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Allow indexing to not be dependant on open office" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8871 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Uno module appears to require editing document conversion scripts" Fixed. Updated config table to include Open Office programPath. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8850 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"After login you are taken to browse view by default instead of the dashboard" Fixed. Updated default value. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8788 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Link to document between folders" Fixed. Added base code for symbolic links / shortcuts. Committed by: Aart-Jan Boor Reviewed by: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8771 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"On user login, some users would prefer to be redirected to the browse view, and not to the dashboard" Fixed. Added Config settings to DB. Committed By: Jonathan Byrne Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8767 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Failed Upgrade 3.4.6 to 3.5.2 Stable (database problem)" Fixed. text and blobs cannot have default values. Committed By: Conrad Vermeulen Reviewed By: Megan Waston git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8707 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Remove reliance on zseq_tables" Fixed. Now can now deal with the auto inc on the tables. dbutil is bypassing peardb for the id, but will be rectified in 3.6. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8704 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Background task can test Document Indexer diagnostics and cache results" Fixed Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8669 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Indexing needs to be more resiliant when encountering errors with open office" Fixed. Missing mime types added - msg, pps, db. Corrected ai, eps, msi Committed By: Conrad Vermeulen Reviewed By: Philip Arkoll git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8653 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Document Preview / Info Box - replace YUI control with an ExtJS control" In progress. Changed the default setting to use an onclick instead of a mouse-over on the icon. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8640 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Background task should fetch latest version for Version Notifier and cache ." Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8603 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Disk Usage stats should be a background task and cached" Implemented. KTS-3432 "Storage Usage status should be retrieved in a background task and cached" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8602 c91229c3-7414-0410-bfa2-8a42b809f60b