Commit graph

424 commits

Author SHA1 Message Date
Woody Gilk e440358c16 Cleaning up some lingering issues from 1877dd7a9b, fixes #22 2009-06-18 18:03:16 -05:00
Woody Gilk ebcb2c0b78 Create empty extensions for the Template and REST controllers, fixes #23 2009-06-18 17:33:20 -05:00
Woody Gilk 7cf6405c25 Controller_Template should be abstract 2009-06-18 17:30:46 -05:00
Woody Gilk 54b1506bb3 Started tracking jheathco/orm 2009-06-18 16:39:08 -05:00
Woody Gilk 4e18abc1f3 Renamed Kohana::$profile to Kohana::$profiling for consistency 2009-06-18 16:34:27 -05:00
Woody Gilk 1877dd7a9b Throw the correct exceptions in View and Request, follow up on 7f28b57b2ecb3e4cfac1e7b44860bdc8e9b145ff 2009-06-18 16:34:27 -05:00
Woody Gilk e28395b088 Do not extend Kohana_Config or Kohana_Log, as they will conflict with PEAR class names and should not be used 2009-06-18 16:03:43 -05:00
Woody Gilk f154b09331 Added Validate::exact_length(), fixes #19. Thanks biakaveron 2009-06-18 15:31:52 -05:00
Woody Gilk 2c8510d49c Removed extension directory, removed lingering _Core suffixes, removed transparent class extension from Kohana::auto_load(). This finishes 7f28b57b2ecb3e4cfac1e7b44860bdc8e9b145ff 2009-06-18 15:10:05 -05:00
Woody Gilk 109520c3f4 Merge branch 'master' of git@github.com:shadowhand/kohana 2009-06-18 15:00:06 -05:00
Woody Gilk c40fd66d5a Added missing extensions and normalized all class names (uppercasing the first letter) completes 7f28b57b2ecb3e4cfac1e7b44860bdc8e9b145ff 2009-06-18 14:59:33 -05:00
Woody Gilk a9145f384e Moved all extension classes to classes/ to complete 7f28b57b2ecb3e4cfac1e7b44860bdc8e9b145ff 2009-06-18 13:46:56 -05:00
Woody Gilk ab887e639d Moved all classes to classes/kohana to start 'namespacing' Kohana (not PHP 5.3 namespaces!) 2009-06-18 13:46:56 -05:00
Woody Gilk 97b4be01c0 Fixing #21, strings representing static methods cannot be used on some versions of PHP. Thanks kerkness! 2009-06-18 13:46:56 -05:00
Geert De Deckere 90d8a37f56 Removing the logs directory check. It is not a good idea. 2009-06-18 13:46:56 -05:00
Geert De Deckere 5e3a05c6f9 Some minor comment cleanups in the Kohana class 2009-06-18 13:46:56 -05:00
Geert De Deckere c870515dfb The double_encode parameter for htmlspecialchars() was only added in PHP 5.2.3, and since we are only requiring PHP 5.2 (see install.php) I removed it. It defaults to TRUE anyway. 2009-06-18 13:46:56 -05:00
Geert De Deckere f932c92453 Fixed a minor bug that would cause Kohana::list_files() to return invalid relative filenames for directories with the unlikely name "0". 2009-06-18 13:46:56 -05:00
Geert De Deckere 1054def037 Added check for writable logs directory to install.php 2009-06-18 13:46:56 -05:00
Woody Gilk 0c341dbd92 Merge branch 'master' of git://github.com/GeertDD/kohana 2009-06-18 12:01:32 -05:00
Geert De Deckere 857a9e98a7 Removing the logs directory check. It is not a good idea. 2009-06-18 18:59:01 +02:00
ThePixelDeveloper ab717f7c24 Fixed #18, Error using Kohana::config when no caching is enabled and using application/config files
Signed-off-by: Woody Gilk <woody.gilk@kohanaphp.com>
2009-06-19 00:04:14 +08:00
Geert De Deckere 7cc8df0596 Some minor comment cleanups in the Kohana class 2009-06-18 11:10:48 +02:00
Geert De Deckere 43304ccafd The double_encode parameter for htmlspecialchars() was only added in PHP 5.2.3, and since we are only requiring PHP 5.2 (see install.php) I removed it. It defaults to TRUE anyway. 2009-06-18 11:05:15 +02:00
Geert De Deckere 766d6fefc6 Fixed a minor bug that would cause Kohana::list_files() to return invalid relative filenames for directories with the unlikely name "0". 2009-06-18 10:21:49 +02:00
Geert De Deckere 00e9525975 Added check for writable logs directory to install.php 2009-06-18 09:40:37 +02:00
Woody Gilk 4be77a1d33 Cleaning up 10ad0e3f5a 2009-06-17 10:48:30 -05:00
ThePixelDeveloper 10ad0e3f5a Adding auto rendering for the template controller.
Signed-off-by: Woody Gilk <woody.gilk@kohanaphp.com>
2009-06-17 23:46:51 +08:00
Woody Gilk 3ba7ade7cf Merge branch 'master' of git://github.com/GeertDD/kohana 2009-06-16 18:47:22 -05:00
Woody Gilk 41824c694a Removing invalid @chainable doctags 2009-06-16 18:44:50 -05:00
Woody Gilk 6f13b479ed Switched Request to throw Request_Exception for easier catching 2009-06-16 18:43:55 -05:00
Woody Gilk 3390dff692 Cleaned up View comments and fixed a couple of minor WTFs 2009-06-16 18:42:27 -05:00
Woody Gilk 40000b37c7 Updated View to use the new View_Exception 2009-06-16 18:42:05 -05:00
Woody Gilk e745172c6b Added View_Exception 2009-06-16 18:38:08 -05:00
Geert De Deckere 7d03a3b713 Merge branch 'master' of git://github.com/shadowhand/kohana 2009-06-16 16:37:18 +02:00
Geert De Deckere 1928fb3f13 Some typos in inflector class 2009-06-16 16:36:00 +02:00
Geert De Deckere 1b8d22feb8 Removed L flag because the PT flag implies it.
“The PT flag implies the L flag: rewriting will be stopped in order to pass the request to the next phase of processing.”
See: http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewriterule
2009-06-16 16:32:43 +02:00
Woody Gilk 3779c7da00 Added Request::__toString(), fixes #13, thanks biakaveron 2009-06-16 09:29:04 -05:00
Geert De Deckere 604eeacd2b Added word boundary after system folder names to increase the regex accuracy 2009-06-16 16:28:38 +02:00
Woody Gilk 609bee6d08 Kohana_Config_Loader is not used anymore 2009-06-15 21:34:07 -05:00
Woody Gilk 2e6dac6923 Merge branch 'master' of git://github.com/ThePixelDeveloper/kohana 2009-06-15 16:44:02 -05:00
ThePixelDeveloper 524dc29d5d .htaccess now protects the modules directory. thanks biakaveron. Fixes #11 2009-06-15 17:14:33 +01:00
ThePixelDeveloper 49fe880a89 Fixes #12, thanks themusicman. 2009-06-15 17:05:40 +01:00
ThePixelDeveloper ddf8879cfa Removed the mbstring check as Geert pointed out it's already done, thanks Geert. Reworded the curl sentence. 2009-06-15 16:54:50 +01:00
Woody Gilk 5f76ffe51e Merge branch 'master' of git://github.com/ThePixelDeveloper/kohana 2009-06-14 17:21:45 -05:00
ThePixelDeveloper 56537c7411 Use the extension_loaded function for cURL. doh -_- 2009-06-14 22:34:04 +01:00
ThePixelDeveloper 35b495dab2 Update install.php to include a mbstring check. 2009-06-14 22:15:14 +01:00
Geert De Deckere e4fb916ce4 Merge branch 'master' of git://github.com/shadowhand/kohana 2009-06-14 22:12:37 +02:00
Woody Gilk 2c5a49ea41 Fixed a typo in comment 2009-06-14 22:10:05 +02:00
Woody Gilk bf10d6f0e3 Making sure that database session ids are unique, fixes #8 2009-06-14 22:10:05 +02:00