CHANGELOG for 0.2.4

Url to see changes:

Possible BC breaker

  • The form type open_orchestra_user.type.user has been renamed to open_orchestra_user_admin.type.user
  • The entities AccessToken and ApiClient have been moved from the UserBundle to the BaseApiBundle. Please check with us directly to help you migrate

Bug fixes

  • In Back Office, restore broken translations
  • In Back Office, restore mybg.png
  • In Back Office, the title of a newly created blocks is translated
  • In the vagrant box, the bug with the binding on localhost is fixed

New features

  • There is a new entry in the left menu for the workflow function

Other changes

  • Symfony has been upgraded to the 2.6.7 version

Deprecated method

  • The constant NodeInterface::TYPE_GENERAL as been rename TYPE_TRANSVERSE
  • The Form Type OrchestraColorChoiceType will be suppressed, a configuration available_color will allow the integrator to setUp the colors
  • The class AbstractBlockContentTypeSubscriber will be renamed as AbstractModulableTypeSubscriber

Suppressed method

  • In the ReadContentRepositoryInterface, the method findByContentTypeAndChoiceTypeAndKeywords is suppressed
  • In the FolderRepositoryInterface, the method setCurrentSiteManager is suppressed
  • In the NodeRepositoryInterface, these methods are suppressed : - findChildsByPath - findByParentIdAndRoutePatternAndNotNodeId
  • In the ReadNodeRepositoryInterface, these methods are suppressed : - getFooterTree - getMenuTree - getSubMenu
  • The DisplayedElementCollectionTransformer is suppressed.
  • The TranslateController is suppressed.

Configuration changes

  • If you want to use the workflow function, you need to enable the following bundles :
new OpenOrchestra\WorkflowFunctionAdminBundle\OpenOrchestraWorkflowFunctionAdminBundle(),
new OpenOrchestra\WorkflowFunctionBundle\OpenOrchestraWorkflowFunctionBundle(),