File tree Expand file tree Collapse file tree 5 files changed +12
-71
lines changed Expand file tree Collapse file tree 5 files changed +12
-71
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 1.1.0-RC3
5
+ ---------
6
+
7
+ * ** 2013-09-04** : Marked ContentAwareGenerator as obsolete, use ContentAwareGenerator
8
+ from the CMF routing component directly instead. This class will be removed in 1.2
4
9
* ** 2013-08-09** : dynamic.generic_controller is now defaulting to null instead
5
10
of the controller from CmfContentBundle. CmfCoreBundle is prepending the
6
11
CmfContentBundle generic controller if that bundle is present. If you do not
Original file line number Diff line number Diff line change 10
10
<parameter key =" cmf_routing.nested_matcher_class" >Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher</parameter >
11
11
<parameter key =" cmf_routing.final_matcher_class" >Symfony\Cmf\Component\Routing\NestedMatcher\UrlMatcher</parameter >
12
12
<parameter key =" cmf_routing.url_matcher_class" >Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher</parameter >
13
- <parameter key =" cmf_routing.generator_class" >Symfony\Cmf\Bundle\RoutingBundle \Routing\ContentAwareGenerator</parameter >
13
+ <parameter key =" cmf_routing.generator_class" >Symfony\Cmf\Component \Routing\ContentAwareGenerator</parameter >
14
14
<parameter key =" cmf_routing.enhancer_route_content_class" >Symfony\Cmf\Component\Routing\Enhancer\RouteContentEnhancer</parameter >
15
15
<parameter key =" cmf_routing.enhancer_explicit_template_class" >Symfony\Cmf\Component\Routing\Enhancer\FieldPresenceEnhancer</parameter >
16
16
<parameter key =" cmf_routing.enhancer_controllers_by_type_class" >Symfony\Cmf\Component\Routing\Enhancer\FieldMapEnhancer</parameter >
76
76
<service id =" cmf_routing.generator" class =" %cmf_routing.generator_class%" >
77
77
<argument type =" service" id =" cmf_routing.route_provider" />
78
78
<argument type =" service" id =" logger" on-invalid =" ignore" />
79
- <call method =" setContainer" ><argument type =" service" id =" service_container" /></call >
80
79
</service >
81
80
82
81
<service id =" cmf_routing.redirect_controller" class =" %cmf_routing.redirect_controller_class%" >
Original file line number Diff line number Diff line change 8
8
use Symfony \Cmf \Component \Routing \ContentAwareGenerator as BaseGenerator ;
9
9
10
10
/**
11
- * Symfony framework integration of the CMF routing component ContentAwareGenerator class
11
+ * **Deprecated**
12
12
*
13
13
* @author David Buchmann
14
+ *
15
+ * @deprecated This class is obsolete and the ContentAwareGenerator from the
16
+ * CMF routing component should be used directly instead. This class will be
17
+ * removed in 1.2.
14
18
*/
15
19
class ContentAwareGenerator extends BaseGenerator implements ContainerAwareInterface
16
20
{
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 15
15
"prefer-stable" : false ,
16
16
"require" : {
17
17
"php" : " >=5.3.3" ,
18
- "symfony-cmf/routing" : " ~1.1.0-RC1 " ,
18
+ "symfony-cmf/routing" : " ~1.1.0-RC3 " ,
19
19
"symfony/framework-bundle" : " ~2.2"
20
20
},
21
21
"require-dev" : {
You can’t perform that action at this time.
0 commit comments