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
* Add toolbar_persist GET parameter, defaulting to true. If set to false disabling/enabling toolbar won't be saving in the session (77a48d6ee) -- Krzysztof Socha
138
+
* Added language to Page translation operations (ca16415b1) -- Paulo
139
+
* Use get_title_obj on Page toolbar (#6508) (4981c6229) -- Krzysztof Socha
140
+
* Add frontend editing & rendering registry (#6500) (db4ff4162) -- Krzysztof Socha
141
+
* Added placeholder checks (#6505) (53171cf2b) -- Krzysztof Socha
142
+
* Added language switcher to page tree + re-enabled tests (#6506) (70db27c49) -- Vadim Sikora
143
+
* Added PageContent admin (#6503) (2e090d6c2) -- Paulo Alvarado
144
+
* Integrated Placeholder source field (#6496) (b075f44d3) -- Malinda Perera
145
+
* Added BaseToolbar.preview_mode_active property (#6499) (39562aeb9) -- Krzysztof Socha
146
+
* Renamed Title model to PageContent (#6489) (2894ae8bc) -- Aiky30
147
+
* Added warning for create_page published arg (f48b8698f) -- Paulo Alvarado
148
+
* Fixed frontend to use new edit/structure urls (e960ce726) -- Vadim Sikora
#. Work locally and push your changes to your repository.
19
19
#. When you feel your code is good enough for inclusion, send us a pull request.
20
+
#. After that, please join the `Slack Channel`_ of our Pull Request Review work group (#workgroup-pr-review). This group of friendly community members is dedicated to reviewing pull requests. Report your PR and find a “pr review buddy” who is going to review your pull request.
21
+
#. Get acknowledged by the django CMS community for your contribution
20
22
21
23
See the :ref:`contributing_patch` how-to document for a walk-through of this process.
22
24
@@ -26,7 +28,7 @@ Basic requirements and standards
26
28
********************************
27
29
28
30
If you're interested in developing a new feature for the CMS, it is recommended
29
-
that you first discuss it on the `Discourse forum<https://discourse.django-cms.org>`_ so as
31
+
that you first discuss it on the `Slack channel<https://www.django-cms.org/slack>`_ so as
30
32
not to do any work that will not get merged in anyway.
31
33
32
34
- Code will be reviewed and tested by at least one core developer, preferably
@@ -105,8 +107,7 @@ coverage will only be accepted with a very good reason; bug-fixing patches
105
107
**must** demonstrate the bug with a test to avoid regressions and to check
106
108
that the fix works.
107
109
108
-
We have `a Slack group <https://www.django-cms.org/slack>`_, a `Discourse forum
109
-
<https://discourse.django-cms.org>`_, and of course the code reviews mechanism on GitHub - do use them.
110
+
We have a `Slack Channel`_ and of course the code reviews mechanism on GitHub - do use them.
0 commit comments