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
  • presentation
  • lookAndFeel
  • knowledgeTree
07 Jan, 2005
3 commits
  • Fix criteriaNumber for base widget names too. ...
    2d04629c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3146 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-07 10:18:46 +0000  
    Browse Dir »
  • Negative numbers are now rendered as _1 for the form widgets - handle ...
    26ee9de4
    that.
    
    Deal with suffixes after the base form widget name.
    
    Use LEFT JOIN instead of INNER JOIN onto the document_fields_link table
    as the INNER form will lose documents without document fields.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3142 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-07 09:35:06 +0000  
    Browse Dir »
  • Make it easy to get a calendar that allows you to choose dates in the ...
    e55eb3a4
    past.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3141 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-07 09:32:42 +0000  
    Browse Dir »

06 Jan, 2005
4 commits
  • Put the option transfers into the global scope. ...
    a561840d
    Submitted by:	Nicolas Quienot
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3138 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-06 16:43:34 +0000  
    Browse Dir »
  • Don't worry about permissions - the GroupUserLink will take care of that ...
    8888369c
    itself.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3133 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-06 13:56:03 +0000  
    Browse Dir »
  • Import the Group class ...
    75466aaa
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3125 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-06 13:01:56 +0000  
    Browse Dir »
  • Get the folder to update its permission folder if a permission is ...
    8b2b207c
    removed.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3123 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-06 10:38:39 +0000  
    Browse Dir »

05 Jan, 2005
7 commits
  • Call updatePermissions on the folder we've just copied the new ...
    efcdf3a1
    permissions to.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3121 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-05 21:49:02 +0000  
    Browse Dir »
  • Use the Folder addPermissions method instead of a local copy. ...
    17db4ff9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3120 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-05 21:48:25 +0000  
    Browse Dir »
  • Flatten nested ifs to improve understandability. ...
    996bfc27
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3117 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-05 21:16:48 +0000  
    Browse Dir »
  • Allow the admin to remove a group despite it having members, since ...
    36b2cacf
    all they're going to do is remove the users from that group, and remove
    a group despite it being a member of the unit, since all they're going
    to do is remove it from the unit.  So do it for them.  They still have
    to confirm that they want to delete that group.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3114 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-05 12:58:39 +0000  
    Browse Dir »
  • Allow the user to choose multiple document types when creating a folder. ...
    eb81f66f
    Default the document types to that of the parent folder.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3113 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-05 11:50:25 +0000  
    Browse Dir »
  • Flatten nested ifs into more readable code. ...
    d23ca1fb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3112 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-05 11:10:10 +0000  
    Browse Dir »
  • Pick up the changes from the select boxes. ...
    bcd44f6e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3109 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-05 09:18:38 +0000  
    Browse Dir »

03 Jan, 2005
5 commits
  • Get object name and path from the session correctly. ...
    ea181171
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3101 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-03 12:56:20 +0000  
    Browse Dir »
  • Change getList users to using parameterised WhereClauses (if necessary) ...
    457c66ad
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3098 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-03 12:11:05 +0000  
    Browse Dir »
  • Set up session page access to store.php if we're using it. ...
    51050888
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3092 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-03 10:29:09 +0000  
    Browse Dir »
  • Use DBUtil's autoInsert or autoUpdate for improved security and ...
    5fdc1ef3
    simplified code, as well as correct sequence ids for inserts.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3091 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-03 10:27:58 +0000  
    Browse Dir »
  • Whitespace cleanup. ...
    b5ec5be1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3090 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-03 09:42:20 +0000  
    Browse Dir »

23 Dec, 2004
5 commits
  • Extra-advanced search functionality - choose your search terms for each ...
    92b48ea3
    of filename, description, id, creator, document type, and each of your
    document fields.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3088 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-23 21:59:10 +0000  
    Browse Dir »
  • Use the browser columns method to determine table width for table-wide ...
    c9a4da98
    announcements.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3081 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-23 13:39:07 +0000  
    Browse Dir »
  • Sort by "more" correct filename rather than name by default. ...
    5b143f5c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3079 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-23 13:36:20 +0000  
    Browse Dir »
  • Allow an administrator to determine which fields they want to display ...
    05c051b8
    and in what order in the collection browser.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3077 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-23 13:34:38 +0000  
    Browse Dir »
  • Extract more request variables to global scope so this works. ...
    36a6a0c1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3075 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-23 10:35:59 +0000  
    Browse Dir »

22 Dec, 2004
5 commits
  • Fix broken HTML tag. ...
    cfb0bfdf
    Submitted by:	Jorrit Jorritsma
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3074 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-22 14:41:05 +0000  
    Browse Dir »
  • Centralise browser logic into per-criterion objects, making the ...
    f6f3bc03
    interface respond to which criteria are set up in the browser.
    
    Also support generic metadata in the browser - as evidenced by the
    Category criterion added to the browser now.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3073 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-22 14:35:44 +0000  
    Browse Dir »
  • Fix some broken HTML in tables, and move checkboxes into their own column. ...
    336f1d0c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3072 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-22 10:32:15 +0000  
    Browse Dir »
  • Whitespace cleanup. ...
    bd546273
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3071 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-22 10:15:09 +0000  
    Browse Dir »
  • Flatten the code to make it more understandable. ...
    831dbc68
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3070 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-22 08:26:32 +0000  
    Browse Dir »

21 Dec, 2004
3 commits
  • Make it possible to copy inherited permissions directly onto folder ...
    85c04b64
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3067 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-21 11:53:43 +0000  
    Browse Dir »
  • Untangle nested ifs to simplify understanding of code. ...
    c18f231a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3066 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-21 09:12:39 +0000  
    Browse Dir »
  • Convert incorrect image tags to img ...
    5b5ba1ad
    SF Tracker:	1081772
    Submitted by:	Adam Monsen (meonkeys)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3065 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-21 08:22:18 +0000  
    Browse Dir »

20 Dec, 2004
4 commits
  • Parameterise SQL statements under presentation/ ...
    b9231a54
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3058 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-20 10:56:30 +0000  
    Browse Dir »
  • Remove commented-out code. ...
    38e22b74
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3057 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-20 10:55:32 +0000  
    Browse Dir »
  • Make code easier to understand by flattening nested if statements. ...
    ea1735dc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3056 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-20 10:53:37 +0000  
    Browse Dir »
  • Make create and store safer: ...
    1cb9aa5b
    Require a built-up session.
    
    Store static data in a session instead of using a hidden form variable,
    out of the reach of attackers.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3055 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-20 10:52:57 +0000  
    Browse Dir »

17 Dec, 2004
1 commit
  • Rename TestFolder to more useful InheritedFolder, and try to match the ...
    38630994
    colour scheme a bit.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3049 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-17 09:46:36 +0000  
    Browse Dir »

15 Dec, 2004
1 commit
  • Show inherited permissions if there are no direct permissions on the folder. ...
    f1722345
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3048 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-15 11:24:46 +0000  
    Browse Dir »

01 Dec, 2004
1 commit
  • Fix minor HTML tag error. ...
    05c45013
    SF tracker:	1061175
    Submitted by:	Paul Gier (gier21)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3029 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-01 15:17:23 +0000  
    Browse Dir »

29 Nov, 2004
1 commit
  • Make CSS-based buttons work better in IE. ...
    9d855760
    SF tracker:	1069404
    Submitted by:	Stefano Ciancio (sciancio)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3018 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-11-29 20:21:05 +0000  
    Browse Dir »