summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Commit Debian 3.0 (quilt) metadataHEADdebian/2.8.7+dfsg-1.3archive/debian/2.8.7+dfsg-1.3masterJames Clarke2017-05-27
| | | | [dgit (3.10) quilt-fixup]
* Finalise NMUJames Clarke2017-05-27
|
* [VarDumper] Relax line number for CliDumperTestJames Clarke2017-05-27
| | | | Origin: backport, https://github.com/symfony/symfony/commit/6ef78ec55317ac473fa045706244ef1f97d4b2de
* [VarDumper] Relax tests to adapt for php 7.1rc4Nicolas Grekas2017-05-27
| | | | Origin: https://github.com/symfony/symfony/commit/3672c01e3c7182888a42b74e2864a20e21cfe7f5
* NMU changelog entryJames Clarke2017-05-27
|
* Commit Debian 3.0 (quilt) metadatadebian/2.8.7+dfsg-1.2archive/debian/2.8.7+dfsg-1.2James Clarke2017-01-29
| | | | [dgit (3.9) quilt-fixup]
* Finalise NMUJames Clarke2017-01-29
|
* NMU changelog entryJames Clarke2017-01-29
|
* Relax 1 test failing with latest PHP versionsRemi Collet2017-01-29
| | | | | | Related to php bug #52646 which is fixed in 5.6.25RC1, 7.0.10RC1, 7.1.0beta2 Origin: https://github.com/symfony/symfony/commit/6703b416d8e7edc2fd04a214b317ea4a189cac51
* Update IpValidatorTest data set with a valid reserved IPJakub Zalas2017-01-29
| | | | | | The validator uses PHP filter which was recently fixed (see https://bugs.php.net/bug.php?id=72972). Origin: https://github.com/symfony/symfony/commit/86a151c9f57adc3cb3734aa7b74d5bf1462bf0ce
* Commit Debian 3.0 (quilt) metadatadebian/2.8.7+dfsg-1.1archive/debian/2.8.7+dfsg-1.1James Clarke2017-01-29
| | | | [dgit (3.9) quilt-fixup]
* Finalise NMUJames Clarke2017-01-29
|
* NMU changelog entryJames Clarke2017-01-29
|
* Do not depend on a fixed date in layout testsChristian Flothmann2017-01-29
| | | | | | | | | | By default, the `DateType` as well as the `DateTimeType` set the choices being available for the year to a range starting five years in the past. After some time, this will make tests fail when the year of the fixed date being used as the initial data is before the first year being part of the choices. Origin: backport, https://github.com/symfony/symfony/commit/97b7fabf519b48333b772924b141f84efdb44c1e
* Fix PHP 7.1 related failuresNicolas Grekas2017-01-29
| | | | | Origin: backport, https://github.com/symfony/symfony/commit/07467ed3a3aca5bd8760060e4472cf519b7812c5 Bug-Debian: https://bugs.debian.org/832858
* HttpFoundation Fix incompatibility with php-memcache from DebianDaniel Beyer2016-06-08
| | | | | | | | | The version of php-memcache (3.0.9~20151130.fdbd46b-1) in Debian makes the test MemcacheSessionHandlerTest::testReadSession fail, complaining about missing arguments. This commit solves this issue. Forwarded: https://github.com/symfony/symfony/pull/17873 Gbp-Pq: Name HttpFoundation-Fix-incompatibility-with-php-memcache.patch
* FrameworkBundle+SecurityBundle: Don't try to include legacy autoload filesDaniel Beyer2016-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | The AppKernel.php used for some functional tests still tries to load ./autoload.php(.dist), which is no longer shipped with Symfony in favour of using vendor/autoload.php. This is harmless for the normal testsuite, but becomes problematic for the Debian packaging of Symfony: In Debian the autoloading for Symfony currently does not make use of composer's autoloading mechanism. Instead an own autoloading is implemented, that uses phpab to generate autoload.php files for each single component, bride and bundle. Since AppKernel.php, which is provided for functional tests in FrameworkBundle and SecurityBundle would load those generated autoload.php files instead of /vendor/autoload.php, the testsuite fails for the Debian packaging. Additionally for DEP-8 (as-installed) tests not including vendor/autoload.php means, that instead of installed classes, classes from the source code are loaded, which is wrong. Example for tests in the Symfony SecurityBundle: Instead of loading [SYMFONY]/vendor.autoload.php, the file [SYMFONY]/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php would load [SYMFONY]/src/Symfony/Bundle/SecurityBundle/autoload.php without this patch, making the tests fail. Forwarded: no Gbp-Pq: Name FrameworkBundle-SecurityBundle-Don-t-try-to-include-.patch
* Increasing timeout in test AbstractProcessTest::testStartAfterATimeout()Daniel Beyer2016-06-08
| | | | | | | | This hopefully will allow ci.debian.net to run DEP-8 as installed tests and might prevent FTBFS #775625 from hitting us again. Forwarded: no Gbp-Pq: Name Increasing-timeout-in-test-AbstractProcessTest-testS.patch
* Add more tests to '@group tty'Daniel Beyer2016-06-08
| | | | | | | | | | Not all tests using a tty are in @group tty. This should be reported (and fixed) upstream but needs further investigation: - There might be more tests needing a tty. - It could be that some tests in group tty may not need a tty. Forwarded: no Gbp-Pq: Name Add-more-tests-to-group-tty.patch
* '@group online' for test failing without networkDaniel Beyer2016-06-08
| | | | | | | | Forwarded: not-needed >From https://wiki.debian.org/buildd: "(...) most buildds will have no network access available. (...)" Gbp-Pq: Name group-online-for-test-failing-without-network.patch
* symfony (2.8.7+dfsg-1) unstable; urgency=mediumDavid Prévot2016-06-08
|\ | | | | | | | | | | | | | | | | | | [ Fabien Potencier ] * updated VERSION for 2.8.7 [ Nicolas Grekas ] * [PropertyAccess] Fix for PHP 7.0.7 [dgit import unpatched symfony 2.8.7+dfsg-1]
| * Import symfony_2.8.7+dfsg-1.debian.tar.xzDavid Prévot2016-06-08
| | | | [dgit import tarball symfony 2.8.7+dfsg-1 symfony_2.8.7+dfsg-1.debian.tar.xz]
* Import symfony_2.8.7+dfsg.orig.tar.gzDavid Prévot2016-06-08
[dgit import orig symfony_2.8.7+dfsg.orig.tar.gz]