-
KTS-3594 "xls2csv is not resolving in the stack. there is a typo refering to xls2cvs" Fixed. xls2csv should now be resolved correctly. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@9078 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3588 "Remove Admin Version Notifier plugin" Updated. Fixed typo. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@9070 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3588 "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/STABLE/branches/3.5.3-Release-Branch@9067 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3513 "Problems with "&" in a filename" Fixed. The filename was being put through htmlspecialchars() for IE. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@9013 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3522 "documents permission" Fixed. The documents in the direct folder weren't being updated only the subfolders and their contained documents. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@9011 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3556 "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/STABLE/branches/3.5.3-Release-Branch@8997 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3372 "Add prominent Upload and Download buttons to the web interface" Fixed. Added checkin / download document action buttons and upload document folder action. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@8966 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3549 "Failure on documentRoot creation" Fixed. Added recursive flag. Committed By: Kevin Fourie Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@8954 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3410 "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/STABLE/branches/3.5.3-Release-Branch@8933 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3376 "The "recent search list" that shows up in the search portlet is sharing everyone's recent searches" 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.3-Release-Branch@8925 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3452 "KnowledgeTree throwing fatal error when unable to connect to MySQL" Fixed. Now shows standard error page. Committed By: Donald Jackson Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@8913 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-529 "Conflicting messages when attempting to cancel the checkout for a document via the KnowledgeTree web interface." Fixed. Added in the cancel_url. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@8895 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3103 "addDocument error when using KTOnDiskPathStorageManager: uploadTmpFile function does not exist" Fixed. Added the uploadTmpFile function. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@8893 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3516 "Deleted user that has been added via the Authenticated Source can be logged in after deletion." Fixed. Added a check to see if the user has been deleted before doing the auto-signup. Added a config option to disable the auto signup. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@8869 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3506 "CLONE -Problems with localization (SUP-933)" Fixed. The i18nDetails array is now being populated. KTS-3367 "A certain part of translations does not appear correctly." Fixed. The text from the plugin_helper table is now translated at load time. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@8840 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-498 "When database has not been upgraded and user tries to log in, display Error message and link to Database Upgrade Wizard" Fixed. The message and link will display correctly now. Committed By: Kevin Fourie Reviewed By: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@8827 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3500 "Scheduler - Task: Indexing error in log file" Fixed. The rootUrl is now saved in the serverName.txt file. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@8802 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-575 "Bulk checkout and export not working on folder shortcuts" Fixed. All contained documents are now downloaded and checked out correctly. Committed by: Aart-Jan Boor Reviewed by: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@8784 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3487 "Bulk export includes archived documents" Fixed. The getDocumentIDs() function now only gets live documents. Committed by: Megan Watson Reviewed by: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@8782 c91229c3-7414-0410-bfa2-8a42b809f60b
-
Some ws updates and i18n updates. KTS-587 "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/STABLE/branches/3.5.3-Release-Branch@8778 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3477 "Remove dependence on YUI" Fixed. Removed yui. Changed the dashboard to use the yui within ExtJS. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8764 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3473 "Upgrade ExtJS to version 2.1" Fixed. Added the new version of ExtJS. Removed the examples from the list of included files, move kt-framing below the ext-all.css so that the ExtJS CSS can be overriden in kt-framing. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8763 c91229c3-7414-0410-bfa2-8a42b809f60b
-
OEM-37 "A trademark icon appears in two places next to the OEM and normal non-OEM install." Fixed. Removed inconsistent use of ™. NOTE: pot file updated after this change. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8731 c91229c3-7414-0410-bfa2-8a42b809f60b
-
Some ws updated. KTS-3268 "Logging" Updated. Need to ensure that the logger is actually set Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8729 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3268 "Logging" Updated. Custom error handler includes old logging Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8723 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3268 "Logging" Implemented. Added Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8718 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3424 "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/branches/3.5.3-Branch@8706 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3447 "The cache needs to be cleared when updating the config settings" Fixed. After the update, the cache is cleared. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8671 c91229c3-7414-0410-bfa2-8a42b809f60b
-
Some ws updates. KTS-3437 "Document upload failed: Could not create directory" Fixed. Refactored the code slightly, changed the order in which things are loaded. Added caching back in. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8626 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3404 "A incorrect full path for registering plugins" Fixed. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8615 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3420 "When session expires and I do logout then I have to login twice"?Fixed. The logout action redirects via control where the session is checked, causing a session timeout on the logout action. You then has to log back in before you can logout. I've changed it so it now goes directly to the logout without going through control.php.??Committed by: Megan Watson?Reviewed by: Conrad Vermeulen? git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8596 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3398 "A typo in kt_url() function" Fixed. Fixed typo Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8572 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3307 "The Config file data needs to be moved to the database and an admin page needs to be made to manage this data." Fixed. Made changes to run config from DB. KTS-3309 "Dmsdefaults has a lot of config functions in it, they need to be moved to the KTConfig class." Fixed. Functions have been separated into the right classes. KTS-3272 "Migration of configuration to database" Fixed. Completed KTS-3276 and KTS-3278 associated with this issue. Committed By: Jonathan Byrne Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8565 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3395 "CLONE -Unable to remove sub-group (SUP-691)" Fixed. On removeMemberGroup(), changed the check to check member groups instead of member users. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8553 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3389 "Sql limit statement should not use parameters" Fixed. Changed the limit statements to specify the limit and not use parameters (LIMIT ?,?) Committed by: Megan Watson Reviewed by: Conrad Vermeulen Merged in some whitespace differences from DEV trunk. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8531 c91229c3-7414-0410-bfa2-8a42b809f60b
-
Merged in some whitespace differences from DEV trunk. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8530 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Warning on checkin from mime.inc.php on line 146" Fixed. Moved the mime type check to the top of the checkin function. Committed by: Megan Watson Reviewed by: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8525 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"CLONE -How-To restrict "export" (SUP-841)" In Progress. Fixed the cleanup of the tmp files. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8515 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-489 "Upgrade failure (DB error) when upgrading from 3.4.6 and 3.3.7 to 3.5.2c" Fixed.? Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8508 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3337?"Text extractors using incorrect Python binary because of config.ini option"?Updated. Added all the extenal binaries.??Committed by: Kevin Fourie?Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/3.5.3-Branch@8495 c91229c3-7414-0410-bfa2-8a42b809f60b