Commit graph

254 commits

Author SHA1 Message Date
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
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
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
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
Geert De Deckere eaf2664763 Making min_ and max_length UTF-8 compatible 2009-06-14 22:10:04 +02:00
Geert De Deckere 3a8f633a7e Some minor comment changes 2009-06-14 22:10:04 +02:00
ThePixelDeveloper 89ed258421 Updated install.php to provide information about non esssential extensions. 2009-06-14 17:56:49 +01:00
Woody Gilk 962ec96c59 Fixed a typo in comment 2009-06-14 09:46:43 -05:00
Geert De Deckere 44a982bf20 Making min_ and max_length UTF-8 compatible 2009-06-14 09:41:07 -05:00
Geert De Deckere 46d1b1dd9b Some minor comment changes 2009-06-14 09:41:07 -05:00
Woody Gilk 00232d29f7 Making sure that database session ids are unique, fixes #8 2009-06-14 09:41:07 -05:00
Woody Gilk 20e2edcaa5 Added .gitignore to application/config 2009-06-14 09:41:07 -05:00
Woody Gilk ab60177ac5 Preparing bootstrap for beta release 2009-06-14 09:41:03 -05:00
Woody Gilk 92b78db45f Updated Session classes to support restarting an existing session (does not apply to cookie sessions), fixes #3 2009-06-13 17:31:33 -05:00
Woody Gilk b38bfd768a Removed valid and Validation classes, replaced with Validate. Completed filters, rules, and callbacks for Validate 2009-06-13 16:35:54 -05:00
Woody Gilk d06524142e Fixed broken variable references in security::xss_clean() 2009-06-13 16:30:29 -05:00
Woody Gilk 9b8912eea3 Caching should be disabled by default 2009-06-13 15:28:42 -05:00
Woody Gilk 6cef70adbe Updated Kohana_Cache to use the global Kohana::$caching setting by default, and using the standard cache naming system 2009-06-12 21:12:06 -05:00
Woody Gilk ab38cfec05 Changed Kohana::$cache_paths to Kohana::$caching and added path caching to Kohana::find_file() 2009-06-12 21:10:04 -05:00
Woody Gilk 2f08733bc0 Tracking kohana-paypal changes 2009-06-11 14:47:50 -05:00
Woody Gilk 203bb27cca Added Validation::as_array() method 2009-06-11 14:30:33 -05:00
Woody Gilk 9467fdc2bd Cleaned up Validation::validate() a little and added comments 2009-06-11 14:30:33 -05:00