Commit graph

240 commits

Author SHA1 Message Date
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
Woody Gilk 675706a8b9 Renamed Validation::set_rules() to Validation::rules() and Validation::set_label() to Validation::label() 2009-06-11 14:30:33 -05:00
Woody Gilk eec82168b2 No not allow object-style access to array values in Validation 2009-06-11 14:26:55 -05:00
Woody Gilk 5ee8458b37 Normalizing exception messages 2009-06-11 14:25:02 -05:00
Woody Gilk ef427ac372 Switch Kohana::cache() to use 2-character cache directories (for the last time!) and wrapped the directory creation in a try/catch block to provide a better error message 2009-06-11 14:24:28 -05:00
Woody Gilk 3438d2a5ef Added Request::redirect() as a redirect helper 2009-06-11 14:23:02 -05:00
Woody Gilk 117033252f Kohana_Error and Kohana_Exception can fail miserably if they are transparently extensible 2009-06-11 14:22:08 -05:00
Woody Gilk 858b44550c Started tracking kohana-paypal as a module 2009-06-11 11:51:26 -05:00
Woody Gilk 2fae48e2a2 Updated Kohana_Log __construct() to be final 2009-06-10 10:58:03 -05:00
Woody Gilk db755f45f2 If the profiler is 100% wide, it has the potential to cause conflicts with other CSS (notably body width 100%) 2009-06-10 10:56:35 -05:00
Woody Gilk 73e17eec06 Added private constructors (final) to all static classe to prevent them from being used as objects 2009-06-09 09:51:53 -05:00
Woody Gilk 5d522d0a67 Fixing the comment for date::fuzzy_span() to be accurate 2009-06-09 09:44:52 -05:00
Woody Gilk c134e48149 Form submit buttons must have values 2009-06-09 09:44:11 -05:00
Woody Gilk 8b879d6bf4 File inputs cannot have initial values 2009-06-09 09:43:59 -05:00
Woody Gilk 4204efb473 Started porting validation class, only supports one-dimensional validation right now 2009-06-07 19:10:02 -05:00