Releases: barseghyanartur/django-fobi
Releases · barseghyanartur/django-fobi
0.12.17-2018-02-14
- Security fixes in db_store plugin.
- Minor fixes and cleanups.
- If CKEditor is installed, use it (rich text) for success page message.
0.12.16-2018-01-21
.. note::
Note, that this release contains minor backwards incompatible changes, that may
slightly break your JS and/or styling.
The `form-horizontal` class attribute on the main form with elements (in
templates) has been replaced with `fobi-form` id attribute.
Affected files:
- src/fobi/templates/fobi/generic/add_form_element_entry_ajax.html
- src/fobi/templates/fobi/generic/edit_form_element_entry_ajax.html
- src/fobi/templates/fobi/generic/snippets/form_ajax.html
If you have modified any of these, you might want to check and update
your code.
- Invisible reCAPTCHA form plugin (security) added.
- Clean up templates.
- Introduce a form_id block. The following templates were affected.
0.12.15-2018-01-17
- Minor clean up of HTML templates (in some templates
hidden_form_element_wrapper_html_class
was used while othersform_element_wrapper_hidden_html_class
). Nowform_element_wrapper_hidden_html_class
is used everywhere. Some HTML files have been re-indented (2 spaces). - Minor clean up of JS.
- Optionally limit file extensions for file upload element.
0.12.14-2018-01-10
- Minor clean up of HTML templates (unused classes removed).
- Nicer captcha (simple captcha) for bootstrap3 and foundation5 themes.
0.12.13-2018-01-09
Note, that this release contains minor backwards incompatible changes, that may slightly break your JS and/or styling.
The form-horizontal
class attribute on the main form with elements (in templates) has been replaced with fobi-form
id attribute.
Affected files:
- /src/fobi/contrib/themes/djangocms_admin_style_theme/static/djangocms_admin_style_theme/js/fobi.djangocms_admin_style_theme.edit.js
- /src/fobi/contrib/themes/djangocms_admin_style_theme/templates/djangocms_admin_style_theme/edit_form_entry_ajax.html
- /src/fobi/contrib/themes/foundation5/static/foundation5/js/foundation5_fobi_extras.js
- /src/fobi/contrib/themes/foundation5/templates/foundation5/edit_form_entry_ajax.html
- /src/fobi/contrib/themes/foundation5/templates/foundation5/edit_form_wizard_entry_ajax.html
- /src/fobi/contrib/themes/simple/static/simple/js/fobi.simple.edit.js
- /src/fobi/contrib/themes/simple/templates/simple/edit_form_entry_ajax.html
- /src/fobi/contrib/themes/simple/templates/simple/edit_form_wizard_entry_ajax.html
- /src/fobi/contrib/themes/bootstrap3/static/bootstrap3/js/bootstrap3_fobi_extras.js
- /src/fobi/templates/fobi/generic/edit_form_entry_ajax.html
If you have modified any of these, please double check that your edit views work and look properly.
- Fixes in simple and django-cms-admin-style themes (assets being loaded incorrectly since 0.12.6).
- Base template, as well as templates of all the themes have been made a little bit more flexible.
- Minor documentation fixes.
0.12.12-2018-01-03
- More consistent loading of assets (JS, CSS) in add- and edit-form-element-entry templates.
- Copyright and licenses year update.
- Minor fixes in the widgets.
- Clean up.
0.12.11-2017-12-27
- Clean up Django < 1.8 code.
- Clean up old code.
0.12.10-2017-12-24
- Django 2.0 support (experimental).
- (Temporary) replace
django-autoslug
package withdjango-autoslug-iplweb
, which works fine for Django versions >=1.8,<=2.0.
0.12.9-2017-12-21
- Added content markdown plugin.
0.12.8-2017-12-19
- Added common form callback
AutoFormMail
for auto mailing the form data (without need to add the mail plugin to the form). - Fixed failing Read the Docs documentation.