Commit graph

70 commits

Author SHA1 Message Date
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
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
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
ad1d7e11e9 0.5.4; minor django 1.8 fixes; improved texts and translations; 2015-05-21 23:09:51 +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
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
c7db11ebbd prepare 0.5 2015-04-06 23:27:18 +02:00
Artur Barseghyan
158caed4ee prepare 0.4.36; minor fixes 2015-04-03 02:30:03 +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
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
1bb0bbdfb5 prepare 0.4.25; fixes in discover module - moving logger definition up 2015-03-04 01:45:08 +01:00
Artur Barseghyan
f4f6471555 prepare 0.4.24; rename migrate_03_to_04 command to fobi_migrate_03_to_04; add missing app config declarations for the db_store form handler plugin; add missing app config for the main package; improved plugins and modules autodiscover for django>=1.7 when full dotted path to the AppConfig class is provided, instead of a dotted path to the module 2015-03-04 01:11:31 +01:00
Artur Barseghyan
bc899b8b76 prepare 0.4.23; fix improper initial value validation for select-like plugins 2015-03-03 23:04:10 +01:00
Artur Barseghyan
26594cd19e prepare 0.4.22; fix replace system specific path separator by slash on file urls; fix empty options in select-like plugins (radio, select, select_multiple); validate the initial values for select-like plugins (radio, select, select_multiple); 2015-03-03 01:04:52 +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
91d27743df prepare 0.4.20; make it possible to load initial form data from GET variables; remove redundant html input element types button and submit from input form field plugin; minox fixes in the file form field plugin; minor documentation improvements 2015-02-26 23:59:20 +01:00
Artur Barseghyan
e06a25e079 prepare 0.4.19; replace some code bits related to backwards/forwards compatibility with equivalent code bits from django-nine; better support for feature versions (django 1.9); 2015-02-15 01:49:49 +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
30bcd26449 prepare 0.4.17; better referencing of the user model in relations; minor documentation improvements 2015-02-12 01:54:17 +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
fb8b4708cf prepare 0.4.14; add german translations; fix pypi restructured text; adding credits.rst 2015-01-26 22:27:12 +01:00
Artur Barseghyan
fdf37564a8 prepare 0.4.13; minor fixes; 2015-01-15 03:07:48 +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
7bc788eba1 prepare 0.4.10; minor fixes in FeinCMS integration app 2014-12-28 02:20:26 +01:00
Artur Barseghyan
458117f251 prepare 0.4.9; third party app (cms) integration unified; mention the heroku live demo in the docs 2014-12-27 01:46:58 +01:00
Artur Barseghyan
207679a78c prepare 0.4.8; more verbose debugging 2014-12-25 01:09:52 +01:00
Artur Barseghyan
7657171e7a prepare 0.4.7; fix broken imports in CAPTCHA in ReCAPTCHA plugins; temporary left out the cloneable column from dashboard templates; add more readme files to example project sub packages; documentation updates; updated the licensing information about 3rd party packages 2014-12-24 01:49:42 +01:00
Artur Barseghyan
3239e39bf6 prepare 0.4.6; updated requirements for the vishap package to avoid the six version conflicts; minor documentation fixes; 2014-12-23 23:44:28 +01:00
Artur Barseghyan
bc663859a5 prepare 0.4.5; mezzanine integration added; recaptcha plugin added; remove reduntant dependencies; minor improvements in the discover module; update the docs and changelog 2014-12-17 01:06:23 +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
305fc3d2b6 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
Artur Barseghyan
8b49f5a749 prepare 0.4.1; fixes in foundation5 and simple themes related to the changes in error validation/handling of hidden fields; 2014-12-04 02:30:15 +01:00