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
03 Jul, 2009
1 commit
  • 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 »

23 Jun, 2009
1 commit
  • Various changes to ktcmis code made while implementing atompub responses. Moved… ...
    bc7af792
    … ktcmis code into lib/api/ to clean up the root of the folder tree.
    
    Committed by: Paul Barrett
    Paul Barrett authored
    2009-06-23 15:47:05 +0200  
    Browse Dir »

04 Jun, 2009
3 commits
  • Merge branch 'master' of git@github.com:ktgit/knowledgetree
    c7f71f63
    Paul Barrett authored
    2009-06-04 13:44:29 +0200  
    Browse Dir »
  • KTS-4308. Added support for time created, last modified user, last modified time, owner ...
    93601409
    For easier access to Create and Modify information for folders, Knowledgetree should save this information on the folders table
    
    Fixed
    
    Committed by: Paul Barrett
    
    Reviewed by: Megan Watson
    Paul Barrett authored
    2009-06-04 13:27:19 +0200  
    Browse Dir »
  • Pivotal Tracker: 676448 Refactored getList() to use loadFromArray() instead of r… ...
    80a7c793
    …epeatedly hitting the database using get().
    
    Committed by: Megan Watson
    Megan Watson authored
    2009-06-04 12:58:03 +0200  
    Browse Dir »

19 May, 2009
2 commits
  • KTS-4297 Copied upgrade function to rebuild the full paths for all folders and documents. ...
    ed4a4419
    "The folder 'Rename' function messes up the file path"
    
    Committed by: Megan Watson
    Megan Watson authored
    2009-05-19 14:16:07 +0200  
    Browse Dir »
  • KTS-4297 Added a utf_decode before doing a mb_strlen on the full path. ...
    84af8fbb
    "The folder 'Rename' function messes up the file path"
    Fixed.
    
    Committed by: Megan Watson
    Reviewed by: Kevin Fourie
    Megan Watson authored
    2009-05-19 13:22:55 +0200  
    Browse Dir »

12 May, 2009
1 commit
  • Added additional permissions checks for folder rename and delete. Required by the Office AddIn. ...
    58e94cc5
    Committed by: Megan Watson
    Reviewed by: Tohir Solomons
    Megan Watson authored
    2009-05-12 11:52:46 +0200  
    Browse Dir »

11 May, 2009
2 commits
  • KTS-4282 Added function to get the file extension for use in the pdf converter. ...
    2ca15349
    Fixed.
    
    Committed by: Megan Watson
    Megan Watson authored
    2009-05-11 11:18:15 +0200  
    Browse Dir »
  • Removed debugging echo statement. ...
    57a3536a
    Committed by: Megan Watson
    Megan Watson authored
    2009-05-11 08:25:37 +0200  
    Browse Dir »

08 May, 2009
2 commits
  • KTS-4252 Bulk Action sends one Subscription Notification email ...
    efeb8295
    Commited by: Jarrett Jordaan
    
    Reviewed by: Megan Watson
    
    Signed-off-by: jjordaan <jarrett@nknowledgetree.com>
    jjordaan authored
    2009-05-08 15:40:48 +0200  
    Browse Dir »
  • KTC- Bulk Action sends one Subscription Notification email ...
    cae7096f
    Commited by: Jarrett Jordaan
    
    Reviewed by: Megan Watson
    jjordaan authored
    2009-05-08 15:34:59 +0200  
    Browse Dir »

07 May, 2009
1 commit
  • KTC-718 Fixed upgrade Output issue ...
    eefae680
    Commited by: Jarrett Jordaan
    
    Reviewed by: Megan Watson
    jarrett authored
    2009-05-07 03:19:25 +0200  
    Browse Dir »

06 May, 2009
1 commit
  • KTC-738 The list of folders did not include subfolders of folders off the root folder. ...
    a2d5c1f4
    "The Bulk download does not seem to work properly when using the 'Bulk Download' functionality in the 'Folder Actions'"
    Fixed.
    
    Committed by: Megan Watson
    Megan Watson authored
    2009-05-06 13:22:33 +0200  
    Browse Dir »

05 May, 2009
1 commit
  • KTS-4171 Removed the unix mime type check using /usr/bin/file ...
    48338aea
    "sdv files are seen as of type Word Document"
    Fixed.
    
    Committed by: Megan Watson
    Megan Watson authored
    2009-05-05 08:44:01 +0200  
    Browse Dir »

30 Apr, 2009
2 commits
  • KTC-729 Loaded the comparison plugin correctly. ...
    dcccfd82
    "Version History dies with fatal error"
    
    Committed by: Megan Watson
    Megan Watson authored
    2009-04-30 16:07:04 +0200  
    Browse Dir »
  • KTC-720 Updated the .htaccess file to allow the ajax call through. ...
    d54c38b0
    "Server connection error message when attempting to 'Download All' on all Windows environments"
    
    KTS-4254 Moved the task into the bin directory.
    "Move the bulk download scheduled task into the bin directory"
    
    Committed by: Megan Watson
    Reviewed by: Kevin Fourie
    Megan Watson authored
    2009-04-30 15:20:10 +0200  
    Browse Dir »

28 Apr, 2009
3 commits
  • Merge branch 'master' of git@github.com:ktgit/knowledgetree
    1f0c45fd
    Megan Watson authored
    2009-04-28 16:40:42 +0200  
    Browse Dir »
  • KTS-4252: Bulk Upload Notication sends single email to subscribed user ...
    4ab25e4f
    Committed by: Jarrett Jordaan
    
    Reviewed by: Megan Watson
    jjordaan authored
    2009-04-28 11:23:16 +0200  
    Browse Dir »
  • KTC-717 Moved the 2nd auto-increment upgrade function above the 3.5.3 sql upgrades. ...
    e58cd269
    "Failure during the DB upgrade wizard on the 337OSS>>346OSS>>3.6.1CE as well as 346CE>>361CE upgrade."
    Fixed.
    
    Committed by: Megan Watson
    Megan Watson authored
    2009-04-28 09:26:56 +0200  
    Browse Dir »

24 Apr, 2009
1 commit
  • KTS-4145: Copied Workflows contain Workflow Effects of original ...
    a46e0c7d
    Committed by: Jarrett Jordaan
    
    Reviewed by: Megan Watson
    jjordaan authored
    2009-04-24 11:14:42 +0200  
    Browse Dir »

23 Apr, 2009
2 commits
  • KTC-646: Slight tweak added for new users ...
    0bc93f06
    Committed by: Jarrett Jordaan
    
    Reviewed by: Megan Watson
    jjordaan authored
    2009-04-23 14:47:49 +0200  
    Browse Dir »
  • KTC-646: Reporting Filter tweak to accomadate new users ...
    38f2d1af
    Committed by: Jarrett Jordaan
    
    Reviewed by: Megan Watson
    jjordaan authored
    2009-04-23 14:17:47 +0200  
    Browse Dir »

21 Apr, 2009
3 commits
  • An error is thrown when no subgroups exist. Added a check on the array. ...
    dff7da3a
    Committed by: Megan Watson
    Megan Watson authored
    2009-04-21 18:46:41 +0200  
    Browse Dir »
  • KTC-709 The export code was not being created, so the checkout didn't know how to find the download. ...
    a02d92de
    "The user is allowed to checkout a document that he already has checked out with the bulk actions but the process fails"
    
    Committed by: Megan Watson
    Megan Watson authored
    2009-04-21 09:16:36 +0200  
    Browse Dir »
  • KTS-4246. Added a check to stop the plugin from being registered on every page load. ...
    cc0ea0ba
    Committed by: Megan Watson
    Reviewed by: Kevin Fourie
    Megan Watson authored
    2009-04-21 09:09:48 +0200  
    Browse Dir »