..
auth /drivers
Fix typo in comments
2012-07-10 11:03:55 -04:00
cache /drivers
Remove obsolete namespace import in driver.php.
2012-05-11 12:21:43 +03:00
cli
In the call() method, the exception wasn't being thrown if only 1 or more than 2 arguments were passed to the method. Fixed conditional statement to only accept exactly 2 arguments.
2012-07-26 16:00:46 -06:00
database
Merge pull request #946 from franzliedke/patch-23
2012-07-24 06:09:41 -07:00
documentation
Fix pivot table name in Many-to-Many section in Eloquent documentation.
2012-07-21 20:16:57 +01: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
Merge pull request #854 from jasonlewis/feature/pattern-filters
2012-07-06 17:57:46 -07:00
session
Remove obsolete namespace import in session/payload.php.
2012-05-11 12:27:38 +03: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
Fix auth bug and other resolver bugs.
2012-05-02 16:52:55 -05:00
autoloader.php
Fix typo.
2012-06-10 10:13:56 -04:00
blade.php
Added an @break to blade to break out of loops.
2012-06-19 01:58:14 +09:30
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
cleaning up.
2012-06-03 17:37:46 -05:00
crypter.php
Altering visibility of Crypter::randomizer() to public.
2012-04-07 14:09:22 -05:00
database.php
cleaning up code.
2012-06-03 17:44:53 -05:00
error.php
flush output buffer in error class.
2012-06-04 09:04:20 -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
Fix bug in fluent class.
2012-03-23 22:54:09 -05:00
form.php
fixed optgroup closing tag
2012-06-20 16:18:16 +03:00
hash.php
basic code cleanup.
2012-02-23 14:02:59 -06:00
helpers.php
Generated URLs default to use the current protocol (http or https)
2012-05-30 13:14:16 +01:00
html.php
Merge pull request #730 from sparksp/develop-default-https
2012-05-30 07:01:28 -07:00
input.php
Merge branch 'hotfix/fix_markdown' into develop
2012-07-11 22:35:58 +02:00
ioc.php
Fixed IoC::resolve forces singleton issue.
2012-07-17 17:42:01 +08:00
lang.php
fix error in comment
2012-05-12 18:28:45 +02:00
laravel.php
added option for URI languages.
2012-07-11 10:18:48 -05:00
log.php
allow events to override the log class.
2012-02-23 14:50:07 -06:00
memcached.php
Fixed Memcached get connection instance typo in __callStatic method.
2012-07-20 22:20:37 +08:00
messages.php
refactored set_format to foromat.
2012-05-30 08:41:03 -05: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
Generated URLs default to use the current protocol (http or https)
2012-05-30 13:14:16 +01:00
redis.php
Fix bugs in Redis class.
2012-03-21 11:38:30 -05:00
request.php
Default was never returned. If no IP was found it returns NULL.
2012-06-06 15:10:06 -04:00
response.php
Force UTF-8 charset on JSON responses.
2012-07-07 02:17:12 +03:00
section.php
cleaning up section class.
2012-04-10 11:37:38 -05:00
session.php
Fixed namespace issue when registering a session driver with the extend closure
2012-06-14 01:33:56 +03: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
tweak url for languages.
2012-07-11 10:30:44 -05:00
validator.php
return false on empty string for active url.
2012-07-19 15:39:18 -05:00
view.php
Allow for passing variables to views with more expressive method calls.
2012-06-25 21:31:54 +03:00