Wykres commitów

5400 Commity (b4881cad64e2f0b4cb68c84f1576b0ca0424b619)

Autor SHA1 Wiadomość Data
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
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
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 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
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 364c1cee0d
Release notes for #11220 2023-11-17 15:26:33 +00:00
Matt Westcott f44c31d9a6 Fill in release date for 5.2.1 2023-11-16 14:44:26 +00:00
Matt Westcott 6908a5cc1c Prevent error on locked pages report when a user has locked multiple pages (#11245)
Fixes #10960. Thanks to @richie-blake and @rohitsrma for reporting / investigation.
2023-11-16 14:16:35 +00:00
Sage Abdullah 3af26aa30e Restore the ability to have content type facets when searching pages with an empty query (#11243) 2023-11-16 13:22:58 +00:00
Joe c9b3d9e15b Check for ContentType and Permission models before migration (#11184)
This prevents `create_extra_permissions` from querying or creating
ContentType or Permission objects if the models cannot be found.
When using multiple databases which do not have the auth_permission
table `create_extra_permissions` will cause migrate to fail.

This is similar to https://code.djangoproject.com/ticket/24075.

Thanks to @crccheck for additional bug reporting.
2023-11-16 13:14:37 +00:00
Matt Westcott ba17ef19d3 Release note for #11216 / #11234 in 5.2.1 2023-11-15 13:17:19 +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
Matt Westcott 583b0a297f Release note for #11223 in 5.2.1 2023-11-14 12:10:24 +00:00
Sage Abdullah 1341f0e065
Release notes for #11232 2023-11-14 10:59:19 +00:00
Matt Westcott d4c18909df Release note for #11226 in 5.2.1 2023-11-13 09:04:35 +00:00
LB Johnston 2e2e8f4452 Minor documentation formatting (Prettier) 2023-11-13 09:53:38 +11: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
Sage Abdullah 2d5dc4d8f5
Fix crash when accessing the history view for a translatable snippet
Regression in dc049cd880.
2023-11-09 12:08:49 +00:00
Thibaud Colas 771e83802a Release notes for #11201 2023-11-09 08:57:56 +00:00
Matt Westcott 1ee655da0c Remove deprecated icons 2023-11-09 08:57:56 +00:00
Matt Westcott 574c218c2b Remove reference to icon fonts in 'extending Draftail' docs 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
Matt Westcott 582fe12749
Ensure that explorer_results views fill in the correct next_url parameter on action URLs
Fixes #11177, by adding the option to pass an actions_next_url argument to the table as per https://github.com/wagtail/wagtail/pull/11175#discussion_r1381892130
2023-11-08 15:44:43 +00:00
varun kumar d737f29a62
Use logical OR operator to combine search fields for Django ORM in IndexView 2023-11-08 15:30:27 +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