Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 9,762
  • Compare
  • Branches 2
  • Tags 28
  • knowledgetree
  • lib
24 Jul, 2009
1 commit
  • Story ID: 966930. Added support for move via AtomPub and CMIS ...
    2b68ca02
    In order to be able to move content using a CMIS client, as a user, I would like KnowledgeTree's CMIS interface to support move
    
    Committed by: Paul Barrett
    
    Reviewed by: Jarrett Jordaan
    Paul Barrett authored
    2009-07-24 10:53:43 +0200  
    Browse Dir »

23 Jul, 2009
1 commit
  • CMIS: Added support for return of failed objects when calling deleteTree ...
    bf8f7fb7
    Story ID: 966932. In order to be able to delete content using a CMIS client, as a user, I would like KnowledgeTree's CMIS interface to support delete
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-23 10:41:36 +0200  
    Browse Dir »

22 Jul, 2009
1 commit
  • Story ID: 966932. Added API and AtomPub level functionality to deal with deletin… ...
    93b8f07a
    …g of folders and documents
    
    In order to be able to delete content using a CMIS client, as a user, I would like Knee's CMIS interface to support delete
    
    Committed by: Paul Barrett
    
    Reviewed by: Jarrett Jordaan
    Paul Barrett authored
    2009-07-22 17:37:16 +0200  
    Browse Dir »

21 Jul, 2009
3 commits
  • Merge branch 'edge' of github.com:ktgit/knowledgetree into edge
    8b11598e
    Kevin G Fourie authored
    2009-07-21 14:52:28 +0200  
    Browse Dir »
  • Applied large text and date metadata fields patch from Wasiq. Thanks Wasiq!
    0a97d35f
    Kevin G Fourie authored
    2009-07-21 14:50:22 +0200  
    Browse Dir »
  • KTS-4359. Added support for decoding of individual base64 encoded chunks concate… ...
    c0e37132
    …nated as a single string.  Also added a file write function to the upload manager code which accepts an already decoded stream as input
    
    The CMISSpaces client appears to send document content in an unusual way, which needs to be catered for
    
    Fixed
    
    Committed by: Paul Barrett
    
    Reviewed by: Mark Holtzhausen
    Paul Barrett authored
    2009-07-21 14:22:10 +0200  
    Browse Dir »

15 Jul, 2009
1 commit
  • Story ID: 778712. Updated document POST response to be entry only. Fixed bug wi… ...
    7065a810
    …th document id returned from createDocument function
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-15 14:58:28 +0200  
    Browse Dir »

14 Jul, 2009
5 commits
  • Merge branch 'cmisatom' into edge
    3fa384c0
    Paul Barrett authored
    2009-07-14 18:19:30 +0200  
    Browse Dir »
  • intermediat commit for CMIS
    7e146afc
    Paul Barrett authored
    2009-07-14 18:08:14 +0200  
    Browse Dir »
  • Merge branch 'cmisatom' into edge
    8e6ce944
    Paul Barrett authored
    2009-07-14 16:17:57 +0200  
    Browse Dir »
  • intermediate commit
    89bff69a
    Paul Barrett authored
    2009-07-14 15:50:40 +0200  
    Browse Dir »
  • Partial fix for CMISSpaces browsing - now getting right hand side content includ… ...
    3eb55c2b
    …ing display of documents but tree is broken on left hand side.  Committing to allow me to go back to code which worked for the lest hand side and see what is different
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-14 14:59:20 +0200  
    Browse Dir »

13 Jul, 2009
3 commits
  • StoryId 778896: Added install function for the configuration - writes out to DB and config.ini ...
    88994ca3
    Committed by: Megan Watson
    Reviewed by: Jarrett Jordaan
    Megan Watson authored
    2009-07-13 13:37:19 +0200  
    Browse Dir »
  • changed how CMIS object service determines whether type is allowed in parent folder ...
    bcc3eb6e
    Committed by: Paul barrett
    Paul Barrett authored
    2009-07-13 13:25:46 +0200  
    Browse Dir »
  • Fix problems with CMISSpaces browsing of KT repo via AtomPub ...
    3c3cb2f5
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-13 11:27:14 +0200  
    Browse Dir »

10 Jul, 2009
4 commits
  • Merge branch 'cmisatom' into edge
    66a351b6
    Paul Barrett authored
    2009-07-10 16:27:27 +0200  
    Browse Dir »
  • Story ID: 778712 ...
    4a896f6d
    Updated Document Creation function to attempt to fill in tags and metadata based on submitted data.
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-10 16:18:57 +0200  
    Browse Dir »
  • Added PermissionDeniedException class. Throw this on failed auth attempts (stil… ...
    a83c2de9
    …l needed for service doc but in place for general services.) Added header for HTTP Basic Auth on failure.
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-10 11:46:52 +0200  
    Browse Dir »
  • Merge branch 'edge' of git@github.com:ktgit/knowledgetree into edge
    1c352779
    Megan Watson authored
    2009-07-10 07:16:25 +0200  
    Browse Dir »

09 Jul, 2009
2 commits
  • AtomPub support for create folder and create document via CMIS API. internal se… ...
    07800ae6
    …rvice auth support via APACHE (note that auth will fail if PHP is run as a CGI module).  Attempt to re-use sessions in ktcmis (untested).
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-09 16:30:39 +0200  
    Browse Dir »
  • Merge branch 'edge' of git@github.com:ktgit/knowledgetree into edge
    7b9ac25e
    Megan Watson authored
    2009-07-09 09:40:37 +0200  
    Browse Dir »

08 Jul, 2009
1 commit
  • Fixed Drupal browsing and breadcrumb trail to work with single folder id browse structure ...
    fa3eed7c
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-08 13:25:41 +0200  
    Browse Dir »

07 Jul, 2009
1 commit
  • Updated AtomPub feeds to work with new class and service structure (still workin… ...
    5c55eca3
    …g out some issues - Drupal now connects and displays Root Folder children, CMISSpaces connects but fails to show children)
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-07 18:11:14 +0200  
    Browse Dir »

03 Jul, 2009
3 commits
  • KTS-4295. Added in status checking so that zip files do not get created repeatedly. ...
    1377f4b4
    "tmp directories grow to massive size"
    
    Committed by: Megan Watson
    Megan Watson authored
    2009-07-03 13:17:59 +0200  
    Browse Dir »
  • PT-778618. Removed the extra spacing around the page. The footer needs looking a… ...
    fc420310
    …t, it doesn't sit at the bottom of the page without a fixed height. Changed DMS Administration to Administration.
    
    Committed by: Megan Watson
    Megan Watson authored
    2009-07-03 13:09:44 +0200  
    Browse Dir »
  • Updated CMIS API with Document Creation functionality ...
    30d7fae3
    Removed conflicting exceptions
    
    Updated CMIS API Unit Tests
    
    Committed by: Paul Barrett
    
    Reviewed by: Jarrett Jordaan
    Paul Barrett authored
    2009-07-03 10:15:36 +0200  
    Browse Dir »

01 Jul, 2009
5 commits
  • Merge branch 'master' into edge
    e4682d0d
    Paul Barrett authored
    2009-07-01 18:09:16 +0200  
    Browse Dir »
  • Added new CMIS exceptions. ...
    b2361048
    Added initial createDocument function
    
    Added skeleton of setContentStream function
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-01 18:01:26 +0200  
    Browse Dir »
  • Merge branch 'edge' of git@github.com:ktgit/knowledgetree into edge ...
    4ae0b1cc
    Conflicts:
    	.htaccess
    Mark Holtzhausen authored
    2009-07-01 17:49:11 +0200  
    Browse Dir »
  • KTS-4345. Modified permissions utility for correct detection of document type ...
    47ded596
    Documents viewable through KTAPI by user who does not have permissions
    
    Fixed
    
    Committed by: Paul Barrett
    
    Reviewed by: Megan Watson
    Paul Barrett authored
    2009-07-01 11:52:56 +0200  
    Browse Dir »
  • Added some CMIS exception classes. Used these exceptions in the createFolder fu… ...
    834f8d17
    …nction and a few other places according to the specification.  Modified ktcmis interface to check for exceptions in appropriate cases.
    
    Extended Unit Tests for CMIS to double check folder creation instead of relying on initial output of createFolder function.
    
    Cleaned up some comments and unnecessary code in CMIS classes.
    
    Additional framework code for CMIS checkedout functionality
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-07-01 09:44:30 +0200  
    Browse Dir »

30 Jun, 2009
3 commits
  • Make sure sessionTimeout is nonzero before checking session alive time. Reviewed by Megan Watson
    91f8e603
    Mark Holtzhausen authored
    2009-06-30 15:22:59 +0200  
    Browse Dir »
  • Initial basic CMIS API level folder creation function and interface access point ...
    953b76b4
    Committed by:Paul Barrett
    
    Reviewed by: Jarrett Jordaan
    Paul Barrett authored
    2009-06-30 13:20:40 +0200  
    Browse Dir »
  • CMIS Repository config change. Fixed CMIS Unit Test breakage caused by moving an… ...
    6aa15998
    …d changing of core CMIS interface
    
    Committed by: Paul Barrett
    
    Reviewed by: Jarrett Jordaan
    Paul Barrett authored
    2009-06-30 13:16:47 +0200  
    Browse Dir »

25 Jun, 2009
2 commits
  • Code changes to allow CMISSpaces (and similar clients) to work with the URL stru… ...
    2db4840d
    …ctures used by Alfresco and Drupal
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-06-25 16:14:57 +0200  
    Browse Dir »
  • updated repository config, removing dummy second repository used for testing ...
    ad5f0420
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-06-25 08:07:45 +0200  
    Browse Dir »

24 Jun, 2009
4 commits
  • Minor re-factor of some CMIS code to allow easier loading of object entries in multiple areas ...
    43d2d64d
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-06-24 16:48:34 +0200  
    Browse Dir »
  • Updated cmis properties ...
    76b7fd8c
    Commited by:Jarrett Jordaan
    
    Reviewed by:Paul Barrett
    Jarrett Jordaan authored
    2009-06-24 12:54:32 +0200  
    Browse Dir »
  • Updated cmis properties ...
    8f96850b
    Commited by:Jarrett Jordaan
    
    Reviewed by:Paul Barrett
    Jarrett Jordaan authored
    2009-06-24 11:24:13 +0200  
    Browse Dir »
  • added extra property to CMIS children hierarchy ...
    4631ab27
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-06-24 08:56:54 +0200  
    Browse Dir »