Taylor Otwell cd33e81702 added several of the new html5 form elements. added support for attributes such as required, autofocus, etc. 13 years ago
..
cache 739068b00d moved cache, db, logs, and sessions to the storage directory. 13 years ago
db e452bbdf3a Fixed return type of Eloquent delete method. 13 years ago
route 4f73200675 moved route filter to route directory. 13 years ago
session 739068b00d moved cache, db, logs, and sessions to the storage directory. 13 years ago
validation 0013e5bcbe Fixed bug in validator message handling for empty file uploads. 13 years ago
views 30c83f265d overall code refactoring. 14 years ago
arr.php 73d8e2f2fa fixed arr::get argument order. 14 years ago
auth.php ab08987247 improving auth class comments. 14 years ago
benchmark.php 72e7275fe0 throw exception in benchmark class if one has not been defined. 14 years ago
cache.php e467c831cc improve cache class documentation. 14 years ago
config.php adb583471b added Config::has and default value for Config::get. 13 years ago
cookie.php 5c275db6f4 tweaking has methods. 14 years ago
crypt.php 825ac35a47 improve crypt class comments. 14 years ago
db.php 1aa86d0798 improved performance. added support for database ports. 13 years ago
error.php ee307657d3 improve error class comments. 14 years ago
file.php d51be02dd2 enhanced validation, added mimes config array. 13 years ago
form.php cd33e81702 added several of the new html5 form elements. added support for attributes such as required, autofocus, etc. 13 years ago
hash.php 30c83f265d overall code refactoring. 14 years ago
html.php cd33e81702 added several of the new html5 form elements. added support for attributes such as required, autofocus, etc. 13 years ago
inflector.php 1aa86d0798 improved performance. added support for database ports. 13 years ago
input.php dc01b3c26e added default value to Input::file and defaulted Validator::make. 13 years ago
lang.php a536ceae72 Added default value to Lang::line()->get(). 13 years ago
loader.php 1aa86d0798 improved performance. added support for database ports. 13 years ago
log.php 739068b00d moved cache, db, logs, and sessions to the storage directory. 13 years ago
memcached.php f7bb0c5510 trimmed comment bloat. returning boolean on eloquent save. 14 years ago
redirect.php 87ec697f2d Refactoring dynamic redirects to routes. 13 years ago
request.php cd903fc0ce tweaked uri determination. 13 years ago
response.php 3408bb8492 overall code refactoring, comment improvement. 14 years ago
route.php 4f73200675 moved route filter to route directory. 13 years ago
router.php dbc418c0d7 changed Request::is to Request::route_is. 13 years ago
session.php 3408bb8492 overall code refactoring, comment improvement. 14 years ago
str.php 081a3e512f initial commit of validation classes. 13 years ago
text.php f7bb0c5510 trimmed comment bloat. returning boolean on eloquent save. 14 years ago
url.php c7e7d64545 Refactoring dynamic URLs to routes. 13 years ago
validator.php cbf2399ab8 Default Validator target to Input data. 13 years ago
view.php b7b258a10b removed error collector bloat, switched to plain array. thanks mikelbring. 13 years ago