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
27 Jan, 2005
1 commit
  • Don't set the generic metadata as required despite the config option. ...
    39bdf379
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3209 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-27 09:18:41 +0000  
    Browse Dir »

25 Jan, 2005
3 commits
  • Allow admins to not require that generic metadata be filled in. ...
    be78b28b
    SF tracker:	1066841
    Submitted by:	anthrocode
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3205 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-25 13:15:42 +0000  
    Browse Dir »
  • Use a LEFT JOIN on the creator, as it may have been deleted. ...
    dbe064c5
    SF Tracker:	1048247
    Submitted by:	Edwin de Jong via Marcel Berteler (pluk77)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3203 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-25 12:35:59 +0000  
    Browse Dir »
  • Allow an Author metadata to be displayed - it's no longer created by ...
    7f52ca39
    default.
    
    SF tracker:	1048279
    Submitted by:	Marcel Berteler (pluk77)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3201 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-25 10:45:20 +0000  
    Browse Dir »

17 Jan, 2005
10 commits
  • fNewComment is no longer used. ...
    bf1e8a57
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3193 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-17 13:55:04 +0000  
    Browse Dir »
  • Use fNewThread rather than the misnamed (and unworking) fNewComment ...
    6fd0931a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3192 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-17 13:54:43 +0000  
    Browse Dir »
  • No longer handle the removed "simple" "advanced" search. ...
    282484ee
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3190 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-17 13:09:19 +0000  
    Browse Dir »
  • Remove old-style advanced search user interface. ...
    ded5be5c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3189 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-17 13:08:36 +0000  
    Browse Dir »
  • Consistently use variables prefixed with 'f' for passing values between ...
    8b459390
    requests.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3188 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-17 13:07:43 +0000  
    Browse Dir »
  • Consistently use form variables prefixed with 'f' for passing values. ...
    b8256b91
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3187 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-17 12:58:49 +0000  
    Browse Dir »
  • Consistently use fDocumentID for passing the document ID between pages. ...
    a3272e1a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3186 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-17 12:57:18 +0000  
    Browse Dir »
  • Add getPreviousButton() ...
    bbd6d49e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3182 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-17 11:26:37 +0000  
    Browse Dir »
  • Use (int) casting instead of non-existent int() function. ...
    ec4efcd4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3177 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-17 09:23:42 +0000  
    Browse Dir »
  • Grab the 'redirect' request parameter into a local variable. ...
    963dcc83
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3176 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-17 09:13:34 +0000  
    Browse Dir »

14 Jan, 2005
1 commit
  • Deal with rootUrl already being in the given URLs. ...
    c26bd04f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3173 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-14 12:46:38 +0000  
    Browse Dir »

10 Jan, 2005
2 commits
  • Change over fully to the new Criteria implementation. ...
    6993a3c5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3163 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-10 10:45:09 +0000  
    Browse Dir »
  • 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
3 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 »