MIF_E31222691/system
Taylor Otwell f8b12b5daa Added support for retrieving specific elements from the Input::file method. Ex: Input::file('picture.size')... 2011-07-06 11:19:04 -07:00
..
cache moved cache, db, logs, and sessions to the storage directory. 2011-06-24 23:03:22 -05:00
db Fixed typo in Query::select comment. 2011-07-05 09:54:31 -07:00
route moved route filter to route directory. 2011-06-28 23:26:42 -05:00
session moved cache, db, logs, and sessions to the storage directory. 2011-06-24 23:03:22 -05:00
validation Fixed bug in validator message handling for empty file uploads. 2011-06-30 13:46:11 -07:00
views overall code refactoring. 2011-06-14 17:27:11 -05:00
arr.php fixed arr::get argument order. 2011-06-16 22:27:57 -05:00
auth.php improving auth class comments. 2011-06-16 19:51:32 -05:00
benchmark.php throw exception in benchmark class if one has not been defined. 2011-06-16 19:52:43 -05:00
cache.php improve cache class documentation. 2011-06-16 19:58:14 -05:00
config.php Cleaning up Config class comments. 2011-07-05 08:29:03 -07:00
cookie.php tweaking has methods. 2011-06-16 22:45:33 -05:00
crypt.php improve crypt class comments. 2011-06-16 20:33:15 -05:00
db.php improved performance. added support for database ports. 2011-06-28 12:21:21 -05:00
error.php improve error class comments. 2011-06-16 21:00:27 -05:00
file.php enhanced validation, added mimes config array. 2011-06-27 17:33:07 -05:00
form.php Refactoring Form class. 2011-07-05 06:57:42 -07:00
hash.php overall code refactoring. 2011-06-14 17:27:11 -05:00
html.php Added comments to HTML class. 2011-07-05 06:58:27 -07:00
inflector.php improved performance. added support for database ports. 2011-06-28 12:21:21 -05:00
input.php Added support for retrieving specific elements from the Input::file method. Ex: Input::file('picture.size')... 2011-07-06 11:19:04 -07:00
lang.php Added default value to Lang::line()->get(). 2011-06-22 06:52:10 -07:00
loader.php improved performance. added support for database ports. 2011-06-28 12:21:21 -05:00
log.php moved cache, db, logs, and sessions to the storage directory. 2011-06-24 23:03:22 -05:00
memcached.php trimmed comment bloat. returning boolean on eloquent save. 2011-06-10 12:43:09 -05:00
redirect.php Refactoring dynamic redirects to routes. 2011-06-30 07:45:38 -07:00
request.php tweaked uri determination. 2011-06-28 20:11:05 -05:00
response.php overall code refactoring, comment improvement. 2011-06-17 00:02:24 -05:00
route.php moved route filter to route directory. 2011-06-28 23:26:42 -05:00
router.php changed Request::is to Request::route_is. 2011-06-19 22:49:01 -05:00
session.php overall code refactoring, comment improvement. 2011-06-17 00:02:24 -05:00
str.php initial commit of validation classes. 2011-06-21 20:11:17 -05:00
text.php trimmed comment bloat. returning boolean on eloquent save. 2011-06-10 12:43:09 -05:00
url.php Refactoring dynamic URLs to routes. 2011-06-30 07:45:05 -07:00
validator.php Default Validator target to Input data. 2011-06-30 13:36:39 -07:00
view.php removed error collector bloat, switched to plain array. thanks mikelbring. 2011-06-25 20:05:20 -05:00