.. |
cache
|
Add comment to cache file driver.
|
2011-08-02 11:57:01 -05:00 |
db
|
added module support!
|
2011-08-03 22:10:07 -05:00 |
routing
|
Don't throw an exception if a filter is not found.
|
2011-08-05 15:01:25 -05:00 |
session
|
restructured session driver interfaces and added cookie session driver.
|
2011-08-02 21:05:20 -05:00 |
vendor
|
added PHPass to system/vendor.
|
2011-07-11 21:58:51 -05:00 |
arr.php
|
Refactoring Arr class.
|
2011-08-08 08:27:12 -05:00 |
asset.php
|
Refactoring Asset class.
|
2011-08-08 08:31:57 -05:00 |
auth.php
|
add check for session driver before using auth class.
|
2011-08-06 20:24:09 -05:00 |
benchmark.php
|
Refactoring the Benchmark class.
|
2011-08-08 08:37:55 -05:00 |
cache.php
|
Refactoring the Cache class.
|
2011-08-08 08:41:35 -05:00 |
config.php
|
refactoring config class.
|
2011-08-06 20:42:53 -05:00 |
cookie.php
|
Bug fixed on cookie.php
|
2011-07-26 10:01:55 -03:00 |
crypt.php
|
adjust comments in crypt class.
|
2011-08-06 20:44:13 -05:00 |
error.php
|
Refactoring error class.
|
2011-08-02 10:52:02 -05: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
|
tweaked cache and session namespacing.
|
2011-07-29 23:17:57 -05:00 |
inflector.php
|
improved performance. added support for database ports.
|
2011-06-28 12:21:21 -05:00 |
input.php
|
refactoring input class.
|
2011-08-06 20:45:45 -05:00 |
lang.php
|
trim comment bloat from lang class.
|
2011-08-06 20:46:35 -05:00 |
laravel.php
|
Pass request method and uri to before and after filters.
|
2011-08-05 15:49:59 -05:00 |
loader.php
|
Return false when loader doesn't find class in application directory.
|
2011-08-04 13:22:18 -05:00 |
memcached.php
|
Trimming comment bloat in Memcached class.
|
2011-07-06 14:50:05 -07:00 |
messages.php
|
refactor messages class.
|
2011-08-06 20:47:20 -05:00 |
package.php
|
tweaks to package handling.
|
2011-08-02 22:40:12 -05:00 |
paginator.php
|
refactor paginator for readability.
|
2011-08-02 11:22:59 -05:00 |
redirect.php
|
added support for named views.
|
2011-07-21 23:30:52 -05:00 |
request.php
|
Remove Request::segments method.
|
2011-08-05 15:24:24 -05:00 |
response.php
|
Added Response::error method.
|
2011-07-26 15:40:48 -05:00 |
session.php
|
refactoring session class.
|
2011-08-06 20:49:53 -05:00 |
str.php
|
added Str::ascii method and fixed accented character problem in URL::slug.
|
2011-07-30 09:52:49 -05:00 |
url.php
|
Fix call to Loader::everything.
|
2011-08-01 15:39:58 -05:00 |
validator.php
|
refactoring validation class.
|
2011-08-06 20:51:39 -05:00 |
view.php
|
refactoring view class.
|
2011-08-07 09:08:31 -05:00 |