Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Wagtail to v2.7.2 #4

Merged
merged 1,289 commits into from Apr 22, 2020
Merged

Upgrade Wagtail to v2.7.2 #4

merged 1,289 commits into from Apr 22, 2020

Conversation

huynhsontung
Copy link

No description provided.

Eric Dyken and others added 30 commits June 17, 2019 10:13
…5274, wagtail#5377)

* Adds clearer text to the close button for modals
* Use existing wagtailConfig.STRINGS to store the new translatable string for JS, rather than introducing a new library.
* Update list of string constants for translation in the tests file
* Remove aria-hidden on modal dialog close button
…se-5359

Fix help-inverse icon regression introduced by icon refactorings in wagtail#5359
…5329, wagtail#5395)

- adds a fieldset around checkboxes with the same name
- add correct labels for object permissions table
- Ensure that image and document permissions labels display correctly, and ensure that labels for the dropdowns for document and image collections are not display:none
- Hide labels from sighted users in group edit / group add pages
…gtail#5311)

revisions_for_moderation() was iterating over Page instances only
to use their path attribute. The optimization uses values_list()
over the GroupPagePermission queryset to retrieve only the page
paths without having to create the model instances in memory. This
saves roughly 50% of the runtime.
Also, make the excluded fields take effect on child relations as well
…l#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
* 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.
wagtail#5404)

We will always need visuallyhidden styles for screen readers.
fefi95 and others added 28 commits October 29, 2019 08:39
- Regression - missing label for external link URL field in link chooser
- Resolves wagtail#5656
- incorrectly added the issue creator not the PR creator
- updated name to the correct one - Stefani Castellanos
An individual StreamField block in the comparison view may be rendered as a plain value (for blocks that are unchanged, added or deleted) or a diff (for blocks that are changed). In both cases, the output is returned as HTML, but must not contain any unescaped editor-supplied HTML.

For CharBlock, TextBlock and RawHTMLBlock, the block value is escaped so that any HTML tags in the content are shown verbatim.

For RichTextBlock and any other block types that do not override the default comparison behaviour, we take the basic (non-templated) HTML rendering of the block and extract text-only content from it. This is then returned in HTML-escaped form for the plain view, and run through diff_text().to_html() for the diff view (which handles escaping itself).
@huynhsontung huynhsontung changed the base branch from master to merger April 22, 2020 06:45
@huynhsontung huynhsontung merged commit 762d8a7 into wethegit:merger Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet