CHANGELOG for 0.3.3

Url to see changes:

Possible BC breaker

  • The api authentication strategies should only return either a FacadeInterface or a ConstraintViolationListInterface object.
  • The serialization of the result is done through the same subscriber every other api request
  • Configuration files are rename to snake case. example : oauth2routing.yml become oauth2_routing.yml
  • The backbone router has been refactored to contain only the generation and route matching, every route should now be declared separetly
  • The backbone view FullPagePanelView is removed replace by the generic view for tabs TabView and TabElementFormView

Bug fixes

New features

  • You can use the command orchestra:mongo:fixtures:load to load only the fixtures implementing the interface OpenOrchestraModelInterfaceDataFixturesOrchestraProductionFixturesInterface.
  • You can filter the content attributes in the contents dataTable
  • An Api client can now have some base role that will be merged with the user role
  • Only last version of node and content can be change now.

Other changes

  • Media use a new thumbnail format to display media

Deprecated method

  • The PreventPublishedDocumentSave has been replaced by the AuthorizeEdition constraint.

Suppressed method

Configuration changes

  • Thumbnail configuration is always max_width and max_height and not width and height for rectangle
  • object_manager is defined in open-orchestra-base-bundle and not in base-api-mongo-bundle