Commit graph

  • a8b3e4cb5b Fixing some E_STRICT errors with methods not being declared static Woody Gilk 2009-04-06 19:10:32 -0500
  • 1b8b7adcec Added get() and set() methods to Kohana_Config for consistency Woody Gilk 2009-04-06 18:29:15 -0500
  • b91f0e06da Making Kohana_Log not final and extensible Woody Gilk 2009-04-06 17:03:19 -0500
  • 222c8acc6d Added some missing comments to Kohana_Log and added empty extension files for new Log files Woody Gilk 2009-04-04 23:27:06 -0500
  • cf943afded Overhauled logging with an observer-based writing system, removed Logger class Woody Gilk 2009-04-04 23:06:18 -0500
  • 511f8199f4 Ported the cookie helper, simplified cookie::set() and added cookie signing Woody Gilk 2009-04-04 14:15:04 -0500
  • 7cb84cdc4e Created initial database module, functional for MySQL Woody Gilk 2009-03-31 19:41:18 -0500
  • cd0127cd7f Updated exception/error handling and optimized Kohana::trace() Woody Gilk 2009-03-25 21:41:37 -0500
  • 7ff9104b4a Updated Request and Controller to be REST compatible Woody Gilk 2009-03-23 10:40:14 -0500
  • 50b53240d6 Added very basic REST controller Woody Gilk 2009-03-22 23:01:53 -0500
  • 48c362da10 Applied proper coding style to View Woody Gilk 2009-03-20 18:17:32 -0400
  • 8d8ea38d9b Optimized a few minor things, added some extra comments, and changed all @package declarations to "Kohana" Woody Gilk 2009-03-20 18:01:47 -0400
  • c711143fe2 Renamed Route::set() to Route::add() for better consistency, added Route::directory() to set the controller directory prefix Woody Gilk 2009-03-20 17:58:10 -0400
  • bf34b744b2 Added empty extensions for Controller and i18n classes Woody Gilk 2009-03-20 17:56:57 -0400
  • a596c776b4 Added a missing "static" to Kohana::load(), thanks colinmollenhour Woody Gilk 2009-03-12 10:15:38 +0000
  • 3210b4b838 Merge branch 'master' of git://github.com/shadowhand/kohana Geert De Deckere 2009-03-09 15:31:49 +0100
  • c651184ab1 Fixed two small bugs in remote:: helper Woody Gilk 2009-03-09 09:56:07 +0000
  • 66c31ce5dc Added Kohana::config() for loading Kohana_Config instances, and fixed Kohana_Config::load() to properly handle the reverse-ordered paths (can't use += append as it will merge in the wrong order Woody Gilk 2009-03-09 09:54:56 +0000
  • 9c8e258e7e Merge branch 'master' of git://github.com/shadowhand/kohana Geert De Deckere 2009-03-09 08:57:38 +0100
  • 658eac9e66 Cleaned up missing end-of-file newlines and added SYSPATH checks to empty extension files Woody Gilk 2009-03-08 23:55:13 +0000
  • 5205fd8add Strings with single quotes in it will now be escaped by Kohana::debug_var(). Geert De Deckere 2009-03-08 23:43:35 +0800
  • ea5f0b4ecd Fixed some comment typos in the Kohana class. Geert De Deckere 2009-03-08 23:39:32 +0800
  • 7b62845fa8 Strings with single quotes in it will now be escaped by Kohana::debug_var(). Geert De Deckere 2009-03-08 16:43:35 +0100
  • b6998ef5b9 Fixed some comment typos in the Kohana class. Geert De Deckere 2009-03-08 16:39:32 +0100
  • c4e0ed31be Added mimes configuration file, copied from Kohana 2.4 Woody Gilk 2009-03-07 14:05:58 +0000
  • cb3641150f Started rebuilding Kohana_Cache, removing all fancy ArrayObject generation for values... if the config key does not exist, there will be an error Woody Gilk 2009-03-07 14:05:18 +0000
  • 619893d7c0 Fixing a typo in index.php (thanks Geert_DD!) Woody Gilk 2009-03-02 00:39:24 +0000
  • 044e485909 Removed some debugging code that was left behind in the welcome controller Woody Gilk 2009-03-02 00:07:24 +0000
  • 4aab14fade Added missing file EOLs on several files Woody Gilk 2009-03-02 00:06:44 +0000
  • 41828ce650 Updated exception handling: replaced ErrorException with Kohana_Error (due to bugs in ErrorException), added $code parameter to Kohana_Exception::__construct(), replaced the <pre> with <dl> in the error view, to prevent long lines causing horizontal scroll Woody Gilk 2009-03-02 00:02:22 +0000
  • 2742517630 Added new Logger class, as the basic logging implementation and moved application/log to application/logs Woody Gilk 2009-03-01 23:55:07 +0000
  • f1bfd1aad1 Added welcome controller and view to application/ Woody Gilk 2009-03-01 13:46:45 +0000
  • aeab04275b Moved Kohana_Exception::handle() to Kohana::exception_handler() and added comments to Kohana::debug_var() Woody Gilk 2009-03-01 13:46:10 +0000
  • 7deddf4f7c Controller:: must be public so that it can used in views and callbacks Woody Gilk 2009-03-01 13:44:27 +0000
  • 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 Woody Gilk 2009-03-01 13:43:44 +0000
  • cc8ec56810 Added i18n class and initial i18n directory structure, added __() to index.php, and re-enabled translating in Kohana_Exception Woody Gilk 2009-03-01 00:38:32 +0000
  • 856e2b8299 Fixed up some minor issues in Kohana::find_file() Woody Gilk 2009-03-01 00:32:34 +0000
  • 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 Woody Gilk 2009-03-01 00:21:53 +0000
  • 8b99f2354d Added newlines to Kohana::PHP_HEADER Woody Gilk 2009-03-01 00:17:49 +0000
  • 135e8133f3 Added a view to generate the Kohana logo view Woody Gilk 2009-02-28 11:43:10 +0000
  • 72bac1eb4e Cleaning up several little things in various files Woody Gilk 2009-02-28 11:40:13 +0000
  • 05590b9058 Deleted Router, starting work on bootstrap, updated Request and Controller, and added Request_Exception Woody Gilk 2009-02-28 11:39:01 +0000
  • bb29b56448 Added Kohana_Exception class and error view and updated index.php to use exception handling Woody Gilk 2009-02-28 11:34:32 +0000
  • fddf36e543 Added arr:: array helper Woody Gilk 2009-02-28 11:40:47 +0000
  • 448a05b07c Correcting comments in Route Woody Gilk 2009-02-27 18:21:52 +0000
  • 4e022e37cc Added basic Controller class Woody Gilk 2009-02-24 01:17:56 -0600
  • 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. Woody Gilk 2009-02-24 01:17:28 -0600
  • 020a5dde44 Cleaned up Kohana class, removing all unnecessary things, for better focus on the important code Woody Gilk 2009-02-24 01:15:11 -0600
  • d59f66b4a8 Tweaked index.php to be more robust, added bootstrap.php in APPPATH Woody Gilk 2009-02-24 01:13:09 -0600
  • 167f397de7 Adding some recommended reading links to DEVELOPERS Woody Gilk 2009-02-23 21:26:59 -0600
  • 7338481e06 Implemented new router syntax using angle brackets rather than colons. Colin Mollenhour 2009-01-07 16:17:38 +0800
  • b62427c0a6 Updated Kohana::modules to fix 9c4f0ef956 Woody Gilk 2008-12-14 16:45:14 -0600
  • 1500d221fd Added DEVELOPERS file with git info, split from README Woody Gilk 2008-12-14 16:30:54 -0600
  • 9c4f0ef956 Moved module configuration back into config/kohana.php, modified Kohana::init and Kohana::modules Woody Gilk 2008-12-14 16:16:00 -0600
  • d1679e9614 Updated install.php to reflect the removal of boostrap.php and MODPATH Woody Gilk 2008-12-11 23:50:39 -0600
  • 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. Woody Gilk 2008-12-11 23:43:18 -0600
  • b0d1acf0a1 Updated Route class to include __set_state and better organization of methods Woody Gilk 2008-12-11 23:40:02 -0600
  • 945f8a1299 Updated new configuration classes a bit Woody Gilk 2008-12-11 23:38:10 -0600
  • 1a715e60c6 Added default route Woody Gilk 2008-12-11 22:47:15 -0600
  • 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 Woody Gilk 2008-12-11 22:36:45 -0600
  • 4a8faa646c Cache path should not be written every request, d'oh!! Woody Gilk 2008-12-09 23:34:22 -0600
  • 342912e573 Updated utf8::clean() to allow defining the charset Woody Gilk 2008-12-09 23:08:33 -0600
  • f3b65b0372 Updated Kohana, adding more methods and comments. Updated main configuration file. Woody Gilk 2008-12-09 23:07:41 -0600
  • 1287c13084 Organized README to be a bit less confusing Woody Gilk 2008-12-09 23:06:24 -0600
  • f588a1a683 Removed media/ directory, added logo.php system view with base64 encoded logo Woody Gilk 2008-12-09 23:05:38 -0600
  • ac9ba6de45 Added remote class, requires CURL Woody Gilk 2008-12-09 19:10:02 -0600
  • aa4aa93395 Updated .gitignore Woody Gilk 2008-12-09 14:56:25 -0600
  • bab902877f Updated README to include details about keeping forks in sync with the origin Woody Gilk 2008-12-09 14:47:30 -0600
  • 5e63e8f34f Merge branch 'master' of git://github.com/shadowhand/kohana Geert De Deckere 2008-12-09 19:50:05 +0100
  • dfaf834815 Added an example .htaccess file Geert De Deckere 2008-12-09 19:39:54 +0100
  • 0406c2b19b Updated Route to use caching for compiled regex Woody Gilk 2008-12-09 11:03:53 -0600
  • 346de0e384 Added Kohana::cache and implemented caching for Kohana::find_file Woody Gilk 2008-12-09 11:03:20 -0600
  • 8906424b8f Updated install.php to make sure the application cache is writable Woody Gilk 2008-12-09 11:02:44 -0600
  • 03daf96315 Added .DS_Store to .gitignore Woody Gilk 2008-12-09 00:45:16 -0600
  • 8d7ab187da Updated 3.0: Woody Gilk 2008-12-09 00:17:28 -0600
  • 77cb41438d Added application/cache and application/log Woody Gilk 2008-12-08 23:00:03 -0600
  • 1cfeb67f24 Merged GeertDD/kohana and added new media files Woody Gilk 2008-12-08 22:36:25 -0600
  • 657531b621 Added install.php with environment checks Geert De Deckere 2008-12-06 23:17:52 +0100
  • 7bf5130393 Added config/kohana.php, the main configuration file Woody Gilk 2008-12-05 01:59:12 +0000
  • 3696612a79 Added .gitignore to ignore logs and cache files Woody Gilk 2008-12-05 01:52:36 +0000
  • 9f20da909b Initial commit of Kohana 3.0 Woody Gilk 2008-12-05 01:37:18 +0000