You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
into `persistence` -> `phpcr` to match other Bundles.
49
+
***2013-07-28**: [DependencyInjection] added `enabled` flag to
50
+
`phpcr_provider` config.
51
+
***2013-07-26**: [Model] Removed setRouteContent and getRouteContent, use
52
+
setContent and getContent instead.
41
53
***2013-07-19**: [Model] Separated database agnostic, doctrine generic and
42
54
PHPCR-ODM specific code to prepare for Doctrine ORM support.
43
-
***2013-07-17**: [FormType] Moved TermsFormType to CoreBundle and renamed it to CheckboxUrlLableFormType
55
+
***2013-07-17**: [FormType] Moved TermsFormType to CoreBundle and renamed it
56
+
to CheckboxUrlLableFormType.
44
57
45
58
1.1.0-beta2
46
59
-----------
47
60
48
-
***2013-05-28**: [Bundle] Only include Doctrine PHPCR compiler pass if PHPCR-ODM is present
49
-
***2013-05-25**: [Bundle] Drop symfony_ from symfony_cmf prefix
50
-
***2013-05-24**: [Document] ContentRepository now requires ManagerRegistry in the constructor and provides `setManagerName()` in the same way as RouteProvider
51
-
***2013-05-24**: [Document] RouteProvider now requires ManagerRegistry in the constructor (the `cmf_routing.default_route_provider` does this for you)
52
-
* To use a different document manager from the registry, call `setManagerName()` on the RouteProvider
61
+
***2013-05-28**: [Bundle] Only include Doctrine PHPCR compiler pass if
62
+
PHPCR-ODM is present.
63
+
***2013-05-25**: [Bundle] Drop symfony_ from symfony_cmf prefix.
64
+
***2013-05-24**: [Document] ContentRepository now requires ManagerRegistry in
65
+
the constructor and provides `setManagerName()` in the same way as
66
+
RouteProvider.
67
+
***2013-05-24**: [Document] RouteProvider now requires ManagerRegistry in the
68
+
constructor (the `cmf_routing.default_route_provider` does this for you). To
69
+
use a different document manager from the registry, call `setManagerName()`
0 commit comments