Skip to content

Releases: barseghyanartur/django-fobi

0.5.7-2015-08-04

03 Aug 22:03
Compare
Choose a tag to compare
  • Minor Python 3 improvements.

0.5.6-2015-07-31

01 Aug 00:31
Compare
Choose a tag to compare
  • django-mptt support through select_mptt_model_object and
    select_multiple_mptt_model_objects plugins.
  • Python 3 fixes.

0.5.5-2015-06-30

30 Jun 22:22
Compare
Choose a tag to compare
  • Change the action field of the FormEntry into a URL field; check if
    action exists.
  • captcha, recaptcha and honeypot plugins have been made required
    in the form.
  • Fix: take default values provided in the plugin_data_fields of the plugin
    form into consideration.

0.5.4-2015-05-21

30 Jun 22:22
Compare
Choose a tag to compare
  • Minor Django 1.8 fixes.
  • Improved texts/translations.

0.5.3-2015-05-02

30 Jun 22:21
Compare
Choose a tag to compare
  • Minor fixes in the mail <https://github.com/barseghyanartur/django-fobi/tree/0.5.2/src/fobi/contrib/plugins/form_handlers/mail>_
    form handler plugin.

0.5.2-2015-04-26

30 Jun 22:21
Compare
Choose a tag to compare
  • Make it possible to provide multiple to email addresses in the mail <https://github.com/barseghyanartur/django-fobi/tree/0.5.2/src/fobi/contrib/plugins/form_handlers/mail>_
    form handler plugin.
  • DateTime picker widget added for Foundation5 theme for date <https://github.com/barseghyanartur/django-fobi/tree/0.5.2/src/fobi/contrib/plugins/form_elements/fields/date>_
    and datetime <https://github.com/barseghyanartur/django-fobi/tree/0.5.2/src/fobi/contrib/plugins/form_elements/fields/datetime>_
    plugins.
  • Added more tests (more plugins tested).

0.5.1-2015-04-21

20 Apr 23:11
Compare
Choose a tag to compare
  • DateTime picker widget added for Bootstrap 3 theme for datetime and date
    plugins.

0.5-2015-04-06

06 Apr 21:32
Compare
Choose a tag to compare

Note, that this release contains minor backwards incompatible changes. The
changes may affect your existing forms and data. Read the notes below
carefully.

  • Fixed previously wrongly labeled (in AppConf) add-ons/plugins (
    fobi.contrib.plugins.form_handlers.db_store,
    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
    accordingly. No migrations to solve the issue are included at the moment.

0.4.36-2015-04-03

03 Apr 00:33
Compare
Choose a tag to compare
  • Handle non-ASCII characters of content_text form element plugin.

0.4.35-2015-03-28

27 Mar 23:54
Compare
Choose a tag to compare
  • Fixed the issue with allow_multiple working incorrectly for form handler
    plugins. Fix the db_store plugin as well.