Wykres commitów

695 Commity (main)

Autor SHA1 Wiadomość Data
Sage Abdullah d82172f0ab Add upgrade considerations 2025-09-04 12:13:10 +01:00
Yousef Al-Hadhrami 1b952de6f9
Documentation - Update incorrect link on advanced topics
* AccordBox changed to Saas Hammer
* Update docs/advanced_topics/i18n.md
2025-08-20 19:10:08 +10:00
Thibaud Colas 0e8815bbaa
Add a note about CSP for background image position styles. Fix #12939 (#13307) 2025-08-08 11:55:44 +01:00
LB 5c52700f01 7.1 release notes clean up & cross-links
- Add cross-links to documentation where possible from the 7.1 release notes
- Remove empty sections in the 7.1 release notes (upgrade considerations)
- Format whitespace int he 7.1 release notes
- Consistently use `user bar`, not `userbar` in release notes and related documentation & changelog
- Format bullet points (where diffs are minimal) to align with Markdown Prettier formatting
2025-07-28 09:19:23 +02:00
LB 0e8ee62206 Clean up whitespace formatting in documentation 2025-07-28 09:19:23 +02:00
Stefan Hammer 958a842843 Change handling of InlinePanel's label to work with other languages
- Removed capfirst() when initializing the label from the related
  model's verbose name, so it can be used for both the add-button and
  the child panel's header. Further used capfirst in the template when
  rendering the child panel's header and removed lower filter from the
  add-button's label.
- Tests:
  - changed labels and verbose names related to the InlinePanel to
    the correct singular and lowercased form
  - removed unnecessary heading kwargs, where the default heading
    already equals that definition
- Docs: Removed unnecessary and verbose label and header definitions
  from the documentation

Fixes #13221
2025-07-24 11:07:17 +02:00
Matt Westcott d4ccd49d70 Documentation typo fixes 2025-07-24 03:53:16 +02:00
LB 8e8088b882 Add documentation for overriding `SlugInput` & using formatters/locale 2025-07-24 03:53:16 +02:00
Sage Abdullah b1b7b6e696 Add getTextLabel handling to all default bound widget classes 2025-07-23 15:42:12 +02:00
Sage Abdullah c727c409e7 Make StructBlocks collapsible by default
When inside a StreamBlock or ListBlock, use those block's "collapsible
child" behavior instead of using StructBlock's own collapsible panel.
2025-07-23 15:42:12 +02:00
Matt Westcott fb36d7e992
Move wagtail.telepath to wagtail.admin.telepath
It references wagtailadmin/js/telepath/telepath.js and wagtail.admin.staticfiles, and we don't want wagtail core to depend on code in wagtail.admin. Also, we don't want to encourage use of this registry outside of admin views, as adapters registered here are likely to depend on admin-specific JS includes.
2025-07-14 13:57:52 +01:00
Storm Heg bdf0e2f1e9
Fix typo 2025-07-14 14:04:43 +02:00
Sage Abdullah 515ec4620c Add form_attrs support to all StreamField blocks 2025-07-12 16:04:26 +01:00
Sage Abdullah 6aab8fb928 Update docs for WAGTAILADMIN_BASE_URL 2025-07-12 13:48:51 +01:00
Sage Abdullah 8a2b0973d2 Add docs for headless user bar and accessibility checker 2025-07-12 13:48:51 +01:00
Sage Abdullah b548bf88bc Allow StructBlocks to be collapsible 2025-07-12 12:22:39 +01:00
Talha b203369fc9 docs: NoFutureDateValidator documentaion 2025-06-26 12:07:46 +01:00
Jake Howard 0c83ce5653 Improve documentation around securing user-uploaded files (#13098) 2025-06-24 18:35:12 +01:00
Matt Westcott 94dbe5f02b Handle preserve-svg within AbstractImage.get_renditions 2025-06-03 08:08:16 +01:00
Alec Baron 9e756d765f Update page_editing_interface.md 2025-05-15 14:41:00 +01:00
Alec Baron fb26b19540 Update RichTextField docs 2025-05-15 14:41:00 +01:00
Alec Baron 2fb0a3c055 Update custom rendition docs 2025-05-07 19:34:17 -04:00
Thibaud Colas ee9d6bad04 Fix outdated headless docs links 2025-05-06 13:29:15 +01:00
Thibaud Colas a0eea3a85c Add Django Ninja to API documentation 2025-05-06 13:29:15 +01:00
Thibaud Colas 9f63d7f000 Document expand_db_html usage for rich text in REST framework API. Fix #2695 2025-05-06 13:29:15 +01:00
Thibaud Colas 08c0ce9f45 Further document usage of API ?limit. Fix #12604 2025-05-06 13:29:15 +01:00
Sage Abdullah f3e2084b3a Document snippets requirement for features provided by model mixins (#12999) 2025-04-09 15:50:49 +01:00
SebCorbin 5c30b4211a Support documented ability to override/extend icons in the userbar
Allow to override icons in userbar
2025-04-06 14:57:11 +10:00
LB de99b8b90f Docs - Minor whitespace cleanup 2025-03-15 15:25:30 +10:00
smark-1 322d7e1620 Add documentation for setting the default privacy option on pages 2025-03-15 15:23:54 +10:00
Mohammad Fathi Rahman 8998549807 Update third_party_tutorials.md 2025-03-05 14:21:42 +00:00
mahmoud 8f6b72b19a Docs - Fix word order in Headless GraphQL section
Fixes #12852
2025-02-11 06:00:29 +10:00
Cynthia Kiser 530cc5c355
Added tests for AbstractRendition's unique constraint check
Co-authored-by: Sage Abdullah <sage.abdullah@torchbox.com>
2025-02-06 11:40:15 +00:00
Mohamed-Rabiaa f2f94c4d12 docs: Add django.contrib.admin to INSTALLED_APPS in add_to_django_project guide 2025-01-31 11:02:30 +00:00
LB 0bf909414a Fix minor whitespace formatting issues in docs 2025-01-22 10:31:35 +00:00
LB 1422a9d6c4 Add third party tutorials from late 2024 2025-01-22 10:21:02 +00:00
Cynthia Kiser e6f27c95e8 Update accessibility concerns docs in light of GSOC contextual alt text project
This also documents default_alt_text, providing a stricter example that does not fall back to image title
2025-01-20 11:46:54 +00:00
Matt Westcott a6b64dc42e Release notes for #12040 / #12787 2025-01-17 20:37:09 +00:00
Mike Gifford 4298665bfd Update guideline links in sustainability_considerations.md (#12762)
One of your links was busted, so I figured I'd suggest some updates.
2025-01-16 17:31:41 +00:00
Cynthia Kiser f3d1765353
Update example for customizing "p-as-heading" check (#12763)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2025-01-15 16:34:13 +00:00
Claude Meyer aa08e86cba Fixes #3847 by adding page as a third argument to construct_wagtail_userbar hooks along with a deprecation warning. 2024-12-17 22:10:09 +00:00
jhrr 5402010d16 Allow hook override of user profile avatar url in admin tags (#12689)
Fixes #12661
2024-12-17 20:42:36 +00:00
LB bc34020e0d Docs - Ensure documents overview section renders Django template syntax 2024-12-04 08:48:45 +10:00
LB d48cf61701 Docs - Use consistent indents for CSS snippets 2024-12-04 08:48:45 +10:00
LB eac7dd92b6 Docs - fix up whitespace issues 2024-12-04 08:48:45 +10:00
Sævar Öfjörð Magnússon 8ec4ed0127 Incorporate 'are we headless' content into documentation
- API chapters from https://areweheadlessyet.wagtail.org/
2024-12-04 08:10:15 +10:00
LB c416cfb7d6 Fix minor typos
Update to US spelling
2024-11-27 15:33:59 +00:00
Sage Abdullah f54b03d595
Use intersphinx to link to treebeard docs 2024-11-05 10:44:41 +00:00
Sage Abdullah ddf8423f3c
Use stable link to Wand docs
There's only one link to Wand's docs, not worth adding an
intersphinx_mapping entry.
2024-11-05 10:44:40 +00:00
Sage Abdullah b7cf847d69
Replace outdated Wagtail editor manual link with link to the editor guide 2024-11-05 10:44:40 +00:00