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
06 Feb, 2006
37 commits
  • Respect Unit Administrators as equals to Administrators when within ...
    6bd12851
    their unit.
    
    Check _show() to see whether an action should be available or not.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4850 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 12:22:05 +0000  
    Browse Code »
  • Add isUnitAdministratorForFolder, which checks if the user in question ...
    0833d3ce
    is a unit administrator for the folder in question.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4849 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 12:21:36 +0000  
    Browse Code »
  • Add getUnitAdministratorGroupsByUnit to find the groups which are unit ...
    f3718932
    administrators for the unit in question.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4848 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 12:21:03 +0000  
    Browse Code »
  • Check _show() to determine if the action is available ...
    4133724c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4847 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 12:19:58 +0000  
    Browse Code »
  • Can't use $this in connect, since we're a static function. Use the ...
    2059371d
    class name instead.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4846 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 11:06:47 +0000  
    Browse Code »
  • Initial database structure and data for RC1 ...
    669f30b5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4845 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 10:27:43 +0000  
    Browse Code »
  • Correctly pass the DN through the group creation process. ...
    b8b0cdfe
    Set authentication source id on the group.
    
    Synchronise the group on creation.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4844 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 10:20:04 +0000  
    Browse Code »
  • Make it easier to test with correct and incorrect passwords ...
    53fef21a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4843 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 10:12:02 +0000  
    Browse Code »
  • Test for KTUtil::deleteDirectory ...
    291920c6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4842 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 10:11:33 +0000  
    Browse Code »
  • - add more validation to field-editing. ...
    b825ca34
    - add sanity check to user editing to allow max_sessions = 0
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4841 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-06 10:09:51 +0000  
    Browse Code »
  • Test launcher for updatePermissionLookupForState ...
    096f1d3a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4840 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 10:09:47 +0000  
    Browse Code »
  • Add a simple test of the group synchronisation. ...
    d4a971a2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4839 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 10:09:17 +0000  
    Browse Code »
  • Template to cover groups that come from external sources and thus cannot ...
    187a4385
    be edited.  Offer the ability to synchronise the groups manually.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4838 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 10:05:01 +0000  
    Browse Code »
  • Templates to search for, and create, groups from LDAP. ...
    d6a639b0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4837 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 10:04:22 +0000  
    Browse Code »
  • Use the LDAP DN as the identifier key, and don't show the username, just ...
    8bbc1cf4
    the full name.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4836 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 10:03:43 +0000  
    Browse Code »
  • Pass on the sAMAccountName from Active Directory if it is provided. ...
    c38b2d41
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4835 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 10:02:46 +0000  
    Browse Code »
  • Show the external group providers, if there are any, as an option to ...
    049b54c0
    create a group from there.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4834 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 10:02:07 +0000  
    Browse Code »
  • Allow for groups to be added from an external authentication provider ...
    a7190a54
    (e.g. LDAP)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4833 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 10:01:16 +0000  
    Browse Code »
  • Add (unused) edit unit template. ...
    c1a2e02d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4832 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 09:59:48 +0000  
    Browse Code »
  • Add Net_LDAP 0.6.6 from PEAR, licensed under the GNU LGPL ...
    4c8280fb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4831 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 09:59:09 +0000  
    Browse Code »
  • Reimplement LDAP provider using Net_LDAP ...
    5d45e263
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4830 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 09:57:35 +0000  
    Browse Code »
  • Register the ActiveDirectory provider. ...
    18e7e2e6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4829 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 09:56:50 +0000  
    Browse Code »
  • Add getAuthenticatorForSource and synchroniseGroupToSource ...
    7c157603
    getAuthenticatorForSource provides a configured authenticator for the
    source provided.
    
    synchroniseGroupToSource tells a group-providing authenticator to
    synchronise the group's membership from its source (e.g. LDAP)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4828 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 09:53:24 +0000  
    Browse Code »
  • Add an ActiveDirectory-specific authentication provider that handles AD ...
    82180d07
    features and quirks better.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4827 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 09:51:42 +0000  
    Browse Code »
  • Follow user table name changes. ...
    0534150b
    Add getByAuthenticationSourceAndDetails, to find users by virtue of
    their LDAP DN (for example).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4826 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 09:49:06 +0000  
    Browse Code »
  • Add the authentication details for LDAP-backed groups. ...
    68f3840d
    Add a setMembers function, which sets the group members to exactly the
    users provided.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4825 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 09:48:10 +0000  
    Browse Code »
  • Rename ldap_cn to authentication_details_s1, and authentication_details ...
    cd5913e6
    to authentication_details_s2 in users table.
    
    Add authentication_source_id, authentication_details_s1, and
    authentication_details_s2 to groups table.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4824 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 09:45:51 +0000  
    Browse Code »
  • Remove the edit and delete icons that weren't implemented. ...
    79b53994
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4823 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 09:44:08 +0000  
    Browse Code »
  • Add edit unit, even though it currently can't be used due to inability ...
    ec7c8e51
    to rename folders.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4822 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 09:43:46 +0000  
    Browse Code »
  • Add validateUnit ...
    cb522722
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4821 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 09:42:53 +0000  
    Browse Code »
  • Authentication providers can mark themselves as providers of users ...
    2e89e6d2
    and/or of groups.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4820 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-06 09:42:14 +0000  
    Browse Code »
  • - improve link connections. ...
    22c5a373
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4819 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-06 09:37:12 +0000  
    Browse Code »
  • fMoveCode was lost, causing KTS-298 ...
    ccf441e6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4818 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-06 09:36:43 +0000  
    Browse Code »
  • - when deleting a state, the workflow starting state may need to be set to null,… ...
    5ce1ba1d
    … or the DB constraints prevent the delete.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4817 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-06 09:08:49 +0000  
    Browse Code »
  • improve the workflow-state overview, make it consistent between edit and view. ...
    deadab7a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4816 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-06 09:03:59 +0000  
    Browse Code »
  • Documents should not leave a trace in workflow_documents in expunge. ...
    bdd7fd04
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4815 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-06 08:59:26 +0000  
    Browse Code »
  • - improve the copy a little. ...
    8520a13f
    - don't show backlink for document-links.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4814 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-06 08:10:40 +0000  
    Browse Code »

03 Feb, 2006
3 commits
  • - highlight the fact that the company logo should be replaced. ...
    e84826f8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4813 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-03 15:23:12 +0000  
    Browse Code »
  • - not all documents have states, so don't necessarily fail. (permissionutil) ...
    6a19246c
    - if we only have 1 version, don't offer to compare with other versions (KTS-187)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4812 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-03 15:16:43 +0000  
    Browse Code »
  • - fix a ... very annoying bug in firefox (return false) handling. ...
    6f03fa97
    - don't duplicate javascript.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4811 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-03 14:54:39 +0000  
    Browse Code »