AceHunterr
ff7494bf79
Replace ButtonSelect widgets with radio buttons
...
- Instead of a complex and non-accessible JS solution for filter selects, replace with simple radio select fields
- Fixes #9838
2023-03-11 17:21:00 +10:00
George Sakkis
38e39271ee
ChooserWidget: Trigger manually change event when input.value is set
...
- Ensure that the change events bubble as this is the default browser behaviour
- By default, changes to hidden values will not fire a `change` event, nor those that are a result of programatic changes to `value, so instead this needs to be added manually so that other code can listen to changes to chosen fields with DOM event listeners.
- https://stackoverflow.com/questions/6533087/jquery-detect-value-change-on-hidden-input-field/8965804#8965804
- Closes #10187
2023-03-11 15:57:33 +10:00
Matt Westcott
b7f81bc720
Release note for #10215
2023-03-10 12:03:14 +00:00
Deepam Priyadarshi
de3a0b3495
Fixing duplicate addition of StreamField blocks with the new block picker. Fix #10057 ( #10149 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-03-10 09:52:17 +00:00
Sam
a393ea8091
Fix dialog component's message to have rounded corners at the top side
...
Fixes #10177
2023-03-07 18:36:02 +00:00
sheepman4267
04cca97f09
Fix typo in "Extending Draftail" docs ( #10185 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-03-07 10:11:45 +00:00
jatinkumar001
b87f71ca38
Update privacy collection switch button
...
- The status tag styles did not actually change when the permissions changed
- Instead of trying to treat the status tag as a button, use an actual button styling as this pattern is not used anywhere else in Wagtail
- Fixes #10128
2023-02-25 08:10:43 +10:00
Christopher Wardle
5f6f640d0d
Documentation: Adding return statement to process_form_submission ( #10143 )
...
* Adding missing return statement to FormPage.process_form_submission in the "Custom form submission model" example to make it available to FormPage.render_landing_page, among other methods.
2023-02-24 07:52:14 +10:00
Sage Abdullah
dfa01e50c3
Add contributor for #10081
2023-02-23 11:29:12 +00:00
Julian Bigler
8be4722458
Add release notes & contributors #9813
2023-02-19 14:39:06 +10:00
LB Johnston
7cbd20de76
Add contributor - #10115
2023-02-19 14:39:01 +10:00
Ayman Makroo
ff4957799b
Fix overflow of search results on mobile devices (docs)
...
- Fixes #9893
2023-02-16 19:48:02 +10:00
rishabhDev2700
49d0aab24d
Replaced script tags with template tag for image/document bulk uploads
...
- Fixes #10033
- Partial work on #7053
2023-02-16 08:17:07 +10:00
Sage Abdullah
7addcbef8d
Release notes for #10021 in 4.2.1
2023-02-14 15:35:20 +00:00
Aadi jindal
1ffa497886
fixed Uncaught TypeError: Cannot read properties of undefined (reading 'getTextLabel') in admin and missing stream blocks. ( #10023 )
...
Fixes #9990
2023-02-06 19:37:11 +00:00
Matt Westcott
7e6cfd779a
Fetch new translations from Transifex
2023-02-06 13:07:05 +00:00
yass19
0221457a67
Remove Page.get_static_site_paths ( #8536 )
...
Fixes #8535
2023-02-01 19:46:54 +00:00
Matt Westcott
992d4c4ecb
Add Ananjan-R to contributors
2023-01-30 14:47:16 +00:00
Matt Westcott
cbbf4668de
Update contributors list
2023-01-20 13:04:48 +00:00
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