Commit graph

600 commits

Author SHA1 Message Date
Woody Gilk f1bfd1aad1 Added welcome controller and view to application/ 2009-03-01 13:46:45 +00:00
Woody Gilk aeab04275b Moved Kohana_Exception::handle() to Kohana::exception_handler() and added comments to Kohana::debug_var() 2009-03-01 13:46:10 +00:00
Woody Gilk 7deddf4f7c Controller:: must be public so that it can used in views and callbacks 2009-03-01 13:44:27 +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 cc8ec56810 Added i18n class and initial i18n directory structure, added __() to index.php, and re-enabled translating in Kohana_Exception 2009-03-01 00:38:32 +00:00
Woody Gilk 856e2b8299 Fixed up some minor issues in Kohana::find_file() 2009-03-01 00:32:34 +00:00
Woody Gilk add298ffa8 Made Kohana::cache() generate 2 directories of 2 characters each, which make it less possible to cripple the filesystem when many cache files are present 2009-03-01 00:21:53 +00:00
Woody Gilk 8b99f2354d Added newlines to Kohana::PHP_HEADER 2009-03-01 00:17:49 +00:00
Woody Gilk 135e8133f3 Added a view to generate the Kohana logo view 2009-02-28 11:43:10 +00:00
Woody Gilk 72bac1eb4e Cleaning up several little things in various files 2009-02-28 11:42:29 +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 bb29b56448 Added Kohana_Exception class and error view and updated index.php to use exception handling 2009-02-28 11:42:01 +00:00
Woody Gilk fddf36e543 Added arr:: array helper 2009-02-28 11:42:01 +00:00
Woody Gilk 448a05b07c Correcting comments in Route 2009-02-27 18:21:52 +00:00
Woody Gilk 4e022e37cc Added basic Controller class 2009-02-24 01:23:47 -06:00
Woody Gilk 12271c68dc Updated Route, adding get/set/all methods to act as a singleton location for Route storage. Created initial Request class, the replacement for Router/Input. 2009-02-24 01:23:16 -06:00
Woody Gilk 020a5dde44 Cleaned up Kohana class, removing all unnecessary things, for better focus on the important code 2009-02-24 01:15:11 -06: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 167f397de7 Adding some recommended reading links to DEVELOPERS 2009-02-23 21:26:59 -06:00
Colin Mollenhour 7338481e06 Implemented new router syntax using angle brackets rather than colons.
Signed-off-by: Woody Gilk <woody.gilk@kohanaphp.com>
2009-01-14 00:50:09 +08:00
Woody Gilk b62427c0a6 Updated Kohana::modules to fix 9c4f0ef956 2008-12-14 16:45:14 -06:00
Woody Gilk 1500d221fd Added DEVELOPERS file with git info, split from README 2008-12-14 16:30:54 -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 d1679e9614 Updated install.php to reflect the removal of boostrap.php and MODPATH 2008-12-11 23:50:39 -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 b0d1acf0a1 Updated Route class to include __set_state and better organization of methods 2008-12-11 23:40:02 -06:00
Woody Gilk 945f8a1299 Updated new configuration classes a bit 2008-12-11 23:38:10 -06:00
Woody Gilk 1a715e60c6 Added default route 2008-12-11 22:47:15 -06:00
Woody Gilk be1df5257a Added new Kohana_Config and Kohana_Config_Loader, an extensible and poweful ArrayObject configuration loader, getter, and setter. Caching using Kohana::cache() is built in 2008-12-11 22:36:45 -06:00
Woody Gilk 4a8faa646c Cache path should not be written every request, d'oh!! 2008-12-09 23:34:22 -06:00
Woody Gilk 342912e573 Updated utf8::clean() to allow defining the charset 2008-12-09 23:08:33 -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 1287c13084 Organized README to be a bit less confusing 2008-12-09 23:06:24 -06:00
Woody Gilk f588a1a683 Removed media/ directory, added logo.php system view with base64 encoded logo 2008-12-09 23:05:38 -06:00
Woody Gilk ac9ba6de45 Added remote class, requires CURL 2008-12-09 19:10:02 -06:00
Woody Gilk aa4aa93395 Updated .gitignore 2008-12-09 14:56:25 -06:00
Woody Gilk bab902877f Updated README to include details about keeping forks in sync with the origin 2008-12-09 14:47:30 -06:00
Geert De Deckere 5e63e8f34f Merge branch 'master' of git://github.com/shadowhand/kohana 2008-12-09 19:50:05 +01:00
Geert De Deckere dfaf834815 Added an example .htaccess file 2008-12-09 19:39:54 +01:00
Woody Gilk 0406c2b19b Updated Route to use caching for compiled regex 2008-12-09 11:03:53 -06:00
Woody Gilk 346de0e384 Added Kohana::cache and implemented caching for Kohana::find_file 2008-12-09 11:03:20 -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 03daf96315 Added .DS_Store to .gitignore 2008-12-09 00:45:16 -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
Woody Gilk 77cb41438d Added application/cache and application/log 2008-12-08 23:00:03 -06:00
Woody Gilk 1cfeb67f24 Merged GeertDD/kohana and added new media files 2008-12-08 22:36:25 -06:00
Geert De Deckere 657531b621 Added install.php with environment checks 2008-12-06 23:17:52 +01:00
Woody Gilk 7bf5130393 Added config/kohana.php, the main configuration file 2008-12-05 01:59:12 +00:00
Woody Gilk 3696612a79 Added .gitignore to ignore logs and cache files 2008-12-05 01:52:36 +00:00
Woody Gilk 9f20da909b Initial commit of Kohana 3.0 2008-12-05 01:37:18 +00:00