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
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
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
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
e7b80ee690
Fill in release date for 6.0
2024-02-07 12:51:32 +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
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
Jake Howard
a204baddc0
Add support for ico files
2024-02-05 15:23:08 +00:00
Matt Westcott
05f94f1076
Release note for #11579 in 6.0
2024-02-05 14:02:16 +00:00
advik
0294dd1dd1
Changed Button to Link, and removed unnecessary props
...
- React Button was only ever used to render a link (a element)
- This creates a potential accessibility issue if developers want to render a button, it's confusing and incorrect
- Additionally, the unused prop (dialogTrigger) & aria-haspopup is non-compliant and has been removed
2024-02-05 20:07:40 +10:00
mirusu400
824273772d
Use reference for compatible Python versions in tutorial
...
Reference supported versions as it was not in sync with official versions (did not include python 3.12).
2024-02-05 19:29:28 +10:00
Karthik Ayangar
41d40f5c37
Adjust Eslint rules for TypeScript files (no-shadow)
...
Signed-off-by: Karthik Ayangar <karthik.ayangar7118@gmail.com>
2024-02-03 07:35:09 +10:00
LB Johnston
96367e00cf
Changelog for #11578
2024-02-03 07:19:30 +10:00
Jake Howard
8b914f4448
Use _raw_delete when purging search index ( #11565 )
...
This not only improves performance, but also reduces memory usage
2024-02-02 11:30:27 +00:00
Matt Westcott
e15866663c
Release note for #11553
2024-02-01 16:44:34 +00:00
Sage Abdullah
ec37d7e708
Update docs to use new STORAGES setting
2024-02-01 16:41:55 +00:00
Sage Abdullah
6a170bb30a
Update Python contributing guidelines
2024-02-01 16:41:55 +00:00
Jake Howard
a7f8f7205b
Fix typo in `__str__` for MySQL search index ( #11566 )
2024-02-01 16:25:32 +00:00
Matt Westcott
169952d11f
Set up release notes for 6.1
2024-02-01 16:24:12 +00:00
Matt Westcott
43af9b5dfc
Version bump to start work on 6.1
2024-02-01 16:24:12 +00:00
Matt Westcott
c1ad975b3b
Remove versionadded / versionchanged annotations for 5.2
2024-02-01 16:24:12 +00:00
NixAsteri
97fbce30d5
Documentation - Provide contributing dev instructions on using forks
...
- Add details on how to use a fork of the Wagtail code and installing it
- Based on https://stackoverflow.com/a/57407742/8070948
- Closes #10594
2024-02-01 07:08:24 +10:00
LB Johnston
6d072dc308
Fix typo in 6.0 release notes example code
2024-02-01 06:43:15 +10:00
Thibaud Colas
ac9cf68902
Change groups in v6.0 release notes ( #11556 )
2024-01-31 12:49:32 +00:00
LB Johnston
f029e46f5e
Documentation - Refactor promotion banner without jQuery
...
- Use HTML template in layout for content
- Use non-jQuery JS
- Ensure that the cookie has the sameSite value set correctly
- Set closed cookie duration to 90 days (instead of 30)
- Add upcoming Wagtail Space events 2024 & adjust styles to suit two links
2024-01-31 12:24:46 +10:00
LB Johnston
af1a736c06
Update Sphinx Wagtail Theme to v6.2.0
...
- Fixes favicon and Python compatibility issues
2024-01-30 23:23:43 +10:00
Rohit Sharma
67f3af875c
Update Ordering, wording & help text for private pages/collections
...
- Clarify that the 'password' mode of privacy is a shared password and should not be used for secure content.
- Fixes #11535
2024-01-30 23:18:47 +10:00
osafalisayed
c08ca65181
Added documentation for get_upload_to function in AbstractImage and AbstractRendition class
...
- Builds on previous PR #8228
- Fixes #2601
2024-01-30 08:41:17 +10:00
Buraah
56335de636
Update documentation globally to use US spelling (not UK) + grammar fixes
...
- Transferred all British spellings in the usage guide and advanced topics section to American spellings
2024-01-30 07:30:57 +10:00
Victoria Poromon
f4ce46602f
Update spelling of Customizing Admin Templates and Page Models sections in the docs ( #11544 )
...
* Change all British spelling to American, in the page model section of the docs
* Change all British spelling to American spelling in the Customizing admin templates section of the docs
---------
Co-authored-by: Storm B. Heg <storm@stormbase.digital>
2024-01-27 13:47:12 +01:00
LB Johnston
bda0c45a40
6.0 changelog/release notes fixes
...
- Fix various typos and grammar issues
- Use consistent approach to version updates & class-based (not class based) view naming
- Fix a malformed link for upgrade considerations
2024-01-26 09:43:19 +00:00
Matt Westcott
ced2214291
Add missing changelog notes
2024-01-24 14:35:24 +00:00
LB Johnston
b81f369498
6.0 release - Add versionadded sections & release notes links
2024-01-24 13:54:48 +00:00
Tidiane
65e693c6e8
Link feature release links to corresponding pages in guide
...
Wagtail Guide will automatically redirect to `latest` if the specific release is not found
2024-01-24 23:02:31 +10:00