Thanks to visit codestin.com
Credit goes to github.com

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: 7.4
Choose a base ref
...
head repository: igorw/symfony
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: output-stream
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 9 files changed
  • 1 contributor

Commits on Apr 28, 2012

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

Commits on Jul 11, 2012

  1. Merge remote-tracking branch 'upstream/master' into output-stream

    * upstream/master: (633 commits)
      [Security] Fix the default authentication handlers config definition
      updated VERSION for 2.0.16
      update CONTRIBUTORS for 2.0.16
      updated CHANGELOG for 2.0.16
      [Validator] Improved error messages displayed when the Valid constraint is misused
      [Form] Fixed TransformationFailedExceptions to be caught in the model transformers
      [Form] Improved ValidatorTypeGuesser to interpret the constraints True and False
      [Validator] Deprecated the Size constraint
      [Validator] Fix docblocks
      [Process] remade ProcessBuilder::setTimeout fluent
      [Process] fixed setting the timeout to null
      [Validator] Reverted the changes done to the Size constraint in 3a5e84f
      [Validator] Added the constraints MinCount and MaxCount
      [Validator] Removed the Range constraint as it duplicates functionality given in Min and Max
      [Form] Enabled error bubbling from the parts of a date/time field to the main field
      [Locale] Fixed error resetting in StubIntlDateFormatter::parse()
      [Form] Renamed the options "data_timezone" and "user_timezone"
      [Process] re-added the possibility to set the Process timeout to null (to disable it) (closes #4843)
      added missing listener priority changes in the UPGRADE file (refs #2680)
      [Form] Fixed tests failing on systems with timezones other than +01:00
      ...
    
    Conflicts:
    	src/Symfony/Component/HttpFoundation/StreamedResponse.php
    igorw committed Jul 11, 2012
    Configuration menu
    Copy the full SHA
    7c44cba View commit details
    Browse the repository at this point in the history
  2. [output-stream] Cosmetic tweak

    igorw committed Jul 11, 2012
    Configuration menu
    Copy the full SHA
    56a9192 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc8fca3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27e8732 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2012

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

Commits on Oct 13, 2012

  1. Merge branch 'master' into output-stream

    * master: (554 commits)
      [WebProfilerBundle] fixed typo
      [WebProfileBundle] remove dependency on the DIC
      [WebProfilerBundle] removed dependency on the templating component
      [HttpKernel] unified the way the traceable event dispatcher injects information into the profiler (closes #5733)
      [WebProfilerBundle] avoid the usage of the global app variable
      [WebProfilerBundle] changed all includes to use the new Twig's notation
      [WebProfilerBundle] moved all static assets directly into the templates
      [Console] [ProgressHelper] better percentage precision
      [Form] Removed unused method ChoiceView::isSelected()
      Fix incorrect inheritdoc blocks
      [DomCrawler] fixed a bad merge
      [Console] Fixes in ProgressHelper
      [Security] Added Pbkdf2PasswordEncoder
      FIX [2.1][ClassLoader]UniversalClassLoader not working with AnnotationRegistry::registerLoader
      fixed typo
      [Config] added some phpdocs
      added entry to changelog
      fixed CS
      adds two convenience methods for optional configuration sections
      added doc comments
      ...
    
    Conflicts:
    	src/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php
    igorw committed Oct 13, 2012
    Configuration menu
    Copy the full SHA
    6e8cbe6 View commit details
    Browse the repository at this point in the history
Loading