| .. |
|
cache/drivers
|
use memcached instead of memcache.
|
2012-04-17 20:09:41 -05:00 |
|
cli
|
fix conflicts.
|
2012-04-10 10:10:31 -05:00 |
|
database
|
tweak belongs to eager constraining.
|
2012-04-17 14:33:17 -05:00 |
|
documentation
|
document the view::exists method.
|
2012-04-17 20:15:08 -05:00 |
|
profiling
|
Added total SQL execution time to profiler.
|
2012-04-04 17:08:16 -05:00 |
|
routing
|
move 'is' method to the str class where it belongs.
|
2012-04-12 22:54:50 -05:00 |
|
session
|
cleaning up code and comments.
|
2012-04-05 21:40:56 -05:00 |
|
vendor/Symfony/Component
|
added simpler and easier environment handling.
|
2012-04-12 23:35:41 -05:00 |
|
asset.php
|
cleaning up code.
|
2012-04-10 22:36:20 -05:00 |
|
auth.php
|
cleaning up some comments.
|
2012-02-07 08:10:40 -06:00 |
|
autoloader.php
|
cleaning up the autoloader>
|
2012-04-13 13:33:54 -05:00 |
|
blade.php
|
added support for bundles outside of the bundle directory using 'path: ' syntax like views.
|
2012-04-13 13:54:56 -05:00 |
|
bundle.php
|
added support for bundles outside of the bundle directory using 'path: ' syntax like views.
|
2012-04-13 13:54:56 -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
|
fix secure cookie issue.
|
2012-04-04 10:28:06 -05:00 |
|
core.php
|
use injection on the request::detect_env method for better testability.
|
2012-04-13 20:34:13 -05:00 |
|
crypter.php
|
Altering visibility of Crypter::randomizer() to public.
|
2012-04-07 14:09:22 -05: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
|
added dd helper.
|
2012-04-16 20:38:31 -05:00 |
|
html.php
|
Added macro support to HTML class to match Form class.
|
2012-03-22 15:06:36 -05:00 |
|
input.php
|
Fix bug in input class.
|
2012-04-04 11:37:46 -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
|
fix artisan.
|
2012-04-04 16:57:18 -05:00 |
|
log.php
|
allow events to override the log class.
|
2012-02-23 14:50:07 -06:00 |
|
memcached.php
|
use memcached instead of memcache.
|
2012-04-17 20:09:41 -05: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
|
use injection on the request::detect_env method for better testability.
|
2012-04-13 20:34:13 -05:00 |
|
response.php
|
tweaking.
|
2012-04-04 11:19:52 -05:00 |
|
section.php
|
cleaning up section class.
|
2012-04-10 11:37:38 -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
|
move 'is' method to the str class where it belongs.
|
2012-04-12 22:54:50 -05:00 |
|
uri.php
|
move 'is' method to the str class where it belongs.
|
2012-04-12 22:54:50 -05:00 |
|
url.php
|
added simpler and easier environment handling.
|
2012-04-12 23:35:41 -05:00 |
|
validator.php
|
Fixing bug where custom validation messages in bundle language files were not getting picked up.
|
2012-04-09 21:11:54 -05:00 |
|
view.php
|
cleaning up view code.
|
2012-04-17 20:13:42 -05:00 |