0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
Commit Graph

5200 Commits

Author SHA1 Message Date
LB Johnston
76a0c4968a Adopt classname instead of classnames in all MenuItem/Sidebar usage
- Adds a deprecation path, including documentation to further remove unpredictable naming of adding `classname` in Python APIs
- Intentionally keeps `classNames` in Telepath adaptor inner usage as this convention is not set, however, the server side value passed in will use `classname`
- See https://docs.wagtail.org/en/stable/contributing/general_guidelines.html#use-classname-in-python-html-template-tag-variables
- See #9769 & #9770
2023-10-04 08:05:52 +11:00
Sage Abdullah
a0335d2919
Release notes for #10983 in 5.1.3 2023-10-03 17:10:11 +01:00
Sage Abdullah
87f1310a40
Release notes for #10884 2023-10-03 16:06:16 +01:00
Sage Abdullah
7c22b4aaaa
Add upgrade considerations for side panels refactoring 2023-10-03 10:51:46 +01:00
TopDevPros
a8bc03dd8a Implement date_since in get_most_popular() inside search_promotions.models
- Note: This is currently unused but could be used in the future
- Fixes #10897
2023-10-02 10:31:37 +11:00
LB Johnston
45ffd5877e Add changelog for #10840 2023-10-02 10:03:39 +11:00
dhruvpal05
598aae78c5 Fix oEmbed Spotify URL
- Update URL to latest documentation & remove trailing slash
- https://developer.spotify.com/documentation/embeds/tutorials/using-the-oembed-api
- https://developer.spotify.com/documentation/embeds/reference/oembed
- Fixes #10942
2023-10-02 09:29:50 +11:00
Charlie Sue
86ed0ab9f7 Docs - Add note about including the feature in text editor settings 2023-10-02 09:12:33 +11:00
FatGuyy
09c125189d Fix NameEmailSettingsPanel when WAGTAIL_EMAIL_MANAGEMENT_ENABLED = False
Ensure the panel title reflects the content inside (with or without email)
Fixes #10937
2023-10-02 09:08:20 +11:00
LB Johnston
a986ba741a Add changelog for #10971
Closes #10970
2023-10-02 08:49:44 +11:00
rohitsrma
71fa04fec3 Ensure label in SetActiveStateBulkAction can be translated
Fixes #10963
2023-10-02 08:30:10 +11:00
Sandra Ashipala
8b52670d10 Docs - Fix typo for migration command in the section under Tag posts
Fixes #10974
2023-10-02 08:29:54 +11:00
Matt Westcott
a1bd357092 Fix port number in tutorial 2023-09-29 16:41:14 +10:00
Nick Moreton
f58c896d5a
Add PythonAnywhere deployment tutorial to third party tutorials (#10958) 2023-09-28 09:52:04 +01:00
Matt Westcott
dc9f1b190b Release note for #10955 in 4.1.8 2023-09-27 18:54:23 +01:00
Matt Westcott
b991700932 fix typo in 4.1.7 release notes header 2023-09-27 14:11:49 +01:00
Matt Westcott
983b0fcc23 Release note for #10951 in 4.1.7 2023-09-27 13:18:03 +01:00
LB Johnston
a50cc707a2 Deprecate escape_script & escapescript template tag
- Add deprecation warning for usage of escape_script
- Add release considerations
- JS deprecation comments on client/src/components/InlinePanel/index.js were added in changes introduced in #10893
2023-09-26 10:32:28 +01:00
TopDevPros
3ffe4cb3a5 Add subject & body to Email link chooser
Closes #5950
Rework of PR #6451
2023-09-26 16:09:24 +10:00
TopDevPros
3a5cc8e75c Search Promotions - Add support for external link/text
Closes #10725
Built on original PR #4560
2023-09-26 13:44:09 +10:00
LB Johnston
aa52f84ec4 Fix heading level in 5.1 release notes 2023-09-26 05:20:25 +10:00
Matt Westcott
34dd5270a3 Fill in release date for 5.1.2 2023-09-25 12:45:09 +01:00
Matt Westcott
9ff3647a37 Fill in release date for 5.0.3 2023-09-25 12:44:35 +01:00
Matt Westcott
85a4a9ebf7 Release note for #10939 in 5.1.2 2023-09-22 18:34:32 +01:00
Matt Westcott
e6e29b5518 Release note for #10935 2023-09-22 11:46:21 +01:00
SebCorbin
0ab4bb8db5 Make admin login template display non_fields_errors
- Add tests
- Fixes #10912
2023-09-22 07:27:24 +10:00
Andreas Nüßlein
6eda5d5d12 fix typo 2023-09-21 16:45:57 +01:00
Sage Abdullah
faaab535b0
Release notes for #10900 2023-09-21 12:21:39 +01:00
Sage Abdullah
ce8f655b6f
Add upgrade considerations for ModelViewSet URL changes 2023-09-21 12:21:14 +01:00
LB Johnston
6bcc66c1e0 Docs - use subclass not sub-class
- All other usage of this does not have the hyphen
2023-09-21 08:15:57 +10:00
Sage Abdullah
da636f6b61
Release notes for #10864 2023-09-20 14:01:15 +01:00
Neeraj P Yetheendran
cdd6f1800c Allow subclasses of PagesAPIViewSet override default Page model
- Built on original PR #7372 and feedback on that solution
- Add unit tests and documentation
- Fix typo in API documentation for `CustomPagesAPIViewSet`
- Ensure that pk is used (not id) while filtering to prevent assumption that id is pk
2023-09-20 08:13:19 +10:00
Matt Westcott
6009903c55 Support passing extra context variables via the {% component %} tag 2023-09-20 07:46:39 +10:00
LB Johnston
dd95b8b0d2 Fix changelog / release notes entry for #10916 2023-09-20 07:24:58 +10:00
Matt Westcott
30a489a51c Document support for OpenSearch
Fixes #7920
2023-09-20 07:17:58 +10:00
Matt Westcott
4938db9b7c Release note for #10916 in 5.1.2 2023-09-19 10:29:23 +01:00
LB Johnston
b60828ac47 Hooks documentation - fix up admonition formatting 2023-09-19 12:18:51 +10:00
Matt Westcott
b5eff93fde Release note for #10911 in 5.0.3 2023-09-18 16:03:10 +01:00
LB Johnston
27a8f85e1e Add changelog for #10245 & #10893 2023-09-17 21:20:51 +10:00
SebCorbin
f82366e151 Fix PublishMenuItem label is not overridable through hook
Fixes #10663
2023-09-17 17:27:44 +10:00
Daniel Kirkham
72c55dee17 Fix typo and expression in 5.1 release notes 2023-09-17 16:28:40 +10:00
Sage Abdullah
bde19900b9
Release notes for #10880 2023-09-15 15:33:55 +01:00
WhatIsThisVJ
b681e74d30
Replace @total_ordering usage with comparison functions implementation #10526 2023-09-14 11:32:59 +01:00
LB Johnston
ba9f7c898f Add changelog / upgrade considerations for #10869
Closes #10668
2023-09-14 09:09:59 +10:00
LB Johnston
e317ac482b Revise the human_readable_date arg (rename position to placement)
- Add unit tests
- Move changelog entry to features, not maintenance
- See #10871 & 0a977cc54d
2023-09-14 07:30:28 +10:00
Andy Chosak
dbc130e565 Fix minor typos in the docs
"JavasScript" -> "JavaScript"
2023-09-14 06:36:46 +10:00
LB Johnston
a5966753d2 Changelog & release notes for #10857
- Including backport to 5.1.2
2023-09-14 06:32:29 +10:00
LB Johnston
19b4df2648 Add 5.1 release notes for changed attrs.html template location
Fixes #10874
2023-09-14 06:04:01 +10:00
Sage Abdullah
3cd13c65ef
Release notes for #10865 and #10870 2023-09-13 17:53:15 +01:00
LB Johnston
51353c7c43
Do not use jest inside stubs.js to prevent Storybook from crashing 2023-09-13 15:04:04 +01:00