Skip to content

Commit

Permalink
prepare 0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Dec 12, 2017
1 parent e59fd11 commit 8102f82
Show file tree
Hide file tree
Showing 8 changed files with 185 additions and 51 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ are used for versioning (schema follows below):

0.12.6
------
2017-mm-dd (not yet released)
2017-12-12

- Clean up.
- Minor documentation fixes.
- Minor plugin clean-up/fixes (``captcha``, ``recaptcha``, ``content_text``).
- Minor Python 3 fixes.
- Minor fixes in FormWizard ``get_absolute_url`` method.

0.12.5
------
Expand Down
26 changes: 18 additions & 8 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ are used for versioning (schema follows below):
0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.

0.12.6
------
2017-12-12

- Clean up.
- Minor documentation fixes.
- Minor plugin clean-up/fixes (``captcha``, ``recaptcha``, ``content_text``).
- Minor Python 3 fixes.
- Minor fixes in FormWizard ``get_absolute_url`` method.

0.12.5
------
2017-09-27
Expand Down Expand Up @@ -79,7 +89,7 @@ are used for versioning (schema follows below):
2017-05-29

- Minor fixes in ``content_text`` ``drf_integration`` plugin.
- Added ``imageurl`` support to the ``mailchimp_impoter`` plugin.
- Added ``imageurl`` support to the ``mailchimp_importer`` plugin.

0.11.10
-------
Expand Down Expand Up @@ -387,7 +397,7 @@ custom form element plugins you should update your code!
- The :method:`get_form_field_instances`
and :method:`_get_form_field_instances` of
the :class:`fobi.base.FormElementPlugin` both accept two new optional
arguments: `form_entry` and `form_element_entries` as well as **kwargs.
arguments: `form_entry` and `form_element_entries` as well as `**kwargs`.
Make sure to update your custom plugins if you have written any.
- Minor fixes in the form wizards: forms in intermediate steps do receive
updates from the `submit_plugin_form_data` of the plugins.
Expand Down Expand Up @@ -471,7 +481,7 @@ Release supported by `Lund University Cognitive Science
<http://www.lucs.lu.se/choice-blindness-group/>`_.

- Adding form-wizards functionality. Note, that at the moment only
`bootstrap3` theme was updated to filly support the form wizards. Although,
`bootstrap3` theme was updated to fully support the form wizards. Although,
all other themes would by default support form-wizard functionality, they
may not look as nice as they should be (to be fixed in 0.8.x releases
shortly).
Expand All @@ -482,7 +492,7 @@ Release supported by `Lund University Cognitive Science
may need to update your custom CSS/JS/HTML accordingly. See the listing
0.8.a for the files affected.
- An additional property `form_view_form_entry_option_class` has been added
to all the themes. Change your custom CSS/jS/HTML accordingly. See the
to all the themes. Change your custom CSS/JS/HTML accordingly. See the
listing 0.8.b for the files affected.
- Fixed drag-and-drop not working for ordering of form elements. #43
- Fixed issue with non-proper rendering of the form-importer templates.
Expand Down Expand Up @@ -847,7 +857,7 @@ carefully.
`fobi.contrib.apps.feincms_integration`,
`fobi.contrib.apps.djangocms_integration`,
`fobi.contrib.apps.mezzanine_integration`). Due to the change, you would
likely have to to rename a couple of database tables and update referencies
likely have to rename a couple of database tables and update references
accordingly. No migrations to solve the issue are included at the moment.

0.4.36
Expand Down Expand Up @@ -895,7 +905,7 @@ carefully.
2015-03-23

- When path of the uploaded file (plugins) doesn't yet exist, create it,
instaid of failing.
instead of failing.

0.4.30
------
Expand Down Expand Up @@ -1250,7 +1260,7 @@ command which makes the necessary changes in the database for safe upgrade).
your project apps, make necessary path changes and update the package paths
in ``INSTALLED_APPS`` settings module (settings.py) before upgrading to this
version. Then, in Django admin management interface, replace all the
occurances of ``Birthday`` field with ``Date drop down`` field.
occurrences of ``Birthday`` field with ``Date drop down`` field.
- Better error validation/handling of hidden fields. A new form snippet
template added for displaying the non-field and hidden fields errors. The new
template makes a part of a standard theme as an attribute
Expand Down Expand Up @@ -1301,7 +1311,7 @@ Note, that this release contains minor backwards incompatible changes. The
changes do not anyhow affect your existing forms or data. The only thing you
need to do is update the app paths in the ``settings`` module of your project.

- Minor core improvements related to the themeing of the form handler plugins.
- Minor core improvements related to the theming of the form handler plugins.
- Several presentational form element plugins have been renamed.
The ``fobi.contrib.plugins.form_elements.content.image`` plugin has been
renamed to ``fobi.contrib.plugins.form_elements.content.content_image``.
Expand Down
Loading

0 comments on commit 8102f82

Please sign in to comment.