django-fobi/src/fobi
2014-12-05 03:11:07 +01:00
..
contrib 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
locale minor changes in the form handler api; added data export features to the db_store plugin; minor fixes in db_store plugin; added missing documentation for feincms_integration contrib app; updated translations for dutch and russian 2014-11-05 02:38:25 +01:00
management prepare 0.4.2; add management command to update 0.3.* data to 0.4.* data -- the birthday field story 2014-12-04 22:54:03 +01:00
static initial 2014-10-11 05:54:24 +02:00
templates/fobi 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
templatetags 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
tests prepare 0.3; minor core improvements related to form handler plugins; several content plugins renamed (image, text, video); dummy plugin moved from content to test; readme added for image, text, video and dummy plugins; styling and custom templates for db_store plugin under foundation 5 theme (with use of widgets for form handlers); minor improvements of db_store plugins; birthday field added; mention fobi_find_broken_entries in the documentation 2014-11-09 03:21:32 +01:00
urls initial 2014-10-11 05:54:24 +02:00
__init__.py 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
admin.py better html5 fields support; add initial django 1.7 support; minor version update to 0.1.3 2014-10-14 00:49:16 +02:00
app.py prepare 0.1.4; better django 1.5 and 1.7 support; minor core improvements; added captcha form element plugin; added input highly customisable form element plugin; valuable documentation improvements 2014-10-23 00:10:26 +02:00
base.py 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
compat.py initial 2014-10-11 05:54:24 +02:00
conf.py initial 2014-10-11 05:54:24 +02:00
constants.py initial 2014-10-11 05:54:24 +02:00
context_processors.py initial 2014-10-11 05:54:24 +02:00
data_structures.py initial 2014-10-11 05:54:24 +02:00
decorators.py initial 2014-10-11 05:54:24 +02:00
defaults.py prepare 0.3.4; fix unicode characters in form names, field labels causing problems - minor fixes in core and db_store and mail plugins 2014-11-23 02:04:41 +01:00
discover.py initial 2014-10-11 05:54:24 +02:00
dynamic.py prepare 0.2.1; do not wrap media files in <a/> tags when saving data of db_store plugin; make sure custom form handler actions are properly listed in the simple theme as well; make it possible to fail silently on missing form element- and form handler- plugins; 2014-11-07 03:09:01 +01:00
exceptions.py prepare 0.2.1; do not wrap media files in <a/> tags when saving data of db_store plugin; make sure custom form handler actions are properly listed in the simple theme as well; make it possible to fail silently on missing form element- and form handler- plugins; 2014-11-07 03:09:01 +01:00
fields.py initial 2014-10-11 05:54:24 +02:00
form_importers.py initial 2014-10-11 05:54:24 +02:00
form_utils.py 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
forms.py initial 2014-10-11 05:54:24 +02:00
helpers.py 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
models.py prepare 0.2.1; do not wrap media files in <a/> tags when saving data of db_store plugin; make sure custom form handler actions are properly listed in the simple theme as well; make it possible to fail silently on missing form element- and form handler- plugins; 2014-11-07 03:09:01 +01:00
settings.py prepare 0.3.4; fix unicode characters in form names, field labels causing problems - minor fixes in core and db_store and mail plugins 2014-11-23 02:04:41 +01:00
test.py prepare 0.1.4; better django 1.5 and 1.7 support; minor core improvements; added captcha form element plugin; added input highly customisable form element plugin; valuable documentation improvements 2014-10-23 00:10:26 +02:00
utils.py 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
views.py 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
widgets.py initial 2014-10-11 05:54:24 +02:00