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
16 Jan, 2006
2 commits
  • Patch from Bryn Divey (bryn@jamwarehouse.com) ...
    d50a5a9e
    - preferences handle name-failure more gracefully.
    - permissions needed require_once
    - add more detail to the dispatchervalidation around email, title.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4603 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-01-16 15:45:20 +0000  
    Browse Dir »
  • - handle the case where no workflow actions are controlled gracefully. ...
    151e7a29
    - user-passwords are controlled.
    - make conditions editable
    - add copyright to VD
    - clean up user/group visual display.
    - conditional metadata was broken again
    - help-overview was not using correct CSS.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4602 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-01-16 15:33:08 +0000  
    Browse Dir »

13 Jan, 2006
1 commit
  • - fix the location of the password-save. ...
    6df81b6b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4592 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-01-13 15:17:47 +0000  
    Browse Dir »

12 Jan, 2006
2 commits
  • - needs access to additional lib. ...
    1b9ad595
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4586 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-01-12 13:29:21 +0000  
    Browse Dir »
  • - plugin registration failed on NULL constraints for first-time registration. ...
    576f35bd
    - plugin update needed to use 1/0, not true/false
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4585 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-01-12 11:10:30 +0000  
    Browse Dir »

11 Jan, 2006
2 commits
  • saved searches complete, + title support. ...
    8796a741
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4583 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-01-11 11:07:41 +0000  
    Browse Dir »
  • missing require_once causing crash.. ...
    b9e8879e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4582 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-01-11 11:05:25 +0000  
    Browse Dir »

10 Jan, 2006
3 commits
  • incorporate the criteria fix for workflow states (require_once) ...
    54a1fa20
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4581 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-01-10 14:09:11 +0000  
    Browse Dir »
  • date range widget (criteria) now works. ...
    4513e89c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4578 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-01-10 13:47:01 +0000  
    Browse Dir »
  • new help environment. ...
    6ce10527
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4575 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-01-10 12:37:12 +0000  
    Browse Dir »

09 Jan, 2006
1 commit
  • minor fixes for now-missing-requires. ...
    f3292ff3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4574 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-01-09 14:26:08 +0000  
    Browse Dir »

03 Jan, 2006
9 commits
  • Make KTPluginUtil::loadPlugins use the new load() method, and read the ...
    69e350b7
    plugins from the database instead.
    
    Add KTPluginUtil::registerPlugins to reread the plugins from the
    filesystem.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4571 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-01-03 19:29:19 +0000  
    Browse Dir »
  • Rename register to load, add isRegistered check to see if this plugin ...
    df630924
    should be loaded i.t.o. the database, and register() method to add this
    plugin to the database.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4570 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-01-03 19:28:24 +0000  
    Browse Dir »
  • Use a custom subclass for the case where there are no objects returned, ...
    e84d8c71
    so it can be handled separately.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4567 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-01-03 19:25:17 +0000  
    Browse Dir »
  • Add the KTPluginEntity class and the plugin registration database table. ...
    271584d5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4566 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-01-03 19:24:08 +0000  
    Browse Dir »
  • Make sure we only have one copy of the plugin registry around. ...
    ab4005ca
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4562 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-01-03 11:18:55 +0000  
    Browse Dir »
  • Define the "setup" method for plugin objects, where they can register ...
    377c9969
    their actions, dashlets, &c.
    
    Call the setup method on plugins in the "register" method.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4561 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-01-03 11:18:35 +0000  
    Browse Dir »
  • Make sure we only have one copy of registries around. ...
    31ea1379
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4560 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-01-03 11:13:01 +0000  
    Browse Dir »
  • Make sure we only have one copy of the Plugin Registry around. ...
    cb9cf3bc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4559 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-01-03 11:11:44 +0000  
    Browse Dir »
  • Act on the path we get from the actions registry. ...
    97793b9c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4558 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-01-03 11:11:22 +0000  
    Browse Dir »

02 Jan, 2006
1 commit
  • Remove no longer used functions ...
    7f3e0ea8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4555 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-01-02 12:42:37 +0000  
    Browse Dir »

30 Dec, 2005
3 commits
  • Move the record upgrade item to the last phase of the upgrade process. ...
    0d88695c
    Rebuild empty permission lookups at the end of the upgrade.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4553 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-30 08:16:28 +0000  
    Browse Dir »
  • Rewrite to avoid using out-of-sync on-disk classes and instead go ...
    106ab8c5
    directly to the database as it is expected to work for the current state
    of the database structure in terms of the upgrade process.
    
    Still uses some classes, but builds from 2.0.7 now.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4552 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-30 08:15:21 +0000  
    Browse Dir »
  • Add rebuildPermissionLookups, which will rebuild all permission lookups ...
    186cc899
    on all objects (pass true as the first parameter to only build lookups
    for objects without lookups).
    
    Also return an error indication from setPermissionForID
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4551 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-30 08:13:12 +0000  
    Browse Dir »

23 Dec, 2005
1 commit
  • Replace last uses of $default->fileSystemRoot with KT_LIB_DIR or KT_DIR ...
    423b64be
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4548 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-23 10:20:28 +0000  
    Browse Dir »

22 Dec, 2005
15 commits
  • Remove unused control.inc include. ...
    edd00570
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4547 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 20:00:17 +0000  
    Browse Dir »
  • Check the 'error' value in the file array to see if there needs to be ...
    2cfc5f5d
    any error handling.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4544 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 17:42:09 +0000  
    Browse Dir »
  • Need an actual document object to work upon in this case. ...
    b0a4d666
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4543 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 17:41:42 +0000  
    Browse Dir »
  • Fix some minor style problems with ternary ? operator. ...
    5fec5435
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4542 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 17:41:19 +0000  
    Browse Dir »
  • Use KTUtil::addQueryString in preference to manual URL mangling. ...
    87f8df44
    Add addQueryString as a variable modifier in Smarty templates, and use
    it.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4541 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 17:32:01 +0000  
    Browse Dir »
  • No longer used. ...
    4bd035fe
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4538 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 13:38:01 +0000  
    Browse Dir »
  • Use login instead of loginForm sitemap action. ...
    b89e9023
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4535 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 13:20:14 +0000  
    Browse Dir »
  • Add document title and document filename to the list of items in ...
    f1192747
    searchable_text.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4534 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 13:19:50 +0000  
    Browse Dir »
  • Remove unused sFromEmail and sFromName from parameters to the send ...
    ff2be626
    method, and logic for handling them.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4533 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 13:19:25 +0000  
    Browse Dir »
  • Use login instead of loginForm for sitemap action ...
    15011536
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4532 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 13:18:24 +0000  
    Browse Dir »
  • Don't put a trailing slash after filename in the no PATH_INFO support ...
    89469619
    case.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4528 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 09:15:31 +0000  
    Browse Dir »
  • Respect kt_no_extensions and KnowledgeTree/pathInfoSupport ...
    60fc6959
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4527 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 09:14:26 +0000  
    Browse Dir »
  • Make sure we don't have multiple copies of the same join. ...
    95c39137
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4526 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 09:09:13 +0000  
    Browse Dir »
  • Consolodate URL generation for browse tasks in getUrlForFolder, ...
    a2e8b3b2
    getUrlForDocument, getBrowseBaseUrl and getViewBaseUrl.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4525 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 09:08:04 +0000  
    Browse Dir »
  • Make URL generation understand kt_no_extensions and ...
    78f0ed62
    KnowledgeTree/pathInfoSupport
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4524 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-22 09:07:29 +0000  
    Browse Dir »