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
24 May, 2005
6 commits
  • Restrict document field value search to the document field id being ...
    e57435d7
    requested.  Otherwise _any_ of the document fields' values would be
    acceptable.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3289 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-24 21:25:40 +0000  
    Browse Code »
  • Deal with searches criteria potentially adding joins to the advanced ...
    9d407d23
    search query.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3288 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-24 20:51:35 +0000  
    Browse Code »
  • Add searchJoinSQL method, which adds joins to the advanced search query. ...
    3c44a61a
    Also differentiate joins and searches for each metadata criterion
    involved in the search, so one can search for more than one metadata
    criterion at a time.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3287 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-24 20:49:34 +0000  
    Browse Code »
  • Default aOptions attribute to an empty array. ...
    7d7a7a90
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3286 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-24 20:31:22 +0000  
    Browse Code »
  • Only try assign autofree to resultsets. ...
    a9176b71
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3285 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-24 20:28:21 +0000  
    Browse Code »
  • Use KTInit as an object rather than a utility class. ...
    38fb803c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3284 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-24 20:27:01 +0000  
    Browse Code »

21 May, 2005
1 commit
  • Fix folder subscription notification; folder subscriptions were run ...
    1cdf74ef
    using the external ID from the document, not the folder.
    
    Submitted by:	Ken Smith (cscribe)
    SF Tracker:	1189656
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3283 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-21 19:42:15 +0000  
    Browse Code »

20 May, 2005
4 commits
  • Use IN BOOLEAN MODE for the search, allowing us to overcome some issues ...
    9ae84db1
    on low document volumes for searching.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3282 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-20 23:45:56 +0000  
    Browse Code »
  • Allow Units to be created with their homes anywhere in the folder ...
    49a9d389
    hierarchy.
    
    Submitted by:	Stefano Ciancio (sciancio)
    SF Tracker:	1182024
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3281 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-20 20:53:20 +0000  
    Browse Code »
  • Add a "filter by" to the group list. ...
    71c7df80
    Submitted by:	Stefano Ciancio (sciancio)
    SF Tracker:	1119211
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3280 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-20 20:22:05 +0000  
    Browse Code »
  • Save table size by checking public folders at search-time, rather than ...
    ccc2fe40
    table-generation time.
    
    Submitted by:	Stefano Ciancio (sciancio)
    SF Tracker:	1199729
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3279 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-20 20:13:37 +0000  
    Browse Code »

18 May, 2005
3 commits
  • Fix lynx browsing by fixing unclosed tag ...
    ecb55baa
    Submitted by:	zkrih
    SF Tracker:	1202485
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3278 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-18 22:06:38 +0000  
    Browse Code »
  • Fix email subject line. ...
    60e7b31b
    SF Tracker:	1204328
    Submitted by:	anthrocode
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3277 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-18 22:02:25 +0000  
    Browse Code »
  • Previously, rejecting documents didn't re-assign ownership to the ...
    56a142a6
    previous person in the routing.  This change fixes a typo that caused
    this.
    
    SF Tracker:	1183752
    Submitted by:	fmasselink
    Tested by:	Paul Gier (gier21)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3276 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-18 21:56:00 +0000  
    Browse Code »

13 May, 2005
13 commits
  • Changelog for 2.0.3 ...
    5ee70cec
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3274 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-13 12:31:51 +0000  
    Browse Code »
  • Document browseToRoot in the environment.php file. ...
    e5d6e6e2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3273 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-13 12:12:56 +0000  
    Browse Code »
  • Default browseToRoot to false, to match previous behaviour. ...
    8257ffb2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3272 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-13 12:11:12 +0000  
    Browse Code »
  • If $default->browseToRoot is set, go to the root of the tree, rather ...
    b492dd3b
    than the user's unit.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3271 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-13 12:10:40 +0000  
    Browse Code »
  • Don't show ordinary users that database version. ...
    688eec53
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3270 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-13 11:29:40 +0000  
    Browse Code »
  • Record the expected database version in the distribution. ...
    9ebf70b4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3269 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-13 11:28:41 +0000  
    Browse Code »
  • Show both the system and database version. ...
    79934b36
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3268 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-13 11:14:27 +0000  
    Browse Code »
  • Grab the system (code) version from docs/VERSION.txt ...
    a877f2e6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3267 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-13 11:13:52 +0000  
    Browse Code »
  • Put the system (code) version in a file distributed with the software. ...
    cc33fed3
    As opposed to the database version that the system is running.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3266 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-13 11:13:04 +0000  
    Browse Code »
  • Update document paths when renaming folders. ...
    0528958f
    Submitted by:	Nicolas Quienot (nquienot)
    SF Tracker:	1199699
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3265 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-13 11:06:29 +0000  
    Browse Code »
  • Add some empty files so that some ZIP programs don't ignore these ...
    59ab0bad
    directories.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3264 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-13 11:01:12 +0000  
    Browse Code »
  • Put a number of lines of comments to help people who don't even have PHP ...
    16d4e501
    installed to realise that this is the problem.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3263 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-13 10:58:56 +0000  
    Browse Code »
  • Put an index.html that redirects to index.php, testing that PHP is even ...
    6ae759fd
    installed into the web server.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3262 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-13 10:57:33 +0000  
    Browse Code »

11 May, 2005
1 commit
  • Make each edit unique, so concurrent edits don't overwrite one of the ...
    e838a824
    other.
    
    SF tracker:	1198396
    Submitted by:	Nicolas Quienot (nquienot)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3261 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-11 17:59:07 +0000  
    Browse Code »

10 May, 2005
6 commits
  • Group together upload size stuff, and an explanation of why it doesn't ...
    ee35c973
    default to unlimited.
    
    Also remove all Options from directories below.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3260 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-10 14:33:51 +0000  
    Browse Code »
  • According to PEAR.php, enable_dl being disabled or safe_mode being ...
    4c56ac82
    enabled will make extension loading a fatal error, which would not be a
    good thing for us.  Simply return false if the above scenario is
    fulfilled.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3259 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-10 11:58:09 +0000  
    Browse Code »
  • Fix MIME type of MS Office Documents that sometimes get sent as ...
    1652bf1f
    application/msword even if they are of other document types.
    
    Submitted by:	Nicolas Quienot (nquienot) (Bug report)
    SF Tracker:	1143885 (Bug Report)
    Submitted by:	freboulet (Patch)
    SF Tracker:	1179256 (Patch)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3258 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-10 09:08:53 +0000  
    Browse Code »
  • Fix up extension checking for people who have extensions but they aren't ...
    e8b24d49
    loaded by default.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3257 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-10 08:38:49 +0000  
    Browse Code »
  • If no parameters were made to the search, say so, and don't do a search. ...
    02c27faf
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3256 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-10 07:38:20 +0000  
    Browse Code »
  • Only show "Searched for foo" if foo is some text. ...
    3a0a9cdf
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3255 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-10 07:37:34 +0000  
    Browse Code »

09 May, 2005
4 commits
  • Order News by rank. ...
    41accf92
    Submitted by:	Stefano Ciancio (sciancio)
    SF Tracker:	1181469
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3254 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-09 21:31:25 +0000  
    Browse Code »
  • Put "Browseable Folders" and "Public Folders" on the dashboard, so that ...
    b4369387
    users can access all parts of the tree they should be able to.
    
    Submitted by:	Stefano Ciancio (sciancio)
    SF Tracker:	1182191
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3253 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-09 21:27:52 +0000  
    Browse Code »
  • Mention .htaccess, and test that .htaccess is working. ...
    2b2ccded
    Also, perform a through-the-web test of the Documents directory to make
    sure it isn't left accessible via the web.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3252 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-09 21:13:17 +0000  
    Browse Code »
  • Add .htaccess files with proper PHP settings, and preventing access to ...
    ba137e87
    non-web directories via the web.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3251 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-09 21:11:23 +0000  
    Browse Code »

28 Apr, 2005
1 commit
  • Give both PHP > 4.0 and PHP > 4.3 accurately. Previously gave PHP > 4.0 ...
    70e4196c
    in > 4.3 section.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3250 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-04-28 08:29:06 +0000  
    Browse Code »

11 Apr, 2005
1 commit
  • ChangeLog for 2.0.2 ...
    ebb179f1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3248 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-04-11 21:03:43 +0000  
    Browse Code »