8000 Comparing 7bcb5de...efd4859 · 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: 7bcb5de
Choose a base ref
...
head repository: symfony/symfony
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: efd4859
Choose a head ref
  • 15 commits
  • 14 files changed
  • 7 contributors

Commits on Apr 29, 2016

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

Commits on May 3, 2016

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

Commits on May 4, 2016

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

Commits on May 6, 2016

  1. bug #18709 [DependencyInjection] top-level anonymous services must be…

    … public (xabbuh)
    
    This PR was merged into the 2.3 branch.
    
    Discussion
    ----------
    
    [DependencyInjection] top-level anonymous services must be public
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 2.3
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets | #18703
    | License       | MIT
    | Doc PR        |
    
    Commits
    -------
    
    13a47c3 top-level anonymous services must be public
    nicolas-grekas committed May 6, 2016
    Configuration menu
    Copy the full SHA
    9fabd83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beecc6c View commit details
    Browse the repository at this point in the history
  3. minor #18721 [OptionsResolver] Fixed readme (francisbesset)

    This PR was merged into the 2.3 branch.
    
    Discussion
    ----------
    
    [OptionsResolver] Fixed readme
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 2.3
    | Bug fix?      | no
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets |
    | License       | MIT
    | Doc PR        |
    
    This PR fix bad markdown syntax in readme file of OptionsResolver component.
    
    Commits
    -------
    
    beecc6c Fixed readme of OptionsResolver
    Tobion committed May 6, 2016
    Configuration menu
    Copy the full SHA
    e8970a6 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. Configuration menu
    Copy the full SHA
    954126b View commit details
    Browse the repository at this point in the history
  2. [2.3][Component/Security] Fixed phpdoc in AnonymousToken constructor …

    …for user param
    Erik van Wingerden authored and fabpot committed May 9, 2016
    Configuration menu
    Copy the full SHA
    b1c60b4 View commit details
    Browse the repository at this point in the history
  3. minor #18727 [2.3][Component/Security] Fixed phpdoc in AnonymousToken…

    … constructor for user param (eriwin)
    
    This PR was squashed before being merged into the 2.3 branch (closes #18727).
    
    Discussion
    ----------
    
    [2.3][Component/Security] Fixed phpdoc in AnonymousToken constructor for user param
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 2.3
    | Bug fix?      | yes, phpdoc one
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets | -
    | License       | MIT
    | Doc PR        | -
    
    Updated phpdoc of AnonymousToken $user param from string to string|object since an object is allowed to in the parent AbstractToken: https://github.com/symfony/symfony/blob/2.3/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php#L91
    
    Commits
    -------
    
    b1c60b4 [2.3][Component/Security] Fixed phpdoc in AnonymousToken constructor for user param
    fabpot committed May 9, 2016
    Configuration menu
    Copy the full SHA
    bdc99de View commit details
    Browse the repository at this point in the history
  4. minor #18729 call get() after the container was compiled (xabbuh)

    This PR was merged into the 2.3 branch.
    
    Discussion
    ----------
    
    call get() after the container was compiled
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 2.3
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets |
    | License       | MIT
    | Doc PR        |
    
    This will prevent future issues when calling `ContainerBuilder::get()` before compiling the container will be deprecated (see #18728).
    
    Commits
    -------
    
    954126b call get() after the container was compiled
    fabpot committed May 9, 2016
    Configuration menu
    Copy the full SHA
    daa2afa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8dc28a View commit details
    Browse the repository at this point in the history
  6. security #18733 limited the maximum length of a submitted username (f…

    …abpot)
    
    This PR was merged into the 2.3 branch.
    
    Discussion
    ----------
    
    limited the maximum length of a submitted username
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 2.3
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets | n/a
    | License       | MIT
    | Doc PR        | n/a
    
    Commits
    -------
    
    f8dc28a limited the maximum length of a submitted username
    fabpot committed May 9, 2016
    Configuration menu
    Copy the full SHA
    ff93b17 View commit details
    Browse the repository at this point in the history
  7. updated CHANGELOG for 2.3.41

    fabpot committed May 9, 2016
    Configuration menu
    Copy the full SHA
    a5c27e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f80f588 View commit details
    Browse the repository at this point in the history
  9. updated VERSION for 2.3.41

    fabpot committed May 9, 2016
    Configuration menu
    Copy the full SHA
    efd4859 View commit details
    Browse the repository at this point in the history
Loading
0