django-fobi

Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.

Downloads
6.4K
Stars
484
Committers
23

Bot releases are hidden (Show)

django-fobi - 0.5.17-2015-10-27

Published by barseghyanartur almost 9 years ago

  • Increased easy-thumbnails requirement to >= 2.1 for Python 3, since it was
    causing installation errors.
  • Increased the django-nine requirement to >=0.1.6, since it has better
    Python 3 support.
django-fobi - 0.5.16-2015-10-05

Published by barseghyanartur about 9 years ago

  • Fixes in migrations on Django 1.7.
django-fobi - 0.5.15-2015-09-17

Published by barseghyanartur about 9 years ago

  • Minor fixes.
django-fobi - 0.5.14-2015-09-13

Published by barseghyanartur about 9 years ago

  • Add create/update dates to the forms. Adding initial migrations.
django-fobi - 0.5.13-2015-09-01

Published by barseghyanartur about 9 years ago

  • Translation fixes.
  • Updating Dutch and Russian translations.
django-fobi - 0.5.12-2015-08-29

Published by barseghyanartur about 9 years ago

  • Export/import forms into/from JSON.
  • Minor UI improvements. Adding "Service" tab in the edit view which contains
    links to export form to JSON and delete form.

Although this release does not contain backwards incompatible changes, there
have been several changes in GUI and some parts of the generic HTML and themes
were updated. If you have custom themes implemented, you should likely make
some minor updates to the HTML in order to reflect the latest GUI changes.
The following templates have been affected:

New files

- src/fobi/contrib/themes/djangocms_admin_style_theme/templates/djangocms_admin_style_theme/import_form_entry.html
- src/fobi/contrib/themes/djangocms_admin_style_theme/templates/djangocms_admin_style_theme/import_form_entry_ajax.html

- src/fobi/contrib/themes/foundation5/templates/foundation5/import_form_entry.html
- src/fobi/contrib/themes/foundation5/templates/foundation5/import_form_entry_ajax.html

- src/fobi/contrib/themes/simple/templates/simple/import_form_entry.html
- src/fobi/contrib/themes/simple/templates/simple/import_form_entry_ajax.html

- src/fobi/templates/fobi/generic/import_form_entry.html
- src/fobi/templates/fobi/generic/import_form_entry_ajax.html

Existing files
  • src/fobi/contrib/themes/djangocms_admin_style_theme/templates/djangocms_admin_style_theme/dashboard.html
  • src/fobi/contrib/themes/djangocms_admin_style_theme/templates/djangocms_admin_style_theme/edit_form_entry_ajax.html
  • src/fobi/contrib/themes/foundation5/templates/foundation5/dashboard.html
  • src/fobi/contrib/themes/foundation5/templates/foundation5/edit_form_entry_ajax.html
  • src/fobi/contrib/themes/simple/templates/simple/dashboard.html
  • src/fobi/contrib/themes/simple/templates/simple/edit_form_entry_ajax.html
  • src/fobi/templates/fobi/generic/dashboard.html
  • src/fobi/templates/fobi/generic/edit_form_entry_ajax.html
django-fobi - 0.5.11-2015-08-20

Published by barseghyanartur about 9 years ago

  • Minor improvements of the dynamic values feature. Forbid usage of django
    template tags in initial values.
django-fobi - 0.5.10-2015-08-18

Published by barseghyanartur about 9 years ago

  • Minor improvements of the initial dynamic values feature.
django-fobi - 0.5.9-2015-08-17

Published by barseghyanartur about 9 years ago

  • Minor fixes in the initial dynamic values feature.
django-fobi - 0.5.8-2015-08-17

Published by barseghyanartur about 9 years ago

  • Made it possible to define dynamic initials for form fields. Example initial
    dynamic values in the form (like {{ request.path }}).
  • Minor fixes/improvements.
django-fobi - 0.5.7-2015-08-04

Published by barseghyanartur about 9 years ago

  • Minor Python 3 improvements.
django-fobi - 0.5.6-2015-07-31

Published by barseghyanartur about 9 years ago

  • django-mptt support through select_mptt_model_object and
    select_multiple_mptt_model_objects plugins.
  • Python 3 fixes.
django-fobi - 0.5.5-2015-06-30

Published by barseghyanartur over 9 years ago

  • 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.
django-fobi - 0.5.4-2015-05-21

Published by barseghyanartur over 9 years ago

  • Minor Django 1.8 fixes.
  • Improved texts/translations.
django-fobi - 0.5.3-2015-05-02

Published by barseghyanartur over 9 years ago

  • 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.
django-fobi - 0.5.2-2015-04-26

Published by barseghyanartur over 9 years ago

  • 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).
django-fobi - 0.5.1-2015-04-21

Published by barseghyanartur over 9 years ago

  • DateTime picker widget added for Bootstrap 3 theme for datetime and date
    plugins.
django-fobi - 0.5-2015-04-06

Published by barseghyanartur over 9 years ago

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.
django-fobi - 0.4.36-2015-04-03

Published by barseghyanartur over 9 years ago

  • Handle non-ASCII characters of content_text form element plugin.
django-fobi - 0.4.35-2015-03-28

Published by barseghyanartur over 9 years ago

  • Fixed the issue with allow_multiple working incorrectly for form handler
    plugins. Fix the db_store plugin as well.