wagtail/wagtail
Matt Westcott a09bba67cd
Refactor image chooser pagination to check WAGTAILIMAGES_CHOOSER_PAGE_SIZE at runtime
2024-05-09 09:38:54 +01:00
..
actions Fix `exclude_fields_in_copy` issues with default/unique values 2024-01-23 08:33:15 +10:00
admin Refactor image chooser pagination to check WAGTAILIMAGES_CHOOSER_PAGE_SIZE at runtime 2024-05-09 09:38:54 +01:00
api Fix typos (#11687) 2024-02-22 17:39:16 +00:00
bin Apply `ruff format .` 2023-11-17 15:21:56 +00:00
blocks Revert signature of StaticBlock.normalize 2024-04-17 14:18:50 +01:00
contrib Run permission labels through translation on the permission management template (#11923) 2024-05-03 13:50:53 +01:00
documents Generate new strings for translation 2024-05-02 10:06:13 +01:00
embeds Generate new strings for translation 2024-05-02 10:06:13 +01:00
images Refactor image chooser pagination to check WAGTAILIMAGES_CHOOSER_PAGE_SIZE at runtime 2024-05-09 09:38:54 +01:00
locale Generate new strings for translation 2024-05-02 10:06:13 +01:00
locales Generate new strings for translation 2024-05-02 10:06:13 +01:00
management Add management command to fix UUID fields under MariaDB / Django 5.0 (#11912) 2024-05-01 11:07:20 +01:00
migrations Implemented the UploadedFile mode to replace UploadedDocument and UploadedImage 2024-02-13 07:45:27 +10:00
models Reinstate wagtail.models.collections to prevent import errors in migrations 2024-04-23 13:07:03 +07:00
permission_policies Remove unused 'pages for moderation' functions 2023-11-01 16:51:25 +00:00
project_template Version bump to start work on 6.2 2024-04-22 09:00:37 +07:00
rich_text Restore docstrings for EmbedRewriter, LinkRewriter 2024-04-12 20:46:24 +01:00
search Generate new strings for translation 2024-05-02 10:06:13 +01:00
sites Generate new strings for translation 2024-05-02 10:06:13 +01:00
snippets Generate new strings for translation 2024-05-02 10:06:13 +01:00
templates/wagtailcore
templatetags Bug: Enable template tag `richtext` to convert lazy text strings (#11901) 2024-04-29 15:34:37 +01:00
test Merge pull request from GHSA-w2v8-php4-p8hc 2024-05-01 12:14:16 +01:00
tests Bug: Enable template tag `richtext` to convert lazy text strings (#11901) 2024-04-29 15:34:37 +01:00
users Run permission labels through translation on the permission management template (#11923) 2024-05-03 13:50:53 +01:00
utils Use wagtail.VERSION for the 'What's new in Wagtail x.y' menu item (#11883) 2024-04-22 19:55:25 +01:00
__init__.py Version bump to start work on 6.2 2024-04-22 09:00:37 +07:00
apps.py
compat.py
coreutils.py Fix spelling in `safe_snake_case` docstring 2024-05-03 15:37:28 +10:00
exceptions.py Remove BlockNormalizationError as a distinct exception type 2024-04-17 14:18:01 +01:00
fields.py Unify all handling of incoming StreamBlock values into StreamBlock.to_python 2024-04-17 14:18:01 +01:00
forms.py
hooks.py
jinja2tags.py
locks.py Remove WAGTAILADMIN_GLOBAL_PAGE_EDIT_LOCK setting 2023-11-01 16:52:20 +00:00
log_actions.py
permissions.py Use a single instance of PagePermissionPolicy in wagtail.permissions module 2023-11-28 12:02:37 +00:00
query.py Fix alias() not compatible with specific() 2023-12-06 07:39:28 +10:00
signal_handlers.py Fix reference indexing error for objects with lazy ParentalKeys 2023-10-13 13:50:14 +01:00
signals.py
telepath.py
url_routing.py
urls.py
views.py Refactor page fetching logic to cache per request (#11683) 2024-04-12 17:16:39 +01:00
wagtail_hooks.py Remove docs mentioning legacy moderation 2023-11-01 16:51:25 +00:00
whitelist.py Update tests & html whitelist to always use `html.parser` & remove `html5lib` 2024-02-01 07:50:59 +10:00
widget_adapters.py
workflows.py