Skip to content

Tags: mantulo/symfony-demo

Tags

v0.3.1

Toggle v0.3.1's commit message
minor symfony#73 Use css flexbox for sticky footer. (ogizanagi)

This PR was merged into the master branch.

Discussion
----------

Use css flexbox for sticky footer.

![screenshot 2015-06-28 a 09 45 51](https://cloud.githubusercontent.com/assets/2211145/8395614/ac9f55fc-1d7b-11e5-9bf5-863339570ea2.PNG)

Commits
-------

52e0633 Use css flexbox for sticky footer.

v0.3.0

Toggle v0.3.0's commit message
feature symfony#72 Updated the demo application to Symfony 2.7 (javie…

…reguiluz)

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

Discussion
----------

Updated the demo application to Symfony 2.7

This fixes symfony#71

Commits
-------

677e6a5 Updated the demo application to Symfony 2.7

v0.2.6

Toggle v0.2.6's commit message
feature symfony#33 Moved web assets to web/ and implemented a pure PH…

…P compression solution for CSS and JS files (javiereguiluz)

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

Discussion
----------

Moved web assets to web/ and implemented a pure PHP compression solution for CSS and JS files

This fixes symfony#5

Commits
-------

b9d2f1e Moved web assets to web/ and implemented a pure PHP compression solution for CSS and JS files

v0.2.5

Toggle v0.2.5's commit message
feature symfony#62 The controller and template file paths are now cli…

…ckable links (javiereguiluz)

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

Discussion
----------

The controller and template file paths are now clickable links

This fixes symfony#30

Commits
-------

8dd763a The controller and template file paths are now clickable links

v0.2.4

Toggle v0.2.4's commit message
minor symfony#48 Removed unneeded Request argument (frastel)

This PR was merged into the master branch.

Discussion
----------

Removed unneeded Request argument

The assigned Request instance is currently not needed in the login action and thus should be removed from the methods signature.

Commits
-------

80ea571 Removed unneeded Request argument

v0.2.3

Toggle v0.2.3's commit message
bug symfony#43 Fixed backend design for the listing actions (javiereg…

…uiluz)

This PR was merged into the master branch.

Discussion
----------

Fixed backend design for the listing actions

I was playing with the Russian translation kindly provided by @bocharsky-bw and I noticed the following issue:

![before](https://cloud.githubusercontent.com/assets/73419/7233447/8180a7a2-e781-11e4-939f-b8321c14245d.png)

After this PR, the actions should always be correctly displayed:

![after](https://cloud.githubusercontent.com/assets/73419/7233456/8a47b934-e781-11e4-8a42-29a4b172da43.png)

Commits
-------

bd6a4a6 Fixed backend design for the listing actions

v0.2.2

Toggle v0.2.2's commit message
Updated the project dependencies

v0.2.1

Toggle v0.2.1's commit message
bug symfony#25 Use DIRECTORY_SEPARATOR constant to avoid Windows issu…

…es (javiereguiluz)

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

Discussion
----------

Use DIRECTORY_SEPARATOR constant to avoid Windows issues

This PR fixes the issue reported at symfony/symfony#14239

Commits
-------

622a9d0 Use DIRECTORY_SEPARATOR constant to avoid Windows issues

v0.2.0

Toggle v0.2.0's commit message
feature symfony#20 Added a new app:list-users command to show Buffere…

…dOutput + Table + Emails (javiereguiluz)

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

Discussion
----------

Added a new app:list-users command to show BufferedOutput + Table + Emails

Commits
-------

69cce9c Added a new app:list-users command to show BufferedOutput + Table + Emails

v0.1.0

Toggle v0.1.0's commit message
Updated project dependencies