| .. |
|
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
|
Added support for closures as Arr::get default parameter.
|
2011-07-06 13:45:03 -07:00 |
|
auth.php
|
Refactoring / comment clean-up on Auth class.
|
2011-07-06 13:37:59 -07:00 |
|
benchmark.php
|
throw exception in benchmark class if one has not been defined.
|
2011-06-16 19:52:43 -05:00 |
|
cache.php
|
Formatting Cache class.
|
2011-07-06 14:00:20 -07:00 |
|
config.php
|
Formatting Config class.
|
2011-07-06 13:53:25 -07:00 |
|
cookie.php
|
Put the Cookie class on a diet.
|
2011-07-06 14:04:48 -07:00 |
|
crypt.php
|
Trimming comment bloat in Crypt class.
|
2011-07-06 14:08:50 -07:00 |
|
db.php
|
Removing comment bloat from DB class.
|
2011-07-06 14:11:44 -07:00 |
|
error.php
|
Trimming comment bloat from Error class.
|
2011-07-06 14:13:57 -07: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
|
Continuing to clean up Input class.
|
2011-07-06 13:35:59 -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
|
Removed usage of Arr from Request class.
|
2011-07-06 11:23:14 -07: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
|
Converted Session class to use Cookie::put.
|
2011-07-06 14:05:16 -07: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 |