-
Notifications
You must be signed in to change notification settings - Fork 156
Conversation
lsmith77
commented
Sep 28, 2013
Q | A |
---|---|
Doc fix? | yes |
New docs? | yes |
Applies to | all |
Fixed tickets | part of #262 |
@@ -0,0 +1,49 @@ | |||
Dependency Injection Tags |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add an index directive:
.. index::
single: Dependency Injection Tags; CoreBundle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Great job! |
|
||
Enabling this setting will also automatically enable the equivalent setting in the following Bundles: | ||
|
||
* :doc:`BlockBundle <../../bundles/block>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/bundles/block/introduction
|
||
.. _config-core-persistence: | ||
|
||
persistence |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we talk about the core bundle prepending that configuration to the other cmf bundles? here or in the bundle documentation somewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is documented in the persistence.phpcr.enabled section
seems like i screwed something up here. CoreBundle isn't listed on the main CMF doc page and http://symfony.com/doc/master/cmf/bundles/core/index.html also does not work |
That looks pretty strange, no build errors and I cannot find the problem too |
Well, there are a lot of build errors. Pretty strange:
|
Our build is still passing.. Can it be a bug on symfony.com, @fabpot? |
i found one typo that I fixed, maybe that does the trick: |
this has not improved anything .. then again I have a feeling that no new build has run. is there any place where i can see the time of the last build? |
would be great to have that time on http://symfony.com/doc/build_errors |
building locally does not throw errors and the cure bundle does show up |
@lsmith77 the docs are rendered quite fast, the build errors page is rendered once at French night (2.30 AM if I'm not mistaken) And indeed, everything works smoothly locally. |