Taylor Otwell 3b63335c95 added apc session driver. 13 years ago
..
cache 1ff5f84545 added apc driver notes in cache configuration file. 14 years ago
db fcdcc656b4 Add exception for SQLite databases that can't be found. 13 years ago
route 8f8c5f6dd4 fix bug in route loader that caused exception to be thrown when 404 should have been shown. 14 years ago
session 3b63335c95 added apc session driver. 13 years ago
validation 24c2344ae4 removed called to eloquent in uniqueness_of. 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 2f7fa6687c Added "driver" method to System\DB. 14 years ago
error.php ee307657d3 improve error class comments. 14 years ago
file.php 6c6dac3579 deprecated download class. added methods to file class. tweaked log class. tweaked input class. 14 years ago
filter.php 7f3baf9742 improve comments in filter class. 14 years ago
form.php 3408bb8492 overall code refactoring, comment improvement. 14 years ago
hash.php 30c83f265d overall code refactoring. 14 years ago
html.php 4669911d61 fixed bug in html link methods. 14 years ago
inflector.php d802ae8386 added arr class and tweaked input class. 14 years ago
input.php 0ee4239613 Tweaked Input::has to check for empty strings. Deprecated Input::filled. 14 years ago
lang.php 3408bb8492 overall code refactoring, comment improvement. 14 years ago
loader.php 30c83f265d overall code refactoring. 14 years ago
log.php 6c6dac3579 deprecated download class. added methods to file class. tweaked log class. tweaked input class. 14 years ago
memcached.php f7bb0c5510 trimmed comment bloat. returning boolean on eloquent save. 14 years ago
redirect.php 3408bb8492 overall code refactoring, comment improvement. 14 years ago
request.php dbc418c0d7 changed Request::is to Request::route_is. 13 years ago
response.php 3408bb8492 overall code refactoring, comment improvement. 14 years ago
route.php a3a9368707 added dynamic Request::is_ method.. e.g. Request::is_login(). 14 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 bc8fa3570e fixed bug in route parameterizer. 14 years ago
validator.php 9b8942fa1d fixed equality check in validator. 13 years ago
view.php 0d10ab740b changes to view class to have error collector. 13 years ago