Skip to content

Releases: sonata-project/SonataDoctrineORMAdminBundle

3.34.2

31 May 20:44
Compare
Choose a tag to compare

Fixed

  • [#1444] Fixed issue where pagination of large dataset would take very long time or cause database engine to swap even for simplest queries without joins. (@alfabetagama)

3.34.1

19 May 07:10
2d446f8
Compare
Choose a tag to compare

Fixed

  • [#1439] Bind arbitrary params as part of a value expression in the query filter at Filter::applyWhere() with PostgreSQL. (@phansys)

4.0.0-alpha-2

14 May 10:56
b59f9e5
Compare
Choose a tag to compare
4.0.0-alpha-2 Pre-release
Pre-release

Added

Changed

Fixed

3.34.0

02 May 13:36
Compare
Choose a tag to compare

Changed

Deprecated

  • [#1427] templates.form and templates.filter config (@VincentLanglet)
  • [#1428] Deprecated not adding FilterData as type declaration of argument 4 in the callable passed to CallbackFilter (@franmomu)

Fixed

3.33.0

19 Apr 21:58
83ca012
Compare
Choose a tag to compare

Added

  • [#1416] "force_case_insensitivity" option to StringFilter in order to force the database to ignore the case sensitivity when matching filters. (@phansys)

Changed

  • [#1395] Default value for the "case_sensitive" option from true to null in StringFilter. (@phansys)

Deprecated

Fixed

  • [#1408] Allow to decorate EntityManager (@michkinn)
  • [#1414] Return type for ModelManager::getModelIdentifier(). (@phansys)
  • [#1399] Fixed triggering always deprecation when calling ModelManager::getDefaultSortValues() method (@franmomu)

4.0.0-alpha-1

11 Apr 19:10
9d3fd11
Compare
Choose a tag to compare
4.0.0-alpha-1 Pre-release
Pre-release

See Changelog

3.32.1

06 Apr 11:55
f4a3e01
Compare
Choose a tag to compare

Fixed

3.32.0

30 Mar 18:24
3.32.0
Compare
Choose a tag to compare

Added

Deprecated

Fixed

  • [#1376] Fixed triggering deprecation because audit reader is not tagged (@franmomu)
  • [#1374] Fixed deprecations about not implementing FieldDescriptionInterface methods (@franmomu)
  • [#1358] Resulting WHERE clause from Filter::applyWhere() when using OR conditions on queries that already have previous conditions (@phansys)
  • [#1368] Fetch join queries for Pager (@VincentLanglet)
  • [#1368] Pager when using entity inheritance (@VincentLanglet)
  • [#1365] Missing argument 2 in calls to trigger_error() (@phansys)

3.31.0

10 Mar 22:28
3.31.0
Compare
Choose a tag to compare

Added

Changed

  • [#1336] Update constraint for "sonata-project/admin-bundle" from ^3.88 to ^3.89.1 (@phansys)

Deprecated

  • [#1333] Deprecate passing arguments to ProxyQuery::execute() method (@VincentLanglet)
  • [#1326] Not passing a Sonata\DoctrineORMAdminBundle\Datagrid\ProxyQueryInterface as argument 2 of ModelManager::addIdentifiersToQuery() (@VincentLanglet)
  • [#1326] Not passing a Sonata\DoctrineORMAdminBundle\Datagrid\ProxyQueryInterface as argument 2 of ModelManager::batchDelete() (@VincentLanglet)
  • [#1319] Class Sonata\DoctrineORMAdminBundle\Datagrid\OrderByToSelectWalker (@VincentLanglet)
  • [#1319] Sonata\DoctrineORMAdminBundle\Datagrid\ProxyQuery::getFixedQueryBuilder() (@VincentLanglet)
  • [#1319] Sonata\DoctrineORMAdminBundle\Datagrid\ProxyQuery::getSingleScalarResult() (@VincentLanglet)
  • [#1323] Not passing a ManagerRegistry as first argument of ObjectAclManipulator (@VincentLanglet)

Fixed

  • [#1319] Do not display multiple times the same row in the admin list and the export list (@VincentLanglet)

3.30.0

24 Feb 12:42
71ea513
Compare
Choose a tag to compare

Added

Deprecated

Fixed