| .. |
|
cache
|
moved cache, db, logs, and sessions to the storage directory.
|
2011-06-24 23:03:22 -05:00 |
|
db
|
Fixed return type of Eloquent delete method.
|
2011-06-28 15:01:15 -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
|
added Config::has and default value for Config::get.
|
2011-06-21 19:44:04 -05: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
|
added Form::open_multipart and tweaked Upload_of rule.
|
2011-06-26 09:19:54 -05:00 |
|
hash.php
|
overall code refactoring.
|
2011-06-14 17:27:11 -05:00 |
|
html.php
|
Added ability to dynamically create links to named routes using the HTML class.
|
2011-06-30 07:31:57 -07:00 |
|
inflector.php
|
improved performance. added support for database ports.
|
2011-06-28 12:21:21 -05:00 |
|
input.php
|
added default value to Input::file and defaulted Validator::make.
|
2011-06-26 09:10:11 -05: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 |