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
  • dispatcher.inc.php
30 Sep, 2005
1 commit
  • Add transparent (requested) transaction support for dispatcher. A ...
    b7b50077
    dispatcher can be configured to always use transactions, or you can
    start a transaction.  Either way, rollback occurs when errorPage or
    errorRedirectTo is used, and committing happens in standard case and in
    successRedirectTo.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3692 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-30 14:00:19 +0000  
    Browse File »

29 Sep, 2005
2 commits
  • Make sure the userID in the session gives us a valid user, and specify ...
    7c4ce4eb
    the basic errorPage function.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3690 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-29 22:51:59 +0000  
    Browse File »
  • Don't use checkSession in dispatchers - rather verify session directly ...
    cd6898a3
    and allow the dispatcher to set its own access level.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3674 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-29 11:14:17 +0000  
    Browse File »

02 Aug, 2005
1 commit
  • Add simple redirectToMain as a shortcut. ...
    96333c77
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3537 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-08-02 13:07:21 +0000  
    Browse File »

31 Jul, 2005
1 commit
  • Almost all pages need to checkSession, not just admin ones. Add ...
    ad627f40
    KTStandardDispatcher to handle this.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3496 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-31 08:34:33 +0000  
    Browse File »

29 Jul, 2005
1 commit
  • Allow arbitrary query strings (string or dictionary) for redirects. ...
    553adf12
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3487 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-29 12:11:48 +0000  
    Browse File »

27 Jul, 2005
1 commit
  • Add a simple dispatcher mechanism for developing pages. ...
    2ada71aa
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3474 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-27 09:31:21 +0000  
    Browse File »