Cameron Lamb
cc85d42fbd
Fix the required styles on title fields ( #5440 )
2019-07-26 13:42:01 -04:00
Rodrigo
1a2bf525f2
Add https support for scribd oembed provider ( #739 )
...
Currently scribd defaults to https for their sharing links - http still works but if you copy&paste quickly you may think it's broken
2019-07-25 14:19:07 +01:00
Matt Westcott
1468cab3a1
Release note for #5431
2019-07-25 10:46:41 +01:00
kevinhowbrook
ace5c5f79a
Fix docs title to break for long filenames
2019-07-25 10:46:24 +01:00
kevinhowbrook
04d6e4b32d
Break long file titles on multi file upload listing
2019-07-25 10:40:03 +01:00
Matt Westcott
14dcb54a17
Fix broken pipenv/docutils dependency on CircleCI
2019-07-23 17:26:12 +01:00
Daniele Procida
72db52371a
Updated feature detection notes
2019-07-21 18:03:09 +10:00
Michael van Tellingen
9cd2fc2c82
Add a construct_page_listing_buttons hook
...
This hook mimics the functiolity provided by `construct_page_action_menu`
in that it constructs the final list of buttons to be shown in the wagtail
admin interface. This means that within this function button's can be
removed, added or re-ordered.
See #4925
2019-07-21 17:40:26 +10:00
Thibaud Colas
f207b1c11f
Pin Squash docker image to a specific version ( #5441 )
...
Recent builds have been breaking due to the following error: `/post_build.sh: line 2: npm: command not found`. I’m not entirely sure this is the fix, but it looks like this `latest` tag is now resolving to `3.7.4-buster` (https://hub.docker.com/_/python ). Debian Buster got released 2 weeks ago. It feels safer to have a pinned dependency, and Stretch is probably what it was resolving to before.
2019-07-19 18:50:25 +01:00
Matt Westcott
268df8ceeb
Rotate deprecation warnings for 2.7
2019-07-09 18:22:17 +01:00
Matt Westcott
13a7d403ad
Remove features deprecated in 2.7
2019-07-09 18:22:17 +01:00
Tom Dyson
6d7a82cfb2
Fix update docs typo
...
Only two Ss in accessor. Also make quotes consistent.
2019-07-09 17:50:24 +01:00
Matt Westcott
772b76ef00
Add 2.7 section to changelog and release notes
2019-07-09 16:51:48 +01:00
Matt Westcott
c2e07d735b
Version bump to start work on 2.7
2019-07-09 16:46:16 +01:00
Matt Westcott
9627ef93cb
Generate new strings for translation
2019-07-09 14:28:37 +01:00
Matt Westcott
d6239bd5dd
Fetch new translations from Transifex
2019-07-09 14:25:52 +01:00
Fidel Ramos
baee103024
Optimize admin.navigation.get_explorable_root_page
...
Testing the queryset in the if clause was causing the whole queryset
to be retrieved and populated from DB, all to check whether it was empty
or not.
The optimization is to rely on the strict behavior of
first_common_ancestor, which raises an exception if the queryset is
empty.
2019-07-09 11:57:40 +01:00
Andrew Miller
b9816d194a
Don't make assumptions about the username field
...
The USERNAME_FIELD exists to allow customisation. Therefore we should make an assumption that `.username` exists on the model. Instead, we need to pull the required value from the USERNAME_FIELD and add in a fallback default.
2019-07-08 20:11:14 +01:00
William Blackie
3754d34caa
Search query normalisation no longer removes punctuation #5416
2019-07-04 16:53:27 +01:00
Michael Hearn
10bbfec93c
Also add change event to timepicker and datepicker
2019-07-03 16:10:41 +01:00
Michael Hearn
723ce74ca0
Datetime picker dispatches 'change' event
2019-07-03 16:10:33 +01:00
Jonny
851bd5f24d
Added missing is_stored_locally() to AbstractDocument
2019-07-03 15:53:51 +01:00
Matt Westcott
7a47bfc9a7
Document the workaround for broken wagtailimages.Filter references in custom image migrations
2019-07-03 12:10:04 +01:00
Karl Hobley
c875df67a2
Nightly: Add script for testing nightly builds
2019-07-02 11:32:59 +01:00
Karl Hobley
191a47e4bc
Nightly: Keep latest.json public when updating
2019-07-02 11:25:38 +01:00
Karl Hobley
0c65936c9a
Nightly: Upload builds to 'dist' subfolder
2019-07-02 11:20:59 +01:00
Karl Hobley
93f032b261
Nightly: Upload builds to 'dist' subfolder
2019-07-02 11:20:21 +01:00
Jaroslaw Zabiello
7df817d29c
Update third_party_tutorials.rst
...
Add a detailed article about using GraphQL in Wagtail
2019-06-25 16:07:06 +01:00
Tom Dyson
ff850026e8
Adjust link label
2019-06-25 12:10:34 +01:00
Tom Dyson
08a301b3ce
Clarify new three month release policy
2019-06-25 12:10:34 +01:00
jordan_bauer
0dac8f0764
added construction_hook_name to settings_menu ( #5384 )
2019-06-25 12:04:53 +01:00
Mikalai Radchuk
9291f95b7e
Update CONTRIBUTORS.rst
2019-06-24 14:05:48 +01:00
Helen Chapman
3bd058f9d8
Rename _utilities.hidden.legacy.scss to _utilities.visuallyhidden.scss ( #5404 )
...
We will always need visuallyhidden styles for screen readers.
2019-06-24 12:45:02 +01:00
Helen Chapman
6ec4ae0c32
Add screen-reader labels across multiple parts of the UI ( #5274 , #5339 , #5372 )
2019-06-21 16:29:00 +01:00
Karl Hobley
4f1a9d1bfd
Try pip install --user
2019-06-21 11:31:04 +01:00
Karl Hobley
229c845481
Added CI config to generate nightly builds from master ( #5320 )
...
* Added CI config to generate nightly builds from master
* Fix typo
* Don't write __init__.py directly
We need to import the original in the script
* Update wagtail.utils.version
This is based off a copy from Django master made just now and adds
support for 'dev' versions.
2019-06-21 11:13:34 +01:00
Helen Chapman
1e85ff454c
Move focus to the pages explorer menu when open ( #5336 , #5394 )
...
* Ensure that when you open the explorer the focus moves to the first link of the menu, and add a label for the explorer navigation
* Add dialog role to pages explorer popup, and ensure that there is an option to close the dialog window when tabbing by making the close button visually hidden rather than display none
2019-06-20 18:02:28 +01:00
Helen Chapman
28cdf9c212
Improve screen-reader labels for action links in page listing ( #5274 , #5380 )
2019-06-20 17:33:18 +01:00
Andy Babic
af415c7d19
Release notes for #5203
2019-06-20 16:33:09 +01:00
Andy Babic
4f762dc1ac
Tests for #5203
2019-06-20 16:25:07 +01:00
Karl Hobley
d008cc7e21
Implement Page.with_content_json and add to docs ( fixes #5199 )
2019-06-20 16:24:04 +01:00
Andy Babic
11af8123f7
Release notes for #5183
2019-06-20 16:06:59 +01:00
Andy Babic
8034d00e78
Add tests for Page.copy() process_child_object and exclude_fields
2019-06-20 15:53:55 +01:00
Andy Babic
78425725c9
Provide the original and copied pages to process_child_object()
2019-06-20 15:51:02 +01:00
Karl Hobley
593d58c1bb
Add "exclude_fields" parameter to Page.copy
...
Also, make the excluded fields take effect on child relations as well
2019-06-20 15:51:02 +01:00
Karl Hobley
9ff6b0d499
Add process_child_object method to Page.copy
2019-06-20 15:51:02 +01:00
Thibaud Colas
e2f14057a4
Add dedicated accessibility section to v2.6 release notes ( #5402 )
2019-06-19 17:31:20 +01:00
Helen Chapman
e33732cc63
Add more contextual information for screen readers in the explorer menu’s links ( #5335 , #5386 )
2019-06-19 15:19:41 +01:00
Jonny Scholes
4ef9919240
Refactor submenu JS to remove jquery dep and move to wagtail-client ( #5254 )
2019-06-19 12:30:39 +01:00
Thibaud Colas
722321c3ff
Re-add loading of Wagtail icon font for userbar. Fix #5397 ( #5398 )
2019-06-19 10:04:52 +01:00