Wykres commitów

16974 Commity (f372cf1ba4b0677f651000362a2b99cfcbb588fa)

Autor SHA1 Wiadomość Data
Sage Abdullah f372cf1ba4 Use DEBUG=False for testing collectstatic in CI 2024-02-15 12:19:02 +00:00
Matt Westcott 263d3c6a1c Release note for #11647 2024-02-15 12:16:05 +00:00
Matt Westcott 18005e7c06 Add check that fails loudly if versioned_static is called on application startup 2024-02-15 12:07:28 +00:00
Matt Westcott 40aa435565 Fix styleguide form to not call versioned_static on startup
Fixes #11643
2024-02-15 12:07:28 +00:00
Matt Westcott c405c3ad58 Add 6.0.1 to releases index / fix underline 2024-02-15 12:04:21 +00:00
Sage Abdullah b24d354040
Release note for #11654 2024-02-15 10:01:48 +00:00
Thibaud Colas a17996073e
Make sure all custom widgets within drilldown dropdowns use the expected text color 2024-02-15 10:01:48 +00:00
Thibaud Colas 56f9855c07
Ensure BooleanRadioSelect uses the same styles as RadioSelect 2024-02-15 10:01:48 +00:00
Matt Westcott 7f879b66e4 Cut down pull request template text to minimum
Trialling a minimal pull request template. The Github "new PR" interface is quite overwhelming for new contributors, especially when Github adds its own signposting towards the contributing guidelines for first-time PRs - it's likely that this is leading users to see the already-filled text box as just more "wall of text", rather than something they're supposed to fill in.
2024-02-15 06:07:12 +10:00
Thibaud Colas e9727eacaf Code refactorings based on code review feedback 2024-02-14 15:04:17 +00:00
Thibaud Colas 4ec22a4b62 Refactor helper methods for fetch response mocking 2024-02-14 15:04:17 +00:00
Sage Abdullah 9ae32039ec Rename data-w-active-filter-name to data-w-active-filter-id 2024-02-14 15:04:17 +00:00
Sage Abdullah 88bdd397cf Use w-swap's reflect event in w-drilldown and w-link 2024-02-14 15:04:17 +00:00
Sage Abdullah 4fedf3e2d4 Add the ability to reflect query params in SwapController
This is useful when the controller is used in views that would produce an identical response if the page is hard-reloaded with the same params, e.g. listings
2024-02-14 15:04:17 +00:00
Victoria Poromon c4f953e90f
Changed all British spellings to American spellings, in the Contributing to wagtail section. (#11641)
* Changed all British spellings to American spellings, in the Contributing to wagtail section
2024-02-14 08:20:02 +10:00
Neeraj P Yetheendran e03c412507 Fix inconsistent use of model verbose_name in permissions UI
- Fixes #10982
- Rework of #11203
- Modify the sanitized `permission_action` name
- Relates to work around for the known Django issue https://code.djangoproject.com/ticket/26756
2024-02-13 08:32:31 +10:00
Rohit Sharma 427d821e3a Add system checks for WAGTAIL_DATE_FORMAT, WAGTAIL_DATETIME_FORMAT and WAGTAIL_TIME_FORMAT
- Includes a rework of #6168
- Fixes #11504
2024-02-13 08:27:00 +10:00
advik e6aebc65a8 Implemented the UploadedFile mode to replace UploadedDocument and UploadedImage
- Rebase of #8085
2024-02-13 07:45:27 +10:00
Adrien Hamraoui 58ebfe1fb1 fix: InlinePanel - take 1st child when configuring up and down js events
Issue was appearing when there was nested inline panels.
currentChild. find would match the parent up/down button
but also all the ones of the nested inline panels
Fixes #5919
2024-02-13 07:45:06 +10:00
Buraah bfa29201c3 Docs - Page names & reference section - Update British spelling to American
- Changed all British spellings to American spellings, in the Customizing admin templates section of the docs
- Transferred all British spellings in the usage guide and advanced topics section to American spellings
- Update a series of other pages to use the spelling cutomize in the file name
Implemented all feedbacks on the usage guide and advanced topics section
2024-02-12 08:44:19 +10:00
LB Johnston d00137b2cd Wagtail admin skeleton - use classnames template tag 2024-02-12 08:10:57 +10:00
LB Johnston f65fc66ff9 Add changelog for #10906 2024-02-12 08:03:45 +10:00
LB Johnston 8bc9eb4b4d Adopt improved classnames template tag for nested arrays 2024-02-12 08:03:45 +10:00
LB Johnston 243b126811 Add support for nested arrays in `classnames` template tag 2024-02-12 08:03:45 +10:00
Salvo Polizzi 502dd7c723 feature: allow disabling of shared password usage
Closes #11536
2024-02-09 08:52:32 +10:00
arshyia3000 e97f3648c7 Fix incorrect function signature on `register_snippet_action_menu_item` hook docs (#11621)
Added "model" argument to register_guacamole_menu_item of documentation
2024-02-08 15:56:40 +00:00
LB Johnston d06b04c8bd Update Eslint, Prettier, Stylelint packages & pre-commit versions
This un-reverts commit 99dd11510b with fixes for Prettier mirror (it's rev must be 3.0.3 even if using a newer Prettier).
The original commit which was reverted is 5971ce7f3f
2024-02-08 15:23:48 +00:00
andredelorme bf6bfa5af4 Update tutorial.md (#11622)
Removes mention of an error that don't occur, the template was created.
2024-02-08 15:06:21 +00:00
hossein c384975147 Changed Workflow model to get inherited from AbstractWorkflow model
- Fixes #11538
2024-02-08 08:19:42 +10:00
Tibor Leupold 50b70219d9 Make sure the settings panel is listed in tabbed interface examples 2024-02-08 07:53:28 +10:00
LB Johnston 510237dd29 Fix minor typo (6.0 release notes) in WidgetWithScript deprecation note 2024-02-08 07:37:27 +10:00
LB Johnston d5385033fc Fix closing button tag for promotion banner
See #11554
2024-02-08 07:37:01 +10:00
Jhonatan Lopes 025249aab7 Handle date objects on human_readable_date template tag (#11599)
Fixes #11598
2024-02-07 17:14:55 +00:00
Matt Westcott 99dd11510b Revert "Update Eslint, Prettier, Stylelint packages & pre-commit versions"
This reverts commit 5971ce7f3f.
2024-02-07 17:12:56 +00:00
LB Johnston 5971ce7f3f Update Eslint, Prettier, Stylelint packages & pre-commit versions 2024-02-07 16:07:50 +00:00
Ankur Raiyani 6fcf52808b Corrected spelling of loaded tag 'wagtailimages_tags' (#11610)
Corrected spelling in getting started documentation.
From 'wagtailimages_tag' to 'wagtailimages_tags'
2024-02-07 15:34:35 +00:00
Matt Westcott 8151f9f704 Update latest.txt for Wagtail 6.0 2024-02-07 13:44:14 +00:00
Matt Westcott e7b80ee690 Fill in release date for 6.0 2024-02-07 12:51:32 +00:00
Matt Westcott 7c9c54a676 Fetch new translations from Transifex 2024-02-07 12:49:10 +00:00
Thibaud Colas fc3f945781
Styling fixes for universal listings (#11608) 2024-02-07 10:44:56 +00:00
Thibaud Colas 5b91a982cf Remove tutorial feedback form ahead of 6.0 release 2024-02-07 09:30:40 +00:00
Thibaud Colas a38a74e472 Fix typo in v6.0 release notes 2024-02-07 09:30:40 +00:00
Thibaud Colas e81331ab99 Update documentation screenshots for v6.0 2024-02-07 09:30:40 +00:00
Sage Abdullah b4dc9f58c1 Limit locale filter to only show the available locales 2024-02-06 18:42:03 +00:00
Matt Westcott 399e09378a Document the Wagtail 6 pypi classifier
Added in https://github.com/pypa/trove-classifiers/pull/169
2024-02-06 17:27:52 +00:00
Sage Abdullah 548e8dfac2
Release note for #11591 2024-02-06 12:33:27 +00:00
Sage Abdullah 6766f3f75e
Fix crash when accessing workflow reports with a deleted snippet
This can happen if the model does not define GenericRelations correctly
2024-02-06 12:30:37 +00:00
Sage Abdullah 6906be6d4c
Reduce queries in workflow reports 2024-02-06 12:30:37 +00:00
Matt Westcott f32c321cdd fix spacing 2024-02-05 15:23:19 +00:00
Jake Howard a204baddc0 Add support for ico files 2024-02-05 15:23:08 +00:00