.. |
cache/drivers
|
Revert back APC and Memcached drivers.
|
2012-03-21 14:45:05 -05:00 |
cli
|
Make migration table column lengths more realistic.
|
2012-03-21 11:48:14 -05:00 |
database
|
Fixing bug.
|
2012-04-03 11:00:45 -05:00 |
documentation
|
fixing conflicts.
|
2012-04-04 09:57:08 -05:00 |
profiling
|
fixing profiler.
|
2012-04-04 08:59:44 -05:00 |
routing
|
Renamed Route::load to Route::forward.
|
2012-03-21 11:19:29 -05:00 |
session
|
Added "memory" (array based) session driver to ease the unit testing of session reliant operations.
|
2012-03-07 22:16:02 -06:00 |
asset.php
|
cache base url.
|
2012-02-04 10:58:38 -06:00 |
auth.php
|
cleaning up some comments.
|
2012-02-07 08:10:40 -06:00 |
autoloader.php
|
fixing loading of namespaced classes.
|
2012-03-25 13:23:09 -05:00 |
blade.php
|
Includes use render to prevent WSOD
|
2012-04-03 19:57:01 +10:00 |
bundle.php
|
cleaning up code.
|
2012-03-25 22:38:35 -05:00 |
cache.php
|
Added "memory" (array based) cache driver for easier unit testing of application cache operations for developers.
|
2012-03-07 21:59:54 -06:00 |
config.php
|
cleaning up code.
|
2012-03-25 22:38:35 -05:00 |
cookie.php
|
converting cookies to use http foundation.
|
2012-03-28 22:43:58 -05:00 |
core.php
|
moved input over to httpfoundation.
|
2012-03-28 23:46:16 -05:00 |
crypter.php
|
cleaning up code.
|
2012-02-19 22:56:59 -06:00 |
database.php
|
PHPDoc fixes
|
2012-02-04 21:30:52 +00:00 |
error.php
|
Added lang and view loader events.
|
2012-03-01 11:52:05 -06:00 |
event.php
|
fixing bug in event class.
|
2012-03-06 17:27:41 -06:00 |
file.php
|
Added File::mkdir.
|
2012-03-21 11:28:22 -05:00 |
fluent.php
|
Fix bug in fluent class.
|
2012-03-23 22:54:09 -05:00 |
form.php
|
Merge remote-tracking branch 'laravel/develop' into develop
|
2012-03-21 14:10:24 -05:00 |
hash.php
|
basic code cleanup.
|
2012-02-23 14:02:59 -06:00 |
helpers.php
|
converting to httpfoundation response.
|
2012-03-28 17:11:55 -05:00 |
html.php
|
Added macro support to HTML class to match Form class.
|
2012-03-22 15:06:36 -05:00 |
input.php
|
Merge branch 'develop' into feature/http-foundation
|
2012-03-29 22:13:13 -05:00 |
ioc.php
|
Fix bug in IoC singleton checking.
|
2012-03-04 22:02:11 -06:00 |
lang.php
|
Added lang and view loader events.
|
2012-03-01 11:52:05 -06:00 |
laravel.php
|
fixing conflicts.
|
2012-04-04 10:09:27 -05:00 |
log.php
|
allow events to override the log class.
|
2012-02-23 14:50:07 -06:00 |
memcached.php
|
PHPDoc fixes
|
2012-02-04 21:30:52 +00:00 |
messages.php
|
Make the key optional for has() too ... like a "has_any()" method
|
2012-03-08 13:11:09 -06:00 |
paginator.php
|
fix some input stuff and revert paginator changes.
|
2012-03-28 23:56:20 -05:00 |
pluralizer.php
|
Use Str::lower in pluralizer.
|
2012-03-22 15:11:19 -05:00 |
redirect.php
|
added redirect::back method.
|
2012-03-26 15:30:01 -05:00 |
redis.php
|
Fix bugs in Redis class.
|
2012-03-21 11:38:30 -05:00 |
request.php
|
added languages method to the request class.
|
2012-04-01 15:17:41 -05:00 |
response.php
|
use http foundation to create content-disposition headers.
|
2012-04-01 23:19:45 -05:00 |
section.php
|
Added support for true tempting.
|
2012-03-23 17:03:27 -05:00 |
session.php
|
Added "memory" (array based) session driver to ease the unit testing of session reliant operations.
|
2012-03-07 22:16:02 -06:00 |
str.php
|
Added in automatic inflection on english strings. Non-english strings may be added to the "irregular" array.
|
2012-03-19 13:51:44 -05:00 |
uri.php
|
use symfony http foundation where applicable.
|
2012-03-28 16:15:21 -05:00 |
url.php
|
fix url parsing.
|
2012-04-04 10:16:15 -05:00 |
validator.php
|
added before and after date filters
|
2012-03-21 21:07:10 +00:00 |
view.php
|
adding doc routes.
|
2012-04-02 11:02:09 -05:00 |