• 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 File »
  • Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7934 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • KTC-263
    "Internal RSS feed does not work on FF but partially works on IE"
    Fixed. Added a check on whether an external feed is pointing to an internal document.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTC-266
    "The 'Dashboard' External RSS feed dashlet does not support password authenticated feeds"
    
    Fixed. Added a better error message for authenticated rss feeds.
    
    Committed By: Jonathan Byrne
    Reviewed By: Kevin Fourie
    
    KTS-2750
    "Allow/enable multiple documents to be selected when attempting to link documents"
    Fixed. Changed the collection to use the advanced selection. Removed the collection widget and added breadcrumbs. The collection widget wasn't using the mochikit correctly.
    
    KEP-121
    "Links to or from external world"
    Fixed. Added a link to the Links action to add an external url as a link.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7849 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • "Allow/enable multiple documents to be selected when attempting to link documents"
    Fixed. Changed the collection to use the advanced selection. Removed the collection widget and added breadcrumbs. The collection widget wasn't using the mochikit correctly.
    
    KEP-121
    "Links to or from external world"
    Fixed. Added a link to the Links action to add an external url as a link.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7848 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »

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

  • KTS-673
    "The search algorithm needs some work"
    Updated. Typo with internationalisation
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2497
    "Creation of a new thread fails with: 'DB error: unknown error'"
    Fixed. Set defaults to null and not -1
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2497
    "Creation of a new thread fails with: 'DB error: unknown error'"
    Fixed. change nullable fields on discussion_threads
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2446
    "CLONE -Skins don't disply properly on portlets in IE 6 (SUP-464)"
    Fixed. Updated css for skin
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Conrad Vermeulen
    
    KTS-2328
    "When adding an Authentication source the 'Required' fields are marked as a 'Required' but the requirement is not enforced."
    
    Fixed
    Added a check for each of the required fields
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaloedien Abrahams
    
    BBS-1009
    "Folder or files with the Test Character set as their names cannot be manipulated in WebDAV in any way."
    Added validation functions for special characters - /\?,.:"'*. Validation is on adding / renaming folders and documents.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-1753
    " Implement Disk Usage Plugin"
    Implemented. short php tag
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-1753
    "Implement Disk Usage Plugin"
    Updated. Added some comments and increased thresholds
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2503
    "Ports in openoffice python files are incorrect"
    Changed port to 8100. Also added LGPL DocumentConvertor.py which seems good.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7395 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • "Folder or files with the Test Character set as their names cannot be manipulated in WebDAV in any way."
    Added validation functions for special characters - /\?,.:"'*. Validation is on adding / renaming folders and documents.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7391 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w 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 »
  • "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 »
  • 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 »
  • "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 »











  • Bryn Divey 2006-02-09 Fixed KTS-321 (wording in conditions)
        Bryn Divey 2006-02-09 Fixed KTS-322 (conditions in saved search list)
        Bryn Divey 2006-02-09 Fixed KTS-323 (saved search without name)
        Bryn Divey 2006-02-09 ... aaaaaaaand Merge!
        Bryn Divey 2006-02-09 Added to the help system: relative links / srcs & ...
        Bryn Divey 2006-02-07 Modified discussion view
        Bryn Divey 2006-02-07 Merge
        Bryn Divey 2006-02-06 KTS-302 - delete link types
        Bryn Divey 2006-02-06 Merges
        Bryn Divey 2006-02-03 Merged
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4889 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
     
    Browse File »

  • 
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4821 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
     
    Browse File »


  •   Bryn Divey 2006-01-30 Fixed KTS-173 (Cancel is a link). Think I got them a...
        Bryn Divey 2006-01-30 Fixed KTS-110 and KTS-206 (work around deleted doc...
        Bryn Divey 2006-01-30 Fixed KTS-231, KTS-232 (discussion problems). Have...
        Bryn Divey 2006-01-30 Fixed KTS-178 (checkout notification broken)
        Bryn Divey 2006-01-30 KTS-209 (Adding <Please select document type> into...
        Bryn Divey 2006-01-30 Completed KTS-97 (confirmation on user delete)
        Bryn Divey 2006-01-30 Finished KTS-211 (disable document type)
        Bryn Divey 2006-01-30 Merge
        Bryn Divey 2006-01-27 Merge
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4710 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
     
    Browse File »

  • - KTS-167:  Unable to create workflow.
    - some actions are _always_ available.
    - spacing prevents title from overlapping other columns
    - KTS-163: add a "workflow" column to the browse page
    - improve titling on search / saved search
    - KTS-143: fields need validation.
    - KTS-103: change all "the KnowledgeTree" to "KnowledgeTree".
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4619 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
     
    Browse File »

  • …r Brad's merging consum...
        Bryn Divey <brynmor@jamwarehouse.com> 2006-01-19 Fixed KTS-150 (validation on adding fieldsets to a...
        Bryn Divey <brynmor@jamwarehouse.com> 2006-01-19 Fixed more of workflow transitioning - added texta...
        Bryn Divey <brynmor@jamwarehouse.com> 2006-01-19 Fixed KTS-154 (validate workflow name). Added vali...
        Bryn Divey <brynmor@jamwarehouse.com> 2006-01-19 Fixed KTS-143 (validation on fieldsets). Added val...
        Bryn Divey <brynmor@jamwarehouse.com> 2006-01-18 Validation for blanks and dupes in workflow, state...
        Bryn Divey <brynmor@jamwarehouse.com> 2006-01-18 Fixed KTS-155 (duplicate workflow name)
        Bryn Divey <brynmor@jamwarehouse.com> 2006-01-18 Fixed KTS-149 (DocumentType creation - duplicate n...
        Bryn Divey <brynmor@jamwarehouse.com> 2006-01-18 Fixed KTS-156 (Checkout validation)
        Bryn Divey <brynmor@jamwarehouse.com> 2006-01-18 Fixed KTS-157 (validation on state transition)
        Bryn Divey <brynmor@jamwarehouse.com> 2006-01-18 Merge, and KTS-126 (validation on user edit)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4613 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
     
    Browse File »

  • - preferences handle name-failure more gracefully.
    - permissions needed require_once
    - add more detail to the dispatchervalidation around email, title.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4603 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
     
    Browse File »