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
09 Feb, 2006
7 commits
  • - fix for KTS-345 ...
    e64ee2c9
    - add config flag (off by default) to show_al...
    - fix for KTS-339 and 340
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4882 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-09 09:49:07 +0000  
    Browse Dir »
  • Include workflowutil.inc.php for access to KTWorkflowUtil ...
    e7f3df7b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4876 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-09 09:09:18 +0000  
    Browse Dir »
  • Remove unused static methods getDefaultFolderDocumentType and ...
    ab9e8d3f
    folderIsLinkedToDocType
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4875 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-09 09:08:56 +0000  
    Browse Dir »
  • Remove unused methods getDocumentTypes and isFieldLinkedToType ...
    2724c944
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4874 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-09 09:08:19 +0000  
    Browse Dir »
  • Remove unused method deleteAllFieldLinks ...
    6c15fa34
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4873 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-09 09:07:38 +0000  
    Browse Dir »
  • Allow reading of the Full Path attribute of a document. ...
    cae25c19
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4872 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-09 09:07:07 +0000  
    Browse Dir »
  • Remove the concept of "disabled" actions - they're either available or ...
    26db527c
    not available at the moment, and this is not likely to change, and
    maintaining both "disabled" and "available" code is confusing.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4871 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-09 09:06:36 +0000  
    Browse Dir »

08 Feb, 2006
3 commits
  • - fix folderOrDocument ...
    39081d1e
    - move checkout to KTDocumentUtil
    - tidy up some extraneous fixmes.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4870 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-08 11:31:32 +0000  
    Browse Dir »
  • Remove libraries that exist to allow interaction with tables that no ...
    f9046d22
    longer exist.  Remove no-longer-used Dashboard.inc and organisation
    management.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4869 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-08 10:40:18 +0000  
    Browse Dir »
  • - add a "secondary title" (or location aspect for title) to the templates ...
    7baa5ff8
    - improve titles for folder and document actions
    - improve permission-denied pages
    - add a "download" column to the browse view
    - improve mime-type handling
    - improve last-modified handling across versions
    - make the comparison view highlight differences
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4868 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-08 10:05:05 +0000  
    Browse Dir »

06 Feb, 2006
10 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 Dir »
  • 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 Dir »
  • 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 Dir »
  • 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 Dir »
  • 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 Dir »
  • 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 Dir »
  • 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 Dir »
  • 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 Dir »
  • 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 Dir »
  • 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 Dir »

03 Feb, 2006
9 commits
  • - 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 Dir »
  • - on transition, update permission ...
    e4ada049
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4809 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-03 13:20:47 +0000  
    Browse Dir »
  • Override permissions based on the state of the document. ...
    dc09225b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4807 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-03 12:58:14 +0000  
    Browse Dir »
  • Use KTUtil::getId so one can pass either ids for states or State ...
    21ad61d5
    objects.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4805 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-03 12:50:39 +0000  
    Browse Dir »
  • Add getByState, which finds all documents in a given workflow state. ...
    a10306b4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4804 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-03 12:49:57 +0000  
    Browse Dir »
  • Rename workflowstatepermissionsassignment.php to ...
    97659277
    workflowstatepermissionsassignment.inc.php to match naming policy
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4802 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-03 12:38:35 +0000  
    Browse Dir »
  • Workflow Permission Assignment UI => CVS ...
    ca373c04
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4799 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-03 11:51:18 +0000  
    Browse Dir »
  • Add Workflow State Permission Assignments, allowing permissions on ...
    aa78a597
    documents to be overridden by virtue of their workflow state.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4795 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-03 10:04:36 +0000  
    Browse Dir »
  • - lots of fixes (js, workflow, template, fieldsets, documents) ...
    6859ee01
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4794 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-03 09:18:29 +0000  
    Browse Dir »

02 Feb, 2006
11 commits
  • - add should work right even with _no_ metadata ...
    feea2f2a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4793 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-02 15:51:07 +0000  
    Browse Dir »
  • Remove unused constants and methods. ...
    d58300f2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4791 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-02 15:01:58 +0000  
    Browse Dir »
  • - add delete-catch patch ...
    b4797d4c
    - use ktLink in notifications
    - correct editTransitions
    - add "important descriptiveText" CSS class.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4781 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-02 13:39:15 +0000  
    Browse Dir »
  • Use generateLink to generate a fully-qualified URL to pass to ...
    9acdb74f
    KTUtil::addQueryString.  Store kt_path_info within the URL (to match
    what happens elsewhere).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4778 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-02 11:20:39 +0000  
    Browse Dir »
  • Query string related changes - use addQS and friends. ...
    22e21c11
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4777 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-02 11:01:11 +0000  
    Browse Dir »
  • - admin breadcrumbs ...
    7e2d2c1a
    - workflow portlet
    - help urls
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4776 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-02 10:34:36 +0000  
    Browse Dir »
  • - roles are sometimes unallocated. ...
    9b148299
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4775 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-02 10:12:07 +0000  
    Browse Dir »
  • correct path_info irregularities. ...
    2ba128f0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4774 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-02 10:11:47 +0000  
    Browse Dir »
  • Remove unused folderurl option, and use addQueryStringSelf to generate ...
    21e3e09e
    URLs.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4772 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-02 10:05:40 +0000  
    Browse Dir »
  • Add an addQS block function to run KTUtil::addQueryStringSelf on the ...
    4f25b8f9
    block contents.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4768 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-02 09:33:14 +0000  
    Browse Dir »
  • Use KTUtil::addQueryStringSelf to generate URLs. ...
    e6d943e1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4767 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-02 09:32:46 +0000  
    Browse Dir »