| .. |
|
auth/drivers
|
fixing conflicts.
|
2012-05-29 17:06:11 -05:00 |
|
cache/drivers
|
Remove obsolete namespace import in driver.php.
|
2012-05-11 12:21:43 +03:00 |
|
cli
|
allow for overriding core tasks
|
2012-05-25 19:05:34 +01:00 |
|
database
|
Fixes Laravel issue #727 - updated sqlserver grammar file to fix error in primary key function.
|
2012-05-30 18:42:22 +12:00 |
|
documentation
|
update change log.
|
2012-05-30 08:41:45 -05:00 |
|
profiling
|
fixed a conflict with .hidden class when using twitter bootstrap and made animation smoother
|
2012-05-22 23:33:02 -04:00 |
|
routing
|
Remote unneeded properties.
|
2012-05-10 11:37:30 -05:00 |
|
session
|
Remove obsolete namespace import in session/payload.php.
|
2012-05-11 12:27:38 +03:00 |
|
vendor/Symfony/Component
|
|
|
|
asset.php
|
|
|
|
auth.php
|
Fix auth bug and other resolver bugs.
|
2012-05-02 16:52:55 -05:00 |
|
autoloader.php
|
|
|
|
blade.php
|
fix for forelse only matching $vars
|
2012-05-25 20:34:13 +01:00 |
|
bundle.php
|
Fix typos.
|
2012-05-02 16:51:52 -04:00 |
|
cache.php
|
Fix auth bug and other resolver bugs.
|
2012-05-02 16:52:55 -05:00 |
|
config.php
|
Remove obsolete namespace import in config.php.
|
2012-05-11 12:28:12 +03:00 |
|
cookie.php
|
Return value of cookie.
|
2012-05-29 17:00:23 -05:00 |
|
core.php
|
Fix typos.
|
2012-05-02 16:51:52 -04:00 |
|
crypter.php
|
|
|
|
database.php
|
Fix auth bug and other resolver bugs.
|
2012-05-02 16:52:55 -05:00 |
|
error.php
|
Fix Eloquent eager loading matching.
|
2012-04-23 16:08:57 -05:00 |
|
event.php
|
Fix bug in events.
|
2012-05-11 15:32:28 -05:00 |
|
file.php
|
Remove obsolete class import in file.php.
|
2012-05-11 12:29:18 +03:00 |
|
fluent.php
|
|
|
|
form.php
|
Add support for Form::select with optgroup, solved #526
|
2012-05-07 20:43:40 +08:00 |
|
hash.php
|
|
|
|
helpers.php
|
Make Input::only() and Input::except() into array_only() and array_except() helpers.
|
2012-05-09 15:51:16 -05:00 |
|
html.php
|
Merge pull request #689 from crlosmify/html
|
2012-05-30 06:58:48 -07:00 |
|
input.php
|
Make Input::only() and Input::except() into array_only() and array_except() helpers.
|
2012-05-09 15:51:16 -05:00 |
|
ioc.php
|
Fix IoC bug.
|
2012-05-02 16:49:48 -05:00 |
|
lang.php
|
fix error in comment
|
2012-05-12 18:28:45 +02:00 |
|
laravel.php
|
require_once on error class.
|
2012-04-30 10:09:38 -05:00 |
|
log.php
|
|
|
|
memcached.php
|
use memcached instead of memcache.
|
2012-04-17 20:09:41 -05:00 |
|
messages.php
|
refactored set_format to foromat.
|
2012-05-30 08:41:03 -05:00 |
|
paginator.php
|
|
|
|
pluralizer.php
|
|
|
|
redirect.php
|
|
|
|
redis.php
|
|
|
|
request.php
|
Fix capitalization regression in Request::server()
|
2012-05-21 23:56:48 -07:00 |
|
response.php
|
added Response::eloquent method.
|
2012-05-02 08:50:37 -05:00 |
|
section.php
|
|
|
|
session.php
|
Fix auth bug and other resolver bugs.
|
2012-05-02 16:52:55 -05:00 |
|
str.php
|
add u PCRE modifier to str::words.
|
2012-05-03 08:37:52 -05:00 |
|
uri.php
|
add sqlite query driver.
|
2012-05-03 08:28:40 -05:00 |
|
url.php
|
Allow the specification of a asset base URL.
|
2012-04-30 11:52:30 -05:00 |
|
validator.php
|
Changed a line which causes "illegal string offset" error to be thrown in php5.4 on trying to access $value['tmp_name']
|
2012-05-29 14:04:06 +05:30 |
|
view.php
|
Fix View's use of Events so you can actually implement your own things
|
2012-05-04 14:55:05 +01:00 |