Commit graph

181 commits

Author SHA1 Message Date
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
Woody Gilk 3779c7da00 Added Request::__toString(), fixes #13, thanks biakaveron 2009-06-16 09:29:04 -05:00
Woody Gilk 609bee6d08 Kohana_Config_Loader is not used anymore 2009-06-15 21:34:07 -05:00
ThePixelDeveloper 49fe880a89 Fixes #12, thanks themusicman. 2009-06-15 17:05:40 +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 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 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 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
Woody Gilk 32b3acdbd3 Cleaned up valid helper, added required, min_length, max_length, and regex methods 2009-06-07 19:09:34 -05:00
Woody Gilk daffc50f49 Added valid helper class 2009-06-06 12:53:15 -05:00
Woody Gilk a2bd5f208e Added Request::send_file() to support file downloads as request responses 2009-06-04 15:35:21 -05:00
Woody Gilk 9e58203787 Request::send_headers() should only attempt to send headers when no headers have been sent 2009-06-04 15:34:54 -05:00
Woody Gilk c2365495fe Fixing a couple of porting bugs in file::mime() 2009-06-03 22:23:52 -05:00
Woody Gilk 458ba6d5c5 Ported security helper from 2.4, added Bitflux XSS cleaning method as security::xss_clean() 2009-06-03 17:44:10 -05:00
Woody Gilk 6fd690911c Added remote::status() from 2.4, finishes remote helper porting 2009-06-03 17:38:15 -05:00
Woody Gilk 9bf3bdcba4 Ported and cleaned up file helper from 2.4 2009-06-03 17:31:05 -05:00
Woody Gilk a04c71d0b3 Updated date::fuzzy_span(), allowing future times to be used and tweaking dates to be more accurate 2009-06-03 16:38:09 -05:00
Woody Gilk 6afc1b78fb Cleaning up Request::_parse_accept code a little 2009-06-01 10:15:09 -05:00
Woody Gilk 344f398b97 Merge branch 'master' of git://github.com/GeertDD/kohana 2009-06-01 09:58:03 -05:00