0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 13:10:14 +01:00
Commit Graph

7723 Commits

Author SHA1 Message Date
Bertrand Bordage
50a52c20a6 #3583 release notes. 2017-11-22 18:06:25 +01:00
Bertrand Bordage
41ed24d294
Merge pull request #3583 from BertrandBordage/simplify-preview-storage
Simplifies & optimizes preview data storage.
2017-11-22 18:04:52 +01:00
Bertrand Bordage
c5593ac49a Changelog for #3936. 2017-11-22 17:04:48 +01:00
Bertrand Bordage
f944d78ade
Merge pull request #3936 from wagtail/form-submissions-pagination
Fixes form submissions pagination
2017-11-22 17:01:36 +01:00
Bertrand Bordage
3922bcf258 Fixes first preview. 2017-11-22 17:00:21 +01:00
Bertrand Bordage
c04024580a Merge branch 'master' into simplify-preview-storage
# Conflicts:
#	wagtail/wagtailadmin/views/pages.py
2017-11-22 16:58:22 +01:00
Bertrand Bordage
3baceb9647 Removes PreviewOnEdit.is_form_valid(…). 2017-11-22 16:28:44 +01:00
LB (Ben Johnston)
ebc423e91a Add instructions on how to do test app migrations
Previously answered [here](https://github.com/wagtail/wagtail/pull/4024#issuecomment-345267222) and [here](https://groups.google.com/forum/#!msg/wagtail-developers/P6x9N5qzq-I/0gbRzWgBBgAJ). Just adding this into these docs for future contributors.
2017-11-19 09:08:01 +00:00
LB (Ben Johnston)
76e59aae2c Fix forms docs link in readme
Fixes #4043
2017-11-19 09:02:38 +00:00
Matt Westcott
392cd21014 Improve description of real-soon-now milestone 2017-11-17 14:39:12 +00:00
Thibaud Colas
c9095445cb Process CSS with cssnano in development build 2017-11-17 14:38:19 +00:00
Matt Westcott
97c98e170a Fill in release date for 1.13.1 2017-11-17 11:15:34 +00:00
Matt Westcott
ae0d7e6149 Fill in release date for 1.12.3 2017-11-17 11:15:11 +00:00
Matt Westcott
9613bc087d Release notes for #4028 2017-11-17 10:58:05 +00:00
Matt Westcott
b4f2017123 Release notes for #4027 2017-11-17 10:58:05 +00:00
Matt Westcott
970f26249b Release note for #4017 2017-11-16 17:08:34 +00:00
Matt Westcott
4cceba80f1 Release note for #4018 2017-11-16 17:08:34 +00:00
Matt Westcott
1035a83b80 Add LB Johnston to core team 2017-11-15 21:52:37 +00:00
Matt Westcott
676a5edee3 Mention Slack on support documentation 2017-11-15 21:06:45 +00:00
Matt Westcott
e8720c7627 Release note for #4007 2017-11-14 20:12:32 +00:00
LB
7969cc4e7b add tests for incorrect image tag usage 2017-11-14 20:10:45 +00:00
LB
08a80bd2cc add extra template validation before parsing filter specs 2017-11-14 20:10:45 +00:00
LB
8f1f7a63d1 Add explicit requirement for image and filter 2017-11-14 20:10:45 +00:00
LB
48b6a1b067 add note about django-treebeard api 2017-11-12 18:13:23 +00:00
Martin Sandström
345b527ca2 Fix syntax error in ImageRenditionField example 2017-11-12 18:07:38 +00:00
Matt Westcott
501273f3d8 release note for #3987 2017-11-10 11:14:27 +00:00
LB
de08545d69 Add testapp migratin for PageWithExcludedCopyField 2017-11-10 11:12:16 +00:00
LB
f4bf249e31 update test for excluded fields on copy 2017-11-10 11:12:16 +00:00
LB
2b2445ad36 PageWithExcludedCopyField -allow blank value on excluded field 2017-11-10 11:12:16 +00:00
LB
e22545c87b add test for excluding fields in page copies 2017-11-10 11:12:16 +00:00
LB
4f79695d10 import PageWithExcludedCopyField for testing 2017-11-10 11:12:16 +00:00
LB
0d0d20a59b add PageWithExcludedCopyField test model 2017-11-10 11:02:56 +00:00
LB
36d06ae105 add exclude_fields_in_copy to core page model 2017-11-10 11:02:55 +00:00
LB
d31f600714 Page copy method to use exclude_fields_in_copy 2017-11-10 11:02:55 +00:00
LB
cd924d0948 add docs for exclude_fields_in_copy 2017-11-10 11:02:55 +00:00
Matt Westcott
2231906ebe Remove py2 fallback code from wagtail.wagtailcore.tests.test_tests 2017-11-09 11:12:01 +00:00
Matt Westcott
c9cf1536e1 Eliminate references to django.utils.six.BytesIO 2017-11-09 11:12:01 +00:00
Matt Westcott
26036f3031 Eliminate references to django.utils.six.string_types 2017-11-09 11:12:01 +00:00
Matt Westcott
5bd79aed1c Eliminate references to django.utils.six.StringIO 2017-11-09 11:12:01 +00:00
Matt Westcott
2828cc6d40 Eliminate references to django.utils.six.iteritems 2017-11-09 11:12:01 +00:00
Matt Westcott
089eddc47a Eliminate references to django.utils.six.text_type 2017-11-09 11:12:01 +00:00
Matt Westcott
a2dc9926fd Eliminate references to django.utils.six.moves 2017-11-09 11:12:01 +00:00
Matt Westcott
6dc89c1f7f Remove Tim Heap from core team (hopefully only temporarily...) 2017-11-08 11:00:23 +00:00
Matt Westcott
c9b6d3a4e6 Release note for #3999 backported to 1.13.x 2017-11-07 16:48:26 +00:00
Matt Westcott
e603080092 Release note for #3999 2017-11-07 16:45:55 +00:00
Matt Westcott
a3e6ebb7d3 Prevent cssnano from 'optimising' z-index:9999 into z-index: 1. Fixes #3944 2017-11-07 16:16:24 +00:00
Matt Westcott
fa0734b4b2 Release note for #3981 2017-11-06 14:30:04 +00:00
Karl Hobley
696acfd28b Remove ES 1.x search backend 2017-11-06 14:27:27 +00:00
Karl Hobley
0a52196c63 Remove ES 1.x from test configuration 2017-11-06 14:27:27 +00:00
Matt Westcott
5fd1cfd3c0 assertEquals -> assertEqual 2017-11-06 10:53:40 +00:00