Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • knowledgetree
  • ktwebservice
  • json.php
  • Merged in from DEV trunk... ...
    1f2708d5
    WSA-70
    "Provide a mechanism to allow for JSON responses from web service requests"
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    WSA-44
    "web service unit tests in php need to be incorporated for search"
    Updated. A few tests for search has been incorporated
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2721
    "Refactor adding a document to use the storage manager"
    Fixed. Removed all references to KTFSFileLike. Added a function to the storagemanager for uploading a temp file.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    WSA-71
    "Add missing fields to folder contents structure in web services"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Martin Kirsten
    
    KTS-2723
    "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
    
    BBS-301
    "Novel NetDrive Webdav as 3rd Party Client"
    Fixed. Netdrive didn't resolve the relative paths correctly and kept the "/ktwebdav/ktwebdav.php" path as part of the folder / document path.
    
    KTS-2344
    "WEBDAV Not working in 3.4.2 (was in 3.4.1-1)"
    Fixed.
    
    Committed By: Megan Watson
    Reviewed By: Conrad Vermeulen
    
    KTS-2725
    "Archived document should not be found using PropFind"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Martin Kirsten
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7739 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
    2007-11-26 10:20:13 +0000  
    Browse Code ยป
json.php 71 Bytes
Edit Raw Blame History
1 2 3 4 5 6
<?php

define('JSON_WEBSERVICE',1);
require_once('webservice.php');

?>