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
15 May, 2006
12 commits
  • Include file for all tests - turns KT into test mode (changes database, ...
    160b803a
    for example) on include.
    
    Add KTUnitTestCase, where we can add additional asserts and different
    behaviour if necessary.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5398 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-05-15 11:31:29 +0000  
    Browse Code »
  • Allow rebuild.sh to take the database name as a parameter. ...
    91b31301
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5397 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-05-15 11:29:06 +0000  
    Browse Code »
  • Fix typo, which meant that Bulk Export was shown even if a user doesn't ...
    981d141b
    have read permission on the folder.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5396 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-05-15 11:28:32 +0000  
    Browse Code »
  • Workflow should be visible on read. Internally, it should only show ...
    26037466
    start transaction for Manage Workflow, though.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5395 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-05-15 11:27:54 +0000  
    Browse Code »
  • Pass a proxy object to updatePermissionLookup to prevent any out-of-sync ...
    e68f7bc6
    problems.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5394 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-05-15 11:26:37 +0000  
    Browse Code »
  • Pass transaction state information to the cache system, allowing ...
    6c09f987
    rollback and commit.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5393 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-05-15 11:25:55 +0000  
    Browse Code »
  • Add rollback support for caches, so that cached information is removed ...
    63d2253b
    after a database rollback.
    
    Fix a bug where cache clearing would fail if caching is disabled in
    configuration.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5392 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-05-15 11:25:26 +0000  
    Browse Code »
  • Make createFromArray return a proxy object instead of the object itself. ...
    161f71ce
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5391 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-05-15 11:24:23 +0000  
    Browse Code »
  • Add testing support - if the kt_test global variable is set, set up the ...
    39295795
    testing environment.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5390 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-05-15 11:23:44 +0000  
    Browse Code »
  • Configuration overrides for unit (and other) tests. ...
    c1030e88
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5389 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-05-15 11:22:35 +0000  
    Browse Code »
  • Add simpletest to CREDITS.txt ...
    dae6b40e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5388 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-05-15 11:21:00 +0000  
    Browse Code »
  • Add simpletest 1.0.1alpha3, LGPL. ...
    a181c766
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5387 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-05-15 11:20:13 +0000  
    Browse Code »

02 May, 2006
4 commits
  • additional help ...
    ee84755e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5385 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-05-02 14:17:35 +0000  
    Browse Code »
  • Don't 'die' when Excelreader can't read the file, just return. ...
    8875b173
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5384 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-05-02 11:23:24 +0000  
    Browse Code »
  • Don't call generateStoragePath on a document with an existing storage ...
    34eba65f
    path.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5383 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-05-02 09:10:26 +0000  
    Browse Code »
  • Rolling 3.0.2 ...
    0f22cfc3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5382 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-05-02 08:13:59 +0000  
    Browse Code »

28 Apr, 2006
21 commits
  • Another string freeze for 3.0.2RC1 ...
    db0bce5b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5380 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 16:05:08 +0000  
    Browse Code »
  • Turn cache grinder off for RC and Final. ...
    4c3b6817
    Give better error messages for cache grinder in ktentity::load.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5379 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 16:01:58 +0000  
    Browse Code »
  • Run updatePermissionLookup on a document object with proxies in place. ...
    abc7338f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5378 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 15:59:38 +0000  
    Browse Code »
  • Use <> over !=, since PEAR's DB query emulation assigns special meaning ...
    37f41ee5
    to !
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5377 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 15:25:08 +0000  
    Browse Code »
  • Clear DocumentFieldLink caches when we've not gone through the entity ...
    8ddf308b
    layer.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5376 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 14:59:27 +0000  
    Browse Code »
  • fix for KTS-868 ...
    3e0599fd
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5375 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-04-28 14:58:07 +0000  
    Browse Code »
  • Make DocumentTransation inherit from KTEntity (just the class, not ...
    3b020f11
    reimplement), and use clearCacheGroups when the entity is
    created/deleted
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5374 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 14:44:39 +0000  
    Browse Code »
  • Show more information to system administrators on how to fix their lack ...
    bbeac6cf
    of email configuration.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5373 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 14:34:43 +0000  
    Browse Code »
  • If an email server isn't specified, don't send email, and show a dashlet ...
    d8bb874e
    saying that email is disabled.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5372 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 14:33:36 +0000  
    Browse Code »
  • Always include ktentity.inc ...
    36270c6d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5371 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 14:02:32 +0000  
    Browse Code »
  • Make sure to include ktentity.inc before inheriting from it. ...
    71853918
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5370 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 14:02:13 +0000  
    Browse Code »
  • Clear document and folder caches after a folder rename, since it doesn't ...
    c21136ed
    go through the entity layer.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5369 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 14:01:18 +0000  
    Browse Code »
  • add history file. ...
    b3d1a58c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5368 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-04-28 13:07:35 +0000  
    Browse Code »
  • KTS-911: Remove tests that no longer apply ...
    dc8680ad
    KTS-880: Remove Documents-through-web because it crashes PHP/Apache on
    some platforms.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5367 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 12:11:36 +0000  
    Browse Code »
  • Use KTUtil::getObject to ensure we have a proper object passed into the ...
    6124833a
    LDAP authenticator.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5366 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 11:53:57 +0000  
    Browse Code »
  • Remove testing info-level log messages ...
    d33f5ee2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5365 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 11:53:15 +0000  
    Browse Code »
  • Allow for the field name to the different from the dictionary key (in ...
    1e622604
    case you need multiple constraints on a single key).
    
    Add a 'between' constraint type, taking a lower and upper end for a SQL
    BETWEEN clause.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5364 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 11:51:05 +0000  
    Browse Code »
  • No longer need Root Folder and Default Unit for storage. ...
    ee2f738e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5363 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 08:11:38 +0000  
    Browse Code »
  • We're building a 3.0.2 release candidate ...
    94697988
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5362 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 08:08:30 +0000  
    Browse Code »
  • Remove incorrect license information ...
    8ac7c642
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5361 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 08:05:30 +0000  
    Browse Code »
  • String freeze for 3.0.2 ...
    f92a5400
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5360 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-28 08:03:11 +0000  
    Browse Code »

26 Apr, 2006
3 commits
  • fix minor translation issues with Permissions and Checkout. ...
    3fbfc7ed
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5359 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-04-26 17:04:29 +0000  
    Browse Code »
  • Fix logico - make sure we don't delete the stored file when on Windows. ...
    228a62f8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5358 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-26 16:25:47 +0000  
    Browse Code »
  • fix for SUSe and BitRock. ...
    1f208600
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5357 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-04-26 13:50:01 +0000  
    Browse Code »