Commit graph

15 commits

Author SHA1 Message Date
Ralph Janke d3eeae4acf Added check for writability of logs directory
Signed-off-by: Woody Gilk <woody.gilk@kohanaphp.com>
2009-07-24 23:19:54 +08:00
Woody Gilk 1b199cf239 Added several additional checks to install.php, fixes #31 2009-07-12 10:04:54 -05:00
Woody Gilk 24806abb21 Require PHP 5.2.3+ so that htmlspecialchars() does not have to be hacked 2009-06-19 07:39:48 -05:00
Geert De Deckere 90d8a37f56 Removing the logs directory check. It is not a good idea. 2009-06-18 13:46:56 -05:00
Geert De Deckere 1054def037 Added check for writable logs directory to install.php 2009-06-18 13:46:56 -05:00
ThePixelDeveloper ddf8879cfa Removed the mbstring check as Geert pointed out it's already done, thanks Geert. Reworded the curl sentence. 2009-06-15 16:54:50 +01:00
ThePixelDeveloper 56537c7411 Use the extension_loaded function for cURL. doh -_- 2009-06-14 22:34:04 +01:00
ThePixelDeveloper 35b495dab2 Update install.php to include a mbstring check. 2009-06-14 22:15:14 +01:00
ThePixelDeveloper 89ed258421 Updated install.php to provide information about non esssential extensions. 2009-06-14 17:56:49 +01:00
Geert De Deckere 6f08ee2ef7 Printing the cache directory with a final slash, just for the sake of consistency with SYSPATH and APPPATH. 2009-05-30 10:48:32 +02:00
Woody Gilk d59f66b4a8 Tweaked index.php to be more robust, added bootstrap.php in APPPATH 2009-02-24 01:13:09 -06:00
Woody Gilk d1679e9614 Updated install.php to reflect the removal of boostrap.php and MODPATH 2008-12-11 23:50:39 -06:00
Woody Gilk 8906424b8f Updated install.php to make sure the application cache is writable 2008-12-09 11:02:44 -06:00
Woody Gilk 8d7ab187da Updated 3.0:
* Added comments to index.php
 * Added .gitignore to application/cache and application/log
 * Started to add missing pieces to Kohana::init()
 * Changed install.php style slightly
2008-12-09 00:17:28 -06:00
Geert De Deckere 657531b621 Added install.php with environment checks 2008-12-06 23:17:52 +01:00