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

14095 Commits

Author SHA1 Message Date
LB Johnston
1fe9581548 Add documentation for register_user_listing_buttons hook
- Has existed since Wagtail ~1.6 but never documented
2022-11-07 06:59:24 +10:00
Yekasumah
aeae816b27
Fix comments notice background overflow (#9567) 2022-11-04 18:24:13 -04:00
Matt Westcott
5a249d4e9c Add Stefan Hammer to core team 2022-11-02 11:59:09 +00:00
LB (Ben Johnston)
68f52c8154 Add contributor for #9338 2022-11-02 21:04:59 +10:00
Jordan-Rob
9c29e6a12e Remove duplicate code to escape HTML in JavaScript
* added an import for escapeHtml from utils/text and added back window.escapeHtml = escapeHtml
* Fixes #9492
2022-11-02 06:41:14 +10:00
Sage Abdullah
f1b30cc87c Run Python tests with coverage and upload coverage data to codecov 2022-11-02 06:33:38 +10:00
Matt Westcott
c1412685fd Update latest.txt to reference 4.1 2022-11-01 12:40:59 +00:00
Matt Westcott
9764d53624 Fill in release date for 4.1 2022-11-01 11:03:33 +00:00
Matt Westcott
8e0925c406 Fetch new translations from Transifex 2022-11-01 11:03:33 +00:00
Marvis Chukwudi
b9a5f9e333
Documentation - Minor punctuation and capitalisation fixes (#9508) 2022-11-01 20:42:54 +10:00
Thibaud Colas
b7c04ed960 Avoid force-scrolling the minimap when unneeded 2022-10-31 23:09:58 +00:00
Thibaud Colas
3e2cbea51a Ignore "collapse all" for minimap hover reveal 2022-10-31 23:09:58 +00:00
Thibaud Colas
769d3e2340 Add animated transition for minimap reveal 2022-10-31 23:09:58 +00:00
Thibaud Colas
8679d29233 Fix minimap toggle button remaining visible when closing 2022-10-31 23:09:58 +00:00
Thibaud Colas
24f432dfb4
Fix legacy dropdown buttons using a different size from toggle. Fix #9476 (#9551) 2022-10-31 16:06:33 +00:00
Thibaud Colas
05951b3501
Re-add editor guide link (#9539) 2022-10-28 15:42:04 +01:00
Jake Howard
66421dac13
Performance page cleanup (#9362)
* Clean up the performance page structure

Many of the sections mentioned here will improve performance for much more than just the editor experience.

* Link to Django's performance page
2022-10-28 10:33:00 -04:00
Matt Westcott
919dab00e5 Fix editors guide link 2022-10-28 12:53:09 +01:00
Matt Westcott
67987ea2a8 Generate new strings for translation 2022-10-28 12:13:36 +01:00
Matt Westcott
d8ff3cbcf2 Fix JS string extraction for ngettext
The definition for ngettext in extract-translatable-strings had incorrect argument positions, and as a result strings translated with ngettext were missed from the .po file.
2022-10-28 11:30:19 +01:00
Thibaud Colas
8090e33a26 Update editor guide link in CMS to avoid redirect 2022-10-28 10:16:32 +01:00
Thibaud Colas
42f5ea1fc8 Move editor guide content to its own website 2022-10-28 10:16:32 +01:00
Matt Westcott
b848254873 Apply correct pluralisation to minimap error count
Fixes #9497
2022-10-28 07:20:03 +10:00
Thibaud Colas
a2f491e0d8 Update non-editor-guide screenshots 2022-10-28 06:25:47 +10:00
Jake Howard
c6afb0069d Performance docs - Mention the importance of passing request and current_site to get_url
- Co-authored-by: Andy Babic <ababic@users.noreply.github.com>
2022-10-28 06:24:38 +10:00
LB Johnston
a748497543 Add changelog for #9148 2022-10-28 06:18:58 +10:00
LB Johnston
f362377b04 update node usage to node 18
- fixes #8499
2022-10-28 06:18:58 +10:00
LB Johnston
32aa35b23a update development docs to only recommend fnm
- this works better for windows, is faster and avoids confusion by recommending one thing only
2022-10-28 06:18:58 +10:00
Sage Abdullah
78a7652f6b Move scheduled publishing dialog root to editor form element 2022-10-27 17:39:51 +01:00
Sage Abdullah
74794eac53 Allow dialog component to accept classname in context 2022-10-27 17:39:51 +01:00
LB Johnston
2cf9b0e62f Update contributor name for #9465 2022-10-27 20:42:44 +10:00
Lovelyfin00 (Nutjob)
bd62927958 Ensure logo shows correctly on log in page in Windows high contrast
- Added a class to the logo image and also added forced mode to the logo image class
- Fixes #9428
2022-10-27 08:29:09 +10:00
xomcodes
3dcde23e02 Fixed auth form field padding (Log in / password reset)
- Fixes #9440
2022-10-27 08:01:08 +10:00
DokuaAsiedu
af9f7ecbb3 Add docs & unit tests for assertCanCreate with publish (#9458)
- Builds on #9458
2022-10-27 07:54:32 +10:00
Harry
857981355d Add option to test saving of draft pages in assertCanCreate (#4756)
- publish is a better keyword, refactor error case
2022-10-27 07:54:32 +10:00
dameeolawuyi
7fd91ada3a Documentation - Editor's manual (copying pages) - minor fixes 2022-10-27 07:21:05 +10:00
LB Johnston
28013470a7 Documentation - clean up white space 2022-10-27 07:18:22 +10:00
Matt Westcott
aaea8710c2 Formalise Python 3.11 support for Wagtail 4.1 too 2022-10-26 11:01:14 +01:00
Matt Westcott
7705b080a0 Add formal support for Python 3.11 2022-10-26 11:01:14 +01:00
Ogunbanjo oluwadamilare
1428333af8 Documentation - added contributing translations guide
- Fixes #7115
2022-10-26 08:29:29 +10:00
LB Johnston
bc8d27ccea Add contributor #9462 2022-10-25 21:41:55 +10:00
Precious Arinda
3b6acf036d
Documentation - update hooks.py to wagtail_hooks.py (#9462)
- Fixes #9453
2022-10-25 21:40:51 +10:00
Matt Westcott
b995339069 Generate new strings for translation 2022-10-25 11:04:10 +01:00
Dan Braghis
9b0c99382e Drop valign for the title cell in the usage template 2022-10-25 11:58:09 +02:00
Dan Braghis
fac8844227 Add missing trans block in the usage template 2022-10-25 11:58:09 +02:00
Albina Starykova
032f521bbf Documentation - Improve grammar, spelling, and punctuation 2022-10-25 17:14:58 +10:00
Toyibat Adele
33c381f95c
Corrected typos and added punctuation marks to sentences missing them. (#9422)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-10-25 07:26:59 +01:00
Dennis Onyeka
2808304662
Explain the _create an admin step_ of the tutorial (#9371)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-10-25 07:08:37 +01:00
seyiadel
bd83ef5f4e
Update pip install instructions to work for Windows and zsh user (#9346)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-10-25 07:04:14 +01:00
Mary Ojo
aea9f14558
Fix status tag font-size units for proper resizing (#9382) 2022-10-23 13:56:55 -04:00