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
10 commits
  • Functions used by the KnowledgeTree for SQL (MySQL compatibility of ...
    3a323f7d
    sorts).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3305 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-25 21:22:04 +0000  
    Browse Code »
  • Make PEAR DB decide on whether the backend wants TRUE or 1 for booleans. ...
    360962ca
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3304 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-25 21:13:46 +0000  
    Browse Code »
  • Make PEAR DB decide whether the backend wants TRUE or 1 for boolean fields. ...
    8d3789ae
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3303 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-25 20:57:04 +0000  
    Browse Code »
  • Use boolean types for boolean values, since we have the type available. ...
    ce6803aa
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3302 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-25 20:55:57 +0000  
    Browse Code »
  • Trim the IP from the database, as some databases will return the full ...
    f01261ab
    size of the CHAR(30).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3301 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-25 20:55:04 +0000  
    Browse Code »
  • Make PEAR DB decide on whether my backend database wants TRUE or 1. ...
    c096b516
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3300 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-25 20:54:24 +0000  
    Browse Code »
  • Deal with errors that might occur with nextID function from the database. ...
    4c2953ac
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3299 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm 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. ...
    1608e4c7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3298 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-25 20:53:14 +0000  
    Browse Code »
  • Use DBUtil for this query, it was not database-portable previously. ...
    0977ac59
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3297 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-25 20:52:35 +0000  
    Browse Code »
  • Add very preliminary PostgreSQL initalisation dumps. ...
    05589ce4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3296 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-25 20:20:15 +0000  
    Browse Code »

24 May, 2005
11 commits
  • Changelog for version 2.0.4 ...
    37966c77
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3294 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-24 21:48:15 +0000  
    Browse Code »
  • Version 2.0.4 going live ...
    17936843
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3293 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-24 21:40:55 +0000  
    Browse Code »
  • Note that database upgrades don't happen with _every_ release. ...
    7ec484b0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3292 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-24 21:40:14 +0000  
    Browse Code »
  • Disable any further overrides in this path (prevents .htaccess files ...
    0320cc96
    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
    nbm authored
    2005-05-24 21:32:09 +0000  
    Browse Code »
  • Ignore log files in CVS operations ...
    62f7e684
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3290 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-24 21:30:52 +0000  
    Browse Code »
  • 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
11 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 »