From a12e0877864b032796772133dbb055ba81bfe191 Mon Sep 17 00:00:00 2001 From: Lukas Kahwe Smith Date: Sat, 28 Sep 2013 15:31:38 +0200 Subject: [PATCH 1/2] mark packages as not stable, that we have not moved to RC stage yet --- bundles/_not-stable-caution.rst.inc | 6 ++++++ bundles/blog.rst | 2 ++ bundles/routing_auto.rst | 2 ++ 3 files changed, 10 insertions(+) create mode 100644 bundles/_not-stable-caution.rst.inc diff --git a/bundles/_not-stable-caution.rst.inc b/bundles/_not-stable-caution.rst.inc new file mode 100644 index 00000000..2563b635 --- /dev/null +++ b/bundles/_not-stable-caution.rst.inc @@ -0,0 +1,6 @@ +.. caution:: + + This Bundle is a Work In Progress, some aspects of this Bundle may change + without offering any backwards compatibility. Such changes and instructions + of how to deal with them will usually be mentioned in the ``Changelog.md`` + file shipped with the Bundle. diff --git a/bundles/blog.rst b/bundles/blog.rst index d8299d07..cad9b00c 100644 --- a/bundles/blog.rst +++ b/bundles/blog.rst @@ -7,6 +7,8 @@ BlogBundle .. include:: _outdate-caution.rst.inc +.. include:: _not-stable-caution.rst.inc + This bundle aims to provide everything you need to create a full blog or blog-like system. It also includes in-built support for the Sonata Admin bundle to help you get up-and-running quickly. diff --git a/bundles/routing_auto.rst b/bundles/routing_auto.rst index af663ad8..15109eee 100644 --- a/bundles/routing_auto.rst +++ b/bundles/routing_auto.rst @@ -7,6 +7,8 @@ RoutingAutoBundle .. include:: _outdate-caution.rst.inc +.. include:: _not-stable-caution.rst.inc + The RoutingAutoBundle allows you to define automatically created routes for documents. This implies a separation of the ``Route`` and ``Content`` documents. If your needs are simple this bundle may not be for you and you From a21d8f2b11bbe8a31f52f7a437058da1f3d9a611 Mon Sep 17 00:00:00 2001 From: Wouter J Date: Sat, 28 Sep 2013 18:39:14 +0200 Subject: [PATCH 2/2] Fixed file name --- bundles/_not-stable-caution.rst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/_not-stable-caution.rst.inc b/bundles/_not-stable-caution.rst.inc index 2563b635..6f704a85 100644 --- a/bundles/_not-stable-caution.rst.inc +++ b/bundles/_not-stable-caution.rst.inc @@ -2,5 +2,5 @@ This Bundle is a Work In Progress, some aspects of this Bundle may change without offering any backwards compatibility. Such changes and instructions - of how to deal with them will usually be mentioned in the ``Changelog.md`` + of how to deal with them will usually be mentioned in the ``CHANGELOG.md`` file shipped with the Bundle.