The Wayback Machine - https://web.archive.org/web/20140107181700/https://github.com/symfony/symfony/commits/2.3
This repository
This repository
All repositories

Jan 07, 2014

  1. bug #9747 [DoctrineBridge] Fix: Add type detection. Needed by pdo_dbl…

    …ib (iamluc)
    
    This PR was submitted for the 2.3-dev branch but it was merged into the 2.3 branch instead (closes #9747).
    
    Discussion
    ----------
    
    [DoctrineBridge] Fix: Add type detection. Needed by pdo_dblib
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets |
    | License       | MIT
    | Doc PR        |
    
    Commits
    -------
    
    75f5cc3 Add type detection. Needed by pdo_dblib
    authored
  2. Add type detection. Needed by pdo_dblib

    authored fabpot committed
  3. minor #9965 [All] update license year to 2014 (cordoval)

    This PR was merged into the 2.3 branch.
    
    Discussion
    ----------
    
    [All] update license year to 2014
    
    | Q             | A   |
    | ---           | --- |
    | Bug fix?      | n   |
    | New feature?  | n   |
    | BC breaks?    | n   |
    | Deprecations? | n   |
    | Tests pass?   | y   |
    | Fixed tickets | na  |
    | License       | MIT |
    | Doc PR        | na  |
    
     Sent using [Gush](https://github.com/cordoval/gush)
    
    sorry about the previous PR now closed, forgot Gush had branched off of master and not 2.3
    
    Commits
    -------
    
    8ace5f9 update year on licenses
    authored
  4. minor #9964 [Validator] rundown with some typo fixes and consistency …

    …(cordoval)
    
    This PR was merged into the 2.3 branch.
    
    Discussion
    ----------
    
    [Validator] rundown with some typo fixes and consistency
    
    | Q             | A   |
    | ---           | --- |
    | Bug fix?      | no  |
    | New feature?  | no  |
    | BC breaks?    | no  |
    | Deprecations? | no  |
    | Tests pass?   | yes |
    | Fixed tickets | na  |
    | License       | MIT |
    | Doc PR        | na  |
    
     Sent using [Gush](https://github.com/cordoval/gush)
    
    Commits
    -------
    
    dcd23df rundown and typo fix
    authored
  5. update year on licenses

    authored
  6. rundown and typo fix

    authored
  7. bug #9962 [Process] Fix #9861 : Revert TTY mode (romainneutron)

    This PR was merged into the 2.3 branch.
    
    Discussion
    ----------
    
    [Process] Fix #9861 : Revert TTY mode
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets | #9861
    | License       | MIT
    
    This revert the TTY mode support for the process component
    
    Commits
    -------
    
    160b1cf [Process] Fix #9861 : Revert TTY mode
    authored
  8. [Process] Fix #9861 : Revert TTY mode

    authored
  9. bug #9960 [Form] Update minimal requirement in composer.json (stloyd)

    This PR was merged into the 2.3 branch.
    
    Discussion
    ----------
    
    [Form] Update minimal requirement in composer.json
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Tests pass?   | yes
    | Fixed tickets | #9959
    | License       | MIT
    
    Minimal requirement for PropertyAccess component needs to be `~2.3` as Form component depends on new method `PropertyAccess::createPropertyAccessor()`.
    
    Commits
    -------
    
    88153b3 [Form] Update minimal requirement in composer.json
    authored
  10. [Form] Update minimal requirement in composer.json

    Minimal requirement for PropertyAccess component needs to be `~2.3` as Form component depends on new method `PropertyAccess::createPropertyAccessor()`
    authored
  11. bug #9952 [Translator] Fix Empty translations with Qt files (vlefort)

    This PR was submitted for the 2.3-dev branch but it was merged into the 2.3 branch instead (closes #9952).
    
    Discussion
    ----------
    
    [Translator] Fix Empty translations with Qt files
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | n/a
    | Fixed tickets | no
    | License       | MIT
    | Doc PR        |
    
    When you use ts files, QtLinguist, generate empty string for all translations, even if there are not translated yet.
    
    It could be a good idea to generate an entry in the MessageCatalogue only if translation value is not empty.
    
    Commits
    -------
    
    1c220be [Translator] Fix Empty translations with Qt files
    authored
  12. Fix Empty translations with Qt files

    authored fabpot committed

Jan 06, 2014

  1. minor #9804 [Form] Update UPGRADE-2.3.md to account for #9388 (ureimers)

    This PR was submitted for the 2.3-dev branch but it was merged into the 2.3 branch instead (closes #9804).
    
    Discussion
    ----------
    
    [Form] Update UPGRADE-2.3.md to account for #9388
    
    Added documentation for how to correctly pre-fill a form using the form's `data` option.
    The "old" and also wrong way of doing it broke with Symfony 2.3.7 (with #9388 to be precise) and this short documentation should help others to fix the problem and do it right.
    
    Commits
    -------
    
    5e06535 [Form] Update UPGRADE-2.3.md to account for #9388
    authored
  2. Update UPGRADE-2.3.md to account for #9388

    authored fabpot committed
  3. bug #9948 [WebProfilerBundle] Fixed profiler toolbar icons for XHTML.…

    … (rafalwrzeszcz)
    
    This PR was squashed before being merged into the 2.3 branch (closes #9948).
    
    Discussion
    ----------
    
    [WebProfilerBundle] Fixed profiler toolbar icons for XHTML.
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | n/a
    | Fixed tickets | n/a
    | License       | MIT
    | Doc PR        | n/a
    
    Profiler page itself is entirely autonomic, but toolbar is not - unfortunately currently it doesn't work in XHTML documents :(.
    
    #9877 backported to `2.3` branch.
    
    Commits
    -------
    
    296c4d1 [WebProfilerBundle] Fixed profiler toolbar icons for XHTML.
    authored
  4. [WebProfilerBundle] Fixed profiler toolbar icons for XHTML.

    authored fabpot committed
  5. bug #9933 Propel1 exception message (jaugustin)

    This PR was merged into the 2.3 branch.
    
    Discussion
    ----------
    
    Propel1 exception message
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | no
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets | #9932
    | License       | MIT
    | Doc PR        | none
    
    This add exception message for `ModelChoiceList` and `ModelType` when `class` parameter is not provided or invalid
    
    Commits
    -------
    
    047492f [Propel1Bridge][ModelChoiceList] add exception message for invalid classes
    authored
  6. bug #9949 [BrowserKit] Throw exception on invalid cookie expiration t…

    …imestamp (anlutro)
    
    This PR was squashed before being merged into the 2.3 branch (closes #9949).
    
    Discussion
    ----------
    
    [BrowserKit] Throw exception on invalid cookie expiration timestamp
    
    Currently, if an invalid timestamp is provided, a fatal error with no stack trace will occur, making it difficult to trace the problem.
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets |
    | License       | MIT
    | Doc PR        |
    
    Commits
    -------
    
    8df535d [BrowserKit] Throw exception on invalid cookie expiration timestamp
    authored
  7. [BrowserKit] Throw exception on invalid cookie expiration timestamp

    authored fabpot committed

Jan 05, 2014

  1. Revert "bug #9601 [Routing] Remove usage of deprecated _scheme requir…

    …ement (Danez)"
    
    This reverts commit 0af3d19, reversing
    changes made to d56cc4b.
    authored

Jan 04, 2014

  1. bumped Symfony version to 2.3.10

    authored
  2. updated VERSION for 2.3.9

    authored
  3. update CONTRIBUTORS for 2.3.9

    authored
  4. updated CHANGELOG for 2.3.9

    authored
  5. bug #9938 [Process] Add support SAPI cli-server (peter-gribanov)

    This PR was submitted for the 2.3-dev branch but it was merged into the 2.3 branch instead (closes #9938).
    
    Discussion
    ----------
    
    [Process] Add support SAPI cli-server
    
    As of PHP 5.4.0, the CLI SAPI provides a built-in web server.
    ```php
    PHP_SAPI == 'cli-server'
    ```
    PHP can be used portable without installation on PC. For example, the [assembly](http://windows.php.net/download/) does not require installation in the system on Windows. In this case `PHP_BINARY` contains the path to the PHP executor, and all the other search methods will not return result.
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets |
    | License       | MIT
    | Doc PR        |
    
    Commits
    -------
    
    92d8323 Add support SAPI cli-server
    authored
  6. Add support SAPI cli-server

    authored fabpot committed
  7. bug #9940 [EventDispatcher] Fix hardcoded listenerTag name in error m…

    …essage (lemoinem)
    
    This PR was submitted for the 2.3-dev branch but it was merged into the 2.3 branch instead (closes #9940).
    
    Discussion
    ----------
    
    [EventDispatcher] Fix hardcoded listenerTag name in error message
    
    | Q             | A
    | ------------- | ---
    | Fixed tickets | N/A
    | License       | MIT
    
    Just as the title say, there was a kernel.event_listener string hardcoded in an error message although everywhere else in this class it is stored in the `$listenerTag` property.
    
    Commits
    -------
    
    8c91537 [EventDispatcher] Fix hardcoded listenerTag name in error message
    authored
  8. Fix hardcoded listenerTag name in error message

    authored fabpot committed

Jan 02, 2014

  1. minor #9928 [HttpFoundation] Documented public properties (jakzal)

    This PR was merged into the 2.3 branch.
    
    Discussion
    ----------
    
    [HttpFoundation] Documented public properties
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | no
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets | #9670
    | License       | MIT
    | Doc PR        | -
    
    `$request` and `$query` parameter bags could be hard to get for a newcommer, who's used to `$_POST` and `$_GET` variables. Some people claim naming makes no sense (see #9671).
    
    For consistency I documented all public properties.
    
    Commits
    -------
    
    1b79831 [HttpFoundation] Documented public properties.
    authored
  2. [Propel1Bridge][ModelChoiceList] add exception message for invalid cl…

    …asses
    authored
  3. [HttpFoundation] Documented public properties.

    authored
  4. minor #9925 [Routing] add missing unit tests for Route and RouteColle…

    …ction classes (FlorianLB)
    
    This PR was squashed before being merged into the 2.3 branch (closes #9925).
    
    Discussion
    ----------
    
    [Routing] add missing unit tests for Route and RouteCollection classes
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | no
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets | none
    | License       | MIT
    | Doc PR        | none
    
    Just add few unit tests in Route and RouteCollection classes to have a full coverage.
    
    Commits
    -------
    
    7bbd568 [Routing] add missing unit tests for Route and RouteCollection classes
    authored
  5. [Routing] add missing unit tests for Route and RouteCollection classes

    authored fabpot committed
  6. Revert "bug #9112 Prepend Child Bundle paths before the parent (trste…

    …el88)"
    
    This reverts commit cfa99a9, reversing
    changes made to f8965b6.
    authored

Jan 01, 2014

  1. minor #9920 removed unneeded use statements (fabpot)

    This PR was merged into the 2.3 branch.
    
    Discussion
    ----------
    
    removed unneeded use statements
    
    | Q             | A
    | ------------- | ---
    | License       | MIT
    
    Commits
    -------
    
    7f9a366 removed unneeded use statements
    authored
Something went wrong with that request. Please try again.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.