-
"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/trunk@8797 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@8780 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@8779 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
-
"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/trunk@8759 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@8758 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@8730 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@8727 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@8721 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
-
"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
-
"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
-
"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/trunk@8614 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
-
"When session expires and I do logout then I have to login twice" Fixed. The logout now goes directly to logout without checking the session. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8586 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
-
"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
-
"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/trunk@8550 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8529 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/trunk@8519 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/trunk@8513 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@8507 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
-
"KTPluginRegistry MUST respect the plugins order when registering plugins" Fixed. Plugins are now registered in the order they're loaded. Put the registration into a transaction. Committed by: Megan Watson Reviewed by: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8454 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Document->getMetadataVersion() doesn't reflect the loaded metadata version" Fixed. Now gets the version id from the metadata version class rather than the document core. Committed by: Megan Watson Reviewed by: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8453 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"CLONE -Add a Document to a folder problem(SUP-820)" Fixed. Changed htmlentities to htmlspecialchars to stop conversion of international characters. Committed By: Jonathan Byrne Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8444 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"KTPluginUtil dies horribly when a DB / pear error is returned" Fixed. Added a check for pear error when getting the plugin helpers. Committed by: Megan Watson Reviewed by: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8437 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
-
"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/trunk@8416 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"MD5 hash is not being updated or stored for documents that are checked in" Fixed. Added md5 hash update to documentutil.inc.php Committed By: Jalaloedien Abrahams Reviewed By: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8414 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Missing require_once in files" Updated. Fixed typo. Committed By: Kevin Fourie Reviewed By: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8407 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Missing require_once in files" Fixed. Added the missing requires. Committed By: Kevin Fourie Reviewed By: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8406 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"config.ini file is possibly corrupted after upgrade" Fixed. Removed active code but left upgade in so as not to mess with the upgrades table. Committed By: Kevin Fourie Reviewed By: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8392 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Path Issues in KnowledgeTree (LDAP and File Upload problems)" Fixed. Added a check to ensure path is absolute. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8390 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8387 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Update On-premise Application Login, Footer, About and Community Licensing" Fixed. Added Changes to displays. Committed By: Jonathan Byrne Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8385 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Performance on updating of permissions takes a long time when there are many documents" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8384 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"if folder name contains "&" then if you browse to subfolders the breadcrumb navigation only shows "." for the "&"-folder" Fixed. Changed the breadcrumbsForFolder to use oFolder->getName instead of the pathArray() for the parent folder names. Committed by: Megan Watson Reviewed by: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8382 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
-
"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