0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00
Commit Graph

10299 Commits

Author SHA1 Message Date
Matt Westcott
b8848ae2f5 Release note for #6250 2020-07-22 17:44:52 +01:00
Karl Hobley
ac9dae7cff Don't rewrite the index entries table on every insert 2020-07-22 17:38:51 +01:00
Karl Hobley
d90f20a71f Don't catch indexing errors for postgres search 2020-07-22 17:38:50 +01:00
Thibaud Colas
28b117a6bf
Add separate "accessibility and usability" section to 2.10 release notes (#6252) 2020-07-22 13:52:28 +01:00
LB (Ben Johnston)
1b3d190b3f
Fix group permission checkboxes not being clickable in IE11. Fix #5903 (#6115)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2020-07-21 22:24:14 +01:00
LB (Ben Johnston)
45ec139bc5
Hide snippets’ bulk delete for screen reader users as well (#6116)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2020-07-21 21:06:45 +01:00
Andreas Bernacca
f9c5bab9cb
Add chevron to dropdowns that are missing them, and make "Site" label translateable (#6242)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2020-07-21 20:13:25 +01:00
Martin Coote
9f0dcf0097
Add skip link for keyboard users. Fix #5406 (#5780)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2020-07-21 18:16:36 +01:00
Matt Westcott
6b338acdc6 "View users of this group" -> "View users in this group"
A user does not 'use' a group, they belong to it.
2020-07-21 13:35:41 +01:00
Matt Westcott
90c806110b Use icon tag instead of CSS for lock/unlock messages 2020-07-20 17:28:48 +01:00
Matt Westcott
7b5c064a19 Fix label escaping test to account for #6093 2020-07-20 11:49:43 +01:00
Matt Westcott
b98d724def add link to 2.9.3 release notes 2020-07-20 10:38:39 +01:00
Matt Westcott
5bc5745275 clarify note about nightly build on init.py 2020-07-20 10:38:19 +01:00
Matt Westcott
5714c2f71d Release note for 2.9.3 2020-07-20 10:38:07 +01:00
Matt Westcott
457643e686 Release note for 2.7.4 2020-07-20 10:37:13 +01:00
Matt Westcott
fc5c6bdff2 Add test to confirm that labels are escaped 2020-07-20 10:37:01 +01:00
Matt Westcott
e8d02091ee Add warning about WAGTAILFORMS_HELP_TEXT_ALLOW_HTML 2020-07-20 10:36:41 +01:00
Matt Westcott
d9a41e7f24 Escape help text in form builder forms by default
This can be disabled with the setting WAGTAILFORMS_HELP_TEXT_ALLOW_HTML
2020-07-20 10:36:28 +01:00
FreshPass
b59a737930 Update third_party_tutorials.rst
Fixing a 404 on the rosederwelt.com Deploying my Wagtail blog to Digital Ocean, pt. 1
2020-07-17 10:57:48 +01:00
Bertrand Bordage
b21afba5dc Reverts wagtail.woff mode back to 755. 2020-07-16 10:46:01 +02:00
LB (Ben Johnston)
e097cfaab2 Changelog update for #6151 & #6189 2020-07-16 16:20:44 +10:00
LB (Ben Johnston)
6bfc3fedde Remove white space at the end if the icon template 2020-07-16 16:16:09 +10:00
Dan Braghis
42fb2084b7 Fix icons list sizes in the styleguide 2020-07-16 16:03:20 +10:00
Dan Braghis
07ad6f20b4 Add utility classes for svg icons 2020-07-16 16:03:20 +10:00
Dan Braghis
eb6987beea Update inline dropdown components to use svg 2020-07-16 16:02:16 +10:00
Dan Braghis
06c2e74b5c Update longrunning buttons to use SVG 2020-07-16 16:02:16 +10:00
Dan Braghis
fffb9bae92 Update dropdown toggle to use SVG 2020-07-16 16:02:16 +10:00
Dan Braghis
f9c11b3646 Update icon-only buttons to use SVG 2020-07-16 16:02:16 +10:00
Dan Braghis
50bdd90068 Update bicolor buttons to use SVGs 2020-07-16 16:02:16 +10:00
dependabot[bot]
a24657014e Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-16 15:47:34 +10:00
Matt Westcott
78c9ef31d7 Typo fixes 2020-07-15 17:18:46 +01:00
Martin Sandström
c8f493c095 Add documentation for WAGTAIL_REDIRECTS_FILE_STORAGE setting (#6114) 2020-07-15 16:35:04 +01:00
Matt Westcott
1ed501e5af
Sanitise window.location.hash when passing to jquery for tab handling (#6155)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2020-07-15 16:20:39 +01:00
Bertrand Bordage
2b3f8fe4e1
Adds the duplicate icon from wagtail-react-streamfield. (#6227) 2020-07-15 16:01:41 +02:00
Matt Westcott
9917d7d2e9 Additional documentation for next_url 2020-07-15 11:53:39 +10:00
Matt Westcott
e1a8dbf09e Fix next_url handling to pass a URL rather than a dict of query parameters
This makes the URL usable by third-party views that don't follow Wagtail's parameter passing conventions.
2020-07-14 12:21:02 +01:00
Matt Westcott
31a9b285a0 Add test for button URLs including a 'next' parameter 2020-07-14 11:59:48 +01:00
Kevin
d75ab584c7 Fixing typos 2020-07-14 10:56:28 +01:00
Matt Westcott
ee954b8fe6 Release note for #5240 2020-07-13 18:32:01 +01:00
Andy Babic
af7f446562 Add / update tests 2020-07-13 18:30:46 +01:00
Andy Babic
10312cb4da Raise a custom exception when attempting to edit a page who's model class cannot be found in the codebase 2020-07-13 18:25:11 +01:00
Andy Babic
dd680ae4d4 Factor out content type fetching into a separate Page method, simplify the specific specific_class methods, and improve docstrings 2020-07-13 18:25:11 +01:00
Steven Wood
5611f5ef6c Clarify origin of From address used in password reset emails (#6219) 2020-07-13 18:15:21 +01:00
Matt Westcott
aacf8ba34a isort fix 2020-07-13 17:20:05 +01:00
Matt Westcott
b8c36c0d7d Move try/except in migrate_legacy_clean_name to cover where the query is executed
As per https://github.com/wagtail/wagtail/pull/6093/files#r453764410
2020-07-13 17:17:59 +01:00
LB Johnston
450f1bef34 add upgrade considerations for hooks function signature changes 2020-07-13 16:06:09 +01:00
LB Johnston
dca628b988 Add fallback for old signature page listing hooks
- hook - register_page_listing_buttons
- hook - register_page_listing_more_buttons
- fixes  #6208
2020-07-13 16:06:08 +01:00
Matt Westcott
0546237a15 Release note for #6093 2020-07-13 14:03:18 +01:00
LB
d0bb803645 Forms - convert clean_name to a field on form field model
* make fields more convenient to use in templates by using snake_case not kebab-case
* avoid usage of unidecode when generating a safe ascii string for the field name
* replace the property clean_name with a field which will be added on save only
* add checks so that existing data in Wagtail apps that used the kebab-case and unidecode will be honoured
* rename a test for validating duplicate labels and handle potential clashes in clean name generation
* add missing migrations for test app
2020-07-13 10:45:18 +10:00
LB
80375f1451 Replace unidecode usage with string_to_ascii from core utils
* In preparation of replacing unidecode requirement
2020-07-12 20:41:28 +10:00