0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
Commit Graph

13556 Commits

Author SHA1 Message Date
Thibaud Colas
1b2aa07a57 Remove legacy colour palettes from styleguide 2022-07-20 12:08:47 +01:00
Thibaud Colas
8f96a5669d Switch Tailwind color theme to use customisable CSS variables
Co-authored-by: Scott Cranfill <scott@scottcranfill.com>
2022-07-20 12:08:47 +01:00
Thibaud Colas
9b0c9010bd Update to latest Tailwind release 2022-07-20 12:08:47 +01:00
LB Johnston
f9648349d6 contributor - use Tidiane (preferred name) instead of Tidjani 2022-07-20 20:32:26 +10:00
LB Johnston
c8d1a6b00a documentation - fix a few internal references 2022-07-20 17:30:08 +10:00
tijani
8cdb3f3a60 Added blocks_by_name, first_block_by_name methods to StreamValue
- A shortcut for accessing StreamField blocks by name
2022-07-20 17:13:20 +10:00
LB Johnston
0c9d72669c documentation - fix table of contents issue for pages reference 2022-07-20 17:11:23 +10:00
LB Johnston
2bb18d7703 remove duplicate custom bulk actions docs
- introduced in #8574
- move snippets bulk actions docs to existing markdown docs variant
2022-07-20 17:10:45 +10:00
PaarthAgarwal
c404acb10d cleanup page listing styles
- fixes #8867
- relates to PR #8792
2022-07-20 16:27:19 +10:00
Dolidodzik
b131b4813e replace latin abbreviations with english phrases & updated docs guidelines
- added sub-section to language part of general_guidelines.md
- fixes #8860
2022-07-20 16:11:38 +10:00
anujaraj
b3768a1145 Contrast themes – Update help-block styles
- Ensure help blocks show more appropriately in Windows High Contrast Mode with less reliance on communication via colour alone
- fixes #8817
- added dashed-dotted borders styles and removed forced-colors-adjust:none properties to/from help boxes
2022-07-20 15:47:11 +10:00
Coen van der Kamp
1b9628f06c Add styling for Django 4 div-based radio select markup
- fixes #8869
2022-07-20 15:41:45 +10:00
PaarthAgarwal
0ed07c66db adopted shared header for form submission page
- relates to #8539
- fixes #3759
- fixes #3236
- rename index_submissions to submissions_index (aligns with naming of all other index views)
2022-07-19 22:00:54 +10:00
Sage Abdullah
efaad25932 Fix locale selector link in page explorer 2022-07-19 06:46:11 +01:00
Sage Abdullah
de53c7b22d Reintroduce .form-side style edits from preview side panel 2022-07-19 06:46:11 +01:00
Sage Abdullah
c942096ab1 Remove side panel init code in page-editor.js 2022-07-19 06:46:11 +01:00
Paarth Agarwal
35b5ed350a
Adopt slim header in page listing views (#8792)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-18 18:28:51 +01:00
Matt Westcott
d07ff422d8 Documentation and release note for #8703 2022-07-18 15:53:32 +01:00
Jaspreet-singh-1032
3eb1dab37f review fixes 2022-07-18 15:15:14 +01:00
Jaspreet-singh-1032
3ac2302065 fixed indentation in template 2022-07-18 15:15:14 +01:00
Jaspreet-singh-1032
c4d17e5535 review fixes 2022-07-18 15:15:14 +01:00
Jaspreet-singh-1032
8466203129 review fixes 2022-07-18 15:15:14 +01:00
Jaspreet singh
fbaa382512 Update wagtail/admin/templates/wagtailadmin/pages/confirm_delete.html
Co-authored-by: Matt Westcott <matthew@torchbox.com>
2022-07-18 15:15:14 +01:00
Jaspreet singh
c92aebe47d Update wagtail/admin/templates/wagtailadmin/pages/confirm_delete.html
Co-authored-by: LB (Ben Johnston) <mail@lb.ee>
2022-07-18 15:15:14 +01:00
Jaspreet singh
0cb2fff8fa Update wagtail/admin/templates/wagtailadmin/pages/confirm_delete.html
Co-authored-by: LB (Ben Johnston) <mail@lb.ee>
2022-07-18 15:15:14 +01:00
Jaspreet singh
389735559e Update wagtail/admin/templates/wagtailadmin/pages/confirm_delete.html
Co-authored-by: LB (Ben Johnston) <mail@lb.ee>
2022-07-18 15:15:14 +01:00
Jaspreet singh
44f34ac29f Update wagtail/admin/templates/wagtailadmin/pages/confirm_delete.html
Co-authored-by: LB (Ben Johnston) <mail@lb.ee>
2022-07-18 15:15:14 +01:00
Jaspreet singh
c7106619fb Update wagtail/admin/templates/wagtailadmin/pages/confirm_delete.html
Co-authored-by: LB (Ben Johnston) <mail@lb.ee>
2022-07-18 15:15:14 +01:00
Jaspreet singh
a1f4df0dad Update wagtail/admin/templates/wagtailadmin/pages/confirm_delete.html
Co-authored-by: LB (Ben Johnston) <mail@lb.ee>
2022-07-18 15:15:14 +01:00
Jaspreet-singh-1032
7fc6e9edcb input wagtail_site_name to confirm site deletion 2022-07-18 15:15:14 +01:00
Jaspreet-singh-1032
d398933f92 admin confirm before deleting multiple pages 2022-07-18 15:15:14 +01:00
vupham04
53e2bdbd0d Add option to set name to MenuItems generated by modeladmin (#8553)
Co-authored-by: Alexander Rogovskyy <A.rogovskyy@intershop.de>
2022-07-18 14:44:58 +01:00
Sage Abdullah
0d78f8eb56 Add initial upgrade considerations for PreviewableMixin methods 2022-07-18 13:46:58 +01:00
Sage Abdullah
ae8f0514bc Move is_preview, preview_mode, and cache control setting into make_preview_request 2022-07-18 13:46:58 +01:00
Sage Abdullah
d5abbaf68d Extract PreviewableMixin from Page model 2022-07-18 13:46:58 +01:00
Frantisek Holop
c79f584371 30 characters user names is an outdated requirement (#8848)
django does not have this limitation anymore.
2022-07-18 13:19:36 +01:00
Karl Hobley
ed239157fd
Release note for #8327 (#8825)
* Delete unused settings.rst

* Release note for #8327

* Use single backticks in changelog/release notes
2022-07-18 13:01:29 +01:00
sag᠎e
0693eed245
Use new modal dialog component for privacy settings modal. Fix #8478 (#8847)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-18 10:39:50 +01:00
Paarth Agarwal
f73f54ffcf
Adopt shared header for menu settings editing view (#8854)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-15 23:08:47 +01:00
Paarth Agarwal
d8c3d26de7
Adopt shared header template in workflows (#8850)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-15 22:51:50 +01:00
Paarth Agarwal
d4b37357ab
Adopted shared header for redirects listing view (#8849)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-15 22:35:11 +01:00
anujaraj
8daf1554ae
Display the correct color for icons in forced colors mode. Fix #8816 (#8852)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-15 15:41:59 +01:00
Scott Cranfill
9d882b36cd
Attempting to fix SQLite errors in Squash deployments by updating Docker image (#8757) 2022-07-15 15:36:03 +01:00
Paarth Agarwal
e10648ffc2
Display data for Twitter embed blocks (#8167)
Co-authored-by: Iman Syed <52247241+imansyed000@users.noreply.github.com>
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-15 14:38:03 +01:00
Paarth Agarwal
1545417cc5
Add pagination to docs search results page (#8178)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-15 13:35:26 +01:00
Matt Westcott
070b0bdfa4 Test Django main against git master of django-rest-framework
Running against Django 4.2(dev) requires the fix https://github.com/encode/django-rest-framework/pull/8556
2022-07-14 18:07:39 +01:00
sag᠎e
5ee5acb7ce
Introduce a new auto-updating preview panel inside the page editor (#8671)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-14 13:59:05 +01:00
Paarth Agarwal
1859e64275
Switch all report views to use Wagtail’s reusable header component (#8839)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-13 07:14:12 +01:00
Paarth Agarwal
6a6cb880cf
Fix typo in header icon class name (#8831) 2022-07-13 06:53:30 +01:00
Thibaud Colas
27ff5bfeaf
Remove button-group from ModelAdmin InspectView footer actions (#8832) 2022-07-13 03:11:41 +01:00