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
24 Oct, 2005
7 commits
  • Show the guard group and guard role, and allow none for guard ...
    40dab68e
    permission.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3877 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-24 10:30:10 +0000  
    Browse Code »
  • Implement guard group checking. Guard permission is not always set, so ...
    7f946a95
    check if it is set first.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3876 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-24 10:28:59 +0000  
    Browse Code »
  • Add guard group and guard role. ...
    161734ef
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3875 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-24 10:28:00 +0000  
    Browse Code »
  • Add validateRole and validateGroup, as well as the start of a ...
    069a31f1
    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
    nbm authored
    2005-10-24 10:27:36 +0000  
    Browse Code »
  • In KTUtil::arrayGet, by default return the mDefault (usually null) if ...
    da58bd6a
    the key references an empty value.  Previously mDefault would only be
    returned if the key didn't exist at all.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3873 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-24 10:26:02 +0000  
    Browse Code »
  • Use KTUtil::getId to handle either ID or object being passed in. ...
    40d9b7e2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3872 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-24 10:24:49 +0000  
    Browse Code »
  • If _bUsePearError is set, return the PEAR error from the update. ...
    e9055722
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3871 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-24 10:24:28 +0000  
    Browse Code »

20 Oct, 2005
2 commits
  • Give the display/human name for the field behaviour as well as the ...
    1a6d23fa
    namespace name.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3870 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-20 11:57:35 +0000  
    Browse Code »
  • Don't hard-code the URL, get it from the configuration ...
    64c965e3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3868 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-20 08:47:52 +0000  
    Browse Code »

18 Oct, 2005
25 commits
  • Clear the existing values for the behaviour before storing the current ...
    3a1aa943
    values.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3867 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 14:27:03 +0000  
    Browse Code »
  • Fix language a bit, and add a delete icon to delete fieldsets. ...
    1691d371
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3866 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 12:13:41 +0000  
    Browse Code »
  • Don't need debug messages at the moment. ...
    e26a9a1f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3865 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 12:13:18 +0000  
    Browse Code »
  • When document type is changed, initialise any new conditional fieldsets ...
    2e4dc050
    that might be there.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3864 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 12:12:53 +0000  
    Browse Code »
  • Close breadcrumb tags properly. ...
    ff19d06e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3863 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 12:12:22 +0000  
    Browse Code »
  • Make it possible to load initialiseConditionalFieldsets multiple times. ...
    e7267ea7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3862 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 12:12:06 +0000  
    Browse Code »
  • Implement fieldset deletion ...
    1d3294e7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3861 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 12:11:40 +0000  
    Browse Code »
  • If _bUsePearError is set, return a PEAR error instead of false. ...
    2fbae5c3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3860 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 12:11:15 +0000  
    Browse Code »
  • mplement changeToSimple and changeToComplex for fieldsets ...
    a1343435
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3859 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 11:37:41 +0000  
    Browse Code »
  • Add breadcrumbs, and use successRedirectTo when an action is ...
    9389ff35
    successfully performed.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3858 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 10:17:50 +0000  
    Browse Code »
  • Add breadcrumb nav. ...
    b4c22c2c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3857 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 10:12:33 +0000  
    Browse Code »
  • Remove link back to document types, now in breadcrumb nav. ...
    ebbc8bb8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3856 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 10:12:21 +0000  
    Browse Code »
  • Make primary category bold ...
    b1ec35b8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3855 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 10:08:25 +0000  
    Browse Code »
  • Add breadcrumbs ...
    6e4087c4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3854 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 10:07:28 +0000  
    Browse Code »
  • Make the breadcrumbs stand out a bit more (temporary colours/style). ...
    e9d147d4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3853 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 10:02:42 +0000  
    Browse Code »
  • Implement breadcrumbs in conditional metadata management. ...
    8830702b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3852 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 09:45:08 +0000  
    Browse Code »
  • Put breadcrumbs into less-accessed pages too. ...
    dd758332
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3851 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 09:44:44 +0000  
    Browse Code »
  • Add preliminary breadcrumbs to the main pages for visual verification ...
    9eae0a28
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3850 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 09:20:06 +0000  
    Browse Code »
  • When building controller URLs, put the whole (encoded) query string into ...
    5cc3ee14
    the qs request variable to simplify getting the query string and
    avoiding request variable conflicts.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3849 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 09:18:55 +0000  
    Browse Code »
  • Retrieve the query string from the 'qs' request variable when it is ...
    12a9a000
    given, simplifying query string handling and controller actions.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3848 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 09:17:50 +0000  
    Browse Code »
  • Breadcrumb handling in dispatchers ...
    45be398b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3847 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 09:16:50 +0000  
    Browse Code »
  • Breadcrumb handling in legacy main template ...
    2afadbbc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3846 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 09:16:11 +0000  
    Browse Code »
  • For now, hardcode that we don't show the fieldset contents if it is ...
    ec2ee5cf
    conditional.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3845 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 09:15:43 +0000  
    Browse Code »
  • Make it more clear what the list of items is and what the textbox is ...
    56d5cd25
    for.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3844 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 09:15:09 +0000  
    Browse Code »
  • Handle breadcrumbs giving URLs or giving controller actions and query ...
    c0cba281
    strings.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3843 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 09:14:07 +0000  
    Browse Code »

17 Oct, 2005
6 commits
  • Fix copy and paste error ...
    fb1e1846
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3842 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-17 15:01:05 +0000  
    Browse Code »
  • Show variable $k, not literal $k ...
    3262dc7f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3841 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-17 15:00:42 +0000  
    Browse Code »
  • Fix braino - parent_behaviour is the parent behaviour, of course, not ...
    34b4a8c3
    the assigned behaviour, which is behaviour_id.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3840 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-17 15:00:22 +0000  
    Browse Code »
  • Deal with the case where we are included within a function. ...
    2b9447e4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3839 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-17 14:59:43 +0000  
    Browse Code »
  • Set the name ("title") to the description given when uploaded. ...
    afd090bb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3838 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-17 14:59:24 +0000  
    Browse Code »
  • Disable foreign key tests when installing ...
    63498059
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3837 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-17 10:22:42 +0000  
    Browse Code »