Commit graph

64 commits

Author SHA1 Message Date
Artur Barseghyan
4cf22a9cee prepare 0.10; added additional args to submit_plugin_form_data; added tests for mailchimp importer plugin; moving plugins to base submodules, having them only registered in fobi_form_elements submodule; disable google analytics in tests; helper scripts updated; multiple pep8 fixes; minor fixes 2016-11-17 00:07:06 +01:00
Artur Barseghyan
2b63235323 add additional settings and scripts for foundation5 2016-11-10 23:00:48 +01:00
Artur Barseghyan
f2e223d4b4 mark completed todos as done 2016-11-07 23:02:31 +01:00
Artur Barseghyan
08f1934080 update todos; better navigation for form wizards 2016-10-26 16:28:22 +02:00
Artur Barseghyan
a85de1ad53 todos updated 2016-10-25 22:30:41 +02:00
Artur Barseghyan
bce6d43b95 todos updated 2016-10-25 21:17:05 +02:00
Artur Barseghyan
5c301bd5bb todos updated 2016-10-25 21:15:00 +02:00
Artur Barseghyan
c4fba73dc1 todos updated 2016-10-25 21:10:35 +02:00
Artur Barseghyan
05fb3b7cb0 prepare 0.9.1; minor fixes 2016-10-24 01:50:53 +02:00
Artur Barseghyan
d0bbe214ae prepare 0.9; get_form_field_instances accepts two new optional two new optional arguments: form_entry and form_element_entries as well as **kwargs; minor fix in 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 2016-10-24 01:09:13 +02:00
Artur Barseghyan
59f3a15e6f prepare 0.8.8; minor slider plugin improvements 2016-10-21 01:29:44 +02:00
Artur Barseghyan
0bc6cfcf69 prepare 0.8.7; fixed issue of plugin media not being collected in the form wizard 2016-10-21 00:53:25 +02:00
Artur Barseghyan
a11d9cdfa0 prepare 0.8.6; functional improvements of the slider plugin; 2016-10-21 00:19:59 +02:00
Artur Barseghyan
eccac7faf6 todos updated 2016-10-20 03:25:16 +02:00
Artur Barseghyan
e8d0bc306c prepare 0.8.5; add range_select plugin; add slider plugin and corresponding bootstrap3 widget; fixes in readme; fixed issue with form-wizard file storage; fixed too much of extreme data view- and export- restrictions of the db_store form handler plugin; minor fixes in select_multiple_with_max plugin; migration fixes for django 1.8 and 1.9 2016-10-20 02:50:41 +02:00
Artur Barseghyan
c519766155 prepare 0.8; form-wizards 2016-10-17 03:30:09 +02:00
Artur Barseghyan
be3659233b prepare 0.7.1 2016-09-21 14:58:11 +02:00
Artur Barseghyan
128b4c6f01 todos updated 2016-05-20 01:07:31 +02:00
Artur Barseghyan
f20b4f061d todos updated 2015-12-18 03:00:24 +01:00
Artur Barseghyan
ee37045bcf adding the mailchimp form importer plugin 2015-12-18 02:37:44 +01:00
Artur Barseghyan
ad9c4a7a4e prepare 0.6; form importers; better support for django 1.9 and django 1.10; various improvements and fixes; 2015-12-16 03:16:00 +01:00
Artur Barseghyan
268ee9f41e todos updated 2015-09-03 00:32:11 +02:00
Artur Barseghyan
bc960a5fb8 prepare 0.5.13; translation fixes; updating dutch and russian translations 2015-09-01 23:37:12 +02:00
Artur Barseghyan
9424a0d21a prepare 0.5.12; export/import forms to/from json; minor gui improvements; 2015-08-29 03:10:07 +02:00
Artur Barseghyan
210f517787 prepare 0.5.8; dynamic initial values; minor fixes/improvements 2015-08-17 01:23:46 +02:00
Artur Barseghyan
1bd4a8b96f prepare 0.5.6; django-mptt support; python 3 fixes 2015-08-01 02:30:09 +02:00
Artur Barseghyan
a49ec3af25 roadmap and todos updated 2015-06-19 22:52:46 +02:00
Artur Barseghyan
89ca3c4f3e roadmap, changelog and todos updated 2015-06-05 00:30:51 +02:00
Artur Barseghyan
ad1d7e11e9 0.5.4; minor django 1.8 fixes; improved texts and translations; 2015-05-21 23:09:51 +02:00
Artur Barseghyan
f673a5757a prepare 0.5.2; multiple to addresses; datepicker widgets for dates for foundation 5 theme; more tests 2015-04-26 04:31:01 +02:00
Artur Barseghyan
9723715596 todos and docs updated 2015-04-17 13:48:53 +02:00
Artur Barseghyan
4f74832fbe prepare 0.4.34; minor fixes in checkbox select multiple and radio plugins; minified tox tests; clean up requirements for the example project; update general example settings to work with any django version; 2015-03-27 01:13:16 +01:00
Artur Barseghyan
b6dc3185c4 prepare 0.4.33; add checkbox select multiple plugin; minor improvements of foundation 5 theme; initial config for tox tests; general code clean-up 2015-03-26 01:27:17 +01:00
Artur Barseghyan
2f040de971 prepare 0.4.30; add submitted files as attachments to the email (in mail plugin); minor fixes; documentation additions (info about rendering forms using thord-party form rendering libraries) 2015-03-23 00:21:13 +01:00
Artur Barseghyan
10bc2a38b3 prepare 0.4.29; add decimal, float, ip_address, null_boolean, regex, slug, time fields; improve datetime, date, integer, select_multiple and select_multiple_model_objects fields and the db_store handler; start using simplejson package in favour of the stdlib json (for better serialisation) 2015-03-21 02:55:10 +01:00
Artur Barseghyan
888646c3c8 prepare 0.4.28; fix improperly picked configuration of select_multiple_model_objects plugin; allowed long identifiers of models; fix admin bulk change of the plugins; control of the submitted value for select_model_object and select_multiple_model_objects; docs updated 2015-03-13 02:09:44 +01:00
Artur Barseghyan
123ca3c4fc prepare 0.4.27; temporary disable allow_multiple=False for db_store plugin due to an outstanding issue (to be fixed later); some control over the submitted value of radio, select and select_multiple plugins (in settings); 2015-03-12 01:45:36 +01:00
Artur Barseghyan
a83649dc17 prepare 0.4.26; validate initial of email, integer and url form field plugins; properly show checkbox and radio elements in the input plugin (previously they appeared too large); make it possible to use certain form handler plugins once only; docs updated; 2015-03-06 02:37:26 +01:00
Artur Barseghyan
b9486acd4d prepare 0.4.21; add select multiple model objects plugin; docs updated; 2015-02-28 00:04:17 +01:00
Artur Barseghyan
c22f46cdf4 prepare 0.4.18; sanity checks with custom user model; translatable urls 2015-02-13 01:18:10 +01:00
Artur Barseghyan
f97b325374 final touches on 0.4.16; updated docs; updated djangocms-admin-style-theme css; changelog updated; todos updated; 2015-02-11 00:07:44 +01:00
Artur Barseghyan
bba11866b0 add info about django 1.8 support; add additional helpers scripts for django 1.8; minor fixes; docs updated 2015-02-10 16:14:06 +01:00
Artur Barseghyan
9f5d08ffd7 more on preparing the 0.4.16; adding docs 2015-02-10 14:02:18 +01:00
Artur Barseghyan
fc2b7470e3 prepare 0.4.15; fix an extra big changebox in edit mode; improve docs (pypi syntax highlighting) 2015-01-27 23:51:26 +01:00
Artur Barseghyan
ad321662e1 add information about heroku demo app links to translations section; add django-localeurl to the example project 2015-01-16 23:19:27 +01:00
Artur Barseghyan
2272645701 prepare 0.4.12; fixed empty choices in the multiple-choice form field plugins; added support for wheel packages; updated vishap package requirement to latest stable 0.1.3; 2015-01-14 22:02:48 +01:00
Artur Barseghyan
58b8d77ec4 prepare 0.4.11; fixes in bootstrap3 theme (related to rendering of the radio button); fixes in db_store plugin export on >django17 2014-12-29 00:38:05 +01:00
Artur Barseghyan
05c633b1d4 prepare 0.4.4; documentation improvements; updated Dutch and Russian translations; minor fixes related to lazy translations 2014-12-06 00:09:33 +01:00
Artur Barseghyan
e814c07ff5 prepare 0.4.3; make sure data of form elements declared not to have a usable value (has_value prop set to False) aren't being saved (in db_store plugin); apply that to honeypot and captcha fields 2014-12-05 03:11:07 +01:00
Artur Barseghyan
2dfca95256 prepare 0.4; move captcha to security sub package; add honeypot field; rename birthday field to date_drop_down; improved error validation/handling of hidden fields; minor fixes in generic templates; add is_hidden property to the base elements; 2014-12-04 00:29:26 +01:00