0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
Commit Graph

17487 Commits

Author SHA1 Message Date
Sage Abdullah
51f2a81847
Fix permission checks for enabling disabled workflows and tasks 2024-04-16 06:03:16 +07:00
Sage Abdullah
4f1cb436c1
Reduce queries in workflows index view 2024-04-16 06:03:16 +07:00
Sage Abdullah
111735d9dc
Add test for number of queries to load the workflows index view 2024-04-16 06:03:16 +07:00
Sage Abdullah
93bea0ccd9
Remove unused _editor_js.html include in workflows index template
Added in bd9c73a00f solely to add tooltip support, which is no longer necessary now that we use Stimulus
2024-04-16 06:03:15 +07:00
Sage Abdullah
9264a2201c
Implement universal listings UI for workflow listing view
And reimplement "show disabled workflows" with django-filter
2024-04-16 06:03:15 +07:00
Sage Abdullah
c43b4825e3
Use tables component in workflows index view 2024-04-16 03:59:20 +07:00
Sage Abdullah
e653a4afbb Correct LF vs CRLF instruction in Windows development docs (#11848) 2024-04-15 13:14:44 +01:00
Sage Abdullah
bd1a81d88f
Release note for #11762 2024-04-15 14:23:07 +07:00
Sage Abdullah
3fb3c9e501
Add more tests for redirects index view 2024-04-15 14:13:17 +07:00
Sage Abdullah
39359e9917
Move RedirectTargetColumn template logic to Python 2024-04-15 14:13:17 +07:00
Sage Abdullah
02383aa486
Apply suggestions from code review 2024-04-15 14:13:16 +07:00
Rohit Sharma
68ab20a657
Implement new universal listings UI for redirects index view 2024-04-15 14:11:42 +07:00
Matt Westcott
e32aee036f Release note for #5875 2024-04-12 20:47:47 +01:00
Andy Chosak
e9dcf7ca01 Documentation updates 2024-04-12 20:46:25 +01:00
Andy Chosak
2cc744fed6 Restore docstrings for EmbedRewriter, LinkRewriter 2024-04-12 20:46:24 +01:00
Andy Chosak
9c86b5a166 Add test for EditorHTMLConverter converter rules 2024-04-12 20:46:24 +01:00
Andy Chosak
65fa16c6a7 Revert change to specific_deferred 2024-04-12 20:46:24 +01:00
Andy Chosak
23ac124549 More explicit invocation of rich text rewriters 2024-04-12 20:46:24 +01:00
Andy Chosak
2e850e7288 Apply suggestions from code review
Co-authored-by: Dan Braghiș <dan@zerolab.org>
2024-04-12 20:46:24 +01:00
Andy Chosak
bc7d9e90e5 Remove some unused code 2024-04-12 20:46:24 +01:00
Andy Chosak
bf852979ba Add type hints for rich text expand methods 2024-04-12 20:46:24 +01:00
Andy Chosak
be796f7e52 Use defer_streamfields when fetching pages in bulk 2024-04-12 20:46:24 +01:00
Andy Chosak
29f789a7fd Update wagtail/rich_text/rewriters.py
Co-authored-by: Dan Braghiș <dan@zerolab.org>
2024-04-12 20:46:24 +01:00
Andy Chosak
47f0e533b6 Update docs/extending/rich_text_internals.md
Co-authored-by: Dan Braghiș <dan@zerolab.org>
2024-04-12 20:46:24 +01:00
Andy Chosak
cacfa820b8 Documentation 2024-04-12 20:46:24 +01:00
Andy Chosak
1901d29b5b Optimize Page retrieval using specific() 2024-04-12 20:46:24 +01:00
Andy Chosak
ba5cedc581 Migrate core rich text models to use bulk rewrites 2024-04-12 20:46:24 +01:00
Andy Chosak
5623cbb67c Add support for bulk rich text rewrite rules 2024-04-12 20:46:24 +01:00
Andy Chosak
a5e3cbaa18 Group link/embed rewriting by type 2024-04-12 20:46:24 +01:00
Andy Chosak
6ace709d0a Add tests for invalid linktype/embedtype behavior 2024-04-12 20:46:24 +01:00
Matt Westcott
eedf0826d1 Add release note for #11837 2024-04-12 20:46:02 +01:00
Sebastian Muthwill
e86e1caa28 bump django-filter to support 24.2 version (#11837) 2024-04-12 19:43:29 +01:00
Ihor Marhitych
c550173d6c
Fix postgres phrase search to respect language set in settings 2024-04-12 17:29:35 +01:00
zerolab
989a51f425
Release notes for #11683 2024-04-12 17:24:56 +01:00
Gordon Pendleton
06ed3ae6b8
Refactor page fetching logic to cache per request (#11683)
Adds two new helper static methods:
- `Page.route_for_request()` - to find the page route, given a request
  object and a URL path
- `Page.find_for_request()` - to find the page given, a request object and a URL
  path
2024-04-12 17:16:39 +01:00
Neeraj P Yetheendran
6843fbe643
Add re_path to imports in routablepage.md (#11841) 2024-04-12 14:22:15 +01:00
Matt Westcott
366a2a48c8 Release note for #11823 2024-04-10 20:07:23 +01:00
Matt Westcott
8149639fcf Fix last-login filter test to account for timezones 2024-04-10 20:06:17 +01:00
Sage Abdullah
08e4bd4c5f
Set explicit width on users listing view columns
Prevent layout shifts when searching/filtering
2024-04-09 08:54:51 +07:00
Sage Abdullah
4789ffef00
Move filterset_class definition to UserViewSet 2024-04-09 08:54:51 +07:00
Sage Abdullah
83e79301a9
Remove unnecessary overrides in users views 2024-04-09 08:54:51 +07:00
Sage Abdullah
2d600bc844
Add tests for dropdown buttons in user listing view 2024-04-09 08:54:51 +07:00
Sage Abdullah
e2a58a16cc
Add tests for user copy view 2024-04-09 08:54:51 +07:00
Sage Abdullah
e3d9233f4d
Fix generic CopyView for models with primary keys that need to be quoted 2024-04-09 08:54:50 +07:00
Sage Abdullah
4ed5aa09d1
Enable history view in UserViewSet
And use full name in user history view breadcrumbs
2024-04-09 08:54:50 +07:00
Sage Abdullah
36efa81d7c
Include empty groups in user listing filter
Otherwise, linking to a pre-filtered users listing view from the groups view would cause the filter to be invalid
2024-04-09 08:54:50 +07:00
Sage Abdullah
7b1644eb37
Remove unused wagtailusers/users/list.html template 2024-04-09 08:54:50 +07:00
Sage Abdullah
8698db5ada
Render breadcrumbs in user edit view with user display name 2024-04-09 08:54:50 +07:00
Sage Abdullah
4d305d2420
Remove unnecessary overrides in users create/edit templates 2024-04-09 08:54:49 +07:00
Sage Abdullah
2a3106a224
Use the users listing view with the group filter for listing group users 2024-04-09 08:54:49 +07:00