SonataPageBundle

This bundle provides a Site and Page management through container and block services

MIT License

Downloads
868.7K
Stars
214
Committers
145

Bot releases are hidden (Show)

SonataPageBundle - 3.22.3

Published by VincentLanglet over 3 years ago

Fixed

SonataPageBundle - 3.22.2

Published by VincentLanglet over 3 years ago

Fixed

  • [#1310] Fixed creating sonata_page_admin twig variable only when SonataAdminBundle is loaded. (@franmomu)
SonataPageBundle - 3.22.1

Published by VincentLanglet over 3 years ago

Fixed

  • [#1305] Do not load api_form.xml if JMSSerializerBundle is not installed (@4c0n)
  • [#1306] Added missing Dutch translation value. (@4c0n)
SonataPageBundle - 3.22.0

Published by VincentLanglet over 3 years ago

Added

  • [#1293] Added CreateSnapshotAdminExtension::postRemove() method in order to create a snapshot when a block is deleted. (@gremo)
  • [#1297] Added sonata_page_admin Twig global variable which holds sonata.page.admin.page service (@franmomu)

Fixed

  • [#1296] Fixed using deprecated Twig tags (@franmomu)
  • [#1296] Fixed references to deprecated sonata.core.slugify.cocur and changed them to sonata.page.slugify.cocur (@franmomu)
  • [#1295] Fixed deprecations using commands because of not returning int (@franmomu)

Removed

  • [#1297] Removed deprecations from sonata-project/admin-bundle using sonata_admin Twig global variable (@franmomu)
  • [#1284] Remove admin deprecations (@core23)
SonataPageBundle - 3.21.1

Published by VincentLanglet over 3 years ago

Fixed

  • [#1283] Catch null errors when accessing request (@core23)
  • [#1283] Catch null errors when loading unknown block (@core23)
SonataPageBundle - 3.21.0

Published by VincentLanglet over 3 years ago

Added

  • [#1250] Added support for doctrine/persistence 2 (@core23)

Changed

SonataPageBundle - 3.20.0

Published by VincentLanglet almost 4 years ago

Added

Changed

  • [#1209] Replace mentions of 'whitelist' with 'allowlist' (@jlt10)

Fixed

  • [#1242] Newly created snapshot does not effect on all previous snapshots end dates only the last one (@haivala)
SonataPageBundle - 3.19.0

Published by phansys about 4 years ago

Added

  • [#1175] Support for "friendsofsymfony/rest-bundle:^3.0" (@wbloszyk)
  • [#1173] Added public alias Sonata\PageBundle\Controller\Api\BlockController for sonata.page.controller.api.block service (@wbloszyk)
  • [#1173] Added public alias Sonata\PageBundle\Controller\Api\PageController for sonata.page.controller.api.page service (@wbloszyk)
  • [#1173] Added public alias Sonata\PageBundle\Controller\Api\SiteController for sonata.page.controller.api.site service (@wbloszyk)
  • [#1173] Added public alias Sonata\PageBundle\Controller\Api\SnapshotController for sonata.page.controller.api.snapshot service (@wbloszyk)

Changed

  • [#1175] Support for deprecated "rest" routing type in favor for xml (@wbloszyk)
  • [#1162] SonataEasyExtendsBundle is now optional, using SonataDoctrineBundle is preferred (@jordisala1991)

Deprecated

Fixed

  • [#1195] Fixed support for string model identifiers at Open API definitions (@wbloszyk)
  • [#1173] Fix RestFul API - Class could not be determined for Controller identified Error (@wbloszyk)
  • [#1170] Fix Twig\Extra\String\StringExtension optional auto-registration to avoid duplication twig.extension service (@wbloszyk)

Removed

  • [#1195] Removed requirements that were only allowing integers for model identifiers at Open API definitions (@wbloszyk)
SonataPageBundle -

Published by greg0ire over 4 years ago

Added

  • [#1166] Added twig/string-extra dependency. (@wbloszyk)

Changed

  • [#1166] Changed use of truncate filter with u filter. (@wbloszyk)

Fixed

  • [#1156] Fix wrong root node (@wbloszyk)

Removed

  • [#1156] Remove support for Symfony <4.4 (@wbloszyk)
  • [#1156] Remove SonataCoreBundle dependencies (@wbloszyk)
SonataPageBundle -

Published by greg0ire over 4 years ago

Fixed

  • [#1165] Fix mysql database schema (@wbloszyk)

Removed

  • [#1165] Remove support for mssql database (@wbloszyk)
SonataPageBundle -

Published by greg0ire over 4 years ago

Fixed

  • fixed sql to work with mssql
  • Fix switch parent
SonataPageBundle -

Published by greg0ire over 4 years ago

Fixed

  • Truncate texts in page composer
  • Fix invalid html in page block
  • Ignore subrequests in SiteSelector
SonataPageBundle -

Published by greg0ire over 4 years ago

Fixed

  • Catch possible null error when retriving site
  • Redirecting after batch snapshot
  • Missing var type declaration

Removed

  • Support for Symfony < 4.3
SonataPageBundle -

Published by greg0ire over 4 years ago

Changed

  • Removed underscores in page names when calling sonata:page:update-core-route

Removed

  • Dependency on cocur/slugify
SonataPageBundle -

Published by greg0ire over 4 years ago

Fixed

  • Fix page actions for symfony 4
SonataPageBundle -

Published by greg0ire over 4 years ago

Changed

  • Re-allow SF DI>4.4.0
  • Upgrade matthiasnoback/symfony-dependency-injection-test to ^4.0
SonataPageBundle -

Published by greg0ire almost 5 years ago

Changed

  • BlockInteractor constructor's argument $registry is now an instance of
    Doctrine\Persistence\ManagerRegistry
  • Transformer constructor's argument $registry is now an instance of
    Doctrine\Persistence\ManagerRegistry

Fixed

  • deprecations from doctrine/persistence
SonataPageBundle -

Published by greg0ire almost 5 years ago

Added

  • Add missing translation for admin menu
  • Added missing translation for blocks
  • Add more @method annotation to propagate new methods of
    SnapshotManagerInterface

Fixed

  • Fixed DecoratorStrategy compatibility with symfony/http-foundation >= 3.4.31
  • Match PHPDoc with doctrine model

Changed

  • Add internal as default context for technical blocks
  • Use correct translation domain for page blocks

Removed

  • Remove translation call for empty block descriptions
  • Remove superfluous PHPDoc
SonataPageBundle -

Published by greg0ire about 5 years ago

Added

  • Added missing German translation
  • Added support for new EditableBlockService

Changed

  • Match PHPDoc with doctrine model
  • Increased block type length to 255 chars

Removed

  • Removed superfluous PHPDoc
  • Removed routing deprecations
SonataPageBundle -

Published by greg0ire over 5 years ago

Fixed

  • compare with a different value type in the treeAction
  • Fixed missing macro call in breadcrumb.html.twig