Commit graph

22 commits

Author SHA1 Message Date
Woody Gilk a0c66f4fa3 Add ctype check to install.php, even though it is enabled by default since PHP 4.2, fixes #2948 2010-06-22 22:47:28 -05:00
Woody Gilk 3f22b3f737 Changed kohanaphp to kohanaframework in install.php 2010-05-25 07:16:13 -05:00
Woody Gilk a90dad00da Resurrected install.php from daa0deb7c5 2010-05-25 07:13:17 -05:00
Woody Gilk daa0deb7c5 Updated submodules 2010-05-16 12:27:34 +01:00
Woody Gilk 1cd8c7b8a9 Wrong URL for GD link, fixes #2111 2009-09-15 10:12:21 -05:00
Woody Gilk aceaa5b0fc Missing </tr> in install.php, fixes #1994 2009-09-14 18:59:08 -05:00
Woody Gilk f7d079cb8d Added a SYSPATH check to install.php 2009-08-01 12:36:51 -05:00
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