The seed for this crawl was a list of every host in the Wayback Machine
This crawl was run at a level 1 (URLs including their embeds, plus the URLs of all outbound links including their embeds)
The WARC files associated with this crawl are not currently available to the general public.

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
Add type detection. Needed by pdo_dblib
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
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
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
[Process] Fix #9861 : Revert TTY mode
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
[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()`
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
Fix Empty translations with Qt files
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
Update UPGRADE-2.3.md to account for #9388
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.
[WebProfilerBundle] Fixed profiler toolbar icons for XHTML.
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
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
[BrowserKit] Throw exception on invalid cookie expiration timestamp
bumped Symfony version to 2.3.10
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
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
Fix hardcoded listenerTag name in error message
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.
[Propel1Bridge][ModelChoiceList] add exception message for invalid cl… …
…asses
[HttpFoundation] Documented public properties.
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
[Routing] add missing unit tests for Route and RouteCollection classes
Revert "bug #9112 Prepend Child Bundle paths before the parent (trste… …