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
  • setup
01 Mar, 2006
1 commit
  • Check the correct (pre-configuration) log directory. ...
    d0e2b327
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5033 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-01 10:35:12 +0000  
    Browse Dir »

28 Feb, 2006
1 commit
  • Add copyright notices to those files that didn't have them. ...
    421655b8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5027 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-28 16:53:52 +0000  
    Browse Dir »

15 Feb, 2006
2 commits
  • Add open_basedir to the list of things to ensure is empty during the ...
    e345349b
    pre-installation checkup
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4926 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-15 11:10:08 +0000  
    Browse Dir »
  • Use the configured log directory when looking for writability. ...
    7b26d8a5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4924 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-15 09:59:27 +0000  
    Browse Dir »

20 Jan, 2006
1 commit
  • - massive document-legact reorg by nbm. ...
    ef588f52
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4622 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-01-20 15:37:15 +0000  
    Browse Dir »

12 Dec, 2005
1 commit
  • Check the new logfile location. ...
    bb4a5e85
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4422 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-12 19:53:15 +0000  
    Browse Dir »

29 Jul, 2005
1 commit
  • Fix a typo in the error handler. ...
    820b32e2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3485 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-29 11:59:15 +0000  
    Browse Dir »

15 Jun, 2005
1 commit
  • Handle the final upgrade API. ...
    6123e00a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3379 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-15 21:28:42 +0000  
    Browse Dir »

13 Jun, 2005
1 commit
  • Show the available upgrades, and allow them to be performed. ...
    153a82cc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3361 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-13 10:17:44 +0000  
    Browse Dir »

31 May, 2005
1 commit
  • Add default.htm files for IIS to use. ...
    41c928da
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3317 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-05-31 08:21:54 +0000  
    Browse Dir »

13 May, 2005
2 commits
  • 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 Dir »
  • 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 Dir »

10 May, 2005
2 commits
  • 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 Dir »
  • 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 Dir »

09 May, 2005
1 commit
  • 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 Dir »

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 Dir »

07 Apr, 2005
1 commit
  • Make it clear which user needs to own/write to the log and Documents ...
    83b27bbb
    directory.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3237 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-04-07 11:04:59 +0000  
    Browse Dir »

11 Mar, 2005
1 commit
  • Add a link to post-install checkup. ...
    586472a3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3230 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-03-11 10:24:00 +0000  
    Browse Dir »

09 Feb, 2005
1 commit
  • Add some checkups that users can use to check if their environment is ...
    e9107f8d
    ready for a KnowledgeTree install, and to check that their KnowledgeTree
    configuration is working properly.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3226 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-02-09 15:39:46 +0000  
    Browse Dir »