Artur Barseghyan
8729119402
prepare 0.10.4; minor fixes
2017-01-12 21:13:52 +01:00
Artur Barseghyan
7ae1223516
various pep8 fixes
2016-12-28 22:12:58 +01:00
Artur Barseghyan
d2b702aac8
cleanup
2016-12-19 00:37:58 +01:00
Artur Barseghyan
78de7bba5e
minor improvements and code cleanup
2016-12-16 03:30:40 +01:00
Artur Barseghyan
96ca5d2da9
fix
2016-12-13 01:44:00 +01:00
Artur Barseghyan
e4057baa1b
add phantomjs notes
2016-11-29 23:41:26 +01:00
Artur Barseghyan
680cacd619
prepare 0.10.3; better registered_models detection
2016-11-24 23:34:11 +01:00
Artur Barseghyan
0dd059855c
prepare 0.10.2
2016-11-24 22:42:16 +01:00
Artur Barseghyan
1a31819278
updated docs
2016-11-17 01:44:12 +01:00
Artur Barseghyan
55f4c37e1c
prepare 0.10.1; fix captcha issues with form wizards
2016-11-17 01:28:14 +01:00
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
0e32ccecfa
prepare 0.9.17
2016-11-13 00:19:51 +01:00
Artur Barseghyan
0674fced56
Merge branch 'master' of git://github.com/marcosamorim/django-fobi into marcosamorim-master
2016-11-10 23:01:33 +01:00
Marcos Amorim
257ac59be5
Validation for max_length value;
...
Validation for `initial` according to `max_length` value
2016-11-10 11:34:41 +00:00
Artur Barseghyan
fbdfc69dbb
fixes
2016-11-10 02:21:09 +01:00
Artur Barseghyan
29d9543eb7
fixes
2016-11-10 02:15:08 +01:00
Artur Barseghyan
d6bb5c20fb
fixes
2016-11-10 02:05:12 +01:00
Artur Barseghyan
541928c5e1
check if last step
2016-11-10 02:02:57 +01:00
Artur Barseghyan
586ed95f2b
fix
2016-11-10 01:51:05 +01:00
Artur Barseghyan
3dcbeb01a8
use first step
2016-11-10 01:49:35 +01:00
Artur Barseghyan
9e799d4405
Merge branch 'master' of github.com:barseghyanartur/django-fobi
2016-11-10 01:44:45 +01:00
Artur Barseghyan
369c2b620f
prepare 0.9.16; introduced form titles shown in the templates; improved navigation of the form wizards
2016-11-10 01:44:33 +01:00
Marcos Amorim
936393db36
Verify if min/max are a valid range and if initial is inside that range
2016-11-09 16:21:45 +00:00
Artur Barseghyan
51eae155e8
Update README.rst
2016-11-08 09:20:10 +01:00
Artur Barseghyan
6c098d59ad
Update README.rst
2016-11-08 09:19:20 +01:00
Artur Barseghyan
8660591e8f
prepare 0.9.15; minor fixes
2016-11-07 23:40:01 +01:00
Artur Barseghyan
bae4e1477a
readme update
2016-11-07 22:48:33 +01:00
Artur Barseghyan
8e937ab0f5
0.9.14; add missing files
2016-11-07 22:46:10 +01:00
Artur Barseghyan
cb5ce7f5d2
prepare 0.9.14; minor fixes
2016-11-07 22:41:52 +01:00
Artur Barseghyan
0512850415
prepare 0.9.13; minor backwards compatibility changes of slider and range_select plugins with django versions 1.5 and 1.6; announcing dropping of support for those versions
2016-11-05 23:34:51 +01:00
Artur Barseghyan
77de5452fc
prepare 0.9.12; add missing feincms example migrations for django > 1.7; better debugging; minor fixes
2016-11-02 23:48:15 +01:00
Artur Barseghyan
fb205dcd3f
prepare 0.9.11; fixes
2016-11-01 01:37:29 +01:00
Artur Barseghyan
af39b1ff50
Merge branch 'master' of github.com:barseghyanartur/django-fobi
2016-11-01 01:04:12 +01:00
Artur Barseghyan
8dde9d8675
prepare 0.9.10; fixes
2016-11-01 01:03:33 +01:00
Andy Babic
535f5d31e3
Fixes get_absolute_url() methods on FormEntry and FormWizardEntry models, so that 'View on site' links work from the django admin
2016-10-31 11:03:51 +00:00
Artur Barseghyan
4751924171
prepare 0.9.9; make it possible to add custom ticks to the slider plugin
2016-10-31 00:47:28 +01:00
Artur Barseghyan
e032b0311f
prepare 0.9.8; support multiple sliders per form
2016-10-27 23:05:21 +02:00
Artur Barseghyan
5e3a8305c7
prepare 0.9.7; add import and export functionality for form wizards; improved gui and navigation for form wizards; improvements in the generic integration processor
2016-10-27 00:33:03 +02:00
Artur Barseghyan
08f1934080
update todos; better navigation for form wizards
2016-10-26 16:28:22 +02:00
Artur Barseghyan
0611193e5b
changelog drafted; fix failing test
2016-10-25 23:09:10 +02:00
Artur Barseghyan
c23bd99bd6
Merge pull request #47 from ababic/overridable_integrationprocessor
...
Made it easier to extend `fobi.integration.processors.IntegrationProcessor`
2016-10-25 21:56:31 +02:00
Andy Babic
02e77a7d8e
* Ordered class attributes alphabetically
...
* Added `get_context_data()`, `get_form_template_name()`, `get_success_page_template_name()` and `get_login_required_template_name()` methods to give developers an 'in' for manipulating those things when rendering
* For all `IntegrationProcessor` views, context dicts are all built using the `get_context_data()` method, that can be overridden to supply additional data to the context
* For all `IntegrationProcessor ` views, the relevant `get_template_*_name` method is used to identify the template to use (templates defined on themes are still used as fallbacks where appropriate)
2016-10-25 20:44:26 +01:00
Artur Barseghyan
8807fc2276
prepare 0.9.6; fixes
2016-10-25 20:51:05 +02:00
Artur Barseghyan
3973df55a6
prepare 0.9.5
2016-10-25 01:33:23 +02:00
Artur Barseghyan
26b3ad6255
prepare 0.9.4; minor fixes
2016-10-25 00:53:52 +02:00
Artur Barseghyan
33bc5a59b8
prepare 0.9.3; 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
2016-10-24 23:09:35 +02:00
Artur Barseghyan
50762bb18a
prepare 0.9.2
2016-10-24 03:04:47 +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
586d61a21d
prepare 0.8.10; minor css improvements of the slider plugin; fixed broken readthedocs requirements
2016-10-22 00:00:17 +02:00