Wykres commitów

44 Commity (b7beb36df6bc89e6152eae6c7d2dabaee7bd660a)

Autor SHA1 Wiadomość Data
Chiemezuo b7beb36df6 Ensure expanded side panel does not overlap form content for most viewports
- Set the side panel width custom property ('--side-panel-width') globally, not just on the form container.
- Use this custom property to determine the max width of the form content.
- Fixes #11038
2023-11-30 18:02:54 +10:00
Temidayo32 debc65680d Add max tag length validation for multiple uploads (documents/images)
Fixes #11054
2023-11-30 07:59:12 +10:00
jadesola kareem 9338ccf974 Updated the performance.md database section
Provided more nuance about the recommended database
Closes #10949
2023-11-30 07:44:56 +10:00
Chiemezuo e5afd52dc0 Fix issue aging pages report export if last_published_by is blank
Fixes #10821
2023-11-30 06:53:03 +10:00
rohitsrma 1545501375
Resolve multiple errors when editing a Site to use an existing hostname and port 2023-11-29 14:49:42 +00:00
Sage Abdullah daa00ece49
Use a single instance of PagePermissionPolicy in wagtail.permissions module 2023-11-28 12:02:37 +00:00
Sage Abdullah 389167770d
Release note for #10830 2023-11-28 09:33:28 +00:00
Jhonatan Lopes 678dd15852 Add page types report (#10850) 2023-11-27 16:37:55 +00:00
LB Johnston db00f05a47 Changelog for #11262 2023-11-27 11:39:23 +10:00
Stefan Hammer 721cf96b00 Fix snippets index.html to use results_template_name for results
Until now, if you've set an index_results_template_name or used the
namespaced template-lookup to override it, it was only used for the
ajax-results.
The include is now similar to wagtailadmin/generic/index.html.
2023-11-27 11:22:57 +10:00
DevilsAutumn c3fd8ee84a Support block `extra_actions` in generic and snippets index templates
- Closes #11275
2023-11-27 11:15:18 +10:00
Krzysztof Jeziorny e763a614f1 Improve vertical alignment of page listing 'explore' arrow icon
Vertically align the arrow in the children cell
2023-11-23 07:20:43 +10:00
Dan Braghiș e8b845f525 Relax the Willow upper version boundary
To allow getting new features easier/faster
2023-11-23 07:09:03 +10:00
Mariana Bedran Lesche ca8a87077b Add section to testing docs about working with pages
- Closes #11244
2023-11-22 08:38:30 +10:00
Gunnar Scherf bd72828c5d Fix issue with image focal point removal not working
Ensure we define jcropapi, fixing javascript TypeError.
Fixes #11254
2023-11-22 08:25:15 +10:00
SebCorbin 094834909d
Allow `Page.permissions_for_user()` to be overridden by specific page types 2023-11-20 16:08:59 +00:00
Thibaud Colas 82c0fdecbf
Change light theme floating toolbar active color (#11261)
Co-authored-by: Cassidy <cassidy.pittman@torchbox.com>
2023-11-20 12:45:34 +00:00
Thibaud Colas 6bc778843e Release notes for #6107 / #11209 2023-11-17 21:04:57 +00:00
Matt Westcott 6b973dca45 Release notes for 6.0 deprecations 2023-11-17 17:12:59 +00:00
Sage Abdullah 364c1cee0d
Release notes for #11220 2023-11-17 15:26:33 +00:00
Matt Westcott f0697a6a9c Release note for #11216 in 6.0 2023-11-14 18:56:36 +00:00
Christer Jensen b14bc33cdc
Fix snippet IndexView not respecting get_add_url() 2023-11-14 15:40:45 +00:00
Neeraj P Yetheendran 8932c67270 Add full set of Documents app features
- Added customizing document upload form subsection in documents section
- Added storing and serving subpage
- Added overview section, including RichText and StreamField usage
- Closes #2001
2023-11-13 09:53:16 +11:00
LB Johnston 570b9a410c Upgrade to Node 20 2023-11-12 08:45:58 +11:00
Temidayo32 9349e2ad9f
Allow UniqueConstraint in place of unique_together for TranslatableMixin's system check 2023-11-10 17:29:26 +00:00
rohitsrma 13048eab79 Prevent display of Workflow and Aging Pages Reports without appropriate permissions (#11205) 2023-11-10 16:06:23 +00:00
Kehinde Bobade af1ce3ff88 Refactored the Account editing view to CBV
Relates to #8629
2023-11-10 18:50:10 +11:00
Thibaud Colas 771e83802a Release notes for #11201 2023-11-09 08:57:56 +00:00
Temidayo32 eaf237ffcb Improve layout of Image URL Generator
- Move preview image to above the 'fold' so it's clearer to users what this page is for
- Avoid the JS driven (non-responsive) alert that shows if the image is too large and instead opt for a simpler CSS approach, allowing the image to overflow with a scrolling container
- Add w-prefixed classes for elements
- Ensure URL has an accessible label
- Relates to #3683
2023-11-09 08:56:13 +11:00
LB Johnston 9765f7d88e Add changelog for #11097
Relates to partial styling improvements as specified in #11065
2023-11-09 08:05:28 +11:00
Matt Westcott 32c48e149d Use the latest draft when copying an unpublished page for translation (#7755)
Fixes #7754

Co-authored-by: Andrey Nehaychik <andrey.nehaychik@vizor-games.com>
2023-11-08 18:31:20 +00:00
Sylvain Fankhauser de70673bee Allow using draftjs_exporter 5.0 (#11024)
Fixes #10723
2023-11-08 12:58:17 +00:00
Matt Westcott 845a2acb36 Split out Elasticsearch backend functionality out for easier extensibility (#11199, #11018)
Co-authored-by: marcelkornblum <me@marcelkornblum.com>
Co-authored-by: Cameron Lamb <cameron.lamb@digital.trade.gov.uk>
2023-11-07 14:38:04 +00:00
Matt Westcott 536ad2891e Release note for #11196 2023-11-07 14:28:50 +00:00
Robert Rollins e16614bce8 Add next_url to Edit and Add Child page-listing buttons (#11170) 2023-11-07 10:48:35 +00:00
Sage Abdullah eefb3010b4
Remove upper bound on django-pattern-library in testing dependencies 2023-11-07 10:38:48 +00:00
rohitsrma 6ef8da04eb Ensure updated comments notifications (text) render unescaped strings
Fixes #11143
2023-11-07 08:39:38 +10:00
Matt Westcott 080c3b9b30 Remove search logging from project template
The search view on the project template is still attempting to log queries against the now-removed wagtailsearch.Query model - as of 6.0a0 this is causing an ImportError when running initial migrations on a newly-created project.

Since the wagtail.contrib.search_promotions module is optional (and off by default on new projects), I've opted to comment out the query logging code with instructions for developers who wish to re-enable it.
2023-11-07 09:23:09 +11:00
Sage Abdullah 3077440292
Release notes for #11014 2023-11-06 14:41:02 +00:00
elhussein almasri 8f75331825 Preserve whitespace in rendered comments
Fixes #11171
2023-11-06 22:28:28 +11:00
Ian Price 67a2ff28b2 Add a background on the preview iframe
Ensures that when the iframe content is loaded there is a background on the iframe. So that transparent websites show correctly in the preview panel.
Fixes #11174
2023-11-06 22:02:41 +11:00
Matt Westcott 605c9cf1a6 Drop support for Elasticsearch 5 and 6 2023-11-01 14:57:15 +00:00
Vedant Pandey 837d733097 Add search_index option to control search indexing of StreamField blocks (#11135) 2023-10-31 11:42:16 +00:00
Matt Westcott 5cd46fe203 Update version number to 6.0 2023-10-31 10:11:53 +00:00