vernova/laravel
Tobias Orterer e0d491cb15 Added UNSIGNED to mysql grammar inrementer()
Added UNSIGNED to the mysql grammar file because auto increment fields
only run upwards, it's a waste of space to provide negative values by
the default SIGNED state of INT.
2012-06-16 19:46:50 -07:00
..
auth/drivers added default to config call to get auth password for backwards compatibility. 2012-06-03 19:53:21 -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 Added UNSIGNED to mysql grammar inrementer() 2012-06-16 19:46:50 -07:00
documentation update change log 2012-06-16 15:08:03 -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 Generated URLs default to use the current protocol (http or https) 2012-05-30 13:14:16 +01: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
autoloader.php Fix typo. 2012-06-10 10:13:56 -04:00
blade.php Use the static "compiled" method 2012-06-02 17:16:59 +03:00
bundle.php
cache.php
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
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
form.php Clean-up whitespace issues 2012-06-03 21:32:03 -05:00
hash.php
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 Make Input::only() and Input::except() into array_only() and array_except() helpers. 2012-05-09 15:51:16 -05:00
ioc.php added resolving event. 2012-06-13 10:25:14 -05:00
lang.php fix error in comment 2012-05-12 18:28:45 +02:00
laravel.php
log.php
memcached.php
messages.php refactored set_format to foromat. 2012-05-30 08:41:03 -05:00
paginator.php
pluralizer.php
redirect.php Generated URLs default to use the current protocol (http or https) 2012-05-30 13:14:16 +01:00
redis.php
request.php Fix capitalization regression in Request::server() 2012-05-21 23:56:48 -07:00
response.php Render Responses when cast as string 2012-05-31 16:15:55 -07:00
section.php
session.php
str.php
uri.php
url.php Generated URLs default to use the current protocol (http or https) 2012-05-30 13:14:16 +01: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