Commit graph

68 commits

Author SHA1 Message Date
Kiall Mac Innes 6ec2e85553 Fixes #3657 - Environments and KOHANA_ENV
Conflicts:

	application/bootstrap.php
2011-02-10 20:18:19 +00:00
Isaiah DeRose-Wilson 748ee22854 Removed oauth and pagination modules from build.xml and bootstrap.php refs 8bfabf79a0 2011-01-13 00:05:09 -05:00
Kiall Mac Innes 74094aa3af Fixes #3565 - Allow KOHANA_ENV to be specified as a string rather than an int. 2011-01-10 16:15:47 +00:00
Isaiah DeRose-Wilson 8b8c569177 Replaced $_ENV['KOHANA_ENV'] with getenv('KOHANA_ENV'). Fixes #3527 2011-01-01 20:27:48 -05:00
Isaiah DeRose-Wilson c694643824 Use body() setter method, refs #3498 2010-12-22 12:47:17 -05:00
Isaiah DeRose-Wilson 775feadaa0 Moved tests bootstrap into the unittest module. Fixes #3498 2010-12-21 12:36:26 -05:00
Isaiah DeRose-Wilson 5d7b8c3d70 Moved request call to index.php file and loading core files into the bootstrap. Fixes #3188 2010-12-13 22:12:53 -05:00
Isaiah DeRose-Wilson 9cbf872a15 Updated bootstrap and Welcome controller for new request/response changes. Refs #2687 2010-12-13 11:58:03 -05:00
Kiall Mac Innes da7302bffe Disabling 'userguide' module is test_bootstrap.php - it triggers a syntax error with whitelisting enabled. 2010-12-09 03:32:34 +00:00
Kiall Mac Innes 8a51b7a6b1 Enabling all modules in test_bootstrap 2010-12-09 03:02:42 +00:00
Kiall Mac Innes 0668002cea Adding transparent extension support to Log and Config classes - refs #3129 2010-12-06 03:00:29 +00:00
Isaiah DeRose-Wilson 1997f8ecc6 Removed base.php and added I18n to the test_bootstrap.php. Refs #3249 2010-12-02 13:11:54 -05:00
Jeremy Bush c36a59a97f Move old base.php functionality to index.php and bootstrap.php. Fixes #3249. 2010-10-26 18:58:38 -05:00
Kiall Mac Innes c323779dcb Moving $_ENV['KOHANA_ENV'] check above Kohana::init() call. Refs #3254 2010-09-20 23:28:44 +01:00
Kiall Mac Innes 5686a636da Adding support for $_ENV['KOHANA_ENV']. Fixes #3254 2010-09-20 21:13:05 +01:00
BRMatt e1bc67783f Updating submodules 2010-09-14 18:13:49 +01:00
BRMatt d6d1fa6576 Setup the testing environment 2010-07-18 00:07:00 +01:00
Kiall Mac Innes 17fb5b0e35 Fixed typo on SUPPRESS_REQUEST check for unittest module. 2010-07-05 22:32:18 +01:00
Woody Gilk 3a03527b88 Added oauth as an official sub-module 2010-07-04 10:13:04 -05:00
Woody Gilk e7c534748a Added unit test module and updated bootstrap.php with requirements for testing 2010-07-04 07:08:45 -05:00
Woody Gilk e5b0c24e8c Fixed stupid plural typo 2010-05-28 18:30:05 -05:00
Woody Gilk f7fbf89893 Reverted changes to welcome controller made in daa0deb7c5 2010-05-25 07:12:22 -05:00
Woody Gilk 1ec496a96f Added cache module to default installation 2010-05-25 07:09:07 -05:00
Valery Victorovsky 703b3d7eea updated links for docs, replaced kohanaphp.com to kohanaframework.org 2010-05-23 22:18:34 +08:00
Woody Gilk 4cd3e322cd Added empty classes/model, config, i18n, messages, and views directories 2010-05-16 12:30:53 +01:00
Woody Gilk daa0deb7c5 Updated submodules 2010-05-16 12:27:34 +01:00
Woody Gilk 29fa43354c Added setlocale() call to bootstrap.php 2009-11-23 19:20:48 -06:00
Woody Gilk 3085cb1ab6 Adding unserialize_callback_func setting to bootstrap.php, fixes #2222 2009-10-31 17:18:53 -05:00
Woody Gilk b04b022496 Updated default modules list in bootstrap.php (unittest is not ready, userguide will be added) 2009-09-06 16:38:08 -05:00
Woody Gilk a3b5c45b89 Cleaning up bootstrap module list 2009-08-24 14:08:38 -05:00
Woody Gilk 3e619c227d Changed Kohana_Core extensions to actual files, following system changes, updated index.php and bootstrap.php 2009-08-01 12:43:08 -05:00
Woody Gilk 5c238fb352 Initialize Kohana::$config and Kohana::$log before loading modules, fixes #62 2009-07-25 18:13:28 -05:00
Woody Gilk 9966063787 Added "cache_dir" to the Kohana::init() comment 2009-07-25 18:10:52 -05:00
Woody Gilk a0370c628e Attach a file reader to Kohana::$config in bootstrap 2009-07-24 23:23:24 -05:00
Woody Gilk 17a30537c8 Extend the Kohana class in bootstrap 2009-07-24 23:21:41 -05:00
Woody Gilk d3378e9ae0 Added kodoc to modules list 2009-07-13 14:03:01 -05:00
Woody Gilk 5c2c19a0e4 Added unittest module 2009-07-09 20:56:15 -05:00
Woody Gilk 55ea5bff61 Tracking kohana-core changes 2009-07-07 17:02:20 -05:00
Woody Gilk f573c6eea6 Updated comments on modules in bootstrap.php 2009-07-03 12:32:25 -05:00
Geert De Deckere 5f37c21c22 Added Codebench, which is fully working at this point, as a submodule. 2009-06-20 14:33:30 +02:00
Woody Gilk fcfb97d55a Added .gitignore to application/config 2009-06-14 22:10:05 +02:00
Woody Gilk a21f5b1de9 Preparing bootstrap for beta release 2009-06-14 22:10:04 +02:00
Woody Gilk a7e5c9174f Removed welcome view and updated welcome controller to just display a 'hello, world' message 2009-05-30 16:08:50 -05:00
Woody Gilk 0a517c909d Removed tests from application 2009-05-30 16:08:03 -05:00
Woody Gilk 34b50de354 Added Kohana::$index_file setting, and removed the index file from Kohana::$base_url 2009-05-29 18:15:53 -05:00
Woody Gilk 226f847ca8 Removed environment-specific block from bootstrap, as it is up to the developer to handle these cases. Production recommendations should be documented instead. 2009-05-21 17:35:43 -05:00
Woody Gilk f9d9b9f0f2 Updated Request::execute(): removed $capture parameter, load controllers and methods with Reflection, set status codes when a request results in an exception 2009-05-21 17:32:18 -05:00
Woody Gilk 5e38fafe58 Moved the date_default_timezone_set() call to bootstrap, added Kohana:: setting, updated comments in index.php 2009-05-21 12:43:09 -05:00
Woody Gilk c6b5b9dcd1 Added REST controller test, needs improvement 2009-05-21 12:12:23 -05:00
Woody Gilk 100f8a7abd Created new file system/base.php with low-level functions, moved __() to base.php, moved environment setup to bootstrap.php, and updated index.php accordingly 2009-05-20 14:13:02 -05:00