Taylor Otwell dd7c317707 Merge pull request #1793 from alexgalletti/patch-1 11 years ago
..
auth f5997b7f97 Allow the renaming of the drivers remember cookie 11 years ago
cache 117a4cb843 added wincache cache driver 12 years ago
cli 1824b0b21c Merge pull request #1257 from vtalbot/develop 12 years ago
database 7a289ac50a Fix for Postgresql PDO::FETCH_ASSOC 11 years ago
documentation 53a14206b1 Minor correction to controllers documentation. 11 years ago
profiling 944d98d16e Fix for double escaping of queries in the profiler 11 years ago
routing 318bb36072 Adding PATCH to the route register. 11 years ago
session 228f57226b Extract sweep method in Session payload class. 12 years ago
tests a0c2adecdc One more fix - wrong property name 11 years ago
vendor cb567c5e4d Updated Symfony HttpFoundation to 2.1.6. 12 years ago
asset.php 54397e1bf2 Fixed wrong return type in phpdoc 12 years ago
auth.php aca2a2ae1c Fix auth bug and other resolver bugs. 12 years ago
autoloader.php 0ea30993d4 Fixed various typos throughout laravel folder. 12 years ago
blade.php 8fe6158058 Automatically apply entitiesto output using blade 12 years ago
bundle.php 0a908eff8d Merge pull request #1014 from jasonlewis/feature/root-bundles 12 years ago
cache.php 117a4cb843 added wincache cache driver 12 years ago
config.php fafaf724b0 Grammar/Vocabulary fixes 12 years ago
cookie.php 912f4e5e72 Fix forever length. 12 years ago
core.php abff7d8e7d Merge branch 'master' into develop 12 years ago
crypter.php b48621901f Use `mb_substr` instead of `sub_str` in order to resolve multi-language problem. 12 years ago
database.php 1081ac1b8a Implement DB::escape(). 12 years ago
error.php 6c3c297c5c Use DS constant. 12 years ago
event.php 690e8572aa phpdoc fixes 12 years ago
file.php 1d725b2788 Update laravel/file.php 12 years ago
fluent.php e8e7db687c Fix bug in fluent class. 12 years ago
form.php 017c65c0bc Merge pull request #1056 from Jakobud/bug/form/buttons/defaultValues 12 years ago
hash.php 157f619e98 basic code cleanup. 12 years ago
helpers.php e714c0b487 Update laravel/helpers.php 12 years ago
html.php 358e8abde6 Merge pull request #1390 from Anahkiasen/feature/url_language 12 years ago
input.php c1a8b83574 fix array input has. 11 years ago
ioc.php b48031b04a ioc resolves classes with optional params and accepts arguments 11 years ago
lang.php 0ea30993d4 Fixed various typos throughout laravel folder. 12 years ago
laravel.php 9f138aa979 Allowing use of third party Routers to handle Routing. 12 years ago
log.php 62f25c718c Added a pretty_print option to the log class 12 years ago
memcached.php 9944192af9 Fixed Memcached get connection instance typo in __callStatic method. 12 years ago
messages.php 5f97030ce8 refactored set_format to foromat. 12 years ago
paginator.php 85cab82f37 Fixed 2 stupid bugs for better markup 12 years ago
pluralizer.php 62b55ff7a1 Don't cast in pluralizer. 12 years ago
redirect.php 8dbe2d1a9a Merge pull request #681 from bencorlett/develop 12 years ago
redis.php 0ea30993d4 Fixed various typos throughout laravel folder. 12 years ago
request.php cfc024fe66 Merge pull request #1212 from franzliedke/patch-46 12 years ago
response.php 875cac6c83 Merge branch 'master' into develop 12 years ago
section.php d5b9f3c604 cleaning up section class. 12 years ago
session.php f3d756476b Merge remote-tracking branch 'upstream/develop' into develop 12 years ago
str.php 438caf2631 Allow forward slash separators in Str::classify() 12 years ago
uri.php fafaf724b0 Grammar/Vocabulary fixes 12 years ago
url.php f948801369 Fix bug. 12 years ago
validator.php f0c3dbba40 Fixing merge issues. 12 years ago
view.php d2fefa65aa Work on section handling. 12 years ago