LB Johnston
e5efa69aa2
add changelog for #9076
2022-08-25 07:00:49 +10:00
Mehrdad Moradizadeh
180d43a200
Fix Page queryset.not_public returning all pages when no page restrictions exist. ( #9067 )
...
Fixes #8952
2022-08-24 17:57:22 +01:00
Matt Westcott
86c3dbb961
Add release notes page for 4.1
2022-08-24 16:42:41 +01:00
LB Johnston
f072bffb74
4.0 release notes - pull out documentation updates
...
- include a relevant summary of the Wagtail Sphinx theme updates
- relates to #9013
2022-08-24 15:16:33 +10:00
PaarthAgarwal
4e747326fa
fix formatting issues with modal header
...
- formatting fix for the header on small devices
- ensure the padding left is not set so that the outside is fully clickable
- fixed close button colours
- fix alignment and heights of smaller breakpoint modal header
- fixes #9053
- fixes #9014
2022-08-22 16:52:16 +10:00
LB Johnston
4a9916721a
add changelog for #9049
2022-08-21 09:16:08 +10:00
Sage Abdullah
32b5b992b3
Clear existing preview data on initial load of the create/edit view
...
This prevents stale preview data from being initially shown after reloading the PreviewOnCreate view
- fixes #9058
2022-08-21 08:25:34 +10:00
LB Johnston
85b79dc532
add changelog for #9056
2022-08-21 07:34:58 +10:00
LB Johnston
ca9ded873e
update changelog for #9037
2022-08-21 07:20:01 +10:00
Matt Westcott
5ec55fd474
Release note for #8973 in 4.0
2022-08-19 11:29:56 +01:00
Matt Westcott
5713d57692
Release notes for #8940 and #8973 in 3.0.2
2022-08-19 11:29:49 +01:00
PaarthAgarwal
520dfa8005
Ensure screen readers are made aware of page level messages
...
- when added dynamically to the top of the page
- already added to the authentication pages via #8925
2022-08-19 17:48:18 +10:00
Thibaud Colas
1fcf4cacbb
Add more items to 4.0 release notes ( #9032 )
2022-08-18 08:47:30 +01:00
Matt Westcott
cc4675aa5e
Use correct classnames for showing/hiding edit button on chooser widget
...
Fixes #9008
2022-08-17 07:50:29 +10:00
Stefan Hammer
3bf4a0693c
Fixed init method of legacy BaseSetting class
...
The "return" statement was only a minor improvement, the breaking code was the passed "self" argument.
- fixes #8996
- fixes #9006
2022-08-17 07:45:31 +10:00
LB Johnston
666cc5e8e5
fix up legacy release note refs & use consistent format
...
- fix some broken refs that were lost in the migration to markdown files
- use lower_snake_case for all internal refs (most follow this convention)
- release process sub-section in docs should be named release schedule instead
2022-08-16 12:42:42 +01:00
LB Johnston
401e84dfd9
fix various typos and backtick usage in 4.0 changelog/release notes
...
- adds a ref to the new setting added for `WAGTAILADMIN_UNSAFE_PAGE_DELETION_LIMIT` - see #8703
2022-08-16 12:36:46 +01:00
LB Johnston
23ee3d8924
add changelog for #9000
2022-08-16 07:58:28 +10:00
LB Johnston
92204aa0bb
add changelog for #8993 & #9005
2022-08-16 07:37:30 +10:00
Matt Westcott
a6a94a9a04
Ensure DocumentChooserBlock can be deconstructed for migrations
...
Fixes #8989 . Now that DocumentChooserBlock is constructed dynamically via wagtail.documents.viewsets.chooser, we need to explicitly set its `__module__` attribute so that the result of calling `deconstruct()` for migrations points back to the wagtail.documents.blocks module.
Also update the documentation for defining custom choosers, and add tests for deconstructing the other chooser blocks.
2022-08-15 15:38:54 -04:00
Sage Abdullah
2d23aea9bd
Create new UnpublishView for reuse outside of pages
2022-08-12 14:00:59 +02:00
LB Johnston
51dfcd2fd9
changelog entry for #8873
2022-08-12 17:35:42 +10:00
LB Johnston
3e6e9eb618
update docs/test spelling of colour
2022-08-12 17:29:16 +10:00
Matt Westcott
e5dd080fce
Release note for #8917
2022-08-11 13:45:35 +01:00
Matt Westcott
61ed6caa57
Add upgrade consideration note for change to BaseSetting
2022-08-10 19:56:57 +01:00
Matt Westcott
29d564c238
Release note for #6411
2022-08-10 19:42:00 +01:00
LB Johnston
4151b8ae21
add changelog for #8964
2022-08-10 15:15:20 +10:00
LB Johnston
41db4c62c4
add changelog for #8934
2022-08-10 15:08:57 +10:00
LB Johnston
8068d6f233
add changelog for #8820
2022-08-10 14:53:41 +10:00
Akash-Kumar-Sen
46bb760319
Ensure page explorer header item aligns with toggle on sm device
...
- fixes #8939
2022-08-09 21:29:20 +10:00
Akash Kumar Sen
71dfb4090b
fix overlapping of report filters/table & form submissions
...
- as of 3.0 - report filters would overflow the viewport in Wagtail
- fix layout issue with form submission lists introduced with filtering changes
- remove invalid css grid-column-start (unused)
- adopt theme variables for all main spacing instead of hard-coded em/rem/px values
- fixes #8929
2022-08-08 22:05:01 +10:00
tijani
61f6aeeb1a
Add path & re_path pattern types for RoutablePageMixin
...
* Modified route decorator so it adds new route to view depending on pattern type; default to path
* Made a separate decorator
* Renamed route to path and updated RoutablePage models
* Added a check to warn user when using regex with path decorator
* Made @route alias of @re_path, added tests for @re_path
* resolves #7031
2022-08-08 20:09:38 +10:00
anujaraj
3576e27ab0
added border to tooltip dropdown for high contrast & fix arrow
...
- fixes #8830
2022-08-06 23:07:01 +10:00
LB Johnston
c731369bfe
changelog - add additional fix mapped against #8925
2022-08-06 22:13:05 +10:00
LB Johnston
c9248725e2
add changelog for #8948
2022-08-06 21:56:48 +10:00
Akash-Kumar-Sen
827bcf3dbf
Documentation - improve organisation of settings reference #8950
...
- fixes #8863
2022-08-06 21:20:22 +10:00
LB Johnston
167b4c9302
changelog entry for #8925
2022-08-06 19:06:19 +10:00
Thibaud Colas
eac5e0bc2c
Finish re-implementing form styles based on design feedback & code review
...
Co-authored-by: LB Johnston <mail@lb.ee>
2022-08-05 10:36:52 +02:00
Matt Westcott
5521e3b59f
Update panel templates for new designs (EditHandler rewrite)
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-08-05 10:36:52 +02:00
LB Johnston
3b84559b0f
add changelog for #8855
2022-08-05 08:34:14 +10:00
LB Johnston
a40b82fc05
add changelog for #8625
2022-08-05 07:41:15 +10:00
Paarth Agarwal
01ba3d3c44
Fixed empty variable issue in header template
...
- fixes #8942
2022-08-05 07:30:06 +10:00
LB (Ben Johnston)
535bc3111f
4.0 release notes - add GSoC UX Unification section ( #8943 )
...
* pull out the main UX unification work done by Paarth under Torchbox internship done alongside Google Summer of Code 2022
2022-08-05 07:21:41 +10:00
anujaraj
2d8aa123c0
Added a forced-color media query to disabled buttons in high contrast ( #8909 )
...
* added a forced-color media query to allow distinct visibiity of disabled buttons
* Also set disabled button border color to GrayText in forced-colors mode
The `button` element was not correctly picking up the same border color as the text, for some reason. This commit fixes that.
2022-08-04 12:55:00 -04:00
Thibaud Colas
8a7e0884d7
Finish implementing rich text max length with identical client & server count
2022-08-04 16:59:31 +02:00
Matt Westcott
d4837edef9
Formalise support for Django 4.1
2022-08-04 13:52:33 +02:00
LB Johnston
416a0b5100
refine changelog entry for documentation updates
2022-08-04 21:51:06 +10:00
Matt Westcott
f255135772
Release note for #8940
2022-08-04 13:35:50 +02:00
Jacob Topp-Mugglestone
0cdb9d8915
Implement combined rich text split and block insertion ( #8923 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-08-02 18:31:32 +01:00
Matt Westcott
ae0495fa44
Add release note for changes to image chooser URL route names
2022-08-02 19:28:49 +02:00
Matt Westcott
9667088e98
Move setting metadata / reindexing into form.save()
2022-08-02 18:53:56 +02:00
Matt Westcott
d1f21993dc
Deprecate createPageChooser
2022-08-02 16:38:28 +02:00
Paritosh Kabra
63e0181f93
Fix query search in filtered image admin listing
...
- fixes #8029
- Fix Search Images within a Collection and an empty search query param - `admin/images/?collection_id=1&q=1`
2022-08-01 20:20:46 +10:00
LB Johnston
65f2512b87
changelog for #8903
2022-08-01 08:22:27 +10:00
LB Johnston
18ad15a18f
changelog entry for #8922
...
- resolves #8818
2022-07-31 04:11:07 +10:00
Jaap Roes
649a8623a0
Correctly validate from/to column index in redirect import
...
- fixes #8813
- relates to #6913 #8814
- add file hash check to ensure that no content can be tampered with mid-request after form submis
2022-07-30 17:54:02 +10:00
Scott Cranfill
f72aec9b61
Ensure consistent sidebar icon position whether expanded or collapsed
...
Adding vertical margin gives them same height when collapsed as the text with line-height when expanded.
2022-07-30 17:22:49 +10:00
PaarthAgarwal
887a259723
added translate button to header actions dropdown, removed all the instances of is_parent
...
- Fixed failing tests, added check for simple_translations enabled
- resolves #8866
2022-07-26 22:36:35 +10:00
PaarthAgarwal
2a751e9b00
updated help block colours & link styles
...
- resolves #8896
2022-07-26 22:01:12 +10:00
LB Johnston
dc61036614
changelog for #8777 & #8778
2022-07-23 11:33:01 +10:00
Matt Westcott
dec7cdd9bf
Deprecate createImageChooser
2022-07-23 11:33:01 +10:00
Matt Westcott
61d45e3150
Deprecate createDocumentChooser
2022-07-23 11:11:08 +10:00
Thibaud Colas
4a7892a9b5
Add release notes for #8874 and rework existing WHCM release notes
2022-07-20 21:55:09 +01:00
anujaraj
df50d8a1a4
Add bottom border to messages. Fixes #8836 ( #8875 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-20 21:34:23 +01:00
Matt Westcott
3b99d2026e
Release note for #8822
2022-07-20 13:59:03 +01:00
Thibaud Colas
598071b7a2
Release notes for #8824 . Fix #8424
2022-07-20 12:08:47 +01:00
LB Johnston
f9648349d6
contributor - use Tidiane (preferred name) instead of Tidjani
2022-07-20 20:32:26 +10:00
tijani
8cdb3f3a60
Added blocks_by_name, first_block_by_name methods to StreamValue
...
- A shortcut for accessing StreamField blocks by name
2022-07-20 17:13:20 +10:00
Dolidodzik
b131b4813e
replace latin abbreviations with english phrases & updated docs guidelines
...
- added sub-section to language part of general_guidelines.md
- fixes #8860
2022-07-20 16:11:38 +10:00
anujaraj
b3768a1145
Contrast themes – Update help-block styles
...
- Ensure help blocks show more appropriately in Windows High Contrast Mode with less reliance on communication via colour alone
- fixes #8817
- added dashed-dotted borders styles and removed forced-colors-adjust:none properties to/from help boxes
2022-07-20 15:47:11 +10:00
Coen van der Kamp
1b9628f06c
Add styling for Django 4 div-based radio select markup
...
- fixes #8869
2022-07-20 15:41:45 +10:00
PaarthAgarwal
0ed07c66db
adopted shared header for form submission page
...
- relates to #8539
- fixes #3759
- fixes #3236
- rename index_submissions to submissions_index (aligns with naming of all other index views)
2022-07-19 22:00:54 +10:00
Paarth Agarwal
35b5ed350a
Adopt slim header in page listing views ( #8792 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-18 18:28:51 +01:00
Matt Westcott
d07ff422d8
Documentation and release note for #8703
2022-07-18 15:53:32 +01:00
vupham04
53e2bdbd0d
Add option to set name to MenuItems generated by modeladmin ( #8553 )
...
Co-authored-by: Alexander Rogovskyy <A.rogovskyy@intershop.de>
2022-07-18 14:44:58 +01:00
Sage Abdullah
0d78f8eb56
Add initial upgrade considerations for PreviewableMixin methods
2022-07-18 13:46:58 +01:00
Frantisek Holop
c79f584371
30 characters user names is an outdated requirement ( #8848 )
...
django does not have this limitation anymore.
2022-07-18 13:19:36 +01:00
Karl Hobley
ed239157fd
Release note for #8327 ( #8825 )
...
* Delete unused settings.rst
* Release note for #8327
* Use single backticks in changelog/release notes
2022-07-18 13:01:29 +01:00
sage
0693eed245
Use new modal dialog component for privacy settings modal. Fix #8478 ( #8847 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-18 10:39:50 +01:00
Paarth Agarwal
f73f54ffcf
Adopt shared header for menu settings editing view ( #8854 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-15 23:08:47 +01:00
Paarth Agarwal
d8c3d26de7
Adopt shared header template in workflows ( #8850 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-15 22:51:50 +01:00
Paarth Agarwal
d4b37357ab
Adopted shared header for redirects listing view ( #8849 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-15 22:35:11 +01:00
anujaraj
8daf1554ae
Display the correct color for icons in forced colors mode. Fix #8816 ( #8852 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-15 15:41:59 +01:00
Paarth Agarwal
e10648ffc2
Display data for Twitter embed blocks ( #8167 )
...
Co-authored-by: Iman Syed <52247241+imansyed000@users.noreply.github.com>
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-15 14:38:03 +01:00
sage
5ee5acb7ce
Introduce a new auto-updating preview panel inside the page editor ( #8671 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-14 13:59:05 +01:00
Paarth Agarwal
1859e64275
Switch all report views to use Wagtail’s reusable header component ( #8839 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-13 07:14:12 +01:00
Thibaud Colas
27ff5bfeaf
Remove button-group from ModelAdmin InspectView footer actions ( #8832 )
2022-07-13 03:11:41 +01:00
Thibaud Colas
b070ce1cd3
Add new Draftail toolbars and command palette, with new styles ( #8806 )
2022-07-13 01:35:22 +01:00
Thibaud Colas
d30eec40a8
Update to Draftail v2 alpha
2022-07-11 20:35:27 +01:00
anujaraj
3cb9b70d12
Make checkboxes visible in forced colors mode. Fix #8334 ( #8718 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-10 02:05:07 +01:00
anujaraj
3f0a648181
Make progress bars’ progress visible in forced colors mode ( #8719 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-10 00:18:39 +01:00
Jaap Roes
12ba7d8161
Fixed #8809 -- ExcelDateFormatter generates invalid format strings ( #8811 )
...
The format strings generated previously would not work correctly in macOs Preview and Numbers
2022-07-07 13:23:54 +01:00
LB Johnston
dbac4335c2
update changelog for eslint clean up items
...
- #8749
- #8764
- #8750
- #8748
- #8737
2022-07-06 19:28:25 +10:00
PaarthAgarwal
79a212b4b5
added prefix w- before header classes
...
- refine existing scss to use classes & remove unused scss
2022-07-06 19:13:19 +10:00
PaarthAgarwal
3b9c9fce5b
adopt the shared header include in the dashboard (home) view
2022-07-06 18:30:08 +10:00
PaarthAgarwal
e2d4cb7745
add classnames template tag for generating classnames
...
- use classnames template tag in shared header template
- add classname as documented variable for the shared header template
2022-07-06 18:30:08 +10:00
Thibaud Colas
524cab82e3
Introduce new template fragment composition tags
2022-07-06 18:18:21 +10:00
LB Johnston
6b4a551c0b
Revert "Add legacy and new status tags to the pattern library" #8665
...
This reverts commit daa47baddd
.
Resolves #8798
2022-07-05 20:41:17 +10:00
Matt Westcott
dbdd218864
Upgrade consideration note for change of document/snippet URL route names
2022-07-04 19:01:28 +01:00
LB Johnston
c577554838
documentation - upgrading - fix formatting issue
...
- fix issue introduced by #8769
2022-07-04 07:58:46 +10:00
Sævar Öfjörð Magnússon
34734d252f
Remove the edit link from edit bird in previews to avoid confusion
2022-07-03 13:34:57 +01:00
SilvestriStefano
f535a0cc43
Documentation - migrate reference/** files to markdown content
...
- relates to #8383
2022-06-30 09:57:26 +10:00
LB Johnston
86cb09a534
Documentation - fix streamfield reference issue
...
- myst was building a doc link `streamfield` and also had a ref link `streamfield` which was causing conflicts
2022-06-30 09:57:26 +10:00
Tidiane Dia
b4fded5958
Prefetch workflow states in page edit view
...
- Add test to show initial number of performed queries
- Add test to show number of queries performed when workflow states are prefetched
2022-06-29 14:45:01 +10:00
Josh Michael Karamuth
3374ccee5e
Make password reset form customisable
...
- Use a setting called WAGTAILADMIN_USER_PASSWORD_RESET_FORM to allow
users to specify a custom form for use in PasswordResetView
- Add an extra_fields property so that fields other than the
mandatory email field can be easily rendered in the template.
- Add extra blocks to the default template to allow users to
easily add their own stuff.
- Render extra fields in the template like we're doing in the
login template.
2022-06-29 14:40:24 +10:00
Steve Steinwand
daa47baddd
Add legacy and new status tags to the pattern library
2022-06-29 13:58:04 +10:00
Matt Westcott
be5b8c41c7
Deprecate createSnippetChooser
2022-06-29 13:42:04 +10:00
anujaraj
8766277e44
fix issue where linting/formatting npm scripts would not work on Windows
...
- linting bug changes to allow it working for both windows and mac
- resolving linting issues for windows in lint:format to allow prettier to run
2022-06-29 11:13:13 +10:00
Bernd de Ridder
013ff2179b
Update human-readable-date with accessible tooltip
...
- resolves #8697
2022-06-29 11:02:16 +10:00
LB Johnston
65a9c9a1cd
documentation - upgrading page - migrate content to markdown
2022-06-29 10:18:05 +10:00
Sandeep M A
480de77bad
Rename upgrading.rst to upgrading.md
2022-06-29 10:18:05 +10:00
PaarthAgarwal
688891c108
remove ModelAdmin breadcrumbs
...
- replace with the existing convention of the back to listing link
- fixes #6904
2022-06-28 22:28:21 +10:00
PaarthAgarwal
87172278a9
Remove old legacy breadcrumbs completely
2022-06-28 22:13:06 +10:00
Matt Westcott
b8a9a2d319
Deprecate wagtail.contrib.modeladmin.menus.SubMenu in favour of wagtail.admin.menu.Menu
...
The Menu class was not originally designed to accept menu items at constructor time (instead requiring them to be passed via hooks); ModelAdmin's SubMenu class patched this functionality in, and the documentation for extending admin views piggybacked on this. Add this functionality to the base Menu class so that we don't have this unnecessary dependency on ModelAdmin.
2022-06-28 16:32:15 +10:00
Karl Hobley
920c0afdf4
Changelog/release note/contributors for #8747 #8751 #8725 #8724 #8722
2022-06-27 14:56:13 +01:00
LB Johnston
e140c41a89
documentation - markdown formatting
...
- apply general fixes to existing markdown documentation
- various cases of rst syntax still used
- update some links to be the new format
- clean up line breaks (prettier)
2022-06-25 22:44:42 +10:00
Matt Westcott
97b3ab2c39
Fix 'create one now' link on snippet choosers
...
Regression introduced in #8422
2022-06-25 22:27:08 +10:00
LB Johnston
409c840adb
add changelog for #8741
2022-06-25 22:23:42 +10:00
Tibor Leupold
081f46c07f
Documentation - search indexing - Add link to the Postgres docs
...
- Postgres does not provide true control the search ranking using the database search backend.
- Postgres only supports four weight levels and this should be clarified in the documentation
2022-06-25 21:49:04 +10:00
Sage Abdullah
c634fc11cc
Move get_snippet_panel to get_model_panel and fix missing return in get_snippet_edit_handler
2022-06-24 15:12:49 +01:00
Yves Serrano
c5c93cba67
convert DecimalBlock value back to Decimal ( #8694 )
...
Fixes #4647
2022-06-24 12:15:23 +01:00
Viggodevries
d294617544
change the admin page move interface to a page chooser panel
...
- fixes #8647
2022-06-24 16:48:41 +10:00
Sævar Öfjörð Magnússon
a316408928
convert the docs/topics/** from RST to Markdown
...
Relates to #8383
* Convert the image tag topic to Markdown
* Convert the permissions usage to Markdown
* Convert the topic of snippets to Markdown
* Convert the streamfield topic to markdown
* Convert the writing templates doc to Markdown
2022-06-23 08:12:07 +10:00
Stefan Hammer
82ff0f935a
Added new get_primary_button_for_obj() to ButtonHelper
...
- This method is now used to add links to the IndexView's rows, where
possible.
- If the user does not have permissions to edit, the inspect view will be used (if enabled), otherwise the item till not be clickable
- fixes #8261
2022-06-23 07:51:47 +10:00
LB Johnston
73c8178d0d
add additional release note for #8702
...
- fixed as part of 4411b76388
- see wagtail/admin/templates/wagtailadmin/chooser/_browse_results.html
- removed aria-label on `u-btn-current` as content was already in the button
2022-06-23 07:19:51 +10:00
PaarthAgarwal
4411b76388
Added new non collapsible breadcrumbs to page chooser
2022-06-23 07:16:19 +10:00
Tidiane Dia
cb4017c649
Cache model permission codenames in PermissionHelper
2022-06-22 17:25:42 +01:00
Sage Abdullah
3215bebddf
Rename Page.get_latest_revision_as_page
to Page.get_latest_revision_as_object
2022-06-21 15:19:32 +01:00
Karl Hobley
50200f94c0
Release note for #8498
2022-06-20 14:18:29 +01:00
Matt Westcott
90c3a71c16
Release note for #8634
2022-06-20 14:13:47 +01:00
Noble Mittal
0be024e024
documentation - migrate docs/extending/ to md
2022-06-20 16:36:25 +10:00
Hugh Rawlinson
8e4a4fae5d
Add release dates to release notes ( #8692 )
...
Fixes #8691
* Add dates to markdown based release notes
* Add dates to rst based release notes
2022-06-16 14:04:18 +02:00
Yves Serrano
e2e356d0ae
use an empty list instead of [None] if revision.user doesn't exists fixes #7879 ( #8685 )
2022-06-16 11:46:01 +02:00
Karl Hobley
996866fc06
Changelog/release note for #8686
2022-06-16 10:10:00 +01:00
Matt Westcott
9e7e2fa9e5
Fill in release date for 3.0.1
2022-06-16 10:48:40 +02:00
LB Johnston
b0eb471c19
update changelog for #8676
...
move items to 3.0.1 only
2022-06-16 06:50:44 +10:00
LB Johnston
1bc37f791c
add changelog for #8676
2022-06-16 06:42:06 +10:00
Jaspreet-singh-1032
c7a0d6ef95
show different message if no page_type available ( #8672 )
...
Fixes #8173
2022-06-15 14:39:50 +02:00
PaarthAgarwal
8c2c4a1098
Add new breadcrumbs to page explorer
...
- added test and updated existing test for breadcrumbs-next
- fix background issue so that the breadcrumbs work correctly on any background
2022-06-15 17:27:33 +10:00
Matt Westcott
cba208bfe8
Release note for #8680
2022-06-14 15:59:13 +02:00
Matt Westcott
cb43536f07
Release note for #8668
2022-06-13 17:00:29 +01:00
Matt Westcott
a86a89e803
Update release notes to reflect #8494 being backported to 3.0.1
2022-06-13 15:46:18 +01:00
Matt Westcott
1e385572cc
Remove release notes in 4.0 for things backported to 3.0.1
2022-06-13 15:36:09 +01:00
Matt Westcott
4f1da06bb7
Use original wording for 3.0.1 release notes
2022-06-13 15:35:04 +01:00
Matt Westcott
ac2a190543
Release notes for 3.0.1
2022-06-13 15:32:00 +01:00
PaarthAgarwal
25b82aef76
Removed breadcrumbs next's reliance on data-slim-header
...
- fixes #8644
2022-06-13 21:24:38 +10:00
LB Johnston
73a79fd394
add changelog for #8662
2022-06-12 15:51:45 +10:00
Stefan Hammer
46977d6442
Ignore common places for tests from makemessages
...
This also replaces some of the existing tweaks, which avoided strings
getting parsed by makemessages.
2022-06-12 15:34:39 +10:00
LB Johnston
2abe439064
ensure non-square avatar image will correctly overlay content
...
- fixes #8428
2022-06-12 15:26:11 +10:00
LB Johnston
06bf71296c
redirects import page does not need header search JS
...
- relates to #7053
2022-06-12 15:23:59 +10:00
Lucie Le Frapper
1297b930e5
add accessible label for image focal point chooser input
...
- fixes #5309
2022-06-10 08:14:03 +10:00
Sage Abdullah
052115f261
Fix locale selector background color
...
- fixes #8588
2022-06-10 07:38:20 +10:00
Steve Steinwand
ab92256b09
Fix sidebar rtl styles, add wagtail branding module to sidebar stories
...
- fixes #8641
2022-06-09 22:03:03 +10:00
PaarthAgarwal
1c3ae1ae92
Add tabs to pattern library
...
- Added tabbed interface to pattern library (storybook)
- Added tab nav link to pattern library (storybook)
- fixes #8632
2022-06-09 21:32:24 +10:00
BenedictFaw
952e57b916
Migrate docs for StreamField from md to rst
...
- relates to #8383
2022-06-09 20:21:50 +10:00
Sage Abdullah
bd04b631b4
Make ReportView extend from generic IndexView
2022-06-09 20:06:17 +10:00
PaarthAgarwal
764d3bc1fd
Adopted new Tabs in Workflow History Detail page
...
- resolves #8562
2022-06-09 17:32:47 +10:00
PaarthAgarwal
dce74375d7
added new breadcrumbs to pattern library (storybook)
...
- resolves #8631
2022-06-09 17:23:30 +10:00
Thibaud Colas
4eb35dbc0a
Refactor styles to be loaded via single core.css file ( #8419 )
2022-06-07 13:26:58 +01:00
PaarthAgarwal
1f43d8ef51
Ensure TabbedInterface will not show a tab if no panels are shown
...
- If no panels show (due to permissions) the tab was still showing
- instead it is expected that the tabs should not show at all if empty
2022-06-02 22:12:55 +10:00
Stefan Hammer
c2e366600f
Add missing can_reorder_children() check, fixes #8458
...
Users which weren't allowed to reorder child pages (e.g. due to missing
"publish" permission), still saw the menu item to start reordering.
2022-06-02 08:26:31 +10:00
LB Johnston
d253f4784f
migrate Home (dashboard) to class based view
...
- resolves #8366
2022-06-02 08:17:37 +10:00
LB Johnston
fd5218220e
form builder - allow clean_name generation to be overridden
...
- adds a new class method to AbstractFormField `get_field_clean_name`
- resolves #6903
2022-06-02 08:07:24 +10:00
LB Johnston
6d0659333d
fix spelling - behaviour vs behavior
...
- documentation should be using the British english spelling
- most other spelling is `behaviour` so this aligns with the majority
2022-06-02 07:56:05 +10:00
Tidiane Dia
25c43273a9
Add docs and releases notes for prefetch_renditions
method
...
Also add tests to ensure example in docs works fine.
2022-06-01 16:51:35 +01:00
jacobtoppm
ec649331a3
Release notes for #8590 and #8430
2022-06-01 16:51:33 +01:00
Steve Stein
910844eb30
Implement redesign of the Workflow Status dialog, fixing accessibility issues. Fix #8476 ( #8538 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-06-01 16:21:11 +01:00
LB Johnston
52e87968e2
fix up changelog entry for #7752
...
- release number is the same but the link is now adaptive
2022-05-27 07:25:30 +10:00
Tibor Leupold
4f5d688021
Add ability for upgrade notification to show the relevant release to the user
...
This now implements the logic to link to the next minor's release notes
when such a version difference is computed. If a patch release
difference is computed, then those release notes are linked.
The utils.tests.js seemed a bit unexpected location, because there is no
`utils.js` module. Now the module defining the tests and the one
defining the functionality are named similarly, as is common in the rest
of the code base.
- resolves #7336
- resolves #7405
- resolves #3938
- fixes #8537
Fix issue where upgrade notification was not using translated content.
2022-05-26 19:57:46 +10:00
sage
f4d5207fbd
Use GenericForeignKey
and GenericRelation
for Revision
( #8571 )
2022-05-26 00:08:30 +01:00
Hitansh Shah
f8a7c6f4ae
Added functionality in bulk actions: ability to use shift+click to select multiple items at once
...
- Signed-off-by: Hitansh Shah <shah.hitanshsanjay.mat20@itbhu.ac.in>
- resolves #8490
2022-05-25 21:45:12 +10:00
Thiago Costa de Souza
7e73349dc1
documentation - migrate api section to markdown
2022-05-25 21:01:38 +10:00
Stefan Hammer
906dfa2773
Added missing gettext calls to the CommentComponent
2022-05-25 20:45:09 +10:00
LB Johnston
115879c519
add changelog for #7897
2022-05-25 19:34:52 +10:00
LB Johnston
46efee9eeb
add changelog for #8532
2022-05-25 19:02:46 +10:00
LB Johnston
48d397f74f
Add changelog for #8501
2022-05-25 17:07:55 +10:00
Matt Westcott
45ac80bb89
Make cross-link URLs on generic model views optional
...
Normally, generic model views will be spun up through wagtail.admin.viewsets, which takes care of configuring the add_url_name / edit_url_name etc attributes to ensure that they are cross-linked appropriately. But if you're defining one in isolation, that's an unnecessary hoop to jump through, and the error messages if you don't specify them are fairly opaque. Fix this so that:
1. Non-essential cross-links (e.g. the Add button on the index view, and the Delete button on the edit view) are gracefully omitted if the URLs are undefined;
2. Essential cross-links (e.g. the destination of the redirect after a successful form submission) raise an informative error telling the developer what needs to be defined.
2022-05-25 16:31:12 +10:00
Matt Westcott
55fdafdfe6
Make radio buttons / checkboxes display vertically under Django 4.0
...
Fixes #8190
Django 4 changed the rendering of radio button / checkbox lists to nested divs rather than ul/li - see 5942ab5eb1
. This change simply applies the existing li styles to second-level divs.
2022-05-25 08:31:11 +10:00
LB (Ben Johnston)
9f206d258c
Make it possible to reuse and customise Wagtail’s fonts with CSS variables. Fix #8406 ( #8544 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-05-20 14:19:30 +01:00
thoang43
2fbac52532
Documentation - Convert rst to md for ModelAdmin section
...
- Co-authored-by: Vu Pham
- relates to #8383
2022-05-20 08:32:21 +10:00
Karl Hobley
2a40333770
Set referer policy of upgrade notifcation to "strict-origin-when-cross-origin"
...
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy
- Since Django 3.1, all Wagtail admin responses have been given a referer-policy: same-origin header. See: https://chipcullen.com/django-3-referrer-policy-change/
2022-05-19 08:37:25 +10:00
sage
52e5abfe62
Replace PageRevision
with generic Revision
model ( #8441 )
2022-05-17 11:46:30 +01:00
Matt Westcott
501b28c62b
Fill in release date for 3.0
2022-05-16 14:20:37 +01:00
Steve Stein
851ec9a5c1
Apply full header breadcrumb spacing fixes for all templates ( #8471 , #8491 )
2022-05-13 17:09:01 +01:00
Tom Hu
1f3605b98a
chore(ci): add informational Codecov status checks
...
we were usng Codecov but weren't actually getting any notifications on pull requests.
Update codecov.yml
Removing `after_n_builds` as there is only 1 build
2022-05-13 08:16:12 +10:00
LB Johnston
d9981e0ec7
fix up spelling in documentation & docstrings (should be en-GB not en-US)
...
- customize -> customise
- color -> colour
- customizing -> customising
- organize -> organise
2022-05-13 08:13:06 +10:00
Stefan Hammer
885b593234
Use FormData for docs/images add-multiple's edit handling
...
The ajax-request now uses multipart/form-data, similar to
image-chooser-modal.js/document-chooser-modal.js, which allows to add
and use FileFields in the bulk-upload-views.
2022-05-13 08:07:29 +10:00
LB (Ben Johnston)
f5044828b8
2.16 release notes - fix up internal reference ( #8525 )
2022-05-12 14:22:25 +01:00
Christian Franke
7d6240a489
Throw error if images.Filter.run cannot create output ( #8508 )
...
If Filter.run is requested to create an unknown output format,
it should not fail silently without writing any output, but instead
throw an exception.
Fixes #8503
2022-05-12 14:20:45 +01:00
th3hamm0r
ec1aea0f20
Fix typo in ResumeWorkflowActionFormatter
message
2022-05-11 21:47:53 +10:00
Thibaud Colas
7129ccefc9
Remove logical properties compatibility styles for Safari 13
...
- update caniuse-db & browserslist
- resolves #8124
2022-05-11 21:41:15 +10:00
jacobtoppm
7e98db7197
Disable webpack css url rewriting
...
This was causing relative urls to be rewritten to use the publicPath.
This meant that the icon font would be referenced at the wrong location
if sites had changed STATIC_URL
fixes #8517
2022-05-11 19:27:49 +10:00
Sandil Ranasinghe
5cea62b4b8
Ensure InlinePanel.get_comparison passes label for field comparison
...
- FieldComparison.field_label should pick up labels from InlinePanel
- fixes #4732
- add unit test for InlinePanel label as field label
2022-05-06 07:43:00 +10:00
Josh Woodcock
8a4a6b4ced
modeladmin - fix issue where action button class conflicted ( #6387 )
...
- It was creating styling issues in the wagtailadmin when list export was enabled
- ensure that all actions are contained within the actionbutton div
2022-05-06 06:40:50 +10:00
Matt Westcott
e4d563e492
Fix typo in BoundPanel subclassing example
2022-05-03 11:26:36 +01:00
Thibaud Colas
d2aefa547c
Re-add Pages explorer focus trap. Fixes #8035 ( #8447 )
2022-04-29 11:33:29 +01:00
Matt Westcott
d308d6930a
Ensure wagtail updatemodulepaths
works when system locale is not UTF-8 ( #8450 )
...
Prompted by https://github.com/wagtail/wagtail/discussions/8362#discussioncomment-2647505 - Python files are expected to be in UTF-8, but `open()` will use the system default encoding, which is likely to be Windows-1252 on Windows. Unfortunately [fileinput](https://docs.python.org/3/library/fileinput.html ) doesn't provide an encoding argument until Python 3.10, so we have to over-engineer things a bit to keep things consistent across the rewrite / list / diff modes - opening files in binary mode and explicitly decoding each line as utf-8 (with graceful fallback behaviour on UnicodeDecodeError, so that we don't end up clobbering a file mid-write).
2022-04-29 09:38:27 +01:00
LB (Ben Johnston)
54daa01116
3.0 - add JSON1 SQLite compatibility requirements ( #8433 )
2022-04-26 13:22:03 +01:00
Matt Westcott
262e94401a
Housekeeping to start work on 4.0 ( #8420 )
...
* Add release notes page for 4.0
* Version bump to 4.0
* Rotate deprecation warnings
2022-04-22 14:25:16 +01:00
Matt Westcott
86aa38329d
Fix release notes and updatemodulepaths to cover coreutils module rename ( #8396 )
...
Fixes #8376
2022-04-20 17:42:34 +01:00