MIF_E31222691/laravel
Taylor Otwell b5f5927fa7 Fix bug with many-to-many relationships on non-default database connection. 2012-05-02 09:37:40 -05:00
..
auth/drivers Refactoring some auth code. 2012-05-01 13:12:32 -05:00
cache/drivers Cleaned up the section able implementation. 2012-04-30 10:17:59 -05:00
cli Fixing bugs. 2012-04-20 11:35:47 -05:00
database Fix bug with many-to-many relationships on non-default database connection. 2012-05-02 09:37:40 -05:00
documentation added Response::eloquent method. 2012-05-02 08:50:37 -05:00
profiling Added total SQL execution time to profiler. 2012-04-04 17:08:16 -05:00
routing fix docblock. 2012-04-19 08:41:23 -05:00
session fixing conflicts. 2012-04-24 10:42:57 -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 Finishing up auth re-write. 2012-05-01 11:33:10 -05: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 Allow starter Closure for bundles. 2012-04-30 15:09:56 -05:00
cache.php Rename "register" methods to "extend". 2012-04-30 22:43:30 -05:00
config.php fixing some issues related to environment. 2012-04-19 14:32:27 -05:00
cookie.php fix secure cookie issue. 2012-04-04 10:28:06 -05:00
core.php Fixing bugs. 2012-04-20 11:35:47 -05:00
crypter.php Altering visibility of Crypter::randomizer() to public. 2012-04-07 14:09:22 -05:00
database.php Rename "register" methods to "extend". 2012-04-30 22:43:30 -05:00
error.php Fix Eloquent eager loading matching. 2012-04-23 16:08:57 -05:00
event.php Add some events to Eloquent models. 2012-04-26 09:30:34 -05:00
file.php Fixing "Cannot remove ...: Permission denied" in File and bundle:: task 2012-04-19 10:36:28 +04: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 Response::eloquent method. 2012-05-02 08:50:37 -05:00
html.php fix html class. 2012-04-24 21:51:19 -05:00
input.php move json method to input class. 2012-05-02 08:12:52 -05:00
ioc.php Fixed wrong calling of the IoC resolver. 2012-04-19 10:47:50 +04:00
lang.php Added lang and view loader events. 2012-03-01 11:52:05 -06:00
laravel.php require_once on error class. 2012-04-30 10:09:38 -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 move json method to input class. 2012-05-02 08:12:52 -05:00
response.php added Response::eloquent method. 2012-05-02 08:50:37 -05:00
section.php cleaning up section class. 2012-04-10 11:37:38 -05:00
session.php Rename "register" methods to "extend". 2012-04-30 22:43:30 -05:00
str.php dont cast to string in str::words method. 2012-04-24 11:48:47 -05:00
uri.php move 'is' method to the str class where it belongs. 2012-04-12 22:54:50 -05:00
url.php Allow the specification of a asset base URL. 2012-04-30 11:52:30 -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 allow multiple views to be registered for a single composer. 2012-04-19 08:37:42 -05:00