• KTS-3318
    "Permissions issue on /var/proxies causes Apache to segfault on certain Linux distros"
    Fixed. Added proxies folder to source tree so it will be created correctly during install.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8442 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • "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
    megan_w authored
     
    Browse Code »
  • "Boolean expression break simple search"
    Fixed
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8436 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse Code »
  • "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
    megan_w authored
     
    Browse Code »
  • ""Resolved permissions per user" shows all users in the system (i.e. not only users which have permissions assigned) in version 3.5.2 (SUP-638)"
    Fixed. Replaced the array of all users with only active users when displaying them in the template.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8433 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse Code »
  • "UI broken on folder actions inline help page"
    Fixed. Took out incorrectly placed <td> tag.
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaloedien Abrahams
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8431 c91229c3-7414-0410-bfa2-8a42b809f60b
    jonathan_byrne authored
     
    Browse Code »
  • "Capitalize the 'l' in 'login' on the Login screen"
    Fixed. Changed l to capital.
    
    Committed By: Jonathan Byrne
    Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8430 c91229c3-7414-0410-bfa2-8a42b809f60b
    jonathan_byrne authored
     
    Browse Code »

  • "CLONE -Failure in Workflow(SUP-805)"
    Fixed. The getDisplayName() function was expecting a document object to exist.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8429 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse Code »
  • "When navigating to an archived document, the user should have the ability to request a document to be unarchived."
    Fixed. The user can send a request which plugs into the "request assistance" notification plugin.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8428 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse Code »
  • "CLONE - Breaks the pattern graph (SUP-780)"
    Fixed. Added scrolling to stop user interface from displaying incorrectly.
    
    Committed By: Jonathan Byrne
    Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8427 c91229c3-7414-0410-bfa2-8a42b809f60b
    jonathan_byrne authored
     
    Browse Code »
  • "Remove hardcoded APP_NAME's"
    Fixed. Changed hard coded KnowledgeTree to APP_NAME where found.
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaloedien Abrahams
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8418 c91229c3-7414-0410-bfa2-8a42b809f60b
    jonathan_byrne authored
     
    Browse Code »

  • "Allow user without read permissions on Root to see folders on which he does have permissions"
    Fixed. Folders allow READ and FOLDER_DETAIL permissions
    
    Committed By: Conrad Vermeulen
    Reviewed By: Martin Kirsten
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8417 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse Code »
  • "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
    jonathan_byrne authored
     
    Browse Code »
  • "Allow user without read permissions on Root to see folders on which he does have permissions"
    Fixed. Folders allow READ and FOLDER_DETAIL permissions
    
    Committed By: Conrad Vermeulen
    Reviewed By: Martin Kirsten
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8415 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse Code »

  • "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
    jalaloedien authored
     
    Browse Code »

  • "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
    conradverm authored
     
    Browse Code »

  • "Greek filename does not appear in tooltips nor greek tag"
    Fixed. Removed the strtolower() on non-ascii tags.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8412 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse Code »

  • "Users unable to remove manage security permission"
    Fixed. Commented out manage security checks.
    
    Committed By: Jonathan Byrne
    Reviewed By: Isaac Lundall
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8411 c91229c3-7414-0410-bfa2-8a42b809f60b
    jonathan_byrne authored
     
    Browse Code »
  • "Disk usage dashlet doesn't work on Mac OS X"
    Fixed. The -B parameter doesn't exist for df on the mac, changed it to use -k (kB) and multiply by 1024.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8410 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse Code »

  • "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
    kevin_fourie authored
     
    Browse Code »
  • "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
    kevin_fourie authored
     
    Browse Code »
  • "The openoffice checkup script seems to be logging content every minute (in INFO mode)"
    Fixed. Changed the logging to debug mode.
    
    Committed By: Kevin Fourie
    Reviewed By: Megan Watson
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8405 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • "Remove references to KnowledgeTree from housekeeper plugin"
    Removed.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8403 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • "Disk/Folder Utilization dashlets have wrong URLs"
    Fixed. The dispatcherUrl was being appended to itself.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8393 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse Code »

  • "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
    kevin_fourie authored
     
    Browse Code »
  • "Custom Error page graphics not displaying in windows XP"
    Fixed. Added a check to remove unwanted / or \ in then rooturl.
    
    Committed By: Jonathan Byrne
    Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8391 c91229c3-7414-0410-bfa2-8a42b809f60b
    jonathan_byrne authored
     
    Browse Code »
  • "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
    megan_w authored
     
    Browse Code »
  • "Update On-premise Application Login, Footer, About and Community Licensing"
    Fixed. Added closing i18n tag.
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaloedien Abrahams
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8389 c91229c3-7414-0410-bfa2-8a42b809f60b
    jonathan_byrne authored
     
    Browse Code »

  • 
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8388 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • 
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8387 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • "Welcome Dashlet needs to be changed."
    Fixed. Added Changes.
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaloedien Abrahams
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8386 c91229c3-7414-0410-bfa2-8a42b809f60b
    jonathan_byrne authored
     
    Browse Code »
  • "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
    jonathan_byrne authored
     
    Browse Code »
  • "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
    conradverm authored
     
    Browse Code »

  • 
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8383 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • "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
    megan_w authored
     
    Browse Code »
  • "Dashboards not showing borders for FF3 Beta 3"
    Fixed. Updated the css to order the page body background to the back of the dashlets and the "loading" popup in front of the dashlets.
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Jonathan Byrne
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8381 c91229c3-7414-0410-bfa2-8a42b809f60b
    jalaloedien authored
     
    Browse Code »

  • "Unit Tests"
    In Progess. Fixed current unittests.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8380 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • "On the new search results page a number of our documents incorrectly state that the document is "Checked out by: Deleted User on"."
    Fixed. The sql removes any incorrect references to the deleted user id of -10.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8379 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse Code »
  • "CLONE -Links to KT documents/folders do not work in MS Word (SUP-390)"
    Fixed. Removed all logic for redirecting to the dashboard after a time-out.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8378 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse Code »
  • "Unit Tests"
    In Progress. Updated simpletest version to 1.0.1
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8377 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »