Skip to content

Releases: barseghyanartur/django-fobi

0.5.17-2015-10-27

27 Oct 21:48
Compare
Choose a tag to compare
  • 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.16-2015-10-05

05 Oct 21:14
Compare
Choose a tag to compare
  • Fixes in migrations on Django 1.7.

0.5.15-2015-09-17

16 Sep 22:55
Compare
Choose a tag to compare
  • Minor fixes.

0.5.14-2015-09-13

13 Sep 08:37
Compare
Choose a tag to compare
  • Add create/update dates to the forms. Adding initial migrations.

0.5.13-2015-09-01

01 Sep 21:43
Compare
Choose a tag to compare
  • Translation fixes.
  • Updating Dutch and Russian translations.

0.5.12-2015-08-29

29 Aug 01:22
Compare
Choose a tag to compare
  • 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

20 Aug 21:05
Compare
Choose a tag to compare
  • Minor improvements of the dynamic values feature. Forbid usage of django
    template tags in initial values.

0.5.10-2015-08-18

17 Aug 22:35
Compare
Choose a tag to compare
  • Minor improvements of the initial dynamic values feature.

0.5.9-2015-08-17

17 Aug 22:34
Compare
Choose a tag to compare
  • Minor fixes in the initial dynamic values feature.

0.5.8-2015-08-17

16 Aug 23:26
Compare
Choose a tag to compare
  • Made it possible to define dynamic initials for form fields. Example initial
    dynamic values in the form (like {{ request.path }}).
  • Minor fixes/improvements.