Wykres commitów

7699 Commity (08a80bd2ccc4451a0face05f8a7e1ba1699be1c7)

Autor SHA1 Wiadomość Data
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
Matt Westcott 1499715e43 Fix assertRedirects to use local URLs where appropriate 2017-11-06 10:53:40 +00:00
Matt Westcott 37c9913a35 Eliminate remaining field.rel deprecation warnings from tests 2017-11-06 10:53:40 +00:00
Matt Westcott e5ecc6318b Release note for #3965 2017-11-03 18:12:41 +00:00
Matt Westcott aebb69a2ba Remove dead links to API v1 docs 2017-11-03 17:03:57 +00:00
Matt Westcott f5e800f5e5 Add Jon Carmack to contributors 2017-11-03 16:56:16 +00:00
Jonathan Carmack 7859627a6e Added hooks for user for create, delete, and edit actions 2017-11-03 16:53:32 +00:00
Edd Baldry a28fa5e8c8 Amends label for when user changes images closes #3955 2017-11-03 16:12:22 +00:00
Bertrand Bordage d7180bec1a
Merge pull request #3965 from BertrandBordage/admin-dropdown
Fixes admin dropdown arrow.
2017-11-03 17:06:51 +01:00
Matt Westcott b0ddfc6da4 Update warning re ATOMIC_REBUILD on Elasticsearch >= 5.4
It appears that the bug may have reappeared in 5.5 final. Fixes #3985
2017-11-03 15:53:29 +00:00
Matt Westcott 31294f3b38 Release note for #3974 backport to 1.13.x 2017-11-03 15:44:20 +00:00
Matt Westcott ced5cf2fe8 Release note for #3974 backport to 1.12.x 2017-11-03 15:44:14 +00:00
Matt Westcott e61481442e Release note for #3912 backported to 1.12.x 2017-11-03 15:04:04 +00:00
Matt Westcott 3a017fc00d Add release note for #3973 backported to 1.13.x 2017-11-03 15:03:55 +00:00
Matt Westcott 77093a8cc6 Add release note for #3973 backported to 1.12.x 2017-11-03 15:02:48 +00:00
Matt Westcott 022c31d91e Release note for #3973 2017-11-03 14:43:32 +00:00
Karl Hobley e7312a429d Fix AttributeError in listing_view endpoint
Fixes #3967

If there was no site configured, the listing views in the API would
break with an AttributeError.

Now, the following happens if there is no site record:
 - In the Admin API, all pages are returned but links in the response do
not include a domain name
 - In the Public API, no pages are returned
2017-11-03 14:39:39 +00:00
Matt Westcott cc64f40237 Update CONTRIBUTORS.rst with current core team 2017-11-02 10:41:13 +00:00
Karl Hobley 6fecf271fc Remove hostnames from expected redirect URLs 2017-11-01 16:22:46 +00:00
Karl Hobley 0f6f650178 Rename field.rel to field.remote_field 2017-11-01 16:22:46 +00:00
Karl Hobley 7a3707eca0 Moved `app_name` URLconf setting into included urls modules 2017-11-01 16:22:46 +00:00
Karl Hobley be6284c0a0 Add on_delete= on search models 2017-11-01 16:22:46 +00:00