Thibaud Colas
fdc36a6989
Revert FieldRowPanel documentation removal, clarifying differences. Fix #10061
2023-03-14 22:44:11 +00:00
Sage Abdullah
909e7fedbf
Update docs to reflect snippet deletion hook changes
2023-03-14 14:27:22 +00:00
Daniel Kirkham
23552f0e70
Fix two spacing typos
2023-03-11 11:03:54 +10:00
Matt Westcott
a07fe20ceb
Add documentation for customising StreamField validation
2023-03-01 12:07:13 +01:00
Christopher Wardle
5f6f640d0d
Documentation: Adding return statement to process_form_submission ( #10143 )
...
* Adding missing return statement to FormPage.process_form_submission in the "Custom form submission model" example to make it available to FormPage.render_landing_page, among other methods.
2023-02-24 07:52:14 +10:00
Vallabh
c73b03e03c
Added requested changes
2023-02-16 16:17:03 +00:00
Vallabh
407860286b
Removed obsolete section of InlinePanels
2023-02-16 16:17:03 +00:00
Vallabh
996d45e0f0
Added description for parameters taken by InlinePanel
2023-02-16 16:17:03 +00:00
Matt Westcott
207493dc95
Fix broken formatting for MultiFieldPanel / FieldRowPanel permission kwarg docs
2023-02-14 20:34:35 +10:00
LB Johnston
93d3652a15
Documentation - fix whitespace issues
2023-02-11 08:29:13 +10:00
Matt Westcott
a634045b6c
Remove remaining versionadded directives from before 4.2
2023-02-10 13:20:34 +00:00
Matt Westcott
d5f787030a
Update docs for use_json_field
...
Indicate that this must now be set to True.
2023-02-10 13:20:34 +00:00
Matt Westcott
18a574b520
Remove old versionadded / versionchanged directives from docs
2023-02-08 14:25:09 +00:00
Matt Westcott
1a0344216c
Remove fallback on BASE_URL
2023-02-08 14:25:09 +00:00
Matt Westcott
3cb4033a11
Remove deprecated edit handlers / panels
2023-02-08 14:25:09 +00:00
LB Johnston
8908c38dcd
Documentation - fix up ModelAdmin items
...
- Link to ModelAdmin showed incorrectly as `Index app` not `ModelAdmin app`
- Many code snippets were nested, causing double nesting to appear in published docs
2023-02-06 10:26:46 +00:00
Thibaud Colas
7339f6c3d1
Update guide.wagtail.org links to use most up-to-date URL and page name, with "latest" redirect
2023-02-03 11:13:15 +00:00
4the4ryushin
32822a90ee
Fix: restrict globaly documents and images to certain types ( #9860 )
...
Fixes #1285
2023-01-30 14:44:07 +00:00
LB Johnston
9e016c17b8
Documentation - whitespace formatting fixes
...
- Includes small fix for #9969 missing space
2023-01-28 06:59:01 +10:00
4the4ryushin
48d3b2938c
fix typo
2023-01-25 13:28:07 +00:00
Sage Abdullah
ad3ef5875d
Update docs and changelog to reflect changes for #9817
2023-01-19 14:52:34 +00:00
Sage Abdullah
18c140e8be
Add docs for `WorkflowMixin` and enabling workflows for snippets
2023-01-19 14:07:51 +00:00
Sage Abdullah
e1c6ae2d2b
Rename `Task.page_locked_for_user` to `Task.locked_for_user`
2023-01-19 14:06:04 +00:00
Sage Abdullah
d8f9d9869a
Rename `page_revision` to `revision` in `TaskState`
2023-01-19 14:06:03 +00:00
Matt Westcott
515e76ab7b
Add reference docs for MultipleChooserPanel
2023-01-18 14:31:08 +00:00
Matt Westcott
c5513d098a
Implement mechanism to pass the 'multiple' URL parameter (and any other specified ones) on links / form actions within generic chooser modal
2023-01-18 14:31:08 +00:00
Matt Westcott
3872de44d7
Add chooser view endpoints for returning multiple results
...
Extend the existing 'chosen' view so that it returns a single-item list when the URL parameter `multiple` is passed, and add a 'chosen_multiple' view that accepts multiple `id` URL parameters and returns the corresponding results as a list.
2023-01-18 14:31:08 +00:00
Matt Westcott
c6de0ec067
Fix remaining imports deprecated in Wagtail 3.0
2023-01-11 13:35:39 +00:00
Jhonatan Lopes
7a6feb188f
Link django docs to stable version
2023-01-11 20:18:04 +10:00
LB Johnston
edb86a7e8f
Documentation - Fix missing links / images
...
Most of these are no longer applicable due to the introduction of Wagtail guide, where possible the new guide links are used now
- Re-add missing docs image for extending Draftail
- There is no Guide page (yet) for Inserting videos or images so those links have been removed
- Fix some additional reference issues where the page name and reference were causing issues
2023-01-05 12:08:27 +00:00
Jake Howard
55ea8f8532
Document the policy needed to create invalidations in CloudFront
2023-01-05 12:02:04 +00:00
Matt Westcott
1da5b97d51
Add release notes and versioned deprecation warnings for #9824
2023-01-04 18:17:35 +00:00
Jake Howard
04676cbe2b
Add `fullpageurl` to jinja2 environment
2023-01-04 16:13:56 +00:00
Daniel Kirkham
2204dd05cf
Fix indentation of Telepath Adapter example ( #9836 )
2023-01-03 10:21:13 +00:00
dr-rompecabezas
b327d536e4
Fix typo in project_template.md ( #9835 )
2023-01-03 10:17:03 +00:00
Sage Abdullah
8dcc292d26
Add docs for `LockableMixin` and locking snippets
2022-12-14 11:46:57 +00:00
Sage Abdullah
1a09e2d70e
Rename `WAGTAILADMIN_GLOBAL_PAGE_EDIT_LOCK` to `WAGTAILADMIN_GLOBAL_EDIT_LOCK`
2022-12-14 11:46:57 +00:00
Sage Abdullah
1952ecbb63
Add the ability to lock snippets that extend LockableMixin
2022-12-14 11:10:14 +00:00
LB Johnston
da90061ca8
Docs - formatting - clean up whitespace
2022-12-11 18:43:50 +10:00
Joshua Munn
e84cdc4e2c
Add wagtail-streamfield-migration-toolkit docs
...
- Move RichText -> StreamField migration guide into
advanced/streamfield_migrations.md
2022-12-09 16:40:07 +00:00
LB Johnston
682ed3b21f
Clean up unintentional whitespace in documentation
2022-11-20 23:21:56 +10:00
Coen van der Kamp
26f5a4fcb1
Move custom image filter to extendig Wagtail section
2022-11-20 08:03:33 +10:00
Temidayo
b0988d3e2a
Improving the StreamField documentation with class inheritance information ( #9451 )
2022-11-18 15:09:43 +00:00
4the4ryushin
35a2f2cb7e
Add purge_embeds management command
...
- Fixes #1267
- Caching OEmbed markup prevents markup changes for existing embeds so allow an easy way to clear these if needed
2022-11-11 08:00:50 +10:00
Doug Harris
2af1871271
Fix spelling `middlware` -> `middleware` ( #9633 )
...
* Fix spelling `middlware` -> `middleware`
2022-11-09 07:22:51 +10:00
Omer Ali
748c082e01
Docs / release note for #9602
2022-11-08 16:16:17 +00:00
LB Johnston
1fe9581548
Add documentation for register_user_listing_buttons hook
...
- Has existed since Wagtail ~1.6 but never documented
2022-11-07 06:59:24 +10:00
Oliver Parker
19fd2ceb98
Add ability to check permission on parent `PanelGroup` class
...
- Used by TabbedInterface, ObjectList, FieldRowPanel, MultiFieldPanel
2022-10-18 09:53:13 +10:00
Jake Howard
55f42d29c8
Mention using the `image_url` tag for increased performance on image URLs
2022-10-18 08:16:02 +10:00
Thibaud Colas
61b8336978
Release notes for #9344
2022-10-17 17:39:37 +01:00