• KTS-3506
    "CLONE -Problems with localization (SUP-933)"
    Fixed. The i18nDetails array is now being populated.
    
    KTS-3367
    "A certain part of translations does not appear correctly."
    Fixed. The text from the plugin_helper table is now translated at load time.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3-Release-Branch@8840 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • KTS-3404
    "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/branches/3.5.3-Branch@8615 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • "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
    megan_w authored
     
    Browse File »

  • "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 File »


  • "Problem with Workflow Triggers"
    Fixed. On loading the plugins the relative paths are converted to full paths.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8328 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »

  • "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
    megan_w authored
     
    Browse File »

  • "Exception thrown when clicking on a document's version history link"
    Fixed. Added function to check plugin availability
    
    Committed By: Megan Watson
    Reviewed By: Conrad Vermeulen
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8178 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »

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

  • "Disabled plugins still load"
    Fixed. Used a debug trace to find which plugin is adding a location and get the plugin namespace, so that the location can be linked to the plugin and not loaded when its been disabled.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7958 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »


  • "Add the plugin ordering variable to the plugins table"
    Updated. Moved the sql order by below the check for disabled plugins.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7829 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »

  • "Refresh the plugin_helper table on reread plugins"
    Fixed. Added a delete on the plugin_helper table before doing the reread
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7822 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »
  • "Add the plugin ordering variable to the plugins table"
    Fixed. Added a column to the plugins table to set the ordering. Added a check on disabled when loading the plugins.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7819 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »

  • "The Search Portlet is not displaying in the browse view"
    Fixed. Changed implode/explode to serialise/unserialise.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7733 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »

  • "Refactor plugins registration and loading"
    Fixed. Added a helper table for registering all the dashlets, actions, etc. Reduced the number of calls made when loading the plugins.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7703 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »

  • "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 File »

  • "Add some basic plugin caching to improve performance"
    Updated. The original caching was causing problems. Had to revert caching to only around the database call.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7276 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse File »

  • "Add some basic plugin caching to improve performance"
    Updated. Caching of plugins to file now implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7272 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse File »

  • "Add some basic plugin caching to improve performance"
    Added.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7246 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse File »

  • "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@7186 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse File »

  • "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 File »
  • "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 File »

  • "Update copyright into to 2007"
    Done.
    
    Reviewed By: Conrad
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6203 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • "Replace ktdms.com with the new knowledgetree.com domain name"
    Done.
    
    Reviewed By: Conrad
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6201 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • "Only load plugins that are not disabled"
    
    Implemented
    
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6131 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »