Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

45 lines (37 loc) · 2.37 KB

Changelog

1.1.0-RC5

  • 2013-09-04: If the route matched a pattern with a format extension, the format extension is no longer set as route a default
  • 2013-09-04: Marked ContentAwareGenerator as obsolete, use ContentAwareGenerator from the CMF routing component directly instead. This class will be removed in 1.2
  • 2013-08-09: dynamic.generic_controller is now defaulting to null instead of the controller from CmfContentBundle. CmfCoreBundle is prepending the CmfContentBundle generic controller if that bundle is present. If you do not have Core and Content, you need to configure the value explicitly if you want routes specifying a template to use the generic controller or have template_by_class mapping configuration.

1.1.0-RC2

  • 2013-08-04: [PHPCR-ODM] Fixed the configuration of the LocaleListener to make routes again automatically provide the _locale based on their repository path if the bundle is configured with locales.
  • 2013-08-04: [Bundle] Only build the compiler passes for ORM and PHPCR-ODM if all required repositories are present.

1.1.0-RC1

  • 2013-07-31: [EventDispatcher] Added events to the dynamic router at the start of match and matchRequest
  • 2013-07-29: [DependencyInjection] restructured phpcr_provider config into persistence -> phpcr to match other Bundles
  • 2013-07-28: [DependencyInjection] added enabled flag to phpcr_provider config
  • 2013-07-26: [Model] Removed setRouteContent and getRouteContent, use setContent and getContent instead.
  • 2013-07-19: [Model] Separated database agnostic, doctrine generic and PHPCR-ODM specific code to prepare for Doctrine ORM support.
  • 2013-07-17: [FormType] Moved TermsFormType to CoreBundle and renamed it to CheckboxUrlLableFormType

1.1.0-beta2

  • 2013-05-28: [Bundle] Only include Doctrine PHPCR compiler pass if PHPCR-ODM is present
  • 2013-05-25: [Bundle] Drop symfony_ from symfony_cmf prefix
  • 2013-05-24: [Document] ContentRepository now requires ManagerRegistry in the constructor and provides setManagerName() in the same way as RouteProvider
  • 2013-05-24: [Document] RouteProvider now requires ManagerRegistry in the constructor (the cmf_routing.default_route_provider does this for you)
    • To use a different document manager from the registry, call setManagerName() on the RouteProvider