.. |
cache
|
added a few more path constants.
|
2011-07-26 22:11:16 -05:00 |
db
|
fixed bug in config has method.
|
2011-07-26 22:56:51 -05:00 |
route
|
added comment to route finder.
|
2011-07-18 23:06:34 -05:00 |
session
|
added a few more path constants.
|
2011-07-26 22:11:16 -05:00 |
validation
|
Added format parameter to Error->first method.
|
2011-07-21 11:00:19 -07:00 |
vendor
|
added PHPass to system/vendor.
|
2011-07-11 21:58:51 -05:00 |
views
|
Order the exception CSS.
|
2011-07-11 09:18:59 -07:00 |
arr.php
|
refactoring auth class.
|
2011-07-07 23:00:40 -05:00 |
auth.php
|
Refactor Auth class to use Auth config closures.
|
2011-07-11 12:42:19 -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
|
removed cache and session factories. moved cache item management into cache class and out of drivers. tweaked auth class.
|
2011-07-09 22:15:42 -05:00 |
config.php
|
fixed bug in config has method.
|
2011-07-26 22:56:51 -05:00 |
cookie.php
|
added http_only option to cookie::put method.
|
2011-07-21 23:54:25 -05:00 |
crypt.php
|
refactoring crypt class.
|
2011-07-07 23:24:43 -05:00 |
db.php
|
added db::first method.
|
2011-07-26 22:16:55 -05:00 |
error.php
|
Refactoring Error class.
|
2011-07-18 11:34:04 -07:00 |
file.php
|
refactored error and file classes.
|
2011-07-07 23:40:29 -05:00 |
form.php
|
Added Form::open_secure and Form::open_secure_for_files
|
2011-07-22 11:28:04 -07:00 |
hash.php
|
Refactor hash class to use PHPass.
|
2011-07-11 12:15:06 -07:00 |
html.php
|
Added HTML::span method.
|
2011-07-25 08:37:01 -07:00 |
inflector.php
|
improved performance. added support for database ports.
|
2011-06-28 12:21:21 -05:00 |
input.php
|
rewrote validation library.
|
2011-07-12 20:04:14 -05:00 |
lang.php
|
use language in paginator class.
|
2011-07-26 23:23:34 -05:00 |
memcached.php
|
Trimming comment bloat in Memcached class.
|
2011-07-06 14:50:05 -07:00 |
paginator.php
|
use language in paginator class.
|
2011-07-26 23:23:34 -05:00 |
redirect.php
|
added support for named views.
|
2011-07-21 23:30:52 -05:00 |
request.php
|
Do not strtolower request URI.
|
2011-07-22 08:53:28 -07:00 |
response.php
|
Added Response::error method.
|
2011-07-26 15:40:48 -05:00 |
route.php
|
Trim comment bloat from Route class.
|
2011-07-08 12:46:21 -07:00 |
router.php
|
Edited system/router.php via GitHub
|
2011-07-19 06:23:16 -07:00 |
session.php
|
Added http_only configuration item to session cookie.
|
2011-07-22 08:00:57 -07:00 |
str.php
|
rewrote validation library.
|
2011-07-12 20:04:14 -05:00 |
url.php
|
Continuing work on URL class.
|
2011-07-25 13:25:47 -07:00 |
validator.php
|
Correct typo in validator.
|
2011-07-22 11:40:16 -07:00 |
view.php
|
remove unnecessary else.
|
2011-07-26 15:31:56 -05:00 |