Dmitriy A. Golev 70f2836060 Revert "Make view with response status and headers" 11 years ago
..
auth f5997b7f97 Allow the renaming of the drivers remember cookie 11 years ago
cache 0d99d13298 Ability to flush file-based cache storage 11 years ago
cli bc6b786973 Exit with non-zero if command fails, useful in scripting and CI 11 years ago
database 4ecbef68a0 Merge pull request #1853 from cviebrock/table-macros 11 years ago
documentation 87bf2402d4 Fixed a typo in Contributing chapter 11 years ago
profiling 7888309502 Merge pull request #1663 from neoascetic/anbu_fix 11 years ago
routing f933db7a12 Merge pull request #1618 from demsey2/master 11 years ago
session 068ddef312 Update laravel/session/drivers/cookie.php 11 years ago
tests 4086d130d1 Add unregister to IoC-Contrainer 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 785e168f5e Check application.ssl when setting a secure cookie 11 years ago
core.php abff7d8e7d Merge branch 'master' into develop 12 years ago
crypter.php 15414808a1 fix padding bug in crypter. 11 years ago
database.php 1081ac1b8a Implement DB::escape(). 12 years ago
error.php 5ddeab6051 pass exception to 500 event correctly. 11 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 f93dfccd21 HTML::entities() now optional on label contents 11 years ago
hash.php 157f619e98 basic code cleanup. 12 years ago
helpers.php e4080c02f5 get_cli_option() is called outside Laravel app, so namespace prefix must be left there 11 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 4086d130d1 Add unregister to IoC-Contrainer 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 023e11e691 Fixed bug where laravel is generating error log from outside of application classes. 11 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 2144637e12 Handles Redis password 11 years ago
request.php 5929f8e537 Update laravel/request.php 11 years ago
response.php 70f2836060 Revert "Make view with response status and headers" 11 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