Release history and notes¶
Sequence based identifiers are used for versioning (schema follows below):
major.minor[.revision]
- It’s always safe to upgrade within the same minor version (for example, from 0.3 to 0.3.4).
- Minor version changes might be backwards incompatible. Read the release notes carefully before upgrading (for example, when upgrading from 0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.
0.12.10¶
2017-12-24
- Django 2.0 support (experimental).
- (Temporary) replace
django-autoslugpackage withdjango-autoslug-iplweb, which works fine for Django versions >=1.8,<=2.0.
0.12.8¶
2017-12-19
- Added common form callback
AutoFormMailfor auto mailing the form data (without need to add the mail plugin to the form).
0.12.7¶
2017-12-17
- Minor fixes (in the add form element entry bootstrap3 template).
- Add content rich text plugin (based on CKEditor).
- Added common form callback
AutoFormDbStorefor auto saving the form data (without need to add the db_store plugin to the form).
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_urlmethod.
0.12.3¶
2017-09-27
- Minor fixes.
- Reflect form-wizards support changes in the foundation5 theme.
- Documentation fixes.
0.12.2¶
2017-08-02
- Some work on full form-wizards support in the foundation5 theme.
- Django 1.11 fixes for customised widgets.
- Update example project requirements.
0.11.13¶
2017-06-10
- Updated docs for DjangoCMS, FeinCMS and Mezzanine.
- Updated outdated Dutch translations.
- Improvements of the DRF integration app documentation.
- Duration field added.
- Support
DurationFieldindrf_integrationintegration app. - Minor fixes in docs.
0.11.12¶
2017-05-31
- Added a lot of field metadata to the OPTIONS call of
drf_integrationapp. - Appended a lot of sub-module README files to the main documentation.
0.11.11¶
2017-05-29
- Minor fixes in
content_textdrf_integrationplugin. - Added
imageurlsupport to themailchimp_importerplugin.
0.11.9¶
2017-05-24
- Mezzanine integration updated to work with Mezzanine 4.2.3.
- Fixes in date-drop-down plugin when using form wizards.
0.11.8¶
2017-05-17
ContentImageURLplugin added.- Minor Python3 fixes in
db_storeplugin (related to export of forms toxlsformat).
0.11.7¶
2017-05-16
- Fixed in
fobi.integrationpackage related to Django 1.10 and higher. - FeinCMS integration updated (only migrations added) to work with FeinCMS 1.13.2.
- DjangoCMS integration updated to work with DjangoCMS 3.4.3.
0.11.5¶
2017-05-15
- Added
date_drop_downtodrf_integrationapp. - Fixed dependencies issue.
- Added dedicated requirements for specific Django versions.
0.11.4¶
2017-05-12
- Minor fixes in integration callbacks of the
drf_integrationsub-package. - Added support for
content_image,content_textandcontent_videoplugins. - Fixes in installable demo.
0.11.3¶
2017-05-10
- Concept of integration callbacks introduced and implemented for the
drf_integrationsub-package.
0.11¶
2017-05-07
This release is dedicated to my beloved wife for all the love and support she gave me through years. If you are a company looking for (female) developers in Groningen area (the Netherlands), do not hesitate to contact her.
- Django REST framework integration. Check the Heroku demo here.
- Documentation fixes.
- PEP8 code fixes.
- Minor setup fixes related to moved screen-shots file.
- Added helper scripts to test with Firefox in headless mode. Describe testing with Firefox in headless mode in documentation.
- Validate the
decimalfield plugin - quantize the decimal value to the configured precision. - Minor fixes in the
floatfield plugin. - Minor improvements in complex form element plugins (
select,file) and form handler plugins (db_store,mail,http_respost) in order to simplify integration plugins and reduce code duplication. - Minor Python3 fixes in
range_selectandsliderform element plugins. - Minor Python3 fixes in
http_repostandmailform handler plugins.
0.10.4¶
2017-01-11
- Minor fixes in Django admin.
- Various pep8 fixes.
- Fixes additions and improvements in/of docs.
- Add options to test with PhantomJS instead of Firefox.
0.10¶
2016-11-16
Note, that this release contains minor backwards incompatible changes, that may break your code. Two additional arguments have been added to the submit_plugin_form_data method of the form element plugins. If you have written custom form element plugins - update your code.
- Added form_entry_elements and kwargs to the submit_plugin_form_data method of the form element plugins. Make sure to update your custom plugins if you have written any.
- Added tests for mailchimp integration plugin.
- Moving all plugins to base submodules of the correspondent sub packages.
- Add missing whitespace to the
help_textof thetitlefield ofFormEntryandFormWizardEntrymodels. - Disable GoogleAnalytics while testing (guess what - this change speeds up selenium tests twice).
- Docs updated.
- Helper scripts updated.
- Multiple pep8 fixes.
0.9.17¶
2016-11-13
Announcing dropping support of Python 2.6 and Django 1.7. As of 0.9.17 everything is still backwards compatible with Django 1.7, but in future versions it will be wiped out.
- Value validations for Integer and Text Fields.
- Hide previous button in form wizard template for bootstrap3 on first step.
0.9.16¶
2016-11-10
- Introduced form titles (shown in view templates).
- Improved navigation of the form wizards.
0.9.13¶
2016-11-05
Announcing dropping support of Django 1.5 and 1.6. As of 0.9.13 everything is still backwards compatible with versions 1.5 and 1.6, but in future versions compatibility with these versions will be wiped out.
- Fix backwards compatibility of slider and range_select plugins with Django versions 1.5 and 1.6.
0.9.10¶
2016-11-01
- Fixed issue with custom labels in the slider plugin.
- Made slider plugin compatible with Django <= 1.6.
- Fixes get_absolute_url methods on FormEntry and FormWizardEntry models. #48
0.9.7¶
2016-10-27
- Improvements in the generic integration processor. #47
- Improved form wizard interface and navigation.
- Fixed a broken test.
- Added import/export functionality for form wizards.
0.9.6¶
2016-10-25
- Fixed InvalidQuery exception raised when attempting to export entry from a ‘DB store’ handler. #44
- Fixed ProgrammingError raised when using the ‘Export data to CSV/XLS’ action. #45
0.9.4¶
2016-10-24
- Fix issue with select_multiple, select_multiple_model_objects and select_multiple_mptt_model_objects being invalidated on the last step of the form wizard.
0.9.3¶
2016-10-24
- Change to NumberInput widget for all number inputs.
- Fixed issue with slider plugin missing labels if Show endpoints as is set to Labeled ticks.
- Link to edit form entry added to edit form wizard entry view.
0.9¶
2016-10-24
Note, that this release contain minor backwards incompatible changes, that may break your existing code (your data is left intact). If you have written custom form element plugins you should update your code!
- The :method:`get_form_field_instances`
and :method:`_get_form_field_instances` of
the
fobi.base.FormElementPluginboth accept two new optional 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.
- Fixed issue in the base_bulk_change_plugins function on Django 1.10.
0.8.10¶
2016-10-22
- Minor CSS improvements of the slider plugin.
- Fixed broken readthedocs requirements.
0.8.9¶
2016-10-22
- Simplified debugging (never set FOBI_DEBUG to True in production!).
- Major slider plugin improvements.
0.8.5¶
2016-10-20
- Add range_select and slider form field plugins.
- Fixed custom CSS classes not appearing in the rendered HTML of the field plugin/widget.
- Fixed issue with undefined file storage for form wizards. From now on the FileSystemStorage storage is used for wizard uploads.
- Fixed too much of extreme data view/export security of the db_store plugin.
- Backwards compatibility fixes for Django < 1.7.
0.8.4¶
2016-10-19
- Fix broken export (to JSON) of form entries.
- Fix broken import (from JSON) of form entries.
0.8¶
2016-10-17
Release supported by Lund University Cognitive Science.
- Adding form-wizards functionality. Note, that at the moment only 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).
- The six package requirements increased to >= 1.8.
- Tests comply with pep8.
- Fixed recently broken drag-and-drop ordering of the form elements.
- Fixed typo for HTML id “tab-form-elemenets” -> “tab-form-elements”. You 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 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.
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/plugins/form_handlers/db_store/templates/db_store/view_saved_form_wizard_data_entries.html
- src/fobi/contrib/themes/bootstrap3/templates/bootstrap3/add_form_wizard_handler_entry.html
- src/fobi/contrib/themes/bootstrap3/templates/bootstrap3/add_form_wizard_handler_entry_ajax.html
- src/fobi/contrib/themes/bootstrap3/templates/bootstrap3/create_form_wizard_entry.html
- src/fobi/contrib/themes/bootstrap3/templates/bootstrap3/create_form_wizard_entry_ajax.html
- src/fobi/contrib/themes/bootstrap3/templates/bootstrap3/edit_form_wizard_entry.html
- src/fobi/contrib/themes/bootstrap3/templates/bootstrap3/edit_form_wizard_entry_ajax.html
- src/fobi/contrib/themes/bootstrap3/templates/bootstrap3/form_wizards_dashboard.html
- src/fobi/contrib/themes/bootstrap3/templates/bootstrap3/snippets/form_wizard_ajax.html
- src/fobi/contrib/themes/bootstrap3/templates/bootstrap3/snippets/form_wizard_properties_snippet.html
- src/fobi/contrib/themes/bootstrap3/templates/bootstrap3/snippets/form_wizard_snippet.html
- src/fobi/contrib/themes/bootstrap3/templates/bootstrap3/view_form_wizard_entry.html
- src/fobi/contrib/themes/bootstrap3/templates/bootstrap3/view_form_wizard_entry_ajax.html
- src/fobi/templates/fobi/generic/add_form_wizard_handler_entry.html
- src/fobi/templates/fobi/generic/add_form_wizard_handler_entry_ajax.html
- src/fobi/templates/fobi/generic/create_form_wizard_entry.html
- src/fobi/templates/fobi/generic/create_form_wizard_entry_ajax.html
- src/fobi/templates/fobi/generic/edit_form_wizard_entry.html
- src/fobi/templates/fobi/generic/edit_form_wizard_entry_ajax.html
- src/fobi/templates/fobi/generic/form_wizard_entry_submitted.html
- src/fobi/templates/fobi/generic/form_wizard_entry_submitted_ajax.html
- src/fobi/templates/fobi/generic/form_wizards_dashboard.html
- src/fobi/templates/fobi/generic/snippets/form_wizard_ajax.html
- src/fobi/templates/fobi/generic/snippets/form_wizard_properties_snippet.html
- src/fobi/templates/fobi/generic/snippets/form_wizard_snippet.html
- src/fobi/templates/fobi/generic/snippets/form_wizard_view_ajax.html
- src/fobi/templates/fobi/generic/view_form_wizard_entry.html
- src/fobi/templates/fobi/generic/view_form_wizard_entry_ajax.html
Existing files¶
- src/fobi/contrib/plugins/form_importers/mailchimp_importer/templates/mailchimp_importer/1.html
- src/fobi/contrib/plugins/form_importers/mailchimp_importer/views.py
- 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/edit_form_entry_ajax.html
- src/fobi/templates/fobi/generic/edit_form_entry_ajax.html
Additional listings¶
Listing 0.8.a “tab-form-elemenets” -> “tab-form-elements”¶
- src/fobi/contrib/themes/djangocms_admin_style_theme/static/djangocms_admin_style_theme/css/fobi.djangocms_admin_style_theme.edit.css
- 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/edit_form_entry_ajax.html
- src/fobi/contrib/themes/simple/static/simple/css/fobi.simple.edit.css
- src/fobi/contrib/themes/simple/templates/simple/edit_form_entry_ajax.html
- src/fobi/templates/fobi/generic/edit_form_entry_ajax.html
- src/fobi/templates/fobi/generic/edit_form_wizard_entry_ajax.html
Listing 0.8.b form_view_form_entry_option_class property¶
- src/fobi/contrib/themes/bootstrap3/fobi_themes.py
- src/fobi/contrib/themes/djangocms_admin_style_theme/fobi_themes.py
- src/fobi/contrib/themes/foundation5/fobi_themes.py
- src/fobi/contrib/themes/simple/fobi_themes.py
- src/fobi/templates/fobi/generic/edit_form_wizard_entry_ajax.html
0.7.1¶
2016-09-22
Release sponsored by Goldmund, Wyldebeast & Wunderliebe.
- Code comply with pep8.
- Minor fixes in selenium tests.
0.7¶
2016-09-13
Release sponsored by Goldmund, Wyldebeast & Wunderliebe.
- Initial Django 1.10 support.
- django-localeurl has been replaced with i18n_patterns in sample project.
- Minor fixes.
0.6.10¶
2016-09-11
- Moved plugin_uid field choices from model level to form level for FormHandler and FormHandlerEntry models. #37
0.6.9¶
2016-09-08
- Moved plugin_uid field choices from model level to form level for FormElement and FormElementEntry models. #37
- Fixed element “name” field stripping underscores issue. #33
0.6.8¶
2016-09-06
- Fixed changing order of the FormElement, FormElementEntry, FormHandler and FormHandlerEntry models.
0.6.7¶
2016-08-30
- Minor fixes in db_store plugin (Django 1.6 compatibility issue).
- Added __str__ methods to models.
- Restrict queryset to form element entries related to the form entry in position calculation.
0.6.6¶
2016-05-12
- Fixed broken dependencies in demos.
- Minor fixes.
- Adding a new Select multiple with max plugin, which restricts max number of choices allowed to be chosen.
0.6.2¶
2015-12-22
- Make it possible to render a list of forms using custom template tag (not only on the dashboard page).
0.6¶
2015-12-18
- Form importers (and as a part of it - MailChimp integration, which would allow to import forms from MailChimp into django-fobi using a user-friendly wizard).
- Improved Django 1.9 support.
0.5.18¶
2015-12-08
- Minor improvements. Adding request to the get_form_field_instances method of the FormElementPlugin.
0.5.17¶
2015-10-22
- 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.
0.5.12¶
2015-08-29
- 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
0.5.11¶
2015-08-20
- Minor improvements of the dynamic values feature. Forbid usage of django template tags in initial values.
0.5.8¶
2015-08-16
- Made it possible to define dynamic initials for form fields. Example initial dynamic values in the form (like {{ request.path }}).
- Minor fixes/improvements.
0.5.6¶
2015-07-31
- django-mptt support through select_mptt_model_object and select_multiple_mptt_model_objects plugins.
- Python 3 fixes.
0.5.5¶
2015-06-30
- 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.2¶
2015-04-26
0.5¶
2015-04-06
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 rename a couple of database tables and update references accordingly. No migrations to solve the issue are included at the moment.
0.4.35¶
2015-03-28
- Fixed the issue with allow_multiple working incorrectly for form handler plugins. Fix the db_store plugin as well.
0.4.34¶
2015-03-27
- Minor fixes in the Checkbox select multiple and Radio plugins.
- Minified tox tests.
0.4.33¶
2015-03-26
- Checkbox select multiple field added.
- Minor improvements (styling) in the Foundation 5 theme.
- Initial configuration for tox tests.
- Clean up requirements (for example setups and tests).
0.4.32¶
2015-03-25
- Updated missing parts in the Russian translations.
- Minor API improvements. From now on, the run method of form handlers may return a tuple (bool, mixed). In case of errors it might be (False, err).
- Minor code clean ups.
0.4.31¶
2015-03-23
- When path of the uploaded file (plugins) doesn’t yet exist, create it, instead of failing.
0.4.30¶
2015-03-23
- From now on submitted files are sent as attachments in the mail plugin.
- Documentation improvements. Adding information of rendering forms using django-crispy-forms or alternatives.
- Minor fixes.
0.4.29¶
2015-03-20
- Decimal field added.
- Float field added.
- Slug field added.
- IP address field added.
- Null boolean field added.
- Time field added.
- From now on using simplejson package in favour of json, since it can handle decimal data.
- Minor improvements of the date plugins (datetime, date).
0.4.28¶
2015-03-13
Fix improperly picked configurations of the fobi.contrib.plugins.form_elements.fields.select_multiple_model_objects plugin.
Long identifiers of models can now be safely used in foreign key plugins (such as fobi.contrib.plugins.form_elements.fields.select_model_object_plugin and fobi.contrib.plugins.form_elements.fields.select_multiple_model_objects plugins).
Fixed admin bulk change of the plugins.
From now it’s possible to have some control/configure the following plugins for the submitted value:
- fobi.contrib.plugins.form_elements.fields.select_model_object
- fobi.contrib.plugins.form_elements.fields.select_multiple_model_objects
The only thing needs to be done is to specify the appropriate variable in the settings module of the project (settings.py).
- FOBI_FORM_ELEMENT_SELECT_MODEL_OBJECT_SUBMIT_VALUE_AS
- FOBI_FORM_ELEMENT_SELECT_MULTIPLE_MODEL_OBJECTS_SUBMIT_VALUE_AS
Allowed values are: “val”, “repr”, “mix”.
0.4.27¶
2015-03-12
Temporary allow the fobi.contrib.plugins.form_handlers.db_store plugin to be used multiple times per form, until the bug with not being able to assign the db_store plugin to the form due to incorrect handling of restrictions (
allow_multiple) introduced in previous version is properly fixed.From now it’s possible to have some control/configure the following plugins for the submitted value:
- fobi.contrib.plugins.form_elements.fields.radio
- fobi.contrib.plugins.form_elements.fields.select
- fobi.contrib.plugins.form_elements.fields.select_multiple
The only thing needs to be done is to specify the appropriate variable in the settings module of the project (settings.py).
- FOBI_FORM_ELEMENT_RADIO_SUBMIT_VALUE_AS
- FOBI_FORM_ELEMENT_SELECT_SUBMIT_VALUE_AS
- FOBI_FORM_ELEMENT_SELECT_MULTIPLE_SUBMIT_VALUE_AS
Allowed values are: “val”, “repr”, “mix”.
0.4.26¶
2015-03-06
- Validate fobi.contrib.plugins.form_elements.fields.email, fobi.contrib.plugins.form_elements.fields.integer and fobi.contrib.plugins.form_elements.fields.url plugins initial values.
- Properly show field types “checkbox” and “radio” in the input plugin (as previously they showed up too large).
- It’s now possible to restrict multiple usage of form handler plugins via
allow_multipleproperty. In case if it’s set to False, the plugin can be used once only (per form). Default value is True. The db_store plugin is from now on allowed to be used only once (per form).
0.4.24¶
2015-03-04
- The management command migrate_03_to_04 intended to migrate 0.3.x branch data to > 0.4.x branch data, has been renamed to fobi_migrate_03_to_04.
- Add missing app config declaration for the db_store form handler plugin.
- Add missing app config for the core fobi package.
- Improved autodiscover for Django>=1.7. Fix exception when using a dotted path to an AppConfig in INSTALLED_APPS (instead of using the path to the app: ex. “path.to.app.apps.AppConfig” instead of “path.to.app”).
0.4.23¶
2015-03-04
- Fix improper initial value validation for Select-like (radio, select and select_multiple) plugins.
0.4.22¶
2015-03-03
- Fix replace system-specific path separator by a slash on file urls.
- Fix empty options appearing in the Select-like (radio, select and select_multiple) plugins and unified the processing of the raw choices data.
- Validate the initial value for Select-like (radio, select and select_multiple) plugins.
0.4.21¶
2015-02-28
- The
fobi.contrib.plugins.form_elements.fields.select_multiple_model_objectsplugin added.
0.4.20¶
2015-02-27
- Make it possible to load initial form data from GET variables.
- Remove “button” and “submit” types from
fobi.contrib.elements.fields.inputform element plugin. - The
fobi.contrib.plugins.form_elements.fields.select_model_objectplugin no longer returns an absolute URL to the admin of the chosen model object instance. Instead, it contains the app label, model name, pk and the repr of it separated by dots. Example: “comments.comment.5.Lorem ipsum”. - Minor fixes in
from fobi.contrib.elements.fields.fileplugin. Use system path separator onfrom fobi.contrib.elements.fields.file.FILES_UPLOAD_DIRdefault setting. - Minor documentation improvements.
0.4.19¶
2015-02-15
- Some more work on future (Django 1.9) compatibility.
- Replace bits of backwards-/forwards- compatibility code with equal code
parts of
django-nine.
0.4.18¶
2015-02-13
- From now on it’s possible to localise (translated) URLs.
- Safe way to get the user model for Django >= 1.5.* <= 1.8.*
0.4.17¶
2015-02-12
- Fix circular imports by proper referencing of the user model in
foreign key and many-to-many relations (
settings.AUTH_USER_MODELinstead ofdjango.contrib.auth.get_user_model). - Minor documentation improvements.
0.4.16¶
2015-02-10
- A new theme
djangocms_admin_style_themeadded. - Making
fobi.fields.NoneFieldalways valid. - Initial work on Django 1.8 and 1.9 support.
- Minor fixes.
0.4.13¶
2015-01-15
- Remove an ipdb statement from base integration processor fobi.integration.processors.IntegrationProcessor.
- Added information in the docs about FeinCMS demo part on heroku demo.
- Make sure values of form elements declared not to have a value (
has_valueproperty is set to False) aren’t being saved in thedb_storeplugin. - Remove redundant static assets (package size decreased).
0.4.12¶
2015-01-14
- Fix empty options appearing in the Select-like plugins and unified the processing of the raw choices data.
- Update the vishap package requirement to latest stable 0.1.3.
- Support for wheel packages.
0.4.11¶
2014-12-29
- Styling fixes in the
radiobutton field of thebootstrap3theme. - Fixed
db_storeissue with CSV/XLS export failing on Django 1.7.
0.4.9¶
2014-12-28
- Third party app integration (at the moment, FeinCMS, DjangoCMS, Mezzanine) had been generalised and unified.
- Mention the Heroku live demo in the docs.
- Minor CSS fixes in the
simpletheme.
0.4.7¶
2014-12-24
- Temporary left out the “cloneable” column from the dashboard templates.
- Fixed broken imports in CAPTCHA plugin.
- Fixed broken imports in ReCAPTCHA plugin.
0.4.6¶
2014-12-23
- Updated requirements for the
vishappackage to avoid thesixversion conflicts. - Minor documentation fixes.
0.4.5¶
2014-12-17
- ReCAPTCHA field added.
- Mezzanine integration app added.
- Remove redundant dependencies (django-tinymce).
- Minor improvements of the discover module.
0.4.4¶
2014-12-06
- Documentation improvements.
- Updated Dutch and Russian translations.
- Minor fixes related to lazy translations.
0.4.3¶
2014-12-05
- Make sure values of form elements declared not to have a value (
has_valueproperty is set to False) aren’t being saved in thedb_storeplugin. - Apply that to the
honeypotandcaptchaplugins.
0.4.2¶
2014-12-04
Helper script (management command) in order to migrate django-fobi==0.3.* data to django-fobi==0.4.* data (caused by renaming the
birthdayfield todate_drop_down- see the release notes of 0.4 below). Follow the steps precisely in order to painlessly upgrade your django-fobi==0.3.* to django-fobi==0.4.*:Install django-fobi>=0.4.2:
pip install django-fobi>=0.4.2
In your settings change the:
'fobi.contrib.plugins.form_elements.fields.birthday'to:
'fobi.contrib.plugins.form_elements.fields.date_drop_down'Run the
migrate_03_to_04management command. Note, that as of version 0.4.24, the migrate_03_to_04 command has been renamed to fobi_migrate_03_to_04.:./manage.py migrate_03_to_04
0.4.1¶
2014-12-04
- Fixes in Foundation5 and Simple themes related to the changes in error validation/handling of hidden fields.
0.4¶
2014-12-03
Note, that this release contains minor backwards incompatible changes. The changes may affect your existing forms and data. Read the notes below carefully (UPDATE 2014-12-04: the django-fobi==0.4.2 contains a management command which makes the necessary changes in the database for safe upgrade).
- The
captchafield has been moved fromfobi.contrib.plugins.form_elements.fields.captchatofobi.contrib.plugins.form_elements.security.captcha. Make sure to update the package paths inINSTALLED_APPSof your projects’ settings module (settings.py) when upgrading to this version. - The
honeypotfield has been added. - The
birthdayfield has been renamed todate_drop_down(A realbirthdayfield is still to come in later releases). The change causes backwards incompatibility issues if you have used thatbirthdayfield. If you haven’t - you have nothing to worry. If you have been using it, grab the 0.3.4 version, copy thefobi.contrib.plugins.form_elements.fields.date_drop_downpackage to your project apps, make necessary path changes and update the package paths inINSTALLED_APPSsettings module (settings.py) before upgrading to this version. Then, in Django admin management interface, replace all the occurrences ofBirthdayfield withDate drop downfield. - 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
form_non_field_and_hidden_errors_snippet_template. - Minor fixes in generic templates.
- An additional property
is_hiddenadded to the hidden form elements. Those form elements would be getting a default TextInput widget in the edit mode instead of the widget they come from by default. It’s possible to provide an alternative widget for the edit mode as well. Default value of theis_hiddenis set to False.
0.3.4¶
2014-11-23
- New settings
FOBI_FAIL_ON_ERRORS_IN_FORM_ELEMENT_PLUGINSandFOBI_FAIL_ON_ERRORS_IN_FORM_HANDLER_PLUGINSintroduced. They do as their name tells. Default value for both is False. - Fixed exceptions raised when unicode characters were used as form names.
- Fixed exceptions raised when unicode characters were used as field labels.
- Fixes in the db_store and mail plugins related to usage of unicode characters.
0.3¶
2014-11-09
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 theming of the form handler plugins.
- Several presentational form element plugins have been renamed.
The
fobi.contrib.plugins.form_elements.content.imageplugin has been renamed tofobi.contrib.plugins.form_elements.content.content_image. Thefobi.contrib.plugins.form_elements.content.textplugin has been renamed tofobi.contrib.plugins.form_elements.content.content_text. Thefobi.contrib.plugins.form_elements.content.videoplugin has been renamed tofobi.contrib.plugins.form_elements.content.content_video. If you have used any of the above mentioned plugins, make sure to update the app paths in thesettingsmodule of your project. - The
fobi.contrib.plugins.form_elements.content.dummyplugin has been moved tofobi.contrib.plugins.form_elements.test.dummylocation. If you have used it, make sure to update the its’ path in thesettingsmodule of your project. - Added readme to the following content form element plugins:
dummy,content_image,content_textandcontent_video. - Added
foundation5andsimpletheme widgets fordb_storeplugin. - If you have been overriding the defaults of the
db_storeplugin, change the prefix fromFOBI_PLUGIN_DB_EXPORT_toFOBI_PLUGIN_DB_STORE_. For example,FOBI_PLUGIN_DB_EXPORT_CSV_DELIMITERshould becomeFOBI_PLUGIN_DB_STORE_CSV_DELIMITER. - Mentioning the
fobi_find_broken_entriesmanagement command in the documentation, as well as improving the management command itself (more verbose output). - Birthday field added.
0.2.1¶
2014-11-06
- Minor improvements of the
db_storeplugin. - Minor improvements of the
simpletheme. Make sure that custom form handler actions are properly shown in the form handlers list. - Make it possible to fail silently on missing form element or form
handler plugins by setting the respected values to False:
FOBI_FAIL_ON_MISSING_FORM_ELEMENT_PLUGINS,FOBI_FAIL_ON_MISSING_FORM_HANDLER_PLUGINS. Otherwise an appropriate exception is raised.
0.2¶
2014-11-05
Note, that this release contains minor backwards incompatible changes.
- Minor (backwards incompatible) changes in the form handler plugin API.
From now on both
custom_actionsandget_custom_actionsmethods acceptform_entry(obligatory) andrequest(optional) arguments. If you have written your own or have changed existing form handler plugins with use of one of the above mentioned methods, append those arguments to the method declarations when upgrading to this version. If you haven’t written your own or changed existing form handler plugins, you may just upgrade to this version. - Added data export features to the
db_storeplugin. - Minor fixes in
db_storeplugin. - Added missing documentation for the
feincms_integrationapp. - Updated translations for Dutch and Russian.
0.1.6¶
2014-10-25
- Minor improvements in the theming API. From now on the
view_embed_form_entry_ajax_templatetemplate would be used when integrating the form rendering from other products (for example, a CMS page, which has a widget which references the form object. If that property is left empty, theview_form_entry_ajax_templateis used. For a success page theembed_form_entry_submitted_ajax_templatetemplate would be used. - Functional improvements of the FeinCMS integration (the widget). If you have used the FeinCMS widget of earlier versions, you likely want to update to this one. From now on you can select a custom form title and the button text, as well as provide custom success page title and the success message; additionally, it has been made possible to hide the form- or success-page- titles.
0.1.5¶
2014-10-23
- Minor fixes in the
Integerform element plugin. - Minor fixes in the
Inputform element plugin. - Minor fixes in themes (disable HTML5 form validation in edit mode).
- Minor documentation improvements.
0.1.4¶
2014-10-22
- Minor core improvements.
- Django 1.5 support improvements.
- Django 1.7 support improvements.
- Added
Captchaform element plugin. - Added highly-customisable
Inputform element plugin - a custom input field with support for almost any ever existing HTML attribute. - Documentation improvements.
0.1.1¶
2014-10-11
- Bootstrap 3 theme fixes: When tab pane has no or little content so that the height of the dropdown menu exceeds the height of the tab pane content the dropdown menu now becomes scrollable (vertically).