Commit graph

126 commits

Author SHA1 Message Date
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
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
a4978d8439 post 0.4.24 fix in discover module 2015-03-04 01:21:54 +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
324ef8fe89 Merge pull request #8 from thomasWajs/master
Replace system-specific path separator by a slash on file urls
2015-02-28 23:50:36 +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
8d421ddce1 fixes in the docs 2015-02-27 01:16:47 +01:00
Artur Barseghyan
2f16e41bf9 changelog updated 2015-02-27 00:56:11 +01:00
Artur Barseghyan
24841f784c changelog updated 2015-02-27 00:00:05 +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
7469f83904 changelog and credits updated 2015-02-20 13:06:06 +01:00
Artur Barseghyan
2e39f805fe mention that some plugins may require additional dependencies that should be mentioned in INSTALLED_APPS; mention that easy_thumbnails is required with content_image plugin 2015-02-20 10:34:18 +01:00
Artur Barseghyan
c1984332c2 mention db_store plugin urls in the docs; remove button and submit types from input element plugin 2015-02-20 10:23:20 +01:00
Thomas Wajs
2434b5d434 Replace system-specific path separator by a slash on file urls 2015-02-19 17:15:08 +01:00
Artur Barseghyan
58f1f59616 Merge pull request #7 from thomasWajs/master
use system path separator on FILES_UPLOAD_DIR default setting
2015-02-19 17:05:34 +01:00
Thomas Wajs
ce04a5da83 use system path separator on FILES_UPLOAD_DIR default setting 2015-02-19 17:02:27 +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
30e3d50d9b docs updated 2015-02-14 00:27:29 +01:00
Artur Barseghyan
6207d0aad3 right link to the quick start example project 2015-02-13 23:03:57 +01:00
Artur Barseghyan
c6ef22ee1a docs updated 2015-02-13 22:56:32 +01:00
Artur Barseghyan
29c4222e70 adding quick start requirements 2015-02-13 22:44:58 +01:00
Artur Barseghyan
e05b81f04e ignore patterns updated 2015-02-13 22:42:04 +01:00
Artur Barseghyan
d5297e0f28 remove old quickstart 2015-02-13 22:41:06 +01:00
Artur Barseghyan
c9c41c120f quck start project added 2015-02-13 22:39:41 +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
4ca1798b5a doc fix 2015-02-12 02:36:54 +01:00
Artur Barseghyan
e622b126a8 fixes in docs 2015-02-12 02:27:37 +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
7c9fdaf218 adding front-end templates for djangocms-admin-style-theme example 2015-02-11 00:25:57 +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
7e8a918b0d cleanup 2015-02-10 22:50:11 +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
be257cd860 docs updated 2015-02-10 14:34:56 +01:00
Artur Barseghyan
985c550810 update helper scripts 2015-02-10 14:09:39 +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
9da581c41d docs updated 2015-01-26 22:33:34 +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
ce0b9f4ed8 Merge pull request #2 from MaximilianKindshofer/master
German Translation
2015-01-26 15:05:10 +01:00
Maximilian Kindshofer
df920fa24f Update django.po 2015-01-26 14:55:51 +01:00
Maximilian Kindshofer
24495c172a Update django.po 2015-01-26 14:55:12 +01:00
Maximilian
01fd6cb746 german translation 2015-01-26 14:50:28 +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