Commit graph

426 commits

Author SHA1 Message Date
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
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 4bd2ede0e8 Started tracking shadowhand/kohana-image as a module 2009-06-03 21:56:28 -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 9ec50a65d3 Start tracking GeertDD/kohana-pagination as a module 2009-06-03 16:23:15 -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
Woody Gilk dfc2f3339c Cleaned up form helper, massively cutting down on unnecessary code and making the method names reflect the input type (eg: dropdown() is now called select()) 2009-05-31 17:49:34 -05:00