Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: laravel/framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 12.x
Choose a base ref
...
head repository: laravel/framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.1
Choose a head ref
  • 16 commits
  • 17 files changed
  • 13 contributors

Commits on Dec 30, 2016

  1. Fix namespace. (#17054)

    srmklive authored and taylorotwell committed Dec 30, 2016
    Configuration menu
    Copy the full SHA
    411dbbf View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. Fix empty parameters when make a POST request and spoof it as a GET u…

    …sing X-HTTP-METHOD-OVERRIDE or _method parameter (#17409)
    jbaron-mx authored and taylorotwell committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    98257f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

  1. Configuration menu
    Copy the full SHA
    636020a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. [FIX] #18026 - PostgreSQL: improve table existence check (or assume d…

    …efault schema as "public") (#18042)
    phackwer authored and taylorotwell committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    088f9a4 View commit details
    Browse the repository at this point in the history
  2. [FIX] #18026 - PostgreSQL: improve table existence check (or assume d…

    …efault schema as "public") (#18046)
    phackwer authored and taylorotwell committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    d26c908 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. PHPdoc improvement (#18055)

    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)
    veelen authored and taylorotwell committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    4796fe5 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. version

    taylorotwell committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    7f2f892 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

  1. Configuration menu
    Copy the full SHA
    4c909d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2017

  1. Revert "Fix sum with no results (#18685)" (#18719)

    This reverts commit 4c909d6.
    taylorotwell authored Apr 7, 2017
    Configuration menu
    Copy the full SHA
    9dd6158 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2017

  1. Configuration menu
    Copy the full SHA
    26924f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2017

  1. 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.
    pravindahal authored and taylorotwell committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    93074f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. Configuration menu
    Copy the full SHA
    1cdfd6d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. [5.2] Add missing postgresql-specific operators (#14224) (#19048)

    * Add missing postgresql-specific operators
    
    * Fix style error
    jchamberlain authored and taylorotwell committed May 4, 2017
    Configuration menu
    Copy the full SHA
    affd996 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. 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%');
        }
    ```
    joshwhatk authored and taylorotwell committed May 11, 2017
    Configuration menu
    Copy the full SHA
    bc65d55 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2017

  1. backport (#20443)

    laurencei authored and taylorotwell committed Aug 6, 2017
    Configuration menu
    Copy the full SHA
    9f178aa View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2017

  1. Configuration menu
    Copy the full SHA
    e32e927 View commit details
    Browse the repository at this point in the history
Loading