Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: phpcoderpl/demo

Tags

v1.5.3

Toggle v1.5.3's commit message
minor symfony#1108 Updated PHP dependencies (javiereguiluz)

This PR was squashed before being merged into the master branch.

Discussion
----------

Updated PHP dependencies

This updates Symfony to 5.0.8.

Commits
-------

2561bc4 Updated PHP dependencies

v1.5.2

Toggle v1.5.2's commit message
minor symfony#1097 Updated frontend dependencies (javiereguiluz)

This PR was merged into the master branch.

Discussion
----------

Updated frontend dependencies

symfony#1093 updated the `yarn.lock` file ... but I reverted the changes because updating front-end deps require rebuilding everything, as done in this PR.

Commits
-------

9f799ff Updated frontend dependencies

v1.5.1

Toggle v1.5.1's commit message
minor symfony#1076 Add missing Russian translations (Coderberg)

This PR was merged into the master branch.

Discussion
----------

Add missing Russian translations

Commits
-------

a4303d3 Add missing Russian translations

v1.5.0

Toggle v1.5.0's commit message
minor symfony#1051 Updated Symfony dependencies (javiereguiluz)

This PR was merged into the master branch.

Discussion
----------

Updated Symfony dependencies

Update to Symfony 5.0.1 and latest Symfony Flex version.

Commits
-------

8d828ee Updated Symfony dependencies

v1.4.4

Toggle v1.4.4's commit message
bug symfony#1031 require symfony/polyfill-intl-messageformatter (dmai…

…cher)

This PR was merged into the master branch.

Discussion
----------

require symfony/polyfill-intl-messageformatter

Fixes symfony#1026

Commits
-------

1dffa66 require symfony/polyfill-intl-messageformatter

v1.4.3

Toggle v1.4.3's commit message
feature symfony#1006 Added a Paginator object based on Doctrine's pag…

…inator (javiereguiluz)

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

Discussion
----------

Added a Paginator object based on Doctrine's paginator

The current code uses an array to provide the pagination information. We did that as part of the quick proof-of-concept replacement of Pagerfanta library.

This PR proposes to replace that array by a proper object. The new design was based on the one proposed by EasyAdmin to also replace Pagerfanta (EasyCorp/EasyAdminBundle#2777).

Commits
-------

7a9e13e Added a Paginator object based on Doctrine's paginator

v1.4.2

Toggle v1.4.2's commit message
bug symfony#1001 revert fixtures db change (dmaicher)

This PR was merged into the master branch.

Discussion
----------

revert fixtures db change

This fixes symfony#998

The issue was that the fixture db data contained user passwords using `argon2` encoder algo which is not implemented in php 7.1 afaik. So authentication failed in the tests.

So this reverts the db changes done in symfony@6c32238.

Build is green now 😉

Commits
-------

a3fb81b revert fixtures db change

v1.4.1

Toggle v1.4.1's commit message
minor symfony#995 Updated dependencies to Symfony 4.3.1 (javiereguiluz)

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

Discussion
----------

Updated dependencies to Symfony 4.3.1

Commits
-------

3975853 Updated dependencies to Symfony 4.3.1

v1.4.0

Toggle v1.4.0's commit message
Minor tweaks

v1.3.7

Toggle v1.3.7's commit message
minor symfony#976 Updated docblock links (miguelci)

This PR was merged into the master branch.

Discussion
----------

Updated docblock links

Was following the documentation here and one of the links wasn't going anywhere.
Updated the link that wasn't working and also others that had redirects.
Not a big PR, but might help someone.

Commits
-------

3a91541 Updated docblock links