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
11 Jan, 2005
3 commits
  • Remove id and sequence from document_text. ...
    fbef9b75
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3169 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-11 11:12:51 +0000  
    Browse Code »
  • Rename 1.2.4-to-1.2.5.sql to 1.2.4-to-2.0.0.sql ...
    95d84aac
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3168 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-11 11:02:20 +0000  
    Browse Code »
  • Drop the id and sequence from the document_text table. ...
    3a713bad
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3167 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-11 10:57:37 +0000  
    Browse Code »

10 Jan, 2005
8 commits
  • Remove use of print_r that will fail on PHP < 4.3.0 ...
    38d18afe
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3166 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-10 19:42:54 +0000  
    Browse Code »
  • Changelog for 2.0.0rc3 ...
    35480845
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3164 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-10 11:38:44 +0000  
    Browse Code »
  • 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 Code »
  • Correct misnamed return variable. ...
    a8876c3f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3162 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-10 10:08:29 +0000  
    Browse Code »
  • Add a criteria for a document's last modified date. ...
    f1596b23
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3161 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-10 10:06:18 +0000  
    Browse Code »
  • Load up legacy and utility functions as early as possible ...
    ebf336a6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3160 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-10 10:05:02 +0000  
    Browse Code »
  • 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 Code »
  • ChangeLog for 2.0.0rc2 ...
    1c9be63e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3157 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-10 08:38:39 +0000  
    Browse Code »

08 Jan, 2005
1 commit
  • Fix up hastily added changes ...
    33b5d5de
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3156 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-08 08:53:46 +0000  
    Browse Code »

07 Jan, 2005
15 commits
  • ChangeLog for 2.0.0rc1 ...
    4a4a0b08
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3154 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-07 14:00:53 +0000  
    Browse Code »
  • 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 Code »
  • Rename the legacy log class for the legacy log. ...
    69fe7285
    Introduce a PEAR Log instance to log all PHP errors.
    
    Log all PHP errors to the PEAR Log instance.
    
    Optionally, if default->developmentLogWindow is set, log all PHP errors
    to a Javascript window.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3152 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-07 11:54:20 +0000  
    Browse Code »
  • Rename the legacy Log class to KTLegacyLog ...
    c6c75cb4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3151 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-07 11:53:07 +0000  
    Browse Code »
  • Add the PEAR Log class, version 1.8.7. ...
    59421826
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3150 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-07 11:52:18 +0000  
    Browse Code »
  • Take out debugging stuff for where neither start nor end date is given. ...
    1e873a57
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3149 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-07 10:49:39 +0000  
    Browse Code »
  • Improve the full-text index minimum word length question. ...
    f9a6b9bd
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3148 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-07 10:44:54 +0000  
    Browse Code »
  • If the document field is a lookup, provide a drop-down box with the ...
    5cb5232f
    lookup values.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3147 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-07 10:19:43 +0000  
    Browse Code »
  • 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 Code »
  • Add a getList static method. ...
    d9fd3379
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3145 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-07 10:18:01 +0000  
    Browse Code »
  • Convert database values properly back to boolean. ...
    52c855bd
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3144 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-07 10:17:35 +0000  
    Browse Code »
  • Render negative numbers with underscore instead of dash to allow easier ...
    876773f5
    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
    nbm authored
    2005-01-07 09:37:48 +0000  
    Browse Code »
  • 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 Code »
  • 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 Code »
  • Moved created time into the document table. ...
    76bbd115
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3140 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-07 09:30:49 +0000  
    Browse Code »

06 Jan, 2005
13 commits
  • In userHasFolder(Read|Write)Access, use the Permission Folder ID instead ...
    1af581ec
    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
    nbm authored
    2005-01-06 16:47:37 +0000  
    Browse Code »
  • 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 Code »
  • Grab the Permission Folder for Folders created from the database. ...
    8238dd67
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3137 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-06 16:34:51 +0000  
    Browse Code »
  • Finished search permissions functionality as expressed in this file. ...
    b9875280
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3136 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-06 14:07:48 +0000  
    Browse Code »
  • When the document is moved, update its search permissions. ...
    77d349fe
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3135 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-06 14:07:16 +0000  
    Browse Code »
  • Update with progress updating search permissions on group events. ...
    f08a885e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3134 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-06 13:56:50 +0000  
    Browse Code »
  • 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 Code »
  • Use Permission::updateSearchPermissionsForUser to redo permissions ...
    10df19b1
    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
    nbm authored
    2005-01-06 13:55:23 +0000  
    Browse Code »
  • Replace mis-copied iDocumentID to iUserID so that user permissions are ...
    fd1b206c
    deleted.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3131 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-06 13:52:22 +0000  
    Browse Code »
  • Some documentation on how the Search Permissions system in KnowledgeTree ...
    6db4c5af
    works, and the current information on how they are determined, and when
    they need to be updated.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3130 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-06 13:35:14 +0000  
    Browse Code »
  • Rebuild search permissions for all documents - either by doing it for ...
    b3abc5a0
    each document in turn (rebuildSearchPermissions.php) or for each user in
    turn (rebuildSearchPermissionsbyUser.php).  Should produce the same
    results.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3129 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-06 13:16:48 +0000  
    Browse Code »
  • Lessen unnecessary verbosity since this stuff seems to be solid. ...
    bef98525
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3128 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-06 13:11:51 +0000  
    Browse Code »
  • updatePermissions now not only updates the folder and its children's ...
    4389f67e
    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
    nbm authored
    2005-01-06 13:04:33 +0000  
    Browse Code »