8000 Comparing v2.8.35...v2.8.36 · symfony/symfony · GitHub
[go: up one dir, main page]

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: symfony/symfony
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.35
Choose a base ref
...
head repository: symfony/symfony
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.8.36
Choose a head ref
  • 18 commits
  • 6 files changed
  • 6 contributors

Commits on Feb 28, 2018

  1. updated CHANGELOG for 2.7.42

    fabpot committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    3000270 View commit details
    Browse the repository at this point in the history
  2. update CONTRIBUTORS for 2.7.42

    fabpot committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    621d440 View commit details
    Browse the repository at this point in the history
  3. updated VERSION for 2.7.42

    fabpot committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    751196e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #26346 from fabpot/release-2.7.42

    released v2.7.42
    fabpot authored Feb 28, 2018
    Configuration menu
    Copy the full SHA
    1cb920e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Configuration menu
    Copy the full SHA
    31c69ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ff74ad View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. Configuration menu
    Copy the full SHA
    52f187e View commit details
    Browse the repository at this point in the history
  2. bug #26368 [WebProfilerBundle] Fix Debug toolbar breaks app (xkobal)

    This PR was squashed before being merged into the 2.7 branch (closes #26368).
    
    Discussion
    ----------
    
    [WebProfilerBundle] Fix Debug toolbar breaks app
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 2.7
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
    | Fixed tickets | #26364
    | License       | MIT
    | Doc PR        | symfony/symfony-docs#... <!-- required for new features -->
    
    Wrong method is used to count `tbody.rows`
    
    Commits
    -------
    
    52f187e [WebProfilerBundle] Fix Debug toolbar breaks app
    nicolas-grekas committed Mar 2, 2018
    1 Configuration menu
    Copy the full SHA
    0c5f839 View commit details
    Browse the repository at this point in the history
  3. Merge branch '2.7' into 2.8

    * 2.7:
      [WebProfilerBundle] Fix Debug toolbar breaks app
      bumped Symfony version to 2.7.43
      updated VERSION for 2.7.42
      update CONTRIBUTORS for 2.7.42
      updated CHANGELOG for 2.7.42
    nicolas-grekas committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    aa8254c View commit details
    Browse the repository at this point in the history
  4. [WebProfilerBundle] fix wrong variable for profiler counting ajax req…

    …uests
    Marin Nicolae authored and nicolas-grekas committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    0fb83af View commit details
    Browse the repository at this point in the history
  5. minor #26373 [WebProfilerBundle] fix wrong variable for profiler coun…

    …ting ajax requests (Marin Nicolae)
    
    This PR was squashed before being merged into the 2.7 branch (closes #26373).
    
    Discussion
    ----------
    
    [WebProfilerBundle] fix wrong variable for profiler counting ajax requests
    
    | Q             | A
    | ------------- | ---
    | Branch?       |  2.7
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets | #26364
    | License       | MIT
    | Doc PR        | symfony/symfony-docs#...
    
    Symfony WebProfiler base js change variable tbodies to tbody for counting Ajax Requests.
    
    Commits
    -------
    
    0fb83af [WebProfilerBundle] fix wrong variable for profiler counting ajax requests
    nicolas-grekas committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    79e8545 View commit details
    Browse the repository at this point in the history
  6. Merge branch '2.7' into 2.8

    * 2.7:
      [WebProfilerBundle] fix wrong variable for profiler counting ajax requests
    nicolas-grekas committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    710a189 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2018

  1. Configuration menu
    Copy the full SHA
    cc3084e View commit details
    Browse the repository at this point in the history
  2. minor #26396 Improve the documentation of Finder::exclude() (mnapoli)

    This PR was merged into the 2.7 branch.
    
    Discussion
    ----------
    
    Improve the documentation of `Finder::exclude()`
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 2.7
    | Bug fix?      | no
    | New feature?  | no <!-- don't forget to update src/**/CHANGELOG.md files -->
    | BC breaks?    | no     <!-- see https://symfony.com/bc -->
    | Deprecations? | no <!-- don't forget to update UPGRADE-*.md files -->
    | Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
    | Fixed tickets |
    | License       | MIT
    | Doc PR        |
    
    Tried to do this and this didn't work:
    
    ```php
    $iterator->in($sourcePath)
        ->exclude($sourcePath.'/foo');
    ```
    
    I read on http://symfony.com/doc/current/components/finder.html that excluded directories need to be relative:
    
    ![capture d ecran 2018-03-04 a 16 10 31](https://user-images.githubusercontent.com/720328/36947055-28e47eda-1fc7-11e8-9475-399a3d853169.png)
    
    Commits
    -------
    
    cc3084e Improve the documentation of `Finder::exclude()`
    fabpot committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    3379310 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Merge branch '2.7' into 2.8

    * 2.7:
      Improve the documentation of `Finder::exclude()`
    fabpot committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    a03ae7c View commit details
    Browse the repository at this point in the history
  2. updated CHANGELOG for 2.8.36

    fabpot committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    7fc8041 View commit details
    Browse the repository at this point in the history
  3. updated VERSION for 2.8.36

    fabpot committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    af393d7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #26415 from fabpot/release-2.8.36

    released v2.8.36
    fabpot authored Mar 5, 2018
    Configuration menu
    Copy the full SHA
    4fdb16d View commit details
    Browse the repository at this point in the history
Loading
0