• "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
    Megan Watson authored
     
    Browse Dir »

  • "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
    Megan Watson authored
     
    Browse Dir »


  • "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 Watson authored
     
    Browse Dir »

  • "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
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8343 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »

  • "Allow the user to change the ordering of the browse columns"
    Fixed. Added the logic to change the order.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8334 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »

  • "Funny looking folders in IE"
    
    Fixed. Changed CSS and HTML to display folders correctly under Internet Explorer.
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaloedien Abrahams
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8244 c91229c3-7414-0410-bfa2-8a42b809f60b
    Jonathan Byrne authored
     
    Browse Dir »

  • "Untranslateable strings in /lib/browse/Criteria.inc"
    
    Fixed. Added _kt() so that strings are now translatable.
    
    Committed By: Jonathan Byrne
    Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8232 c91229c3-7414-0410-bfa2-8a42b809f60b
    Jonathan Byrne authored
     
    Browse Dir »

  • "Upgrade script must ensure tables are using InnoDB storage engine on mysql"
    Fixed. 
    
    KTS-2877
    "Full path on document and folder in database is misleading"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7979 c91229c3-7414-0410-bfa2-8a42b809f60b
    Conrad Vermeulen authored
     
    Browse Dir »

  • "Uninstalled columns may cause browsing the repository to break"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7973 c91229c3-7414-0410-bfa2-8a42b809f60b
    Conrad Vermeulen authored
     
    Browse Dir »

  • "Files linked to Tags containing backslashes in its name ( \ ) are not found when the tag is navigated from the Dashboard."
    Fixed. The backslash has to be escaped twice when using "LIKE", changed it to use a direct comparison "="
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7956 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »


  • "Major performance issue - SQL query"
    Fixed. Incorporated some of the changes from the optimisation patch into the core.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7787 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »

  • "Reachable folders being considered orphaned folders"
    Fixed. Added a check for folder details permission in addition to the check on read permission, in getBrowseableFolders().
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7678 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »

  • "Update OSS to GPLv3"
    Updated COPYING file and inline headers.
    
    Committed By: Kevin Fourie
    Reviewed By: Jalaloedien Abrahams
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7478 c91229c3-7414-0410-bfa2-8a42b809f60b
    Kevin Fourie authored
     
    Browse Dir »

  • "Add some basic plugin caching to improve performance"
    Updated. KTS-2358 impacted on the caching array that is required to cache. Thus the singleton() methods are restored to what they were before.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7271 c91229c3-7414-0410-bfa2-8a42b809f60b
    Conrad Vermeulen authored
     
    Browse Dir »

  • "The search algorithm needs some work"
    Updated. Removed old criteria dependant on mysql fulltext tables.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7173 c91229c3-7414-0410-bfa2-8a42b809f60b
    Conrad Vermeulen authored
     
    Browse Dir »
  • "php5 migration"
    Updated. Removed & from &new. Added statics.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7171 c91229c3-7414-0410-bfa2-8a42b809f60b
    Conrad Vermeulen authored
     
    Browse Dir »
  • "The search algorithm needs some work"
    Implementation. 
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7170 c91229c3-7414-0410-bfa2-8a42b809f60b
    Conrad Vermeulen authored
     
    Browse Dir »

  • "Change array_merge to kt_array_merge for PHP5"
    Updated.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7125 c91229c3-7414-0410-bfa2-8a42b809f60b
    Kevin Fourie authored
     
    Browse Dir »

  • "Problem with simple search dashlet - database error on searches"
    Fixed. Changed PartialQuery and Criteria.inc to cater for infinite search terms...
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Conrad Vermeulen
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7024 c91229c3-7414-0410-bfa2-8a42b809f60b
    Jalaloedien Abrahams authored
     
    Browse Dir »

  • "cross site scripting"
    Updated.
    
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6916 c91229c3-7414-0410-bfa2-8a42b809f60b
    Conrad Vermeulen authored
     
    Browse Dir »
  • "cross site scripting"
    Updated.
    
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6915 c91229c3-7414-0410-bfa2-8a42b809f60b
    Conrad Vermeulen authored
     
    Browse Dir »
  • "cross site scripting"
    Updated.
    
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6914 c91229c3-7414-0410-bfa2-8a42b809f60b
    Conrad Vermeulen authored
     
    Browse Dir »

  • "Custom metadata does not show up in the advanced search drop down list"
    Fixed. The tag cloud uses metadata tables to store the metadata, so need to just prevent the generic metadata from showing the tag cloud specific field.
    
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6872 c91229c3-7414-0410-bfa2-8a42b809f60b
    Conrad Vermeulen authored
     
    Browse Dir »


  • KTS-2088
    "The " in the name of a Document Type, Transition or State does not reflect in Edit mode"
    Fixed with lots of other similar issues.
    
    Committed By: Kevin
    Reviewed By: Conrad
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6771 c91229c3-7414-0410-bfa2-8a42b809f60b
    Kevin Fourie authored
     
    Browse Dir »

  • "Update License Headers"
    Updated and added some missing headers.
    
    Committed By: Kevin
    Reviewed By: Conrad
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6609 c91229c3-7414-0410-bfa2-8a42b809f60b
    Kevin Fourie authored
     
    Browse Dir »
  • "Update License Headers"
    Updated and added some missing headers.
    
    Committed By: Kevin
    Reviewed By: Conrad
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6606 c91229c3-7414-0410-bfa2-8a42b809f60b
    Kevin Fourie authored
     
    Browse Dir »

  • "General Metadata search outputs an db error. "
    Fixed.
    
    Reviewed By: Conrad
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6591 c91229c3-7414-0410-bfa2-8a42b809f60b
    Jalaloedien Abrahams authored
     
    Browse Dir »

  • "Simple search should perform a "like" not an "equal to" comparison when returning results. "
    Fixed.
    
    Reviewed By: Conrad
    
    KTS-1896
    "Simple search should return results which match ALL rather than ANY terms within the query. "
    Fixed.
    
    Reviewed By: Conrad
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6550 c91229c3-7414-0410-bfa2-8a42b809f60b
    Jalaloedien Abrahams authored
     
    Browse Dir »

  • "License version is incorrect"
    Corrected.
    
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6513 c91229c3-7414-0410-bfa2-8a42b809f60b
    Conrad Vermeulen authored
     
    Browse Dir »

  • "Use of the term "Name" in the Advanced Search"
    Changed.
    
    Reviewed By: Jalaloedien
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6426 c91229c3-7414-0410-bfa2-8a42b809f60b
    Kevin Fourie authored
     
    Browse Dir »

  • "Malformed SQL syntax in Criteria,inc file. "
    Fixed.
    
    Reviewed By: Kevin
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6424 c91229c3-7414-0410-bfa2-8a42b809f60b
    Jalaloedien Abrahams authored
     
    Browse Dir »

  • "Quick links page faulty"
    Fixed. Someone commented out the return for the TitleColumn.RenderData on which QuickLinksColumn is based.
    
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6353 c91229c3-7414-0410-bfa2-8a42b809f60b
    Conrad Vermeulen authored
     
    Browse Dir »