Wykres commitów

16454 Commity (09d69d16673ebaa49752c6292f9f5c403e34a09e)

Autor SHA1 Wiadomość Data
Ben Morse 09d69d1667
Add `display inline-block` to the Comment Control's wrapped ToolbarButton 2023-12-06 15:50:03 +00:00
LB Johnston 53e0ca6a1b Fix up 6.0 release notes docs reference 2023-12-06 18:10:52 +10:00
LB Johnston c26dc2888e Changelog for #11308 in 5.2.2 2023-12-06 08:09:56 +10:00
LB Johnston 6d6d6abba3 Changelog for #11308 2023-12-06 08:06:48 +10:00
Sage Abdullah 31ed0f1707 Make recommendations to add GenericRelation in snippets more explicit 2023-12-06 07:39:43 +10:00
Sage Abdullah 3e940a1e2b Add more tests to ensure WorkflowState and Revision cascade on object delete 2023-12-06 07:39:43 +10:00
Sage Abdullah cc00c6a8af Reduce queries in WorkflowObjectsToModeratePanel by adding workflow_state to select_related 2023-12-06 07:39:43 +10:00
Sage Abdullah aec21c20ba Ensure workflow dashboard panels work when the page/snippet is missing 2023-12-06 07:39:43 +10:00
Tomasz Knapik d367e2c9f0 Fix alias() not compatible with specific()
Fixes #11285
2023-12-06 07:39:28 +10:00
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
Kalob Taulien fa1d79a432 End tag typo fix
Documentation typo. ¯\_(ツ)_/¯
2023-11-30 06:52:28 +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
Thibaud Colas 49a2266920
Update create_portfolio_page.md 2023-11-28 15:58:48 +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
Sage Abdullah 336ec6ea10
Render form using top-level panel if available in generic CreateView/EditView templates 2023-11-28 09:26:33 +00:00
Sage Abdullah b4881cad64
Move SnippetViewSet.get_edit_handler() to ModelViewSet
However, keep the logic for falling back to extracting panel definitions
from the model class as snippets-specific. ModelViewSets are likely used
with models that are more low-level and thus we want developers to
explicitly define the fields that are editable in the admin, just like
how Django's ModelForm works.
2023-11-28 09:26:33 +00:00
Sage Abdullah 0af4dd5fd9
Use <button> instead of <input> for submit buttons in generic create/edit views' templates 2023-11-28 09:26:32 +00:00
Jhonatan Lopes 678dd15852 Add page types report (#10850) 2023-11-27 16:37:55 +00:00
Matt Westcott 10f387aca0 Release note for #11262 in 5.2.2 2023-11-27 11:39:25 +00:00
LB Johnston db00f05a47 Changelog for #11262 2023-11-27 11:39:23 +10:00
zerolab e3bc95b8f9 Fix `get_valid_recipients` and `get_recipient_users` returning None 2023-11-27 11:39:23 +10:00
zerolab 5653b3fd01 Add failing tests (for missing user on Workflow actions) 2023-11-27 11:39:23 +10:00
Stefan Hammer 00422b5004 Add 5.2.2 changelog for results_template_name fix #11231 2023-11-27 11:27:11 +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
Sage Abdullah 1c5c802f10
Release note for #11256 in 5.2.2 2023-11-23 10:55:23 +00: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 db0ee5992d
Rename "advanced tutorial" to "full tutorial" (#11260) 2023-11-20 15:22:52 +00:00
Damilola Oladele 1cae587727
Broken link fix in tutorial and other cleanup (#11252)
Co-authored-by: sag​e <laymonage@gmail.com>
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-11-20 13:19:15 +00:00
Thibaud Colas e741ebbdb0 Add release notes for v5.2.2 2023-11-20 12:52:11 +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 0ae74e1d5a
Add tutorial disclaimer for new extended tutorial (#11259) 2023-11-20 08:41:16 +00:00
Thibaud Colas 6bc778843e Release notes for #6107 / #11209 2023-11-17 21:04:57 +00:00
Thibaud Colas 4e08807d17 Remove unused icon styles 2023-11-17 21:04:57 +00:00
Thibaud Colas 9fc1098167 Remove unused and unneeded icon aliases 2023-11-17 21:04:57 +00:00
Thibaud Colas 48a62df3df Update docs now that SVG icons are the only option 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
Matt Westcott 1da75441ea Rotate deprecation warnings 2023-11-17 17:00:58 +00:00
Damilola Oladele 7e774971fa
Documentation: GSoD - A complete tutorial on how to build your Portfolio site with Wagtail (#11217)
Co-authored-by: Meagen Voss <45881480+vossisboss@users.noreply.github.com>
2023-11-17 16:39:37 +00:00
Sage Abdullah 2ce16fd365
Add PR number to git-blame-ignore-revs comment for ruff formatting 2023-11-17 15:31:57 +00:00
Sage Abdullah 364c1cee0d
Release notes for #11220 2023-11-17 15:26:33 +00:00
John-Scott Atlakson bf1de69a54
Git ignore `ruff format` commit 2023-11-17 15:22:38 +00:00