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
  • validation
  • dispatchervalidation.inc.php
06 Dec, 2005
1 commit
  • Add i18n function around translatable text in lib ...
    ec61960e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4346 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-06 13:16:45 +0000  
    Browse File »

27 Nov, 2005
1 commit
  • Add validateUser, which ensures the given number is a valid User entity ...
    55ea515e
    before returning the entity, erroring out as per standard validation.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4193 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-27 17:57:52 +0000  
    Browse File »

24 Nov, 2005
1 commit
  • Add validateFile, which will make sure that a file upload completed ...
    db4b09a1
    correctly, and if not, provide as accurate a message as possible.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4151 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-24 13:54:16 +0000  
    Browse File »

23 Nov, 2005
1 commit
  • Cater for error viewers and default messages - default messages will ...
    6f44d95d
    only be used if another message isn't forthcoming - from a PEAR Error
    instance, for example.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4122 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-23 11:42:40 +0000  
    Browse File »

22 Nov, 2005
1 commit
  • Add validateString, which currently trims off all whitespace from the ...
    9f5b32be
    return value, and errors out if the resultant string is empty.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4111 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-22 14:17:28 +0000  
    Browse File »

20 Nov, 2005
1 commit
  • Add validateDocumentType as a validator ...
    03083388
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4079 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-20 22:39:12 +0000  
    Browse File »

11 Nov, 2005
1 commit
  • Validation for a condition (saved search and getIsCondition() == true) ...
    e2a5e2e1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3969 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-11 08:08:40 +0000  
    Browse File »

24 Oct, 2005
1 commit
  • Add validateRole and validateGroup, as well as the start of a ...
    66e74a2a
    dictionary-based autovalidation system.
    
    Fix a typo in handling errors when the options have a redirection
    location.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3874 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-24 10:27:36 +0000  
    Browse File »

17 Oct, 2005
1 commit
  • Add a validator that a value isn't empty. ...
    30342b48
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3831 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-17 09:18:45 +0000  
    Browse File »

11 Oct, 2005
1 commit
  • Add a validator for field behaviours ...
    54c2a572
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3791 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-11 12:16:05 +0000  
    Browse File »

07 Oct, 2005
1 commit
  • Add validateFieldset and validateField ...
    e34bbcca
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3773 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-07 15:19:29 +0000  
    Browse File »

06 Oct, 2005
1 commit
  • Make KTDispatcherValidation a proper class, not a utility class. Each ...
    6b3c2b57
    Dispatcher object has a DispatcherValidation object instantiated for it.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3749 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-06 19:19:11 +0000  
    Browse File »

05 Oct, 2005
1 commit
  • Validation for templates by name, and workflow and permission objects by id. ...
    2d9381fb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3719 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-05 07:18:07 +0000  
    Browse File »

04 Oct, 2005
1 commit
  • DispatcherValidation are a bunch of validation functions that tie in ...
    f7cdc1ef
    with the dispatcher concept - if they fail, they use the standard
    dispatcher techniques to react to that failure.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3711 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-04 13:30:39 +0000  
    Browse File »