CHANGELOG from 1.1.0-beta to 1.1.0-RC

Url to see changes:

New features

  • Test on mandatory main alias in site form #1542
  • Remove permanently an entity in trash can #1539
  • Enhance area form in template, node and area #1537
  • When a content is deleted, it’s removed from elastica index #25
  • When a content is restored, it’s added from elastica index #25
  • A media root folder is created when a new website is created #190

Bug fixes

  • Fix position of property validationGroups in method isValid of BaseApiBundle/Controller/BaseController #76
  • Fix transform area from another site as the current site #1544
  • Unused blocks are now definitely suppressed from DB when deleted from a node and used no more #1540
  • Fix error type of property updateAt in content type schema #24
  • A required oo_media_choice form type is now correctly handled #195
  • Remove link constraint on media display block #194
  • Method testUniquenessInContext is now based on nodeId and not name #543
  • Demo fixtures are updated to present block usage references #542
  • Path on node is updated only if node is not deleted #541

Other changes

  • Get master request in method where it is used and not in a constructor #150

Possible BC breaker

  • The TrashItem document has a new property type #541
  • The TrashItemInterface has a new property type #172
  • The TrashItemRepositoryInterface has a new method findByEntity($entityId) #172

Manual changes

  • The BlockContainerInterface has a new method: removeBlockWithKey #173