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
25 May, 2005
8 commits
  • Make PEAR DB decide whether the backend wants TRUE or 1 for boolean fields. ...
    22b398be
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3303 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-25 20:57:04 +0000  
    Browse Code »
  • Use boolean types for boolean values, since we have the type available. ...
    ff04a852
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3302 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-25 20:55:57 +0000  
    Browse Code »
  • Trim the IP from the database, as some databases will return the full ...
    8b6a42fa
    size of the CHAR(30).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3301 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-25 20:55:04 +0000  
    Browse Code »
  • Make PEAR DB decide on whether my backend database wants TRUE or 1. ...
    cfac9da9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3300 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-25 20:54:24 +0000  
    Browse Code »
  • Deal with errors that might occur with nextID function from the database. ...
    0c19e69a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3299 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-25 20:53:59 +0000  
    Browse Code »
  • Make PEAR DB decide if a want TRUE or 1 in my database for portability. ...
    e8169f73
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3298 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-25 20:53:14 +0000  
    Browse Code »
  • Use DBUtil for this query, it was not database-portable previously. ...
    ce244b80
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3297 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-25 20:52:35 +0000  
    Browse Code »
  • Add very preliminary PostgreSQL initalisation dumps. ...
    4f13e9a9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3296 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-25 20:20:15 +0000  
    Browse Code »

24 May, 2005
11 commits
  • Changelog for version 2.0.4 ...
    a15c106d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3294 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-24 21:48:15 +0000  
    Browse Code »
  • Version 2.0.4 going live ...
    fac50cc3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3293 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-24 21:40:55 +0000  
    Browse Code »
  • Note that database upgrades don't happen with _every_ release. ...
    a78c0acd
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3292 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-24 21:40:14 +0000  
    Browse Code »
  • Disable any further overrides in this path (prevents .htaccess files ...
    cd4db457
    from being uploaded and potentially changing these settings)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3291 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-24 21:32:09 +0000  
    Browse Code »
  • Ignore log files in CVS operations ...
    be621f53
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3290 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-24 21:30:52 +0000  
    Browse Code »
  • Restrict document field value search to the document field id being ...
    68275c47
    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
    Neil Blakey-Milner authored
    2005-05-24 21:25:40 +0000  
    Browse Code »
  • Deal with searches criteria potentially adding joins to the advanced ...
    bc304281
    search query.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3288 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-24 20:51:35 +0000  
    Browse Code »
  • Add searchJoinSQL method, which adds joins to the advanced search query. ...
    21debdc2
    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
    Neil Blakey-Milner authored
    2005-05-24 20:49:34 +0000  
    Browse Code »
  • Default aOptions attribute to an empty array. ...
    701ce66a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3286 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-24 20:31:22 +0000  
    Browse Code »
  • Only try assign autofree to resultsets. ...
    f00a5f17
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3285 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-24 20:28:21 +0000  
    Browse Code »
  • Use KTInit as an object rather than a utility class. ...
    8a50e226
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3284 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-24 20:27:01 +0000  
    Browse Code »

21 May, 2005
1 commit
  • Fix folder subscription notification; folder subscriptions were run ...
    e5db552e
    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
    Neil Blakey-Milner 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 ...
    9e6f9ad2
    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
    Neil Blakey-Milner authored
    2005-05-20 23:45:56 +0000  
    Browse Code »
  • Allow Units to be created with their homes anywhere in the folder ...
    4726e87f
    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
    Neil Blakey-Milner authored
    2005-05-20 20:53:20 +0000  
    Browse Code »
  • Add a "filter by" to the group list. ...
    54b8ba2d
    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
    Neil Blakey-Milner authored
    2005-05-20 20:22:05 +0000  
    Browse Code »
  • Save table size by checking public folders at search-time, rather than ...
    75eea845
    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
    Neil Blakey-Milner authored
    2005-05-20 20:13:37 +0000  
    Browse Code »

18 May, 2005
3 commits
  • Fix lynx browsing by fixing unclosed tag ...
    cc9e80fb
    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
    Neil Blakey-Milner authored
    2005-05-18 22:06:38 +0000  
    Browse Code »
  • Fix email subject line. ...
    3514d68b
    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
    Neil Blakey-Milner authored
    2005-05-18 22:02:25 +0000  
    Browse Code »
  • Previously, rejecting documents didn't re-assign ownership to the ...
    d0f84770
    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
    Neil Blakey-Milner authored
    2005-05-18 21:56:00 +0000  
    Browse Code »

13 May, 2005
13 commits
  • Changelog for 2.0.3 ...
    8893d9b6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3274 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-13 12:31:51 +0000  
    Browse Code »
  • Document browseToRoot in the environment.php file. ...
    955e70cf
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3273 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-13 12:12:56 +0000  
    Browse Code »
  • Default browseToRoot to false, to match previous behaviour. ...
    195b4ad5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3272 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-13 12:11:12 +0000  
    Browse Code »
  • If $default->browseToRoot is set, go to the root of the tree, rather ...
    5a5c2089
    than the user's unit.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3271 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-13 12:10:40 +0000  
    Browse Code »
  • Don't show ordinary users that database version. ...
    2b2fc5c4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3270 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-13 11:29:40 +0000  
    Browse Code »
  • Record the expected database version in the distribution. ...
    e82fee7b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3269 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-13 11:28:41 +0000  
    Browse Code »
  • Show both the system and database version. ...
    32eae07e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3268 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-13 11:14:27 +0000  
    Browse Code »
  • Grab the system (code) version from docs/VERSION.txt ...
    0cf97747
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3267 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-13 11:13:52 +0000  
    Browse Code »
  • Put the system (code) version in a file distributed with the software. ...
    9d3b664f
    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
    Neil Blakey-Milner authored
    2005-05-13 11:13:04 +0000  
    Browse Code »
  • Update document paths when renaming folders. ...
    bc901234
    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
    Neil Blakey-Milner authored
    2005-05-13 11:06:29 +0000  
    Browse Code »
  • Add some empty files so that some ZIP programs don't ignore these ...
    a7aa2fc9
    directories.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3264 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner 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 ...
    a0704ec1
    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
    Neil Blakey-Milner authored
    2005-05-13 10:58:56 +0000  
    Browse Code »
  • Put an index.html that redirects to index.php, testing that PHP is even ...
    de780268
    installed into the web server.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3262 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-05-13 10:57:33 +0000  
    Browse Code »