demo

Symfony Demo Application

MIT License

Downloads
193.1K
Stars
2.4K
Committers
182

Bot releases are hidden (Show)

demo - 2.5.1 Latest Release

Published by javiereguiluz 8 months ago

New features

[a2073d06] Upgrade to Doctrine DBAL 4 and ORM 3 (@dmaicher)
[860b954b] Improve routes requirements (@HeahDude)
[e6f23523] Added a new Albanian translation (@llupa)
[b3aee5f1] Added a new Nepali translation (@TsongSteven)

Bug fixes

[49578e7a] Replace namespace Route Annotation with Route Attribute (@ker0x)
[355f695e] Remove the unused var/sessions/ directory (@javiereguiluz)
[4d9888d5] Make code style more consistent (@shuraknows)
[bbc5de32] Update assets compilation in GitHub CI (@seb-jean)

demo - 2.5.0

Published by javiereguiluz 10 months ago

New features

[78e116b] Use #[Autowire] attribute instead of YAML config (@GromNaN)
[9ac2900] Use Security::logout() instead of redirecting to the logout URL (@GromNaN)
[b0c6921] Upgrade to AssetMapper 6.4 (@weaverryan)
[37813f6] Display the language selector in the homepage (@javiereguiluz)
[637c294] Add a subtle cross-fade view transition (@javiereguiluz)
[3edba75] Update to Symfony 7 (@javiereguiluz)

Bug fixes

[c8bafc3] Also run tests on PHP 8.2 and PHP 8.3 (@rosier)
[06bdbde] Remove broken link from the error 500 page (@rosier)
[83dbfc9] Fix return type of change password action (@HeahDude)
[263c879] Fix comment about mailer config (@HeahDude)
[8f7b923] Minor update in ListUsersCommand (@hbgamra)

demo - 2.4.0

Published by javiereguiluz 11 months ago

This is the first version that runs on Symfony 6.4 🎉

New features

[701f9d0] Use 303 redirections after form submissions (@Arkounay)
[b19c543] Enable backtraces in Doctrine profiler (@GromNaN)
[945a0f2] Create link_source_file helper to replace internal WebProfiler helper (@GromNaN)
[38ad58e][72040e7] Update to Symfony 6.4 (@javiereguiluz)

Bug fixes

[27f08c4] Show invisible alerts (fix #1440) (@smnandre)
[578246c] Update documentation links (@smnandre)
[23ff699] Fix comment stating isSubmitted is optional (@smnandre)
[c9494ec] Add notice to messenger for async code (@94noni)

demo - 2.3.0

Published by javiereguiluz about 1 year ago

New features

[4a1d48b] Add flatpickr as a datepicker (@atierant)
[4dc4256] Update design to use Bootstrap 4 (@atierant)
[4768343] Update the design of the language selector (@javiereguiluz)
[0b3e330] Update the design of the source code modal (@javiereguiluz)
[ee044c7] Use readonly properties (@COil)
[04c1798] Use security roles constants (@COil)
[83f8308] Use final classes (@COil)

Maintenance

[dc7ae36] Update recipes (@fabpot)
[e1468d2] Update the project to Symfony 6.3 (@javiereguiluz)

Bug fixes

[39fb43c] Fix comment typo (@slodplaadmin)

demo - 2.2.3

Published by javiereguiluz over 1 year ago

Bug fixes

[84ae312] Fixed PHP named arguments order (@COil)
[3787b9f][12e361a] Update frontend and backend dependencies (@nicolas-grekas, @javiereguiluz)

demo - 2.2.2

Published by javiereguiluz over 1 year ago

New features

[2ab114f] Replace AJAX search with Symfony UX Live Component (@ker0x)
[b0526f4] Add Symfony and Doctrine PHPStan extensions (@ker0x)
[c3a2e2e] Add Basque translation (@aetxebeste)

Bug fixes

[1391d41] Limit page size to prevent integer overflow (@Tobion)
[37f3fa6] Apply changes required by PHP CS Fixer (@bocharsky-bw)
[15f089a] Update copyrights year in LICENSE (@bocharsky-bw)
[4edf0b5] Update dependencies + fix tests (@dmaicher)
[2df34b7] Bump minimum version of Doctrine Bundle to ^2.8 (@rosier)
[248c56f][d93d6f6] Update README instructions about cloning the repository (@COil, @javiereguiluz)
[557e9f9] Minor design tweak in the blog post metadata (@javiereguiluz)
[c31e074] Regenerate the sample database contents (@javiereguiluz)
[852aaf5] Update Lithuanian translation (@ciajulius)

demo - 2.2.1

Published by javiereguiluz almost 2 years ago

New features

[ecb6655] Add a basic Symfony UX Stimulus demo (Antoine Makdessi)
[c668648][3965fa3] Add CSRF protection to logout url in the user controller (@rosier)
[5fbfdb7] Use a simpler form rendering (@seb-jean)
[7349f26] Use the new 'hash_property_path' option of the PasswordType field (@rosier)

Bug fixes

[8b036a5] Update PHPDoc and remove unnecessary PHPDoc applied to fix PHP-CS-Fixer errors (@kniziol)
[22af0ca] Remove "Require symfony/flex" step from tests (@rosier)
[0e63b36] Remove composer/package-versions-deprecated from allow-plugins (@rosier)
[6bcfedd] Add missing yarn dependencies (@flovntp)

demo - 2.2.0

Published by javiereguiluz almost 2 years ago

New features

[5a37aa1] Add "Remember me" feature in the login form (@artyuum)
[2767915] Create devcontainer.json to add compatibility with GitHub Codespacces (@shyim)
[441b20b] Update to Symfony 6.2 (@javiereguiluz)

Bug fixes

[0604b0b] Fix GitHub Actions deprecation warnings (@rosier)
[4651bcc] Use Doctrine Types in entities (@qdequippe)
[9172868] Bump Doctrine bundle dependency (@rosier)
[6511204] Fix issues reported by PHPStan (@kniziol)

demo - 2.1.2

Published by javiereguiluz almost 2 years ago

Bug fixes

[8e305c6] Update lint.yaml to fix security check (@Coderberg)
[47375e5] Update php-cs-fixer cache filename (@deguif)
[539cbc0] Remove unused HTML code (@Nek-)
[c512f19] Remove Tag::setName (@chr-hertel)
[60783c4] Use 'composer audit' instead of 'symfony check:security' (@rosier)

demo - 2.1.1

Published by javiereguiluz about 2 years ago

Bug fixes

[0ff22b5] Replace deprecated node-sass with sass (@skmedix)
[153f8de] Fix Arabic translation issue (@asispts)
[345bf8f] Fix GitHub CI (@javiereguiluz)
[8c083a3] Update front-end dependencies and rebuild assets (@javiereguiluz)

demo - 2.1.0

Published by javiereguiluz over 2 years ago

The highlight of this new release is that Symfony Demo has been upgraded to use Symfony 6.1 and PHP 8.1.

New features

[096896f] feature #1339 Upgrade to Symfony 6.1 (@javiereguiluz)
[9837e4d] Use attributes to define ORM metadata (@javiereguiluz)

Bug fixes

[cf97997] minor #1327 bump dama/doctrine-test-bundle to ^7.0 (@dmaicher)
[8cfb91b][681a45d][9b4e412] Fixed source code modal doesn't show PHP attributes (@voronkovich)
[e7cc207] Don't override the post slug if it's already set (@ecourtial)

demo - 2.0.2

Published by javiereguiluz over 2 years ago

New features

[4aaf871] Add example and documentation of logging (@94noni)
[f1ee7c6] Use logout_path() helper + add CSRF protection to logout (@wouterj)
[5149204] Use stderr for logging in prod (@fabpot)

Bug fixes

[0f99bfe] Update links & license year (@Coderberg)
[741aa2e] Remove the dependency on composer/package-versions-deprecated (@stof)
[e05392d] Fixed 2 typos: help.add_user/help.post_publication (@sandoba)
[6c1e93a] Update PHP doc about annotations IsGranted (@adpauly)

demo - 2.0.1

Published by javiereguiluz almost 3 years ago

New features

[5467857] Swap Markdown package from erusev to league (@94noni)
[59d1811] Use PHP 8 attributes to configure Command (@94noni)
[58d2a52] Upgrade symfony/flex to v2.0.1 (@94noni)
[12b2992] Update code to use the latest Node.js 16 LTS version (@fabpot)
[cf5e12d][8e8d63c] Add various comments in the codebase (@94noni)
[43404e8] Run tests on PHP 8.1 too (@rosier)

Bug fixes

[2aa5be7] Remove unused parameter (@rosier)
[e202561] Move JavaScript entry function in the HTML head (@94noni)
[407a301] Fix an exception in CommentType (@rosier)
[378f8a5] Fix translator parameters (@94noni)

demo - 2.0.0

Published by javiereguiluz almost 3 years ago

This is the first Symfony Demo version that requires Symfony 6.0 and PHP 8.0. If you need to run the Symfony Demo application in an earlier Symfony or PHP versions, use Symfony Demo 1.8.0 (which requires Symfony 5.4 and PHP 7.3 or higher).

New Features

[287057c] Upgrade to Symfony 6.0 (@javiereguiluz)
[3cc3abc] Add as many types as possible in the codebase (@seb-jean)
[9d43e66] Use many of the new PHP 8 features (@derrabus)

Bug fixes

[9d1e61c] Enable strict mode on assets (@GromNaN)
[c2315f7] Assets manifest is not necessary with Webpack Encore (@GromNaN)

demo - 1.8.0

Published by javiereguiluz almost 3 years ago

New features

[1a7777f] Upgrade to Symfony 5.4 (@javiereguiluz)
[c016ffc] Add a test for command ListUsers (test emails) (@Nek-)
[1481481] Add PHPStan to GitHub actions workflow (@burned42)

Bug fixes

[486bf50] Update German translation (@ihmels)
[9962551] Update SecurityController (@seb-jean)
[964ee34] Bump Doctrine packages (@derrabus)
[a43b073] Update PHPStan baseline (@derrabus)
[7ed6c4a] Install stty required for tests on ubuntu-latest (@bocharsky-bw)
[9c06dd5] Update deps to fix security-http vulnerability (@bocharsky-bw)

demo - 1.7.1

Published by javiereguiluz over 3 years ago

Bug fixes

[adf3116] Fix some dependencies (@nicolas-grekas)

demo - 1.7.0

Published by javiereguiluz over 3 years ago

New features

[6b03342] Upgrade to Symfony 5.3 (@nicolas-grekas, @javiereguiluz)
[b199d78] Allow PHP 8 and update dependencies (@rosier)
[1155cce] Update to Webpack Encore 1.0 (@javiereguiluz)
[9805936] Add Bosnian (bs) & Serbian (Latn & Cyrl) translation (@tambait)

Bug fixes

[ed27f44] Disable HTTP method override (@javiereguiluz)
[f7876f6] Update highlight.js (@Kolbasyatin)
[cd1c85b] Remove PHP 8 workarounds from CI (@derrabus)
[c2eb071] Rename config file to .php-cs-fixer.dist.php for PHP CS Fixer v3 (@rosier)

demo - 1.6.4

Published by javiereguiluz almost 4 years ago

New features

[c6009c3] Update the application to Symfony 5.2 (@javiereguiluz)
[1035980] Replaced return 0 with return Command::SUCCESS (@Coderberg)
[bb3b183] Replace Travis and Appveyor by GitHub Actions (@javiereguiluz)
[7f9f248] Updated JavaScript dependencies (@Coderberg)

Bug fixes

[fdeb741] Updated some setters in Post entity (@seb-jean)

demo - 1.6.3

Published by javiereguiluz almost 4 years ago

Bug fixes

[1a397dd] Added missing type declarations (@derrabus)
[6501d6e] Updated Symfony recipes to latest (@mstrom)
[a947168] Updated backend dependencies with Composer 2 (@javiereguiluz)

demo - 1.6.2

Published by javiereguiluz about 4 years ago

New features

[6fab15f] Added Arabic translation (@khaledalam)
[18b49ac] Added Slovak translation (@snickom)

Bug fixes

[ef5abdd] Fixed compatibility with Composer 2 (@nicolas-grekas)
[b8ea7e3] Renamed namespace App\Events to App\Event to be in sync with the Symfony Docs (@rosier)
[1c1ff08] Fixed search query (@jkufner)
[f6b7c2e] Fixed pagination with tag filter (@jkufner)
[3778016] Fixed "Doctrine\Common" deprecated classes (@bocharsky-bw)
[dc4a5ae] Fixed accessibility of a template (@Chi-teck)
[1d809c2] Specify the default user provider in the security firewall (@drupol)
[bcdd588] Simplified the PHP-CS-Fixer configuration (@michaelKaefer)
[e1dffb2] Removed some redundant u() from PostRepository::extractSearchTerms() (@jkufner)
[efabb34] Updated some missing translations (@eltomato89)
[4cf0160] Updated Spanish translation (@DIOHz0r)