-
KTS-3768 "Document Indexer stats shows 'ago' as value for 'Period since last indexing'" Fixed. Now returns 'never' when no time has elapsed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.4-Release-Branch@9491 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3721 "When attempting to access the tag from the Dashboard Tag Cloud dashlet" Fixed. The url needed to be encoded. KTS-3720 "When using the following characters as a tag '´`&;!.~$()#=[]^@-_{}°º©ºªâªÂ¿â¬½¼¾±¡â£¥⧠«» the document does not show when the tag is navigated and the system incorrectly reports that 2 additional tags were created for the document." Fixed. The tag in redirect url is now encoded and decoded. 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@9361 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-3686 "kt_url() is overwritten regularly and the cached server name also has newlines when edited in some editors" 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.3a-Release-Branch@9279 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3661 "Error on downloading via SSL in IE" Fixed. Created a new KTUtil function to generate the correct headers for downloading files. KTC-147 "Error when opening a newly generated PDF document directly after it has been created." Fixed. Used the new KTUtil function to get the correct headers for the PDF. 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@9222 c91229c3-7414-0410-bfa2-8a42b809f60b
-
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/trunk@9077 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
-
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/trunk@8801 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
-
"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/trunk@8571 c91229c3-7414-0410-bfa2-8a42b809f60b
-
…tion"?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/trunk@8494 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Text extractors using incorrect Python binary because of config.ini option" Fixed. The stack is now checked before the config.ini option. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8434 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8387 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Language Paths aren't being created in the database properly which causes the Welcome Dashlet to not display." Fixed. Fixed a problem with the isAbsolutePath function. Committed By: Jonathan Byrne Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8374 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3218 "Storage Utilization Widget shows incorrect % used." Fixed. Changed casting to cast to a double instead of an int. Committed By: Jonathan Byrne Reviewed By: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8356 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Storage Utilization Widget shows incorrect % used." Fixed. Changed casting to cast to a double instead of an int. Committed By: Jonathan Byrne Reviewed By: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8355 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
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8344 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3165 "Remove background task permissions problems by making web server user deal with background tasks" Fixed. Cater for HTTPS certificate issues Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8342 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Remove background task permissions problems by making web server user deal with background tasks" Fixed. Cater for HTTPS certificate issues Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8341 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3165 "Remove background task permissions problems by making web server user deal with background tasks" Fixed. Sorted issue with server name resolution Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8340 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Remove background task permissions problems by making web server user deal with background tasks" Fixed. Sorted issue with server name resolution Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8339 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
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8282 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3168 "Searching integer field types results in SQL error" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3164 "Removed Title from being part of GeneralText criteria for search as it is catered for by the FullPath" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTC-433 "Full Path Search Broken - says field not found: Full" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3163 "Wildcard search on metadata inconsistent with full text content search" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3165 "Remove background task permissions problems by making web server user deal with background tasks" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson WSA-116 "Update unit tests to be compatible with 3.5.2" Updated. Made sure unit tests ran as expected. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie KTS-3169 "Provide some actions for portlets that allow javascript to be called rather than requiring the action framework" Implemented. 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@8265 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Remove background task permissions problems by making web server user deal with background tasks" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8261 c91229c3-7414-0410-bfa2-8a42b809f60b
-
Version change to 3.5.2a for bugfix release. KTS-3150 "WebDAV Interface - "&" in folder names causes error" Fixed. Replaced the & with %26. Committed by: Megan Watson Reviewed by: Isaac Lundall KTS-3156 "Fix incorrect fonts in 3.5.2" Fixed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie KTS-3157 "Fieldset fields aren't being sorted alphabetically when editing the metadata" Fixed. Added the sort into the getByFieldset function that gets used everywhere. Committed By: Megan Watson Reviewed By: Conrad Vermeulen KTS-3022 "Change the plugins to use relative paths" Fixed. On setup the plugins and plugin helpers now call fixfilename which finds the correct relative paths. Fixed the ktutil function isAbsolutePath. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8253 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Change the plugins to use relative paths" Fixed. On setup the plugins and plugin helpers now call fixfilename which finds the correct relative paths. Fixed the ktutil function isAbsolutePath. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8251 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
-
"Implement Open Search with new search" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8237 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2861 "KTUtil::arrayGet see "0" as an empty string" Fixed. Removed isset in favour of manual 0 and '0' checking. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8151 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"KTUtil::arrayGet see "0" as an empty string" Fixed. Removed isset in favour of manual 0 and '0' checking. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8150 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-1594 "Support for Office 2007 Documents" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-2861 "KTUtil::arrayGet see "0" as an empty string" Fixed. Using isset($aArray{0}) now. Evaluates to false if $aArray is not set or if it has zero length (ie. it's first character is not set). Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8144 c91229c3-7414-0410-bfa2-8a42b809f60b -
"KTUtil::arrayGet see "0" as an empty string" Fixed. Using isset($aArray{0}) now. Evaluates to false if $aArray is not set or if it has zero length (ie. it's first character is not set). Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8142 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
-
"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/trunk@8130 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3045 "Search2: Documents are not being indexed in Windows XP for OSS" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-1399 "Searching in discussion threads yields no results" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson 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 a check for IE 6, and only send headers then. Committed By: Megan Watson Reviewed By: Conrad Vermeulen KTS-1399 "Searching in discussion threads yields no results" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTC-188 "File using Internationalisation string as title and/or filename causes bulk export to break" Fixed. Added a replace to replace the illegal characters (*,?,etc) in the filenames with dashes. Committed by: Megan Watson Reviewed by: Conrad Vermeulen KTC-383 "License Mechanism modification" In progress. Changed SMB and Enterprise to Basic, Plus and Premium. Added a check on the tiers instead of the number of licenses. Committed by: Megan Watson Reviewed by: Conrad Vermeulen KTS-3067 "The check on absolute path causes errors with the plugins" Fixed. Used strtolower on the paths Committed By: Megan Watson Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8128 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"The check on absolute path causes errors with the plugins" Fixed. Used strtolower on the paths Committed By: Megan Watson Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8127 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3044 "MD5 support list should show relative filenames and not absolute filenames" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-2742 "Create/identify a function to test for acceptable characters that should be supported in file names and folder names." Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8086 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Create/identify a function to test for acceptable characters that should be supported in file names and folder names." Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8084 c91229c3-7414-0410-bfa2-8a42b809f60b