Commit graph

52 commits

Author SHA1 Message Date
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
Woody Gilk 92b5e18a42 Added a set of request tests 2009-05-01 16:45:18 -05:00
Woody Gilk 7389941d31 Added cookie test 2009-04-23 08:19:13 -05:00
Woody Gilk 5e5d72576d Moving HTML from Test controller index() to a view 2009-04-20 23:47:47 -05:00
Woody Gilk 2c1dd196cd Started creating a set of controllers to test parts of the framework. This will be replaced by unit testing before release 2009-04-20 23:33:22 -05:00
Woody Gilk 1100d23757 Cleaning up application directory 2009-04-17 16:40:11 -05:00
Woody Gilk 044e485909 Removed some debugging code that was left behind in the welcome controller 2009-03-02 00:07:24 +00:00
Woody Gilk 4aab14fade Added missing file EOLs on several files 2009-03-02 00:06:44 +00:00
Woody Gilk 2742517630 Added new Logger class, as the basic logging implementation and moved application/log to application/logs 2009-03-02 00:03:59 +00:00
Woody Gilk f1bfd1aad1 Added welcome controller and view to application/ 2009-03-01 13:46:45 +00:00
Woody Gilk de7b25c5b4 Added Kohana::sanitize(), upddated Kohana::init() to take an array of settings, do Kohana::sanitize() and utf8::clean() on GPC, and properly detect the environment 2009-03-01 13:43:44 +00:00
Woody Gilk 05590b9058 Deleted Router, starting work on bootstrap, updated Request and Controller, and added Request_Exception 2009-02-28 11:42:02 +00: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 9c4f0ef956 Moved module configuration back into config/kohana.php, modified Kohana::init and Kohana::modules 2008-12-14 16:16:00 -06:00
Woody Gilk 3d1970d061 Removed bootstrap file, separated into index.php code and Kohana::init() code.
Removed SERVER_UTF8 constant in favor of utf8::.
Added Kohana::i18n(, ) for gettext-like translations.
2008-12-11 23:43:18 -06:00
Woody Gilk f3b65b0372 Updated Kohana, adding more methods and comments. Updated main configuration file. 2008-12-09 23:07:41 -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