Tags: phpcoderpl/demo
Tags
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
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
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
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
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
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
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
PreviousNext