Skip to content

3.2.0

Compare
Choose a tag to compare
@roderik roderik released this 06 Jul 15:55
· 3301 commits to master since this release

Warning: breaking changes, please check UPGRADE-3.2.md

  • [PagepartBundle] Pagepart limits #523 (@bureaublauwgeel)
  • [NodeBundle] Fix admin preview when controller as a service is used #522 (@Devolicious)
  • [AdminBundle] Make it possible to use a custom form template without overriding the default Tab/FormWidget #519 (@jockri)
  • [SitemapBundle] Fix HiddenFromSitemap interface name #518 (@jockri)
  • [AdminBundle] fixed styling error labels in page-main-tabs #517 (@dbeerten)
  • [AdminBundle] fix date time picker widget, time issue #515 (@FVKVN)
  • [FixturesBundle] FixturesBundle with yaml files (inspired by nelmio/alice) #514 (@Devolicious)
  • [NodeSearchBundle] changed NodePagesConfiguration methods/properties from private to protected to improve extendability #513 (@Devolicious)
  • [Documentation] Working with admin lists follow naming conventions #512 (@denbatte)
  • [Documentation] Working with adminlists #511 (@denbatte)
  • [Documentation] Updated copyright to 2015 #510 (@maqnouch)
  • [MediaBundle] refactored MediaValidator, fixed missing TOO_NARROW_ERROR constant #508 (@mlebkowski)
  • [AdminBundle] reinit advancedSelect when editing a PagePart #507 (@mlebkowski)
  • [SitemapBundle] Add required interface to the SitemapPage #506 (@kimausloos)
  • [Documentation] Managing menu items #504 (@denbatte)
  • [Documentation] Use stable version instead of master (as the latter can be unstable) #501 (@wimvds)
  • [AdminBundle] Make AdminLocaleListener also update locale on subrequests #499 (@bureaublauwgeel)
  • [AdminBundle] Fix for failure to save permissions #496 (@kos4live)
  • [AdminBundle] Fixed missing error messages due to overwriting the errors array #495 (@Devolicious)
  • [MenuBundle] Added the KunstmaanMenuBundle #492 (@jockri)
  • [UtilitiesBundle] Changed Transliterator behavior to handle polish diacritics #490 (@genjusz)
  • [GeneratorBundle] Update of the demosite styleguide #489 (@FVKVN)
  • Extending the admin User entity 3.2.*@dev #484 (@wimvds)
  • [GeneratorBundle] Fix for nodemenu in generated twig template #483 (@woutervandamme)
  • [GeneratorBundle] Fix for nodemenu in generated twig template #482 (@woutervandamme)
  • [LeadGenerationBundle] remove commented code #481 (@woutervandamme)
  • [LeadGenerationBundle] Moved the LeadGenerationBundle documentation to the cookbook #479 (@jockri)
  • [GeneratorBundle] Prevent class not found bug when creating an entity and admin list #478 (@wimvds)
  • [Documentation] Add custom filter documentation to cookbook #477 (@wimvds)
  • [DashboardBundle] unified the css output paths for assetic #476 (@virtualize)
  • [Dependencies] Remove support for symfony 2.3 #475 (@krispypen)
  • [NodeBundle] change nodeMenu in renderContext to twig function #474 (@woutervandamme)
  • [AdminBundle] Add command to migrate existing users #472 (@arneruy)
  • [LeadGenerationBundle] added initial LeadGenerationBundle version #471 (@jockri)
  • [Dependencies] Lock on symfony lower then 2.7 (TEMPORARY) #470 (@krispypen)
  • [SeoBundle] Avoid using "and" operator, using && #468 (@denbatte)
  • [NodeSearchBundle] Refactored search to seperate service #465 (@woutervandamme)
  • [NodeBundle, UserManagementBundle, AdminBundle, AdminListBundle, ArticleBundle, LiveReloadBundle, MediaBundle, SeoBundle, VotingBundle] removed unused use statementes #463 (@denbatte)
  • [SitemapBundle] refactored SitemapInterface #462 (@denbatte)
  • [NodeBundle] fixes Sensiolabs insight issues on Nodebundle #461 (@denbatte)
  • [FormBundle] Order the FormSubmissionFields like their respective PageParts on the FormPage #446 (@kln3wrld)
  • [AdminBundle, GeneratorBundle, UserManagementBundle] Remove default hardcoded admin/admin #382 (@arneruy)
  • [SitemapBundle] Make use of a sitemapindex and sub sitemaps #330 (@denbatte)
  • Upgrade dev-master branch alias to 3.2-dev #308 (@roderik)
  • [GeneratorBundle] Replace DialogHelper with QuestionHelper #304 (@arneruy)