-
…ags containing javascript. Committed by: Megan Watson Reviewed by: Donald Jackson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/RB_3.5.4a@9629 c91229c3-7414-0410-bfa2-8a42b809f60b
-
…or indexing and alerts emails. "Indexer not working" Committed by: Megan Watson Reviewed by: Donald Jackson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/RB_3.5.4a@9621 c91229c3-7414-0410-bfa2-8a42b809f60b
-
…he ktlog.ini for the rootLogger. All other log levels will still be set in the ktlog.ini. Committed by: Megan Watson Reviewed by: Donald Jackson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/RB_3.5.4a@9608 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3688 "Refactor kt_url() and review the cache/serverName.txt implementation" Fixed. The serverName is now stored in the DB and only used when $_SERVER['HTTP_HOST'] is empty or set to localhost (the default in dmsDefaults). The dynamicConfigSettings are resolved every time and not cached to prevent localhost being cached as the serverName. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9332 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3695 "The custom error handler calls curl unnecessarily" Fixed. Replace the call to the error handler with a simple redirect to the customerrorpage. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9326 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3612 "Call to a member function on a non-object:" Fixed. Error was caused by the custom validation page logging a db error before logging is initialised. Removed part of custom error handler. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9150 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3607 "The background job running as root prevents the apache user from adding log messages." Fixed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9143 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3590 "'Fatal error: Call to undefined method DB_Error' after upgrade when the upgrade wizard is initiated." Fixed. Errors created when initialising the DB are now caught properly. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9128 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3595 "URL error after upgrade from 3.4.6 to 3.5.3" Fixed. Added a check for the $_SERVER['HTTP_HOST'], if its empty don't store the configcache Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9101 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3513 "An incorrect path for including mbstring.inc.php in dmsDefaults.php" Fixed. Corrected path. Thanks Jeongkyu Kim! Committed by: Kevin Fourie Reviewed by: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9015 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/trunk@8932 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/trunk@8912 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Logging" Updated. Log file goes to correct var/log folder based on config. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8720 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Logging" Updated. Log file goes to correct var/log folder based on config. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8719 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Logging" Implemented. Added Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8717 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@8665 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@8613 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Auto group creation option has been removed from the config.ini file" Fixed. Added the section to the config.ini for 3.5.2d. 3.5.3 uses new DB config. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8611 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8584 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@8560 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Bug when loading cached config results in an error with array_key_exists." Fixed. Committed By: Conrad Vermeulen Reviewed By: Philip Arkoll git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8413 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8387 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Custom Error Page text needs rework" Fixed. Changed layout of custom error page. Committed By: Jonathan Byrne Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8372 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Custom Error Page cannot be disabled." Fixed. Cleaned up custom error page functionality. Committed By: Jonathan Byrne Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8368 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Problem with stack installer and providing a trailing backslash" Fixed. Added a str_replace on double slashes - forward and back. Committed by: Megan Watson Reviewed by: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8365 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-436 "500 Internal Server Errors Happen when Uploading Files through KTE or KT Webdav" Fixed. Checked that path is absolute before doing a require(). Committed by: Megan Watson Reviewed by: Jonathan Byrne KTS-3190 ""Import from server location" should also remove the file extension from the document name" Fixed. Document add now drops the extension from the filename if it is used for the document title. Committed by: Megan Watson Reviewed by: Jonathan Byrne KTC-437 "info Box / Document preview" In progress. Added big mimetype icons for the info box. Committed by: Megan Watson Reviewed by: Jalaloedien Abrahams KTS-3201 "Ability to toggle between old 'browse view' search results, and 'search engine' results view" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3112 "Fatal error on new installation when directed to login.php line 168" Removed. The redirection could result in endless loop. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie KTS-3204 "Search engine results references Score field, which should be Rank" Fixed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie KTS-3205 "dmsDefaults refers to KTDIR and not KT_DIR" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3203 " Ensure all entries in config.ini have a default in dmsDefaults.php" Fixed. Added defaults for all items from config that i could see were missing. Committed By: Jonathan Byrne Reviewed By: Jalaloedien Abrahams KTS-3202 "Update search2 widget to persist search results default state" Fixed. Used the session variable to persist state. Committed by: Megan Watson Reviewed by: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8313 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Update search2 widget to persist search results default state" Fixed. Used the session variable to persist state. Committed by: Megan Watson Reviewed by: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8312 c91229c3-7414-0410-bfa2-8a42b809f60b
-
" Ensure all entries in config.ini have a default in dmsDefaults.php" Fixed. Added defaults for all items from config that i could see were missing. Committed By: Jonathan Byrne Reviewed By: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8311 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"dmsDefaults refers to KTDIR and not KT_DIR" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8310 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"info Box / Document preview" In progress. Added big mimetype icons for the info box. Committed by: Megan Watson Reviewed by: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8306 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2832 "Must test if mb_string extension is in php.ini, and maybe provide a recovery option" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8279 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Must test if mb_string extension is in php.ini, and maybe provide a recovery option" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8278 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
-
"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/trunk@8276 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3172 "Indexer should default to JavaXMLRPCLuceneIndexer in dmsDefaults" Fixed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie KTS-3159 "CLONE -3.5.2 Upgrade - INFO: Scheduler - Background tasks errors(SUP-636)" Fixed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie KTS-3171 "Add extra validation for Permission::userIsSystemAdministrator()" Updated. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8268 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Indexer should default to JavaXMLRPCLuceneIndexer in dmsDefaults" Fixed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8267 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
-
"Scheduler running time to be configurable in the config file" Fixed. Added the config setting. Committed by: Megan Watson Reviewed by: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8241 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3055 "OpenOffice service is not being detected by Dashlets on Vista" Fixed. Seems Vista has no alias for localhost. We need to use 127.0.0.1 Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8203 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"OpenOffice service is not being detected by Dashlets on Vista" Fixed. Seems Vista has no alias for localhost. We need to use 127.0.0.1 Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8201 c91229c3-7414-0410-bfa2-8a42b809f60b