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
11 Mar, 2005
1 commit
  • Put labels next to the two dates in the date criteria search fields ...
    8f37935d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3231 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-03-11 10:31:23 +0000  
    Browse Dir »

28 Feb, 2005
1 commit
  • Remove check that we're not on Windows when using unzipCommand. ...
    fb6ec605
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3229 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-02-28 10:05:01 +0000  
    Browse Dir »

16 Feb, 2005
1 commit
  • Use KTUtil::arrayGet to reduce notices/warnings; we _expect_ the ...
    51e88a63
    majority of the keys not to exist in the dictionary, so no additional
    checking code.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3228 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-02-16 08:34:36 +0000  
    Browse Dir »

07 Feb, 2005
2 commits
  • Add a File Size criterion for the browser to use. No search capability ...
    4270a87c
    (yet?).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3222 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-02-07 11:15:42 +0000  
    Browse Dir »
  • Pass the parameters through to the query to check if the document ...
    5e5128ae
    already exists in that location.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3221 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-02-07 09:13:43 +0000  
    Browse Dir »

27 Jan, 2005
1 commit
  • Return false, cancelling keypress, if the search string is empty. ...
    469fe69f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3211 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-27 10:18:57 +0000  
    Browse Dir »

25 Jan, 2005
2 commits
  • MySQL < 4.0.11 doesn't allow JOIN with ON - INNER JOIN is the most ...
    7d7f382c
    accurate description of what we want anyway.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3204 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-25 12:49:45 +0000  
    Browse Dir »
  • Actually set the WebMasterID when called. ...
    a7db6ba1
    SF tracker:	1012901
    Submitted by:	Antonello Cesare (acesare)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3202 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-25 10:55:04 +0000  
    Browse Dir »

24 Jan, 2005
2 commits
  • Make sure the id given is an integer. array_key_exists in some versions ...
    d07fde9a
    or configurations of PHP will not consider a string and an integer as
    equivalent.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3200 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-24 18:35:27 +0000  
    Browse Dir »
  • Require that we can write to log files before proceeding. ...
    b7811aa4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3199 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-24 09:58:40 +0000  
    Browse Dir »

19 Jan, 2005
1 commit
  • Allow users to press Enter to search in the navbar. ...
    eeba2309
    Submitted by:	Nicolas Quienot
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3196 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-19 10:21:23 +0000  
    Browse Dir »

17 Jan, 2005
5 commits
  • On compat queries, log query errors. ...
    542e2eee
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3191 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-17 13:15:24 +0000  
    Browse Dir »
  • Fix untested changes to discussion ...
    a76502b0
    Submitted by:	alepage
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3185 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-17 12:55:19 +0000  
    Browse Dir »
  • Make it easy to pass on search parameters from the request environment. ...
    333cb22d
    Make the 'previous' button work properly (may not have affected all
    browsers)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3181 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-17 10:34:15 +0000  
    Browse Dir »
  • Default db parameter to lastQuery method to null, like the rest. ...
    5c0f00b9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3178 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-17 10:21:19 +0000  
    Browse Dir »
  • Use both Pragma: no-cache and Cache-Control: no-cache to aid Internet ...
    6485e449
    Explorer in not caching content.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3175 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-17 09:10:22 +0000  
    Browse Dir »

14 Jan, 2005
3 commits
  • Deal with the Root Folder having a (non-existent) parent id of 0 ...
    614e2248
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3174 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-14 12:55:29 +0000  
    Browse Dir »
  • foreach returns copies of objects, not the objects themselves, so work ...
    d168d996
    around this.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3172 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-14 10:16:52 +0000  
    Browse Dir »
  • Add arrayGet and requestValue ...
    15b087ff
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3170 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-14 09:53:31 +0000  
    Browse Dir »

10 Jan, 2005
3 commits
  • Remove use of print_r that will fail on PHP < 4.3.0 ...
    774c38f2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3166 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-10 19:42:54 +0000  
    Browse Dir »
  • Correct misnamed return variable. ...
    4990f34d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3162 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-10 10:08:29 +0000  
    Browse Dir »
  • Add a criteria for a document's last modified date. ...
    cc5eae29
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3161 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-10 10:06:18 +0000  
    Browse Dir »

07 Jan, 2005
7 commits
  • Rename the legacy Log class to KTLegacyLog ...
    580ec209
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3151 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-07 11:53:07 +0000  
    Browse Dir »
  • Take out debugging stuff for where neither start nor end date is given. ...
    90aabaa4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3149 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-07 10:49:39 +0000  
    Browse Dir »
  • If the document field is a lookup, provide a drop-down box with the ...
    222d9d82
    lookup values.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3147 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-07 10:19:43 +0000  
    Browse Dir »
  • Add a getList static method. ...
    75d5821d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3145 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-07 10:18:01 +0000  
    Browse Dir »
  • Convert database values properly back to boolean. ...
    bb43ed40
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3144 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-07 10:17:35 +0000  
    Browse Dir »
  • Render negative numbers with underscore instead of dash to allow easier ...
    db0eae29
    manipulation in javascript.
    
    Implement searching for date created, offering between A and B, after A,
    and before B syntax.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3143 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-07 09:37:48 +0000  
    Browse Dir »
  • Moved created time into the document table. ...
    7587a11a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3140 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-07 09:30:49 +0000  
    Browse Dir »

06 Jan, 2005
9 commits
  • In userHasFolder(Read|Write)Access, use the Permission Folder ID instead ...
    9ebd2912
    of incorrectly using all parents to determine access.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3139 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-06 16:47:37 +0000  
    Browse Dir »
  • Grab the Permission Folder for Folders created from the database. ...
    506897df
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3137 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-06 16:34:51 +0000  
    Browse Dir »
  • When the document is moved, update its search permissions. ...
    22289d00
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3135 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-06 14:07:16 +0000  
    Browse Dir »
  • Use Permission::updateSearchPermissionsForUser to redo permissions ...
    1e6d98df
    instead of local attempt.  Automatically redo permissions when a link
    has been successfully created or deleted.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3132 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-06 13:55:23 +0000  
    Browse Dir »
  • Replace mis-copied iDocumentID to iUserID so that user permissions are ...
    31017b21
    deleted.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3131 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-06 13:52:22 +0000  
    Browse Dir »
  • Lessen unnecessary verbosity since this stuff seems to be solid. ...
    cc1dc5ba
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3128 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-06 13:11:51 +0000  
    Browse Dir »
  • updatePermissions now not only updates the folder and its children's ...
    b2f784b2
    permission folder, but the permissions on each of the documents in those
    folders.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3127 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-06 13:04:33 +0000  
    Browse Dir »
  • Use the permission-handling in the Permission utility class instead of ...
    c43a6250
    doing so locally.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3126 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-06 13:02:37 +0000  
    Browse Dir »
  • Move permission-management of documents here in ...
    c194ed8f
    updateSearchPermissionsForDocument.
    
    updateSearchPermissionsForUser does the same, recalculating the
    permission a user has on all documents.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3124 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-06 13:01:19 +0000  
    Browse Dir »

05 Jan, 2005
2 commits
  • Implement support for the permission_folder_id - how to calculate it, ...
    086efa24
    and how to update it on all a folder's children when it needs to be
    changed.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3119 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-05 21:47:22 +0000  
    Browse Dir »
  • Include global variable $default for the rootUrl of the KnowledgeTree. ...
    a3181d78
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3116 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-05 17:14:54 +0000  
    Browse Dir »