-
Notifications
You must be signed in to change notification settings - Fork 11.4k
Comparing changes
Open a pull request
base repository: laravel/framework
base: 12.x
head repository: laravel/framework
compare: 5.1
- 16 commits
- 17 files changed
- 13 contributors
Commits on Dec 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 411dbbf - Browse repository at this point
Copy the full SHA 411dbbfView commit details
Commits on Jan 19, 2017
-
Fix empty parameters when make a POST request and spoof it as a GET u…
…sing X-HTTP-METHOD-OVERRIDE or _method parameter (#17409)
Configuration menu - View commit details
-
Copy full SHA for 98257f0 - Browse repository at this point
Copy the full SHA 98257f0View commit details
Commits on Jan 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 636020a - Browse repository at this point
Copy the full SHA 636020aView commit details
Commits on Feb 21, 2017
-
[FIX] #18026 - PostgreSQL: improve table existence check (or assume d…
…efault schema as "public") (#18042)
Configuration menu - View commit details
-
Copy full SHA for 088f9a4 - Browse repository at this point
Copy the full SHA 088f9a4View commit details -
[FIX] #18026 - PostgreSQL: improve table existence check (or assume d…
…efault schema as "public") (#18046)
Configuration menu - View commit details
-
Copy full SHA for d26c908 - Browse repository at this point
Copy the full SHA d26c908View commit details
Commits on Feb 22, 2017
-
Updated PHPdoc of \Illuminate\Database\Eloquent\Relations\HasOneOrMany::save() to match actual return types. 'false' is an allowed type in phpdoc. see for reference: [The keyword section of the Type documentation of phpDocumentor](https://phpdoc.org/docs/latest/guides/types.html#keywords)
Configuration menu - View commit details
-
Copy full SHA for 4796fe5 - Browse repository at this point
Copy the full SHA 4796fe5View commit details
Commits on Mar 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7f2f892 - Browse repository at this point
Copy the full SHA 7f2f892View commit details
Commits on Apr 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4c909d6 - Browse repository at this point
Copy the full SHA 4c909d6View commit details
Commits on Apr 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9dd6158 - Browse repository at this point
Copy the full SHA 9dd6158View commit details
Commits on Apr 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 26924f5 - Browse repository at this point
Copy the full SHA 26924f5View commit details
Commits on Apr 18, 2017
-
Allow depending on either v1 or v2 of random_compat (#18841)
Projects that use random_compat v1 are not compatible with laravel 5.1. So, composer selects laravel/framework v5.1.19 when random_compat was not included at all. Since random_compat v1 and v2 are functionally same, it should allow composer decide which version to install based on what other projects use.
Configuration menu - View commit details
-
Copy full SHA for 93074f4 - Browse repository at this point
Copy the full SHA 93074f4View commit details
Commits on Apr 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1cdfd6d - Browse repository at this point
Copy the full SHA 1cdfd6dView commit details
Commits on May 4, 2017
-
[5.2] Add missing postgresql-specific operators (#14224) (#19048)
* Add missing postgresql-specific operators * Fix style error
Configuration menu - View commit details
-
Copy full SHA for affd996 - Browse repository at this point
Copy the full SHA affd996View commit details
Commits on May 11, 2017
-
Use the Default Format set by the ErrorLogHandler (#19160)
Currently, the defaultFormatter, set in Writer.php adds a `\n` at the end of each log, while the ErrorLogHandler removes that `\n` in its own `getDefaultFormatter()` ErrorLogHandler.php:60 ```php /** * {@inheritdoc} */ public function getDefaultFormatter() { return new LineFormatter('[%datetime%] %channel%.%level_name%: %message% %context% %extra%'); } ```
Configuration menu - View commit details
-
Copy full SHA for bc65d55 - Browse repository at this point
Copy the full SHA bc65d55View commit details
Commits on Aug 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9f178aa - Browse repository at this point
Copy the full SHA 9f178aaView commit details
Commits on Nov 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e32e927 - Browse repository at this point
Copy the full SHA e32e927View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 12.x...5.1