Commit graph

781 commits

Author SHA1 Message Date
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