Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit aeab7bd

Browse files
authored
Merge pull request #793 from symfony-cmf/add-unmaintained-notice
add unmaintained notice to the bundles that are no longer maintained
2 parents 87a9a15 + 7a4b906 commit aeab7bd

25 files changed

+97
-33
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. note::
2+
3+
To focus our efforts onto a manageable number of packages, this package is
4+
currently *not* maintained. Security fixes and submitted bug fixes will
5+
still be released, but no new features should be expected. This bundle
6+
might have outdated documentation, there is no support from the CMF team
7+
and you should not expect bugs to be fixed.
8+
9+
If you want to help co-maintaining this package, tell us in a GitHub issue
10+
or in #symfony_cmf of the `Symfony devs slack`_.
11+
12+
.. _`Symfony devs slack`: https://slackinvite.me/to/symfony-devs

bundles/create/configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Configuration Reference
22
=======================
33

4+
.. include:: ../_partials/unmaintained.rst.inc
5+
46
The CreateBundle can be configured under the ``cmf_create`` key in your
57
application configuration. When using XML you should use the
68
``http://cmf.symfony.com/schema/dic/create`` namespace.

bundles/create/developing-hallo.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Developing the Hallo Wysiwyg Editor
44
You can use the CreateBundle as a development testbed for the hallo.js
55
editor.
66

7+
.. include:: ../_partials/unmaintained.rst.inc
8+
79
A compiled and minimized version of `hallo.js`_ is bundled with create.js. To
810
develop the actual code, you will need to checkout the full
911
`hallo.js repository`_ first. You can do this by running the following command

bundles/create/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
CreateBundle
22
============
33

4+
.. include:: ../_partials/unmaintained.rst.inc
5+
46
.. toctree::
57
:maxdepth: 2
68

bundles/create/introduction.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ CreateBundle
99
applications. It integrates create.js and the CreatePHP library into
1010
Symfony2.
1111

12+
.. include:: ../_partials/unmaintained.rst.inc
13+
1214
The JavaScript library `create.js`_ provides a comprehensive web editing
1315
interface for Content Management Systems. It is designed to provide a modern,
1416
fully browser-based HTML5 environment for managing content. Create.js can be

bundles/create/other-editors.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Other Editors
55
your own template to load a different editor or customize one of the
66
existing editors is configured.
77

8+
.. include:: ../_partials/unmaintained.rst.inc
9+
810
.. _bundle-create-hallo:
911

1012
Using Hallo.js Editor

bundles/map.rst.inc

Lines changed: 34 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,6 @@ library or they introduce a complete new concept.
2323
* :doc:`core/forms`
2424
* :doc:`core/configuration`
2525

26-
* :doc:`create/index`
27-
28-
* :doc:`create/introduction`
29-
* :doc:`create/other-editors`
30-
* :doc:`create/developing-hallo`
31-
* :doc:`create/configuration`
32-
33-
* :doc:`media/index`
34-
35-
* :doc:`media/introduction`
36-
* :doc:`media/form_types`
37-
* :doc:`media/adapters/index`
38-
* :doc:`media/configuration`
39-
4026
* :doc:`menu/index`
4127

4228
* :doc:`menu/introduction`
@@ -61,11 +47,6 @@ library or they introduce a complete new concept.
6147
* :doc:`routing_auto/conflict_resolvers`
6248
* :doc:`routing_auto/defunct_route_handlers`
6349

64-
* :doc:`search/index`
65-
66-
* :doc:`search/introduction`
67-
* :doc:`search/configuration`
68-
6950
* :doc:`seo/index`
7051

7152
* :doc:`seo/introduction`
@@ -103,15 +84,6 @@ bundle based on the key bundles.
10384
* :doc:`content/configuration`
10485
* :doc:`content/exposing_content_via_rest`
10586

106-
* :doc:`simple_cms/index`
107-
108-
* :doc:`simple_cms/introduction`
109-
* :doc:`simple_cms/multilang`
110-
* :doc:`simple_cms/rendering`
111-
* :doc:`simple_cms/menus`
112-
* :doc:`simple_cms/extending_page_class`
113-
* :doc:`simple_cms/configuration`
114-
11587
Contributed Bundles
11688
~~~~~~~~~~~~~~~~~~~
11789

@@ -128,4 +100,38 @@ help with integrating PHPCR concepts into the Symfony Framework.
128100
* :doc:`phpcr_odm/multiple_sessions`
129101
* :doc:`phpcr_odm/configuration`
130102

103+
Unmaintained Bundles
104+
~~~~~~~~~~~~~~~~~~~~
105+
106+
The following bundles were created for the CMF, but to focus our efforts on the
107+
core components, they are currently unmaintained.
108+
109+
* :doc:`create/index`
110+
111+
* :doc:`create/introduction`
112+
* :doc:`create/other-editors`
113+
* :doc:`create/developing-hallo`
114+
* :doc:`create/configuration`
115+
116+
* :doc:`media/index`
117+
118+
* :doc:`media/introduction`
119+
* :doc:`media/form_types`
120+
* :doc:`media/adapters/index`
121+
* :doc:`media/configuration`
122+
123+
* :doc:`search/index`
124+
125+
* :doc:`search/introduction`
126+
* :doc:`search/configuration`
127+
128+
* :doc:`simple_cms/index`
129+
130+
* :doc:`simple_cms/introduction`
131+
* :doc:`simple_cms/multilang`
132+
* :doc:`simple_cms/rendering`
133+
* :doc:`simple_cms/menus`
134+
* :doc:`simple_cms/extending_page_class`
135+
* :doc:`simple_cms/configuration`
136+
131137
.. _SonataDoctrinePHPCRAdminBundle: https://sonata-project.org/bundles/doctrine-phpcr-admin/master/doc/index.html

bundles/media/adapters/elfinder.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
elFinder
22
========
33

4+
.. include:: ../../_partials/unmaintained.rst.inc
5+
46
The media browser `elFinder`_ is integrated with Symfony using the
57
`FMElfinderBundle`_. The MediaBundle provides an adapter to use it with objects
68
implementing the MediaBundle interfaces.

bundles/media/adapters/gaufrette.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Gaufrette
22
=========
33

4+
.. include:: ../../_partials/unmaintained.rst.inc
5+
46
Gaufrette is a PHP5 library that provides a filesystem abstraction layer. The
57
MediaBundle provides an adapter to use it with objects implementing the
68
MediaBundle interfaces.

bundles/media/adapters/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Adapters
22
========
33

4+
.. include:: ../../_partials/unmaintained.rst.inc
5+
46
.. toctree::
57
:maxdepth: 2
68

0 commit comments

Comments
 (0)