demo

Symfony Demo Application

MIT License

Downloads
193.1K
Stars
2.4K
Committers
182

Bot releases are hidden (Show)

demo - 1.6.1

Published by javiereguiluz over 4 years ago

New features

[87d18aa] Moved Doctrine migrations from src/migrations/ to migrations/ (@rosier)
[398d18c] Run tests also against upcoming versions of Symfony (@rosier)

Bug fixes

[951c8b3] Fixed a method name related to exceptions (@xabbuh)
[40194c6] Minor README updates (@bocharsky-bw)
[7d625c2] Updated Chinese translations (@siganushka)

demo - 1.6.0

Published by javiereguiluz over 4 years ago

New features

[7d8a3d7][18c0ef8] Updated to Symfony 5.1 and synced recipes (@nicolas-grekas)

Bug fixes

[3a03a8d][7e49b64][1683d47] Updated Travis CI config (@michaelKaefer)

demo - 1.5.3

Published by javiereguiluz over 4 years ago

Bug fixes

[c4d3d5f] Fixed unbound version constraints and update dependencies (@rosier)
[b3b7d37] Updated jQuery to 3.5.1 (@javiereguiluz)
[b70467e] Updated PHP dependencies (@javiereguiluz)

demo - 1.5.2

Published by javiereguiluz over 4 years ago

Changelog

[3f7b12b] Use PHPUnit 8 (@dmaicher)
[ccf71d8] Replaced twig and twig-bundle with twig-pack (@ker0x)
[d4ab904] Simplified form tests, add scalar return types, remove unused variables (@ker0x)
[643e877] Updated BlogControllerTest (@DurandSacha)
[46d1eae] Updated layout.html.twig (@Yohann76)

demo - 1.5.1

Published by javiereguiluz over 4 years ago

New features

[5e0b275] Use the String component (@javiereguiluz)
[2227440] Use new functional test specific assertions (@voronkovich)
[177b652] Use short syntax for routes HTTP methods (@voronkovich)
[e01aebb] Replaced SwiftMailer by Symfony Mailer (@javiereguiluz)
[17bf17b] Made blog post titles unique (@javiereguiluz)
[5eae5f2] Validate Composer files while TravisCI build (@voronkovich)
[d94fcc8] Required symfony/apache-pack package (@bocharsky-bw)
[e2944ce] Updated tgalopin/html-sanitizer to remove Intl extension requirement (@tgalopin)

Bug fixes

[4e1522b] Fixed broken links (@voronkovich)
[7cbada1] Made tests compatible with PHPUnit 8 (@voronkovich)
[4966423] Removed "symfony/polyfill-php72" from the dependencies (@rosier)
[3abd67a] Use a more friendly message about hardcoding user details (@pierredup)
[4016b3c] Add a translation for a message about slug uniqueness (@voronkovich)
[3b68b6d] Updated Ukrainian translation (@bocharsky-bw)
[0583b4d] Updated Russian translation (@Coderberg)

demo - 1.5.0

Published by javiereguiluz almost 5 years ago

New features

[c84f52a][f73440d] Updated the project to Symfony 5.0 (@javiereguiluz)
[1da3dd8] Updated the project to Twig 3 (@javiereguiluz)

Bug fixes

[fab2054] Made paginator strings translatable (@davialexandre)
[c0ccc57] Fixed demo password autofill on Firefox (@bocharsky-bw)
[cd27100] Updated front-end dependencies (@javiereguiluz)
[d2b90fb] Updated Brazilian Portuguese translations (@davialexandre)
[37f9f60] Updated Russian translations (@bocharsky-bw)
[28e2ee6] Updated Ukrainian translations (@bocharsky-bw)

demo - 1.4.4

Published by javiereguiluz about 5 years ago

Bug fixes

[df8275b] Updated Lithuanian translations (@tomasliubinas)
[0a57f82] Updated JavaScript dependencies (@javiereguiluz)
[376e791] Require the Intl MesageFormatter polyfill to avoid Intl errors (@dmaicher)

demo - 1.4.3

Published by javiereguiluz about 5 years ago

New features

[309bd35] Added a Paginator object based on Doctrine's paginator (@javiereguiluz)
[9b365c2] Applied latest changes in FrameworkBundle recipe (@bocharsky-bw)
[b72b591] Be more specific in linting Twig and YAML files (@chr-hertel)
[fa1304b] Test the project with Symfony 4.4 and 5.0 too (@Mazarini)

Bug fixes

[3829e95] Updated license year (@Arman-Hosseini)
[6bdc4ce] Fixed pagination class (@ogizanagi)
[46fe82f] Disabled asset versioning to fix tests on Travis CI (@bocharsky-bw)

demo - 1.4.2

Published by javiereguiluz over 5 years ago

Bug fixes

[78b8f02] Require symfony/dotenv in prod too (@javiereguiluz)
[badac21] Use PHPUnit 7.5 in tests (@dmaicher)
[2a83a63] Stop using deprecated event classes (@javiereguiluz)
[3e36a18] Fixed failing tests on systemas where Argon2 hasher is not available (@dmaicher)

demo - 1.4.1

Published by javiereguiluz over 5 years ago

New features

[11c1717] Use Doctrine's Pager instead of Pagerfanta pagination library (@javiereguiluz)
[4a1acec] Improved the "continuous integration" config to detect assets that need to be built (@bocharsky-bw)
[a87ce8f] Updated the front-end dependencies (@javiereguiluz)
[3c6a6f2] Rebuilt front-end assets (@bocharsky-bw)

Bug fixes

[bdd0a35] Removed beta minimum stability (@gmsantos)
[0a35be2] Removed duplicated quotes (@bocharsky-bw)

demo - 1.4.0

Published by javiereguiluz over 5 years ago

New features

[2467113] Updated to Symfony 4.3 (@javiereguiluz)
[c30d49a] Updated the design of the language selector (@javiereguiluz)
[e26780b] Updated events to the new Symfony 4.3 usage (@ayshiff)

demo - 1.3.7

Published by javiereguiluz over 5 years ago

New features

[7c105f8] Added MakerBundle as a dev dependency (@bocharsky-bw)
[80d6efe] Block login page for already logged in users (@Carrancio)
[4d4d506][39d4c3d] Updated FontAwesome icons to 5.8 version (@javiereguiluz, @bocharsky-bw)

Bug fixes

[144b3a9] Updated docblock links (@miguelci)

demo - 1.3.6

Published by javiereguiluz over 5 years ago

Bug fixes

[4bc69f6] Fixed erusev/parsedown security vulnerability (@tony-tran)

demo - 1.3.5

Published by javiereguiluz over 5 years ago

New features

[7743c5b] Use Voter constants instead of plain explicit string (@inmarelibero)
[df500dc] Added Lithuanian translation (@uikolas)
[2a330a3] Removed stylesheet entries from Encore config (@voronkovich)
[dbc4fae] Updated Encore and tweak some of its settings (@Lyrkan)

Bug fixes

[1c82f39] Redirect to the right page after changing the locale in the login page (@javiereguiluz)
[b005cec] Updated "Template" to "TemplateWrapper" to fix a Twig deprecation (@bobdenotter)

demo - 1.3.4

Published by javiereguiluz over 5 years ago

New features

[d59a50f] Migrated from HTMLPurifier to html-sanitizer (@tgalopin)
[380a07e] Added missing return types (@Coderberg)
[a50e3e4] Added PHP 7.3 to Travis CI tests (@Coderberg)
[0a99a78] Updated dependencies to Symfony 4.2.3 (@javiereguiluz)

Bug fixes

[d911861][9c1f379] Fixed Russian translation (@yceruto)
[4e03903] Fixed the handling of flash messages (@Matvien)
[5418747] Updated some contents to make them more inclusive (Raphaëll Roussel)

demo - 1.3.3

Published by javiereguiluz almost 6 years ago

Bug fixes

[759d784] Fixed dynamic translation with ICU (@matthieumota)
[37d5c5e] Updated PagerfantaBundle to remove a deprecation (@Coderberg)
[451fbe0] Improved entities contracts (@yceruto)
[34db091] Fixed transitive dependencies usage (@javiereguiluz)

demo - 1.3.2

Published by javiereguiluz almost 6 years ago

New features

[cc35898] Use bootstrap.php for tests and environment-specific settings (@yceruto)

Bug fixes

[d53dfce] Updated assets and fixes JS files composition (@yceruto)
[5d9eb0f] Updated Russian translation (@Coderberg)
[88a62b2][642a2a7] Updated dependencies (@dmaicher, @ker0x)

demo - 1.3.1

Published by javiereguiluz almost 6 years ago

New features

[1585b7d] Added translations for input help (@ker0x)

Bug fixes

[279f8a0] Fixed translations files with ICU message formater (@ker0x)
[d276194] Temporary fix for the styles of the error 500 page (@javiereguiluz)
[fe0f899] Fixed an issue that prevented to autoload IntlTimeZone class (@fabpot)

demo - 1.3.0

Published by javiereguiluz almost 6 years ago

New features

[61bae05][ff45fe2] Replaced the "transchoice" filter by "trans" (@gmsantos, @javiereguiluz)
[985cdb9][9c700ac] Migrated from @Security to @IsGranted (@ker0x)
[dfc8a44] Upgraded symfony/webpack-encore to 0.21.0 (@wenmingtang)
[7dd9744] Updated to Symfony 4.2 stable (@javiereguiluz)

Bug fixes

[6ec2223] Fixed the has_role() deprecation (@javiereguiluz)
[fcd4661] Fixed the DateTime constraint deprecation (@javiereguiluz)
[ee62dcd] Fixed the DateTimePicker widget (@yceruto)
[6a4ce6b] Used testing container to access private service (@dmaicher)
[3d7bae2] Deleted duplicate sensio_framework_extra config (@Tobion)
[7c6c261] Removed default private services config (@Tobion)
[d56921b] Remove deprecated --env and --no-debug console options (@Tobion)
[b56345f] Removed leftover SymfonyRequirements from standard-edition (@Tobion)
[a3d26c0] Removed md2html from summary on blog index template (@hapheus)
[1dcf7cf] Updated Russian translation (@Coderberg)

demo - 1.2.7

Published by javiereguiluz about 6 years ago

No new features or bug fixes. Just updated PHP and JavaScript dependencies. See #864.