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
10 Jan, 2005
1 commit
  • Remove debug message ...
    5671bc1b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3159 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-10 09:09:29 +0000  
    Browse Dir »

07 Jan, 2005
4 commits
  • Assign strings on first use (not using concatenation which might break ...
    5e4ee4bf
    later)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3153 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-07 13:16:56 +0000  
    Browse Dir »
  • Fix criteriaNumber for base widget names too. ...
    fcd4ccf3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3146 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-07 10:18:46 +0000  
    Browse Dir »
  • Negative numbers are now rendered as _1 for the form widgets - handle ...
    392e00be
    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
    nbm 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 ...
    c5796736
    past.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3141 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-07 09:32:42 +0000  
    Browse Dir »

06 Jan, 2005
4 commits
  • Put the option transfers into the global scope. ...
    252ec215
    Submitted by:	Nicolas Quienot
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3138 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-06 16:43:34 +0000  
    Browse Dir »
  • Don't worry about permissions - the GroupUserLink will take care of that ...
    a82c49eb
    itself.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3133 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-06 13:56:03 +0000  
    Browse Dir »
  • Import the Group class ...
    e6afbd1c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3125 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-06 13:01:56 +0000  
    Browse Dir »
  • Get the folder to update its permission folder if a permission is ...
    f04d79be
    removed.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3123 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm 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 ...
    fb2f733c
    permissions to.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3121 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-05 21:49:02 +0000  
    Browse Dir »
  • Use the Folder addPermissions method instead of a local copy. ...
    075a1db1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3120 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-05 21:48:25 +0000  
    Browse Dir »
  • Flatten nested ifs to improve understandability. ...
    27ff5010
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3117 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-05 21:16:48 +0000  
    Browse Dir »
  • Allow the admin to remove a group despite it having members, since ...
    2314e91a
    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
    nbm authored
    2005-01-05 12:58:39 +0000  
    Browse Dir »
  • Allow the user to choose multiple document types when creating a folder. ...
    4a04ddec
    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
    nbm authored
    2005-01-05 11:50:25 +0000  
    Browse Dir »
  • Flatten nested ifs into more readable code. ...
    1bc2becf
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3112 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-05 11:10:10 +0000  
    Browse Dir »
  • Pick up the changes from the select boxes. ...
    e4ad8df0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3109 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-05 09:18:38 +0000  
    Browse Dir »

03 Jan, 2005
5 commits
  • Get object name and path from the session correctly. ...
    5de8ac0d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3101 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-03 12:56:20 +0000  
    Browse Dir »
  • Change getList users to using parameterised WhereClauses (if necessary) ...
    d55edae7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3098 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-03 12:11:05 +0000  
    Browse Dir »
  • Set up session page access to store.php if we're using it. ...
    d25a5bfe
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3092 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-03 10:29:09 +0000  
    Browse Dir »
  • Use DBUtil's autoInsert or autoUpdate for improved security and ...
    584d6ea0
    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
    nbm authored
    2005-01-03 10:27:58 +0000  
    Browse Dir »
  • Whitespace cleanup. ...
    64ea047d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3090 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-03 09:42:20 +0000  
    Browse Dir »

23 Dec, 2004
6 commits
  • Extra-advanced search functionality - choose your search terms for each ...
    ee9b61b5
    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
    nbm authored
    2004-12-23 21:59:10 +0000  
    Browse Dir »
  • Use the browser columns method to determine table width for table-wide ...
    bc01295a
    announcements.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3081 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-23 13:39:07 +0000  
    Browse Dir »
  • Sort by "more" correct filename rather than name by default. ...
    b11e5520
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3079 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-23 13:36:20 +0000  
    Browse Dir »
  • Allow an administrator to determine which fields they want to display ...
    c08893b7
    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
    nbm authored
    2004-12-23 13:34:38 +0000  
    Browse Dir »
  • Allow more administration links. ...
    c7f51b57
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3076 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-23 10:57:04 +0000  
    Browse Dir »
  • Extract more request variables to global scope so this works. ...
    d98f9a32
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3075 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-23 10:35:59 +0000  
    Browse Dir »

22 Dec, 2004
5 commits
  • Fix broken HTML tag. ...
    add56e05
    Submitted by:	Jorrit Jorritsma
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3074 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-22 14:41:05 +0000  
    Browse Dir »
  • Centralise browser logic into per-criterion objects, making the ...
    cc8c54e7
    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
    nbm authored
    2004-12-22 14:35:44 +0000  
    Browse Dir »
  • Fix some broken HTML in tables, and move checkboxes into their own column. ...
    fe2a0eea
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3072 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-22 10:32:15 +0000  
    Browse Dir »
  • Whitespace cleanup. ...
    160da172
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3071 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-22 10:15:09 +0000  
    Browse Dir »
  • Flatten the code to make it more understandable. ...
    fd63735a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3070 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm 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 ...
    2710bce0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3067 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-21 11:53:43 +0000  
    Browse Dir »
  • Untangle nested ifs to simplify understanding of code. ...
    236b3e8b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3066 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-21 09:12:39 +0000  
    Browse Dir »
  • Convert incorrect image tags to img ...
    99bb247e
    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
    nbm authored
    2004-12-21 08:22:18 +0000  
    Browse Dir »

20 Dec, 2004
4 commits
  • Parameterise SQL statements under presentation/ ...
    5bf4d48c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3058 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-20 10:56:30 +0000  
    Browse Dir »
  • Remove commented-out code. ...
    d72d94f3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3057 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-20 10:55:32 +0000  
    Browse Dir »
  • Make code easier to understand by flattening nested if statements. ...
    8092e517
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3056 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-20 10:53:37 +0000  
    Browse Dir »
  • Make create and store safer: ...
    af8535a2
    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
    nbm 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 ...
    62856ed1
    colour scheme a bit.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3049 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-17 09:46:36 +0000  
    Browse Dir »