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
27 Oct, 2005
11 commits
  • Test for KTUtil::getRequestScriptName() ...
    b1ebdf04
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3904 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 13:35:25 +0000  
    Browse Code »
  • Use dispatcher-wide transactions, use the dispatcher validator, and use ...
    4df1bbd4
    errorRedirect rather than errorPage for problems.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3903 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 13:17:06 +0000  
    Browse Code »
  • Handle extension-less mode (somewhat). ...
    e241c495
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3902 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 13:15:24 +0000  
    Browse Code »
  • Handle extension-less (MultiViews/mod_rewrite) support in the sitemap. ...
    8f07de81
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3901 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 12:50:21 +0000  
    Browse Code »
  • Add getRequestScriptName, which gets the name of the script as it was ...
    5724adb4
    given in the script - as opposed to REQUEST_URI which is the whole
    request, and SCRIPT_NAME which is the name of the file.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3900 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 12:49:07 +0000  
    Browse Code »
  • validateMetadata is given an array of array($oField, $sValue)s. ...
    d3c1f78e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3899 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 12:47:31 +0000  
    Browse Code »
  • Ready for multiviews/rewrite support for no .php in the filenames. ...
    c93ee220
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3898 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 12:46:55 +0000  
    Browse Code »
  • Redirect to the login page if nobody is logged on or if a session has ...
    edab4656
    expired and so forth.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3897 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 12:23:16 +0000  
    Browse Code »
  • Correct DROP FOREIGN KEY syntax. ...
    9357e454
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3896 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 10:15:08 +0000  
    Browse Code »
  • SQL upgrades for 2.99.2 so far. ...
    830f73f1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3895 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 10:11:26 +0000  
    Browse Code »
  • Now working on 2.99.2 ...
    5fdc6dd2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3894 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 09:58:58 +0000  
    Browse Code »

26 Oct, 2005
6 commits
  • Implement metadata validation using the mandatory flag on fields and ...
    0ec7c0f3
    verifying conditional metadata fieldsets.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3893 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-26 14:04:22 +0000  
    Browse Code »
  • Add bIsMandatory, which allows for a user to set a field as being ...
    f97c4cd2
    mandatory.
    
    Use KTEntityUtil's get helper function.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3892 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-26 14:02:42 +0000  
    Browse Code »
  • Make use of the new logDirectory config option. ...
    9d4772d1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3891 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-26 14:00:53 +0000  
    Browse Code »
  • Put Documents and log into a "var" directory in the root by default, so ...
    7d46bec6
    that all PHP-modified stuff is in one location for a simple chmod.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3890 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-26 13:57:28 +0000  
    Browse Code »
  • More documentation of these utility functions, return codes, general ...
    a576babc
    approach to solving the problem, &c.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3889 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-26 11:01:47 +0000  
    Browse Code »
  • Add documentation describing what each function does. ...
    c0b5b218
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3888 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-26 09:40:19 +0000  
    Browse Code »

25 Oct, 2005
9 commits
  • Fix a type that was registering the wrong action as a folder action. ...
    b35011f2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3887 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-25 12:45:28 +0000  
    Browse Code »
  • Build the form that allows for groups/users/roles to be selected to be ...
    5a72a09f
    informed when the state is reached.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3886 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-25 12:36:50 +0000  
    Browse Code »
  • One less abuser of store.inc. ...
    1c3245dd
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3885 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-25 12:36:05 +0000  
    Browse Code »
  • Implement informed users saving and guard roles/groups. ...
    c5ec703b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3884 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-25 12:35:47 +0000  
    Browse Code »
  • Allow for the setting and getting of the groups/users/roles that get ...
    dcf92b7a
    informed when a particular workflow state is entered.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3883 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-25 12:35:06 +0000  
    Browse Code »
  • Add a link to a descriptor that describes who should be informed when a ...
    054d76c3
    document enters this state.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3882 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-25 12:34:24 +0000  
    Browse Code »
  • getAllowedForDescriptor is a simple helper function ...
    e627906c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3881 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-25 12:33:48 +0000  
    Browse Code »
  • Implement descriptor/user and descriptor/role handling. ...
    742f973e
    Modernise to use KTUtil::getTableName and getList2.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3880 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-25 12:33:18 +0000  
    Browse Code »
  • Add table mappings for descriptor/role and descriptor/user tables. ...
    837b164b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3879 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-25 12:32:18 +0000  
    Browse Code »

24 Oct, 2005
8 commits
  • Allow for roles and groups to be informed when a state is reached. ...
    f64761c7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3878 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-24 10:30:38 +0000  
    Browse Code »
  • 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
4 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 »