• KTS-2708
    "Refactor plugins registration and loading"
    Fixed. Created a DB table containing all the dashlets, actions, etc. Reduced the number of calls required to load the plugins.
    
    Committed By: Megan Watson
    Reviewed By: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.4.5-Release-Branch@7701 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »

  • BBS-1036
    "Option to turn off request for metadata on document upload"
    Changed the architecture of the mechanism to retrieve settings from the server.
    
    Committed By: Isaac Lundall
    Reviewed By: Conrad Vermeulen
    
    BBS-1036
    "Option to turn off request for metadata on document upload"
    Tweeked the delivery of the config options.
    
    Committed By: Isaac Lundall
    Reviewed By: Martin Kirsten
    
    KTS-2302
    "Download column missing border in IE"
    Fixed. Added &nbsp as per patch. Thanks Kenny!
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2323
    "DB Constraint Error when adding a duplicate user from an authentication source."
    Fixed. Added duplicate user check.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2266
    "When adding a single user via authenticated source, you need to fill in the username manually and this breaks the Mass Import"
    Fixed. Added check for LDAP vs AD and created username based on 'givenname' if 'uid' is null in LDAP. The Jam 'uid' is always null but we can't assume all LDAP servers will return null for 'uid'. Also added a check for duplicate users when doing mass add of users from Authentication Source. Instead of failing or ignoring the user is created with '_DUPLICATE' appended so an admin can clean up afterwards.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.4.3-Release-Branch@7129 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • KTC-220
    "There is no Baobab setting in the config.ini file, when doing a fresh commercial installation of KT server."
    
    Fixed. Added BaobabSettings section.
    
    Committed By: Kevin Fourie
    Reviewed By: Isaac Lundall
    
    BBS-1036
    "Option to turn off request for metadata on document upload"
    Added a function to the web services API to retrieve KTtools configuration from the server.
    
    Committed By: Isaac Lundall
    Reviewed By: Martin Kirsten
    
    KTS-2317
    "There is a duplicate entry in the knowledgetree.pot file"
    Fixed. Removed duplicate entries.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2268
    "When selecting "Action Restriction" for a workflow, the actions are not restricted"
    Fixed. Removed broken actions check. This will still need to be investigated more but for now it works.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.4.3-Release-Branch@7111 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • KTS-2234
    "PHP error log does not consider log level"
    Fixed.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7016 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/STABLE/trunk@6610 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • KTC-95
    "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/STABLE/trunk@6607 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • KTS-1979
    "General Metadata search outputs an db error. "
    Fixed.
    
    Reviewed By: Conrad
    
    KTS-1920
    "Update the About page"
    Partial fixes done. To be continued...
    
    Reviewed By: Jalaloedien
    
    KTC-7
    "On document upload, KnowledgeTree server creates .tmp files in the Windows directory"
    Fixed. Temp file is now removed correctly.
    
    Reviewed By: Conrad
    
    KTS-1935
    "Invalid discussion thread id produces fatal error revealing system path."
    Fixed. Thanks Kenny Horan!
    
    Reviewed By: Conrad
    
    KTS-1944
    "Found an error in KnowledgeTree Admin section, an explanation is worded incorrectly - Note that its not possible to set a group without a unit as as having unit administration privileges."
    Fixed.
    
    Committed By: Kevin
    Reviewed By: Conrad
    
    KTC-81
    ""Your Checked-out Document" a request to have this dashlet permanently on the dashboard, even if there is currently no checked-out document"
    Added a config.ini section called "dashboard" with this item. Default is to always show now.
    
    Committed By: Kevin
    Reviewed By: Conrad
    
    KTS-679
    "review default dataset shipped with KT"
    Updated data.sql.
    
    Committed By: Kevin
    Reviewed By: Conrad
    
    "KTS-1973"
    "Webservice error when calling get_folder_contents fom VB.NET"
    Fixed. Patched the return types of all the functions.
    
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6604 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • "SOAP Webservice Implementation"
    Updated. Updated defaults for web services.
    
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6479 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse File »

  • "Abstract KnowledgeTree API"
    Updated. Added ktapi folder to include path
    
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6457 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse File »

  • "Create skinning system. "
    Implemented.
    
    Reviewed By: Conrad
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6409 c91229c3-7414-0410-bfa2-8a42b809f60b
    Jalaloedien authored
     
    Browse File »

  • "Typo in dmsDefaults.inc.php in handlePHPerror()"
    Fixed. Corrected typo.
    
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6393 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse File »

  • "Double quote to single quote conversion"
    Fixed.
    Reviewed by: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6216 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse File »
  • "dmsDefaults referencing PEAR::OS_WINDOWS when PEAR is not included yet."
    Fixed. Reference PHP_OS.
    Reviewed by: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6211 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm 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 »


  • "Allow users to select the old or new dashboard in the config.ini file"
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6112 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »