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
17 commits
  • Convert to SimpleTest unit tests ...
    8a30394f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5403 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-05-15 13:32:55 +0000  
    Browse Code »
  • Convert to SimpleTest unit test. ...
    23f6ac46
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5402 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-05-15 13:32:31 +0000  
    Browse Code »
  • Allow tests to be run via the web for localhost. ...
    a74a292e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5401 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-05-15 13:32:08 +0000  
    Browse Code »
  • Log more information about this edge-case-that-won't-die. ...
    78c46a8f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5400 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-05-15 13:29:59 +0000  
    Browse Code »
  • All-in-one test runner. ...
    50efcd8e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5399 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-05-15 13:29:04 +0000  
    Browse Code »
  • Include file for all tests - turns KT into test mode (changes database, ...
    5e7024d8
    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
    nbm authored
    2006-05-15 11:31:29 +0000  
    Browse Code »
  • Allow rebuild.sh to take the database name as a parameter. ...
    aa798404
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5397 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm 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 ...
    3d2bfba9
    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
    nbm authored
    2006-05-15 11:28:32 +0000  
    Browse Code »
  • Workflow should be visible on read. Internally, it should only show ...
    06ee2154
    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
    nbm authored
    2006-05-15 11:27:54 +0000  
    Browse Code »
  • Pass a proxy object to updatePermissionLookup to prevent any out-of-sync ...
    9ece4181
    problems.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5394 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-05-15 11:26:37 +0000  
    Browse Code »
  • Pass transaction state information to the cache system, allowing ...
    656a9fc0
    rollback and commit.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5393 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-05-15 11:25:55 +0000  
    Browse Code »
  • Add rollback support for caches, so that cached information is removed ...
    b6c49b5c
    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
    nbm authored
    2006-05-15 11:25:26 +0000  
    Browse Code »
  • Make createFromArray return a proxy object instead of the object itself. ...
    4b100f29
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5391 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-05-15 11:24:23 +0000  
    Browse Code »
  • Add testing support - if the kt_test global variable is set, set up the ...
    d81474c1
    testing environment.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5390 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-05-15 11:23:44 +0000  
    Browse Code »
  • Configuration overrides for unit (and other) tests. ...
    9d6b7475
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5389 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-05-15 11:22:35 +0000  
    Browse Code »
  • Add simpletest to CREDITS.txt ...
    0942a893
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5388 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-05-15 11:21:00 +0000  
    Browse Code »
  • Add simpletest 1.0.1alpha3, LGPL. ...
    d824c24e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5387 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-05-15 11:20:13 +0000  
    Browse Code »

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

28 Apr, 2006
19 commits
  • Another string freeze for 3.0.2RC1 ...
    915bba95
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5380 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-28 16:05:08 +0000  
    Browse Code »
  • Turn cache grinder off for RC and Final. ...
    7bab743d
    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
    nbm authored
    2006-04-28 16:01:58 +0000  
    Browse Code »
  • Run updatePermissionLookup on a document object with proxies in place. ...
    b146b9aa
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5378 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-28 15:59:38 +0000  
    Browse Code »
  • Use <> over !=, since PEAR's DB query emulation assigns special meaning ...
    8be54a5c
    to !
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5377 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-28 15:25:08 +0000  
    Browse Code »
  • Clear DocumentFieldLink caches when we've not gone through the entity ...
    1fda2caa
    layer.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5376 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-28 14:59:27 +0000  
    Browse Code »
  • fix for KTS-868 ...
    232d591d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5375 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-04-28 14:58:07 +0000  
    Browse Code »
  • Make DocumentTransation inherit from KTEntity (just the class, not ...
    4086a08d
    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
    nbm authored
    2006-04-28 14:44:39 +0000  
    Browse Code »
  • Show more information to system administrators on how to fix their lack ...
    e1b0c106
    of email configuration.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5373 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm 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 ...
    46db9e52
    saying that email is disabled.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5372 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-28 14:33:36 +0000  
    Browse Code »
  • Always include ktentity.inc ...
    aca15841
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5371 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-28 14:02:32 +0000  
    Browse Code »
  • Make sure to include ktentity.inc before inheriting from it. ...
    466b0525
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5370 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-28 14:02:13 +0000  
    Browse Code »
  • Clear document and folder caches after a folder rename, since it doesn't ...
    0cf73a26
    go through the entity layer.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5369 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-28 14:01:18 +0000  
    Browse Code »
  • add history file. ...
    7bd019a6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5368 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-04-28 13:07:35 +0000  
    Browse Code »
  • KTS-911: Remove tests that no longer apply ...
    3b1e37c1
    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
    nbm authored
    2006-04-28 12:11:36 +0000  
    Browse Code »
  • Use KTUtil::getObject to ensure we have a proper object passed into the ...
    132e7ac1
    LDAP authenticator.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5366 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-28 11:53:57 +0000  
    Browse Code »
  • Remove testing info-level log messages ...
    3c00257a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5365 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-28 11:53:15 +0000  
    Browse Code »
  • Allow for the field name to the different from the dictionary key (in ...
    66916762
    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
    nbm authored
    2006-04-28 11:51:05 +0000  
    Browse Code »
  • No longer need Root Folder and Default Unit for storage. ...
    d6dff9a5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5363 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-28 08:11:38 +0000  
    Browse Code »
  • We're building a 3.0.2 release candidate ...
    162d58d8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5362 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-28 08:08:30 +0000  
    Browse Code »