.. |
actions
|
Move `WAGTAIL_WORKFLOW_CANCEL_ON_PUBLISH` handling to generic `publish_revision` action
|
2023-01-19 14:06:05 +00:00 |
admin
|
Add BaseSequenceBlockComparison class
|
2023-01-19 16:41:53 +00:00 |
api
|
API fields - Add fixtures, models, migration data for Form Page
|
2022-11-18 06:58:16 +10:00 |
bin
|
Fix updatemodulepaths for Python 3.7
|
2022-08-19 11:19:27 +01:00 |
blocks
|
Add ListBlock comparison class to avoid rendering to HTML
|
2023-01-19 16:41:53 +00:00 |
contrib
|
Update all icon usage to use `clasname`
|
2023-01-19 12:23:32 +00:00 |
core
|
Add deprecation warnings to wagtail.core and other modules deprecated in Wagtail 3
|
2023-01-11 13:35:39 +00:00 |
documents
|
Import ChooserFactory classes in telepath endpoint files, rather than relying on them existing in the global scope
|
2023-01-18 14:31:08 +00:00 |
embeds
|
Update translations placeholder names
|
2022-11-26 11:00:21 +01:00 |
images
|
Fix handling of temporary upload files
|
2023-01-18 19:33:32 +00:00 |
locale
|
Update translations placeholder names
|
2022-11-26 11:00:21 +01:00 |
locales
|
Update all icon usage to use `clasname`
|
2023-01-19 12:23:32 +00:00 |
management
|
Prevent memory exhaustion when purging a large number of revisions
|
2023-01-19 21:06:58 +10:00 |
migrations
|
Remove unique constraint before using `GenericForeignKey` in `WorkflowState`
|
2023-01-19 14:06:10 +00:00 |
models
|
Return ScheduledForPublishLock from DraftStateMixin.get_lock()
|
2023-01-19 14:07:54 +00:00 |
permission_policies
|
Avoid importing document model class from wagtail.documents.permissions and wagtail.documents.views.chooser
|
2022-09-05 10:49:45 +01:00 |
project_template
|
conditional display of meta description (#9764)
|
2022-12-08 14:35:46 +00:00 |
rich_text
|
Add more detailed code comments for reference extraction
|
2022-10-05 19:38:14 +01:00 |
search
|
Fix parsing of queries with multiple filters that contain quotes
|
2023-01-19 20:41:48 +10:00 |
sites
|
Update translations placeholder names
|
2022-11-26 11:00:21 +01:00 |
snippets
|
Add tests for snippet workflows without LockableMixin applied
|
2023-01-19 14:07:54 +00:00 |
templates/wagtailcore
|
…
|
|
templatetags
|
Add `{% fullpageurl %}` for resolving absolute URLs to pages
|
2023-01-04 16:13:56 +00:00 |
test
|
Resolve merge conflict in testapp migrations
|
2023-01-19 16:48:06 +00:00 |
tests
|
Add tests for snippet workflows without LockableMixin applied
|
2023-01-19 14:07:54 +00:00 |
users
|
Migrate avatar template to an include tag
|
2023-01-19 20:32:05 +10:00 |
utils
|
Support passing model to chooser viewset / views / widgets as a string
|
2022-08-05 08:34:14 +10:00 |
__init__.py
|
Version bump to 4.2
|
2022-10-19 07:26:17 +10:00 |
apps.py
|
…
|
|
compat.py
|
…
|
|
coreutils.py
|
Use util method to construct util dummy requests (#9797)
|
2023-01-03 15:00:23 +00:00 |
exceptions.py
|
…
|
|
fields.py
|
Add `StreamField.get_db_prep_value()` to delegate serialisation of `JSONField` lookup values (#9693)
|
2022-11-21 17:28:07 +00:00 |
forms.py
|
…
|
|
hooks.py
|
…
|
|
jinja2tags.py
|
Add `fullpageurl` to jinja2 environment
|
2023-01-04 16:13:56 +00:00 |
locks.py
|
Use variables in `WorkflowLock.get_message()` to reduce queries
|
2023-01-19 14:06:07 +00:00 |
log_actions.py
|
…
|
|
permissions.py
|
…
|
|
query.py
|
Add `workflow_states` default property to `WorkflowMixin`
|
2023-01-19 14:06:09 +00:00 |
signal_handlers.py
|
Gracefully skip reference indexing for objects with a null ParentalKey
|
2022-11-09 14:05:53 +00:00 |
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
|
Rename `page` to `content_object` in `WorkflowState`
|
2023-01-19 14:06:03 +00:00 |