Matt Westcott
e1766874eb
Finalise release notes for 2.13rc1
2021-04-20 20:28:33 +01:00
Matt Westcott
deade75907
Generate new translation strings
2021-04-20 20:25:38 +01:00
Matt Westcott
a0f6662293
Update translator credits
2021-04-20 20:25:38 +01:00
Matt Westcott
41c516aa9d
Fetch new translations from transifex
2021-04-20 20:25:38 +01:00
Matt Westcott
cee245e701
Rename wagtail.core.logging to wagtail.core.log_actions
...
Having a module called logging clashes with the standard library one in weird ways (specifically: it causes a circular import error when running django-admin compilemessages from inside wagtail/core)
2021-04-20 20:24:47 +01:00
Matt Westcott
ebcb6f01c8
Release notes for #6702 / #7050
2021-04-20 18:59:13 +01:00
Matt Westcott
7c0af39a17
Fix UI of password change form as per https://github.com/wagtail/wagtail/pull/6702#issuecomment-823334786
...
Remove 'required' asterisks and auto-focus
2021-04-20 18:43:23 +01:00
Matt Westcott
b1006e61d1
Remove no-longer-used localisation from language names
...
Also remove Turkish (Turkey) from the list - it now appears as a duplicate in the list, and the usefulness of having both Turkish and Turkish (Turkey) is questionable enough that people who really want it should opt in via WAGTAILADMIN_PERMITTED_LANGUAGES
2021-04-20 18:43:23 +01:00
Karl Hobley
b528b063e5
Add 'data-tab-nav' to tabbed interface
...
For compatibility with https://github.com/wagtail/wagtail/pull/7020
2021-04-20 18:43:23 +01:00
Karl Hobley
43c6cd776a
Change "Revert to Gravatar" to "Reset to default"
2021-04-20 18:43:22 +01:00
Karl Hobley
4999a757c9
Hide timezone selector if USE_TZ is false
2021-04-20 18:43:22 +01:00
Karl Hobley
ab8608a74f
Docs for customising account settings
2021-04-20 18:43:22 +01:00
Karl Hobley
dff6942a48
Improved layout of profile picture panel
2021-04-20 18:43:22 +01:00
Karl Hobley
30fb7daf77
Convert change password view into a settings panel
2021-04-20 18:43:21 +01:00
Karl Hobley
72a01e1df5
Show language options in local language
2021-04-20 18:43:21 +01:00
Karl Hobley
7c08d4ccd2
Combine name and email settings into one panel
2021-04-20 18:43:21 +01:00
Karl Hobley
de1497a1fa
Combine locale settings into one panel
2021-04-20 18:43:21 +01:00
Karl Hobley
e13bfb4324
Add separate tab for notification settings
2021-04-20 18:42:48 +01:00
Karl Hobley
aecc4dcefa
Put 'more' menu on another tab
2021-04-20 18:42:47 +01:00
Karl Hobley
18a333cc54
Add Salmon bars
2021-04-20 18:42:47 +01:00
Karl Hobley
662bb6e2c3
Convert time zone preferences into a settings panel
2021-04-20 18:42:47 +01:00
Karl Hobley
64f0543df6
Convert language preferences into a settings panel
2021-04-20 18:42:46 +01:00
Karl Hobley
d4ec9c6bff
Convert notification preferences view into a settings panel
2021-04-20 18:41:47 +01:00
Karl Hobley
e1334f9b12
Convert avatar view into a settings panel
2021-04-20 18:26:00 +01:00
Karl Hobley
7d2b58d151
Convert email view into a settings panel
2021-04-20 18:26:00 +01:00
Karl Hobley
632e4598fc
Convert name view into a settings panel
2021-04-20 18:26:00 +01:00
Karl Hobley
5a9f1ba90a
Add settings panels
2021-04-20 18:26:00 +01:00
Simon Evans
471856a52c
Feature/commenting add icons ( #7046 )
...
* Update commenting icons
* Add draftail commenting icon
* Fix draftail icon hover state and update snapshot
2021-04-20 18:25:30 +01:00
Karl Hobley
7518f0460e
Tweak whitespace in text emails
2021-04-20 18:25:30 +01:00
Simon Evans
485a248af8
Correctly show comment icons on hover
2021-04-20 18:25:30 +01:00
jacobtoppm
d72cb62a76
Prevent logout button hiding
2021-04-20 18:25:30 +01:00
jacobtoppm
7b15e025db
Add block keys to contentstate tests
2021-04-20 18:25:30 +01:00
jacobtoppm
375708d60b
Add comment reply notifications
2021-04-20 18:25:30 +01:00
jacobtoppm
d167b03a5d
Account for individual thread subscriptions when sending comment mail
2021-04-20 18:25:30 +01:00
Simon Evans
1ac9a56279
Improve commenting layout
2021-04-20 18:25:30 +01:00
Karl Hobley
b49c2e498b
Update z-index of comments so they render behind main menu
2021-04-20 18:25:30 +01:00
Karl Hobley
15d931094b
Add a test for UserProfile.updated_comments_notifications
2021-04-20 18:25:30 +01:00
jacobtoppm
86f993cd1d
Remove the warning icon from the save warning
2021-04-20 18:25:30 +01:00
jacobtoppm
39487b7dad
Move commenting js to _editor_js.html
2021-04-20 18:25:30 +01:00
jacobtoppm
831dceaad4
Add missing footer__container class to non-editor footers, and change footer
...
css to use class selector instead of element
2021-04-20 18:25:30 +01:00
jacobtoppm
ca0154543a
Use data-tab-nav to find tab nav everywhere
2021-04-20 18:25:30 +01:00
jacobtoppm
79baa145ac
Add aria-describedby to comment textboxes
2021-04-20 18:25:30 +01:00
jacobtoppm
616f8e55b7
Remove non-tab li in tablist
2021-04-20 18:25:30 +01:00
jacobtoppm
b6b43bcba2
Add menu role
2021-04-20 18:25:30 +01:00
Karl Hobley
5a945c9e61
Send notification emails when comments are updated
2021-04-20 18:25:30 +01:00
Karl Hobley
63c536eef3
Move CommentPanel to settings_panels
...
Pages often completely override content_panels since there is only one
field by default.
Moving CommentPanel to settings_panels means it's less likely to be
overriden by mistake.
2021-04-20 18:25:30 +01:00
Karl Hobley
66e03c4e1d
Set test email backend to Console
2021-04-20 18:25:30 +01:00
Karl Hobley
89de1f86b8
Add updated_comments_notifications field to UserProfile
2021-04-20 18:25:30 +01:00
Karl Hobley
48ec577271
Make send_notification more generic
2021-04-20 18:25:30 +01:00
jacobtoppm
a18b1fa2b8
Show comments by default only if there are pre-existing comments
2021-04-20 18:25:30 +01:00