Mark Niehues
c580342a95
Fix date formatting in form builder email content
...
Ensure that the date_format util correctly gets passed a format reference, not the resolved format.
Fixes #11696
2024-03-05 18:33:14 +10:00
Maranda Provance
e190a434e9
Update 5.0.md to include installed apps for Query change ( #11718 )
...
* Update 5.0.md to include installed apps for Query change
2024-03-05 07:45:12 +10:00
LB Johnston
287e5f9ded
Fix contributor name #11694
2024-02-29 08:01:10 +10:00
Pranith
1640104c57
Fixed formatting typo in --purge-only command flag
...
Was rendering as `-purge-only` (with one dash)
Fixes #11646
2024-02-29 07:32:27 +10:00
Matt Westcott
e418cd6e5b
Add Viktor Szépe to contributors
2024-02-22 17:40:11 +00:00
Matt Westcott
ff3b41c1f0
Update Damian Borneman in CONTRIBUTORS.md
2024-02-21 12:59:36 +00:00
dambor05
952416cfbc
Fix typos of base/models.py ( #11682 )
2024-02-21 11:57:01 +00:00
EK303
bd065c17cd
Docs - Update and fix broken links
...
Fixes #11635
2024-02-16 17:23:53 +10:00
Maikel Martens
ef06e48c7f
Fix #11600 Eleasticsearch7 empty admin search gives 500 ( #11626 )
2024-02-15 12:33:02 +00: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
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
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
7c9c54a676
Fetch new translations from Transifex
2024-02-07 12:49:10 +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
c221a802ca
Fix contributor name #11558
2024-02-01 17:52:48 +10: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
ramchandra-st
67c6c12101
Remove duplicate 'path' in default_exclude_fields_in_copy
...
- There were 2 path in list. So removed one of them.
2024-02-01 06:59:05 +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
Rohit Sharma
996abeae8e
Add initial redirects (contrib) API endpoint
...
Builds on previous PRs #6110 & #8842
2024-01-24 10:42:25 +10:00
Rohitansh
cb90ffeaf3
Ensure a visual only th element gets ignored by accessibility tooling
...
Empty table header found in the 'Your locked pages' dashboard section
Fixes #11459
2024-01-20 21:46:21 +10:00
LB Johnston
b710044f29
Add changelog for #11137 & #11490
2024-01-20 21:38:03 +10:00
LB Johnston
fbe585184f
Add changelog for #11468 & #11471
2024-01-20 21:22:02 +10:00
Curtis Maloney
5c412d45c9
Update table_block.md ( #11474 )
...
* Correct `mergeCells` option.
2024-01-19 11:37:57 +10:00
Tommaso Amici
a4c18b4957
Add optional caption field to TypedTableBlock
...
- Closes #8507
- Make caption default to "" for tables that predate adding the caption field
- Update the html generated in JS so the rendered form matches our new styles
- Use a consistent period (full stop) at the end of the help text sentence (including table fields)
2024-01-17 08:15:35 +10:00
LB Johnston
fdad793a50
Fix up contributor name for #11294
2024-01-16 18:59:41 +10:00
vaishnav dasari
3680e32ca8
Fix a few grammar issues in code inline docs/comments
...
Closes #11429
2024-01-11 07:47:29 +10:00
Badr Fourane
e25c1bb1a0
Add right-to-left (RTL) support for the caret of select inputs ( #11313 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2024-01-08 16:07:52 +00:00
Salvo Polizzi
6f9aadc86d
Add missing import to tutorial BlogPage example ( #11426 )
2024-01-08 12:47:00 +00:00
Matt Westcott
b1920b0bce
Update Nikhil S Kalburgi's name as per https://github.com/wagtail/wagtail/pull/11408#issuecomment-1873961960
2024-01-02 12:49:20 +00:00
nikhilkalburgi
4f24171b3b
docs: update contributing/developing.md guidelines ( #11408 )
...
Fixes #11399
Signed-off-by: nikhilkalburgi <nikhilkalburgi19@gmail.com>
2024-01-02 10:35:33 +00:00
LB Johnston
a57c63dbd3
Add changelog for #11317
2023-12-15 14:09:41 +10:00
nandini584
96349aad3e
ActionController - Add noop method
...
- Useful for leveraging data-action approaches without needing a specific method functionality
2023-12-13 11:20:29 +10:00
Felipe Lobato
aa11418d23
Update docs to split out sh command in tutorial ( #11311 )
...
* Update create-footer_for_all_pages.md
* Update CONTRIBUTORS.md
2023-12-07 06:57:08 +10:00
Shlomo Markowitz
f9c7df49c8
Add support for modifying default page listing ordering
2023-12-07 06:50:38 +10:00
Ben Morse
09d69d1667
Add `display inline-block` to the Comment Control's wrapped ToolbarButton
2023-12-06 15:50:03 +00:00
DevilsAutumn
c3fd8ee84a
Support block `extra_actions` in generic and snippets index templates
...
- Closes #11275
2023-11-27 11:15:18 +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
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
Matt Westcott
e4a53d6f62
Fetch new translations from Transifex
2023-11-16 14:43:53 +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
Kehinde Bobade
af1ce3ff88
Refactored the Account editing view to CBV
...
Relates to #8629
2023-11-10 18:50:10 +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
varun kumar
d737f29a62
Use logical OR operator to combine search fields for Django ORM in IndexView
2023-11-08 15:30:27 +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