• KTS-2800
    "Dashlets display with horizontal lines between text"
    Fixed. Changed the style overflow and padding
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-2859
    "Unable to upload files in Windows XP and Windows 2003 - seemingly an MS Word issue only."
    Fixed. Add "call " in front of the command passed to exec().
    
    Committed by: Megan Watson
    Reviewed By: Conrad Vermeulen
    
    Updated License Headers to 2008 and corrected some incorrect headers.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    Merge of Bryn Divey's work on Conditional Metadata into DEV branch.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7936 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTS-2773
    "CLONE -RSS Feeds from KTDMS(SUP-525)"
    Fixed. Updated path mechanism.
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Megan Watson
    
    KTS-2679
    "Fatal error: Call to a member function query() on a non-object in /var/www/ktdms/lib/security/Permission.inc on line 123"
    Fixed. Changed the query to use dbutil instead of $default->db in userIsSystemAdministrator().
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTC-286
    "Welcome to knowledgeTree dashlet should always be on the top left corner of the dashlet container"
    Fixed. Refactored the way the users state is refreshed. It now uses the plugin_helper table to get any new dashlets.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2777
    "Refactor the plugins update function to run setup"
    Fixed. Update function now gets only the plugins that need to be enabled and runs setup on them.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTC-261
    "The automatic workflow assignment by Document Type or by Folder does not work."
    Fixed. Moved the check for which type was assigned into the run_setup() function. Added a deregister plugin helper function.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2778
    "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
    
    KTS-2780
    "search results with long filenames span multiple rows."
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2743
    "upgrade functionality needs to apply foreign key constrains."
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2779
    "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/STABLE/trunk@7823 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTS-2558
    "Update OSS to GPLv3"
    Updated. More header updates.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2558
    "Update OSS to GPLv3"
    Updated COPYING file and inline headers.
    
    Committed By: Kevin Fourie
    Reviewed By: Jalaloedien Abrahams
    
    KTS-2561
    "Add df to config.ini"
    Added.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7482 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTS-2505
    "Database configuration issues cause horrible knowledgetree failure"
    Fixed. preventing early calls to the db
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2457
    "On search results page - move save search out of the collapsable area"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2511
    "short tag present on phpluceneindexer"
    Fixed.
    
    KTS-2398
    "Java Lucene Server needs to send the highlighted results back more optimally"
    Updated. Had to modify the way results are returned from the php lucene indexer as well
    
    Reviewed By: Kevin Fourie
    Committed By: Conrad Vermeulen
    
    KTS-2398
    "Java Lucene Server needs to send the highlighted results back more optimally"
    Updated. Also fixed optimise typo
    
    Reviewed By: Kevin Fourie
    Committed By: Conrad Vermeulen
    
    KTS-2512
    "Search result object must return more fields to be used in templating and web services"
    Updated. added more fields to the result object
    
    Reviewed By: Kevin Fourie
    Committed By: Conrad Vermeulen
    
    KTS-673
    "The search algorithm needs some work"
    Updated. dmsDefaults needs to move for internationalisation
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2513
    "Add params for host and port to OOo doc converter"
    Added.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-673
    "The search algorithm needs some work"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2471
    "create search2 dashets"
    Added. 
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2512
    "Search result object must return more fields to be used in templating and web services"
    Updated. Added a status to string
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2512
    "Search result object must return more fields to be used in templating and web services"
    Updated. Added adminIsInAdminMode function
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-673
    "The search algorithm needs some work"
    Updated. Proxies are required to unserialize() correctly
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-673
    "The search algorithm needs some work"
    Updated. webservice search structures 
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTC-248
    "Disable commercial plugins on license expiry and display dashlet"
    Fixed. Changed delete user to deallocate the license. Changed isBaobabUser to isValid user on creating a session, so as not to lock the user out.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-673
    "The search algorithm needs some work"
    Updated. Updated Lucene Server
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2251
    "Characters in the names of Folders and files appear as question marks and squares in the crumbtrail."
    
    Fixed
    Question marks are no longer displayed on truncated bread crumb details.
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaloedien Abrahams
    
    BBS-298
    "Mac OS X Webdav as 3rd Party Client"
    In Progress. Root folder parent_id was changed to null. Changed the sql to use is_null instead of =0. Affects all webdav, not only Mac.
    
    Committed By: Megan Watson
    Reviewed By: Conrad Vermeulen
    
    KTS-2430
    "Create proper init script for stack install"
    Corrected port number.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2519
    "Move periodic scripts out of web tree to install root"
    In Progess.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7418 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/STABLE/trunk@6610 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »
  • 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 Dir »

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

















  • Description:		Added the userHasFolderReadPermission to the
    userHasDocumentReadPermission check
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2883 c91229c3-7414-0410-bfa2-8a42b809f60b
    jacquiz authored
     
    Browse Dir »

  • Description:		Ensured folder and document objects were being passed around
    instead of the IDs. This avoids redundant object initialisation from the Database. Removed from
    redundant calls to permission checks in more complicated checking methods.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2871 c91229c3-7414-0410-bfa2-8a42b809f60b
    jacquiz authored
     
    Browse Dir »


  • removed owl prefix from table aliases
    changed filename to proper case
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2565 c91229c3-7414-0410-bfa2-8a42b809f60b
    michael authored
     
    Browse Dir »