Commit graph

170 commits

Author SHA1 Message Date
Artur Barseghyan
a6b60cdb17 prepare 0.5.16; fixes in migrations on django 1.7 2015-10-05 23:06:39 +02:00
Artur Barseghyan
bfaceff4fe prepare 0.5.15; minor fixes 2015-09-17 00:48:35 +02:00
Artur Barseghyan
72db062220 Merge pull request #13 from garmoncheg/patch-1
To fix a bug with
2015-09-17 00:37:20 +02:00
garmoncheg
750966e992 To fix a bug with
ImproperlyConfigured at /
'FormEntryAdmin.list_editable[1]' refers to 'is_cloneable' which is not defined in 'list_display'.

Somebody obviously forgot that code...
2015-09-16 12:31:29 +03:00
Artur Barseghyan
949cd21fde prepare 0.5.14; adding create/update for form entry; adding migrations; 2015-09-13 02:04:19 +02:00
Artur Barseghyan
d5ea95af5e dump example forms in json format 2015-09-07 23:36:02 +02:00
Artur Barseghyan
268ee9f41e todos updated 2015-09-03 00:32:11 +02:00
Artur Barseghyan
7caf8cac80 fix in docs conf 2015-09-03 00:26:35 +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
1c7c18eeb2 docs updated 2015-08-29 03:14:18 +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
22a2b1dc06 docs updated 2015-08-22 22:32:28 +02:00
Artur Barseghyan
17a4f8b6fb docs updated 2015-08-22 22:26:56 +02:00
Artur Barseghyan
05e114ad93 roadmap updated 2015-08-20 23:43:49 +02:00
Artur Barseghyan
5fe7741453 prepare 0.5.11; minor improvements in the dynamic initial values feature - forbid usage of django template tags in the initial values; 2015-08-20 23:00:08 +02:00
Artur Barseghyan
5ac1786bd4 prepare 0.5.10; minor improvements in the dynamic initial values feature; docs updated; licenses updated (year) 2015-08-18 00:29:06 +02:00
Artur Barseghyan
18f7279f27 prepare 0.5.9; fixes in dynamic initial values 2015-08-17 21:50:17 +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
d974e27a8e fixes in docs 2015-08-04 23:56:25 +02:00
Artur Barseghyan
9aecca3e51 prepare 0.5.7; minor python 3 improvements 2015-08-03 23:55:03 +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
20cd6cf2be prepare 0.5.5; make sure action field exists; captcha, recaptcha and honeypot plugins are now by default required in the form; minor fixes 2015-07-01 00:18:13 +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
f58e9f319c docs updated 2015-05-04 22:47:41 +02:00
Artur Barseghyan
1cab22bbeb prepare 0.5.3; minor fixes in the mail plugin 2015-05-02 01:19:39 +02:00
Artur Barseghyan
ff463c22e5 changelog updated 2015-04-29 15:01:08 +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
e02165375d prepare 0.5.1; add fancy datetime picker widgets for datetime and date plugins when using bootstrap 3 theme 2015-04-21 01:03:58 +02:00
Artur Barseghyan
9723715596 todos and docs updated 2015-04-17 13:48:53 +02:00
Artur Barseghyan
94b725aa1e changelog updated 2015-04-08 23:14:54 +02:00
Artur Barseghyan
c7db11ebbd prepare 0.5 2015-04-06 23:27:18 +02:00
Artur Barseghyan
f9a19e0deb Merge branch 'master' of github.com:barseghyanartur/django-fobi 2015-04-03 02:30:21 +02:00
Artur Barseghyan
158caed4ee prepare 0.4.36; minor fixes 2015-04-03 02:30:03 +02:00
Artur Barseghyan
b0c1769d73 Merge pull request #10 from thomasWajs/master
Handle non-ASCII characters content_text form element
2015-03-30 11:32:59 +02:00
Thomas Wajs
535a584388 Handle non-ASCII characters content_text form element 2015-03-30 11:16:26 +02:00
Artur Barseghyan
4dddffcf17 prepare 0.4.35; fix issue with select_multuple; fix db_store plugin; update example requrements; add settings for tests (a way more muted logging) 2015-03-28 00:52:20 +01: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
60c904e7ad prepare 0.4.32; update missing parts in the russian translations; minor api improvements; minor code clean up 2015-03-25 00:21:00 +01:00
Artur Barseghyan
77c21c5bbb prepare 0.4.31; When path of the uploaded file (plugins) doesn't yet exist, create it, 2015-03-23 01:04:05 +01:00
Artur Barseghyan
bb4968bcd7 changelog updated 2015-03-23 00:27:03 +01:00
Artur Barseghyan
2d73a61834 docs updated 2015-03-23 00:25:46 +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
3afeaa2c6e add an form element plugin override example 2015-03-09 23:48:42 +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