.. |
actions
|
Extract drafts-related fields, methods, and properties from Page to DraftStateMixin (#8612)
|
2022-06-27 15:29:01 +01:00 |
admin
|
Extract generic preview revision view from page views
|
2022-07-22 12:58:12 +01:00 |
api
|
Adding multi site support to the pages API. (#8686)
|
2022-06-16 09:33:47 +01:00 |
bin
|
Ensure wagtail updatemodulepaths works when system locale is not UTF-8 (#8450)
|
2022-04-29 09:38:27 +01:00 |
blocks
|
Implement max_length validation on RichTextBlock
|
2022-07-20 13:59:03 +01:00 |
contrib
|
Explicitly add Meta class in RedirectsReportFilterSet
|
2022-07-21 09:40:05 +01:00 |
core
|
Replace PageRevision with generic Revision model (#8441)
|
2022-05-17 11:46:30 +01:00 |
documents
|
Add new Draftail toolbars and command palette, with new styles (#8806)
|
2022-07-13 01:35:22 +01:00 |
embeds
|
Fetch new translations from transifex
|
2022-06-16 10:48:05 +02:00 |
images
|
Update to Draftail v2 alpha
|
2022-07-11 20:35:27 +01:00 |
locale
|
Fetch new translations from transifex
|
2022-06-16 10:48:05 +02:00 |
locales
|
Fetch new translations from transifex
|
2022-06-16 10:48:05 +02:00 |
management
|
Allow scheduled publishing to happen when the initial editor did not have publish permission
|
2022-06-14 15:59:02 +02:00 |
migrations
|
Move revision ForeignKey from PageLogEntry to BaseLogEntry
|
2022-06-22 09:31:25 +01:00 |
models
|
Move is_preview, preview_mode, and cache control setting into make_preview_request
|
2022-07-18 13:46:58 +01:00 |
permission_policies
|
|
|
project_template
|
Remove logical properties compatibility styles for Safari 13
|
2022-05-11 21:41:15 +10:00 |
rich_text
|
Make max_length on RichTextField validate the length of the text, excluding HTML tags
|
2022-07-20 13:59:03 +01:00 |
search
|
Add ID for "non-existent field" system check
|
2022-07-04 12:02:04 +01:00 |
sites
|
Fetch new translations from transifex
|
2022-06-16 10:48:05 +02:00 |
snippets
|
Add support for previewing snippet revisions
|
2022-07-22 12:58:12 +01:00 |
templates/wagtailcore
|
|
|
templatetags
|
|
|
test
|
Add tests for filterable snippets
|
2022-07-21 09:40:05 +01:00 |
tests
|
Implement max_length validation on RichTextBlock
|
2022-07-20 13:59:03 +01:00 |
users
|
Remove SearchableListMixin
|
2022-07-21 09:40:05 +01:00 |
utils
|
Introduce a new auto-updating preview panel inside the page editor (#8671)
|
2022-07-14 13:59:05 +01:00 |
__init__.py
|
|
|
apps.py
|
|
|
compat.py
|
|
|
coreutils.py
|
replace latin abbreviations with english phrases & updated docs guidelines
|
2022-07-20 16:11:38 +10:00 |
exceptions.py
|
|
|
fields.py
|
Make max_length on RichTextField validate the length of the text, excluding HTML tags
|
2022-07-20 13:59:03 +01:00 |
forms.py
|
|
|
hooks.py
|
|
|
jinja2tags.py
|
|
|
log_actions.py
|
|
|
permissions.py
|
|
|
query.py
|
Use GenericForeignKey and GenericRelation for Revision (#8571)
|
2022-05-26 00:08:30 +01:00 |
signal_handlers.py
|
|
|
signals.py
|
Extract drafts-related fields, methods, and properties from Page to DraftStateMixin (#8612)
|
2022-06-27 15:29:01 +01:00 |
telepath.py
|
|
|
url_routing.py
|
|
|
urls.py
|
|
|
views.py
|
|
|
wagtail_hooks.py
|
Fix typo in ResumeWorkflowActionFormatter message
|
2022-05-11 21:47:53 +10:00 |
whitelist.py
|
replace latin abbreviations with english phrases & updated docs guidelines
|
2022-07-20 16:11:38 +10:00 |
widget_adapters.py
|
|
|
workflows.py
|
|
|