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

775 Commits

Author SHA1 Message Date
bbeniamin
96b94d01d9 Fix parsing of queries with multiple filters that contain quotes 2023-01-19 20:41:48 +10:00
Thibaud Colas
34f6bab633
Rich text toolbar refinements from usability testing. Fix #9281 (#9905) 2023-01-17 17:21:45 +00:00
Matt Westcott
7532d0031f Add GLEF1X to contributors 2023-01-12 01:22:05 +00:00
Matt Westcott
b0259a4990 Fix check for delete_url_name attribute in generic DeleteView
Fixes #9861
2023-01-09 14:02:07 +00:00
Jhonatan Lopes
fb4837371f Reduce number of queries in blog_page (#9857) 2023-01-06 15:07:09 +00:00
Rishabh Jain
e68f2e0d7d Added check for file overwrite setting (#9823) 2023-01-05 13:48:21 +00:00
dr-rompecabezas
b327d536e4 Fix typo in project_template.md (#9835) 2023-01-03 10:17:03 +00:00
Vallabh
71c9415327 Added release notes for #9683 (devdocs)
- #9683
2022-12-28 08:15:10 +10:00
Natarajan Balaji
b6f7fbf828 Fix issue where Decimal value block null caused an error
- Fixes #9777
- DecimalBlock value when Null forces a conversion to null which crashes the server. Fixed it by returning null when the value is null and decimal when a value is other than null
2022-12-13 07:47:18 +10:00
Damascene
5d78e03084 Docs - Update PASSWORD_REQUIRED_TEMPLATE example
- Add messaging for signed in users that do not have permission for a page
2022-12-11 15:33:30 +10:00
Matt Westcott
19c98d4835
Move Karl to core team alumni 2022-12-05 10:31:27 +00:00
Ben Gosney
c7a5e9a959 Add missing kwargs to the send_mail helper
Fixes #5899
2022-11-23 08:31:13 +10:00
Jeremy Thompson
4613fa2562 Fix RichTextField to StreamField example migration 2022-11-20 22:06:24 +10:00
Ivy
4fbccd1c88
Support text resizing in workflow steps cards (#9525)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-11-18 23:23:39 +00:00
Thibaud Colas
edff772aee Update contributor name in credits 2022-11-18 22:17:59 +00:00
Anisha Singh
82c0fb5934
Allow both horizontal and vertical manual resizing of TextFields. Fix #7210 (#9651)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-11-18 21:57:46 +00:00
benita
c108de2bb5 Fix logo in README not being visible in high-contrast mode. Fix #8160
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-11-18 14:05:37 +00:00
ChickenF622
4ee7a633b6
Add clarification on where to register entity plugins (#9487)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-11-18 11:24:08 +00:00
Temidayo
97db766d01
Added links and more info to documentation (#9517)
* Docs: Mention Wagtail’s usage of Django’s default user model by default (Temidayo Azeez)
 * Docs: Add links to treebeard documentation for relevant methods (Temidayo Azeez)

Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-11-18 11:18:01 +00:00
LB Johnston
25c4763d08 Add changelog for #8782 / #8696 2022-11-18 06:58:16 +10:00
Dev-Liz
a8abb58ccf Add changelog entry for Zeal docs update inc. 4.1
- PR #9681
- Closes #9420
2022-11-16 20:09:14 +10:00
FatumaA
d4792785b8 Refactor - convert initTooltips to TypeScript, add JSDoc & tests
- Fixes #9505
2022-11-10 07:34:43 +10:00
Florian Vogt
cafc2130af Use blocktrans to remove trailing whitespace in headers
- Fixes #9596
2022-11-10 06:31:38 +10:00
mohammadareeb95
66f2512ef5 Ensure links that have .nolink (current link) can be seen in WHCM
- Fixes #9578
2022-11-09 22:55:03 +10:00
DokuaAsiedu
7ae2625132 Add new development documentation section "Development on Windows"
- Fixes #9540
- Remove duplicate name in contributors
2022-11-09 21:32:13 +10:00
Doug Harris
2af1871271
Fix spelling middlware -> middleware (#9633)
* Fix spelling `middlware` -> `middleware`
2022-11-09 07:22:51 +10:00
Omer Ali
748c082e01 Docs / release note for #9602 2022-11-08 16:16:17 +00:00
Theresa-o
0ebdd51882 Fix help block <a> to meet colour contrast guidelines
- Fixes #9569
2022-11-07 19:56:36 +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
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
LB Johnston
2cf9b0e62f Update contributor name for #9465 2022-10-27 20:42:44 +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
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
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
unknown
84769bed4e Documentation - fix link for Wagtail community support 2022-10-22 22:14:45 +10:00
MaryAyobami
bd5bd6ce47 Update release notes for Dash user contributions
- fixes #9370
2022-10-22 21:47:05 +10:00
Darrel O'Pry
912747f6ae
feat: use Willow instead of Pillow for images.
Override all Django code calling Pillow, so that we can
more easily implement SVG support when it lands in
Willow.
2022-10-21 12:32:08 +01:00
LB Johnston
4b456d927d Fix contributor name for #9429 2022-10-21 08:36:52 +10:00
DokuaAsiedu
cec5f3ccf5 Documentation - Fixes in editor's manual (inserting images)
- Changed heading level of 'Choosing an image to insert' to h3 as it seemed to give more insight on 'Inserting images using the image chooser field'
- Wrapped 'Search' tab within an emphasis tag.
- Change of some formatting in inserting_images.md
2022-10-20 22:09:46 +10:00
Buraah
674c67b933 4.1 Release notes - fix upgrade considerations
- Corrected a typo relating to WagtailPageTests usage and fixed whitespace issue
2022-10-20 21:59:15 +10:00