.. |
cache
|
added apc driver notes in cache configuration file.
|
2011-06-18 19:49:29 -05:00 |
db
|
Add exception for SQLite databases that can't be found.
|
2011-06-21 13:14:54 -07:00 |
route
|
fix bug in route loader that caused exception to be thrown when 404 should have been shown.
|
2011-06-18 09:34:52 -05:00 |
session
|
added apc session driver.
|
2011-06-21 23:19:37 -05:00 |
validation
|
Improving validation code and comments.
|
2011-06-22 06:55:58 -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
|
Added "driver" method to System\DB.
|
2011-06-17 12:33:50 -07:00 |
error.php
|
improve error class comments.
|
2011-06-16 21:00:27 -05:00 |
file.php
|
deprecated download class. added methods to file class. tweaked log class. tweaked input class.
|
2011-06-17 12:23:26 -05:00 |
filter.php
|
improve comments in filter class.
|
2011-06-16 21:03:53 -05:00 |
form.php
|
overall code refactoring, comment improvement.
|
2011-06-17 00:02:24 -05:00 |
hash.php
|
overall code refactoring.
|
2011-06-14 17:27:11 -05:00 |
html.php
|
fixed bug in html link methods.
|
2011-06-16 21:27:14 -05:00 |
inflector.php
|
added arr class and tweaked input class.
|
2011-06-16 22:25:57 -05:00 |
input.php
|
Tweaked Input::has to check for empty strings. Deprecated Input::filled.
|
2011-06-17 11:16:45 -07:00 |
lang.php
|
Added default value to Lang::line()->get().
|
2011-06-22 06:52:10 -07:00 |
loader.php
|
overall code refactoring.
|
2011-06-14 17:27:11 -05:00 |
log.php
|
deprecated download class. added methods to file class. tweaked log class. tweaked input class.
|
2011-06-17 12:23:26 -05:00 |
memcached.php
|
trimmed comment bloat. returning boolean on eloquent save.
|
2011-06-10 12:43:09 -05:00 |
redirect.php
|
overall code refactoring, comment improvement.
|
2011-06-17 00:02:24 -05:00 |
request.php
|
changed Request::is to Request::route_is.
|
2011-06-19 22:49:01 -05:00 |
response.php
|
overall code refactoring, comment improvement.
|
2011-06-17 00:02:24 -05:00 |
route.php
|
added dynamic Request::is_ method.. e.g. Request::is_login().
|
2011-06-18 12:00:52 -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
|
fixed bug in route parameterizer.
|
2011-06-17 00:16:55 -05:00 |
validator.php
|
Improving validation code and comments.
|
2011-06-22 06:43:48 -07:00 |
view.php
|
changes to view class to have error collector.
|
2011-06-21 22:34:53 -05:00 |