0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
Commit Graph

9525 Commits

Author SHA1 Message Date
Matt Westcott
e5f2611cc1 Move edit locking upgrade considerations note to 2.8 2020-01-08 15:20:25 +00:00
Matt Westcott
3f27014a86 Merge branch 'author-specific-locking' of https://github.com/jacobtoppm/wagtail into kaedroho-author-specific-locking 2020-01-08 15:05:59 +00:00
Matt Westcott
8c456a4e17 Renumber migrations for author page locking 2020-01-08 15:05:28 +00:00
Matt Westcott
ee8eda8353 Merge branch 'author-specific-locking' of https://github.com/kaedroho/wagtail into kaedroho-author-specific-locking 2020-01-08 15:02:19 +00:00
Matt Westcott
7fdb06c86c Fill in release date for 2.7.1 2020-01-08 10:39:45 +00:00
Matt Westcott
8c49f2e68d Release notes for #5694 2020-01-07 17:03:09 +00:00
jacobtm
9fbeff41b3 Update reference to , add basic tests for locked pages report, and update to cope with missing UserPagePermissionsProxy.permissions if inactive or superuser 2020-01-07 17:00:17 +00:00
Alex Tomkins
f4273fa683 Move all usage of versioned_static to media methods (#5694) 2020-01-07 16:46:57 +00:00
Matt Westcott
ac72dec52a Add test case for tag field inside InlinePanel
Fixes #5414 - thanks to @johannesvogel for the original test case.
2020-01-07 15:39:10 +00:00
jacobtm
df194b40f3 Display locked pages report only if user has 'unlock any page' permission for consistency with rfc 2020-01-07 14:57:00 +00:00
jacobtm
8a6165add8 Account for missing locked_at 2020-01-03 11:05:55 +00:00
jacobtm
3de77ba5d7 Add can_unlock_pages to UserPagePermissionsProxy and use to add permissions checks to locked pages report 2020-01-02 11:59:26 +00:00
jacobtm
7a6ec88838 Make locked pages listing compatible with translation 2020-01-02 11:03:45 +00:00
jacobtm
7421590dc7 Document reports submenu hooks 2020-01-02 09:47:52 +00:00
jacobtm
99cb3154cc Correct model reference for page, page cannot be edited when locked is True, rather than False 2020-01-02 09:41:42 +00:00
Matt Westcott
f7530cf5e3
Clarify that compatibility details seen on Github may not match the latest release
Ref: #5747
2019-12-28 20:35:51 +00:00
Matt Westcott
c72a4e0941 Fix test to accept both orderings of the cache-control header 2019-12-18 15:59:26 +00:00
Johannes Vogel
4a1b337461 add etag support for documents 2019-12-18 15:28:23 +00:00
Matt Westcott
110101d96e Make Django 3.0 support official 2019-12-17 14:24:31 +00:00
Matt Westcott
c31d426910 Update tox/travis test matrix for Django 3.0 final 2019-12-17 12:43:46 +00:00
Janneke Janssen
146853914e Add verbose_name_plural to form submission due to translation mismatch 2019-12-17 12:28:56 +00:00
Nick Smith
7acf4889db Move wagtail_urls to the end of template urls.py (#5733)
The `wagtail_urls` patterns is a catch-all list of urlpatterns, and will
prevent any patterns later in the list from being matched. The default
case when Django is in debug mode for local development is to use
`django-admin.py runserver`, and in this case the static patterns in the
example [are redundant][1]. However for anyone using a different server
for local development, this makes them work again.

[1]: https://docs.djangoproject.com/en/3.0/howto/static-files/#serving-static-files-during-development
2019-12-17 12:24:24 +00:00
Andy Chosak
cbd0882354 Fixes minor typo in code comments
Easiest PR I ever opened.
2019-12-17 11:56:03 +00:00
Tom Usher
8238a33888 Add index on PageRevision approved_go_live_at field (#5725) 2019-12-03 09:08:14 +00:00
Karl Hobley
5cfa3b09e5 Added a missing merge migration 2019-12-02 16:16:31 +00:00
Matt Westcott
4001516a27 Add formal support for nested InlinePanels
Fixes #1952 and #5511
2019-12-02 10:20:45 +10:00
Benedikt Willi
233e7f5189 Add ability to filter image index by a tag
- Fixed error when searching and filtering by tag at the same time
2019-12-02 09:54:35 +10:00
Dan Swain
749d0172e5 Documentation - include {{ block.super }} example in modelAdmin 2019-12-02 09:43:33 +10:00
Dan Swain
5a8c4edba5 Documentation - add StreamFieldPanel to available panel types 2019-12-01 19:13:11 +10:00
Andreas Bernacca
4945acf2db Update document size & hash when changing document file
Resolves #5704
2019-12-01 19:00:57 +10:00
Andreas Bernacca
5a8f468c2d Fix layout issue when using FieldRowPanel with a heading
Resolves #5691
2019-12-01 18:20:44 +10:00
Pete Andrew
abd8320dc3 Update links in docs to point at stable Django version 2019-12-01 13:19:40 +10:00
Matt Westcott
d65532dd0f Mention the need to inherit from PermissionsMixin in custom user model docs 2019-11-28 12:35:30 +00:00
Matt Westcott
dd664218b1 add clarifying comment about passing a single page type 2019-11-28 11:51:00 +00:00
Matt Westcott
1d8f85c1c5 Add upgrade considerations note for rename of API endpoint classes 2019-11-28 11:21:18 +00:00
Karl Hobley
f0de04f0bd Refactor get_base_queryset to no longer take models as a parameter 2019-11-28 10:33:55 +00:00
Karl Hobley
6af0b20152 Mention definition renaming feature in MovedDefinitionHandler docstring 2019-11-28 09:05:39 +00:00
Karl Hobley
56a6fb17e8 Add back endpoints files with deprecation warnings 2019-11-28 09:00:56 +00:00
Karl Hobley
36d440d2dd Rename endpoints modules to views 2019-11-28 09:00:56 +00:00
Karl Hobley
673864d28b Use get_base_queryset in related pages fields
Eg, children, descendants and parent

This fixes a very minor bug in the admin API where the "parent" field
wasn't being populated if it that page was outside of the default site.
2019-11-28 09:00:35 +00:00
Karl Hobley
a2b97737eb Add get_base_queryset method to PagesAPIEndpoint
This method provides a single place to define a base queryset to be used
as a base for filtering but also in the descendant_of and child_of
filters.

This improves parity between the Admin API and public API as well.
2019-11-28 09:00:35 +00:00
Karl Hobley
05f2f14a3d Remove _v1 suffix from Admin API URL namespace 2019-11-28 09:00:35 +00:00
Karl Hobley
33b6d82033 Rename Admin API endpoint to "main" 2019-11-28 09:00:35 +00:00
Karl Hobley
4e5587918a Move ForExplorerFilter into Admin API implementation
Not generally useful in the Public API
2019-11-28 09:00:35 +00:00
Karl Hobley
16d5b5c99e Rename Endpoints to ViewSets
For consistency with Django REST Framework
2019-11-28 09:00:35 +00:00
Karl Hobley
13d80df0a4 Add back page_locked template context variable
This is used by edit.html to lock the fields
2019-11-27 14:52:57 +00:00
Karl Hobley
e9a20e618f Add fields to with_content_json 2019-11-27 12:19:20 +00:00
Karl Hobley
db0cf9b6eb Fix unlock tests 2019-11-26 16:27:48 +00:00
Karl Hobley
17f61b5974 fixup! Add user_has_lock to PagePermissionTester 2019-11-26 16:23:08 +00:00
Karl Hobley
c2318b48e6 Fixed crashes when Page.locked_at is None 2019-11-26 16:20:05 +00:00