Skip to content

Tags: jbyrum/symfony-demo

Tags

v0.9.6

Toggle v0.9.6's commit message
Improved a help note about event subscribers

v0.9.5

Toggle v0.9.5's commit message
minor symfony#410 Fixed tests on Windows systems (javiereguiluz)

This PR was squashed before being merged into the master branch (closes symfony#410).

Discussion
----------

Fixed tests on Windows systems

Trying to fix the AppVeyor issues by reusing Symfony's `appveyor.yml` file.

Commits
-------

274a5eb Fixed tests on Windows systems

v0.9.4

Toggle v0.9.4's commit message
feature symfony#405 Upgraded the application to Symfony 3.2.0 (javier…

…eguiluz)

This PR was squashed before being merged into the master branch (closes symfony#405).

Discussion
----------

Upgraded the application to Symfony 3.2.0

Commits
-------

13b1eb8 Upgraded the application to Symfony 3.2.0

v0.9.3

Toggle v0.9.3's commit message
minor symfony#400 Updated some help notes for parameters.yml.dist (ja…

…viereguiluz)

This PR was merged into the master branch.

Discussion
----------

Updated some help notes for parameters.yml.dist

* Short params have been moved at the top of the file because `env(DATABASE_URL)` is too long and hides them
* `env(SYMFONY_LOG)` value is now wrapped in quotes to avoid deprecations
* Simplified `env(SYMFONY_SECRET)` description
* Commented the params related to the mailer (because the mailer is already disabled in the application)

Commits
-------

d44b8fe Updated some help notes for parameters.yml.dist

v0.9.2

Toggle v0.9.2's commit message
feature symfony#385 Updated to Symfony 3.1.5 (javiereguiluz)

This PR was merged into the master branch.

Discussion
----------

Updated to Symfony 3.1.5

Full composer update log:

```
  - Removing twig/twig (v1.25.0)
  - Installing twig/twig (v1.26.1)

  - Removing symfony/symfony (v3.1.4)
  - Installing symfony/symfony (v3.1.5)

  - Removing psr/log (1.0.0)
  - Installing psr/log (1.0.1)

  - Removing doctrine/dbal (v2.5.4)
  - Installing doctrine/dbal (v2.5.5)

  - Removing doctrine/orm (v2.5.4)
  - Installing doctrine/orm (v2.5.5)

  - Removing sensiolabs/security-checker (v3.0.2)
  - Installing sensiolabs/security-checker (v4.0.0)

  - Removing sensio/distribution-bundle (v5.0.9)
  - Installing sensio/distribution-bundle (v5.0.13)

  - Removing twig/extensions (v1.3.0)
  - Installing twig/extensions (v1.4.0)

  - Removing symfony/phpunit-bridge (v3.1.4)
  - Installing symfony/phpunit-bridge (v3.1.5)

  - Removing phpdocumentor/reflection-docblock (3.1.0)
  - Installing phpdocumentor/reflection-docblock (3.1.1)
```

Commits
-------

52e6824 Updated to Symfony 3.1.5

v0.9.1

Toggle v0.9.1's commit message
Added a help note about why it's the password/username hardcoded

v0.9.0

Toggle v0.9.0's commit message
feature symfony#350 Use new php features (voronkovich)

This PR was squashed before being merged into the master branch (closes symfony#350).

Discussion
----------

Use new php features

See symfony#346

Commits
-------

055fc88 Use new php features

v0.8.4

Toggle v0.8.4's commit message
feature symfony#328 Replaced KnpPaginator by PagerFanta (javiereguiluz)

This PR was squashed before being merged into the master branch (closes symfony#328).

Discussion
----------

Replaced KnpPaginator by PagerFanta

This fixes symfony#305.

Commits
-------

df26404 Replaced KnpPaginator by PagerFanta

v0.8.3

Toggle v0.8.3's commit message
feature symfony#323 Make the retrieval of template source compatible …

…with Twig 2 (stof)

This PR was merged into the master branch.

Discussion
----------

Make the retrieval of template source compatible with Twig 2

Closes symfony#322

Commits
-------

6f2109d Make the retrieval of template source compatible with Twig 2

v0.8.2

Toggle v0.8.2's commit message
minor symfony#311 Use non-deprecated APC validator and serializer ser…

…vice names (bocharsky-bw)

This PR was merged into the master branch.

Discussion
----------

Use non-deprecated APC validator and serializer service names

According to the symfony/symfony-standard#901 .

Commits
-------

ffd6aea Use non-deprecated APC validator and serializer service names