SonataDoctrineMongoDBAdminBundle

Symfony Sonata / Integrate Doctrine MongoDB ODM into the SonataAdminBundle

MIT License

Downloads
696.6K
Stars
66
Committers
76

Bot releases are visible (Hide)

SonataDoctrineMongoDBAdminBundle - 4.11.0 Latest Release

Published by VincentLanglet 9 months ago

Added

SonataDoctrineMongoDBAdminBundle - 4.10.0

Published by SonataCI over 1 year ago

Added

SonataDoctrineMongoDBAdminBundle - 4.9.0

Published by SonataCI over 1 year ago

Removed

SonataDoctrineMongoDBAdminBundle - 4.8.0

Published by VincentLanglet over 1 year ago

Changed

  • [#813] Exception message at ModelManager::batchDelete() in order to provide more details about the failed batch operation (@phansys)

Fixed

  • [#811] Catch and display error messages when creating, updating or removing objects (@jordisala1991)
SonataDoctrineMongoDBAdminBundle - 4.7.0

Published by VincentLanglet over 1 year ago

Added

Removed

  • [#799] Support for PHP 7.4
  • [#799] Support for Symfony 6.0 and 6.1
SonataDoctrineMongoDBAdminBundle - 4.6.0

Published by VincentLanglet about 2 years ago

Added

SonataDoctrineMongoDBAdminBundle - 4.5.0

Published by VincentLanglet about 2 years ago

Added

  • [#759] Added ProxyQuery::setOptions() to set Query options. (@WebDaMa)

Changed

  • [#759] Changed ProxyQuery::execute() to include Query options. (@WebDaMa)
SonataDoctrineMongoDBAdminBundle - 4.4.0

Published by VincentLanglet about 2 years ago

Added

SonataDoctrineMongoDBAdminBundle - 4.3.3

Published by VincentLanglet over 2 years ago

Fixed

SonataDoctrineMongoDBAdminBundle - 4.3.2

Published by VincentLanglet over 2 years ago

Fixed

  • [#764] Fix missing 'operator_type' array value returned in AbstractDateFilter:: getFormOptions() bug to avoid not rendered advanced filter options in DateFilter or DateTimeFilter. (@VincentLanglet)
SonataDoctrineMongoDBAdminBundle - 4.3.1

Published by VincentLanglet over 2 years ago

Fixed

SonataDoctrineMongoDBAdminBundle - 4.3.0

Published by VincentLanglet over 2 years ago

Added

Removed

SonataDoctrineMongoDBAdminBundle - 4.2.0

Published by VincentLanglet over 2 years ago

Changed

Fixed

  • [#749] Fixed using ChoiceFilter::class with default options (@franmomu)

Removed

SonataDoctrineMongoDBAdminBundle - 4.1.1

Published by VincentLanglet over 2 years ago

Fixed

SonataDoctrineMongoDBAdminBundle - 4.1.0

Published by VincentLanglet almost 3 years ago

Added

SonataDoctrineMongoDBAdminBundle - 4.0.1

Published by VincentLanglet about 3 years ago

Fixed

  • [#680] Fixed not forcing to set field_name in DatagridMapper fields with type defined (@franmomu)
  • [#662] Registered DateRangeFilter and DateTimeRangeFilter in Service Container (@javer)
  • [#665] Allow open ranges for DateRangeFilter and DateTimeRangeFilter (@javer)
SonataDoctrineMongoDBAdminBundle - 4.0.0

Published by VincentLanglet about 3 years ago

Changed

SonataDoctrineMongoDBAdminBundle -

Published by franmomu about 3 years ago

Removed

SonataDoctrineMongoDBAdminBundle - 3.10.0

Published by VincentLanglet over 3 years ago

Added

Deprecated

  • [#599] Deprecated ProxyQuery::getSingleScalarResult() method (@franmomu)

Fixed

SonataDoctrineMongoDBAdminBundle -

Published by franmomu over 3 years ago

Added

  • [#593] Added DateRangeFilter to be able to filter by dates (@franmomu)
  • [#593] Added DateTimeRangeFilter to be able to filter by dates with time (@franmomu)

Changed

  • [#564] Changed the guessing type of FieldDescriptionInterface with association mapping from mongo_one to FieldDescriptionInterface::MANY_TO_ONE and from mongo_many to FieldDescriptionInterface::MANY_TO_MANY. (@franmomu)
  • [#515] Add final modifier to classes (@franmomu)
  • [#515] Reduce visibility of methods and properties (@franmomu)

Fixed

  • [#593] Fixed using DateOperatorType::TYPE_EQUAL type in a DateFilter and DateTimeFilter, now it filters by the exact date instead of a range. (@franmomu)

Removed

  • [#593] Removed unused input_type option in AbstractDateFilter (@franmomu)
  • [#593] Removed AbstractDateFilter:: applyTypeIsLessEqual (@franmomu)
  • [#593] Removed AbstractDateFilter:: applyTypeIsGreaterThan (@franmomu)
  • [#593] Removed AbstractDateFilter:: applyType (@franmomu)
  • [#575] Remove support for doctrine/persistence 1.x (@franmomu)
  • [#357] The modelManager getDefaultSortValues does not have default _sort_by value anymore. (@VincentLanglet)
  • [#356] Special case for the all value in ChoiceFilter (@VincentLanglet)