Wykres commitów

111 Commity (a27e8f075d1cb5fa669556f239d5d3ebf74e735e)

Autor SHA1 Wiadomość Data
Matt Westcott 5a15e6e921 Fetch new translations from Transifex 2024-04-18 17:14:24 +01:00
Matt Westcott c02162dc50 Release note for #11737 2024-04-18 10:54:19 +01:00
Sage Abdullah 0f7398f93c
Update release notes for #11749 and #11762 2024-04-18 07:43:55 +07:00
LB Johnston 37922cc03d Add changelog & upgrade considerations #11525 2024-04-18 07:03:08 +10:00
Matt Westcott 1ec62a6c2d Release note for #11749 2024-04-17 16:23:54 +01:00
Matt Westcott dd5e16b2e1 Release note for #11831 2024-04-16 16:37:47 +01:00
Sebastian Muthwill e86e1caa28 bump django-filter to support 24.2 version (#11837) 2024-04-12 19:43:29 +01:00
Ihor Marhitych c550173d6c
Fix postgres phrase search to respect language set in settings 2024-04-12 17:29:35 +01:00
divdeploy 91cd6cffc2 chore: fix some comments
Signed-off-by: divdeploy <chenguangxue@outlook.com>
2024-04-07 15:59:37 +10:00
Matt Westcott e537b4000f Fetch new translations from Transifex 2024-04-03 21:36:04 +01:00
Abdelrahman 0599a56d81
Add support for related fields in generic IndexView.list_display 2024-03-28 12:55:01 +07:00
David Buxton ca796cb703
Fix dummy request SERVER_NAME when running tests
Django's test runner appends 'testserver' to your ALLOWED_HOSTS
setting. If your project has `ALLOWED_HOSTS=['*']` (which is totally
legit for Google App Engine standard) this means the setting value is
`ALLOWED_HOSTS=['*', 'testserver']` and Wagtail's dummy request helper
was setting the request SERVER_NAME to '*'.

But '*' is not a valid host name, causing a DisallowedHost exception.

This change sets the SERVER_NAME to 'example.com' in that case.
2024-03-26 21:22:21 +07:00
Storm B. Heg cd50955b49
Move Loïc Teixeira to core team alumni
He has announced he will step down as a core team member on March 11th,
2024.
2024-03-14 23:49:01 +01:00
Matt Westcott 007d5b048d Release note for #11735 2024-03-07 14:54:35 +00:00
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