Wykres commitów

733 Commity (stable/4.1.x)

Autor SHA1 Wiadomość Data
viragjain30 b3242c0bb2
Prevent lowercase conversions of IndexView column headers 2023-05-23 15:45:42 +01:00
Christer Jensen 24a283df61
Update documentation for `log_action` parameter on `RevisionMixin.save_revision`
Previous documentation seemed to incorrectly imply that
the default value for `log_action` was `True` when it is
in fact `False`. This can confuse readers not looking at
the method signature.
2023-05-17 10:17:06 +01:00
Sage Abdullah 4fbbf62976
Release notes for #10021 in 4.1.3 2023-02-14 16:50:53 +00:00
Matt Westcott e723d2aab5 Revert "Allow both horizontal and vertical manual resizing of TextFields. Fix #7210 (#9651)"
As per https://github.com/wagtail/wagtail/issues/7210#issuecomment-1325707942

This reverts commit fc801c5755.
2022-11-23 22:04:08 +00:00
Ivy d88a345b3e Support text resizing in workflow steps cards (#9525)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-11-18 23:25:44 +00:00
Anisha Singh fc801c5755 Allow both horizontal and vertical manual resizing of TextFields. Fix #7210 (#9651)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-11-18 21:59:25 +00:00
Matt Westcott 6978692750 Fetch new translations from Transifex 2022-11-01 10:59:00 +00:00
LB Johnston e6dd651cfc Update contributor name for #9465 2022-10-27 20:43:44 +10:00
xomcodes a357f6990b Fixed auth form field padding (Log in / password reset)
- Fixes #9440
- Relates to #9465
2022-10-27 07:57:32 +10:00
LB Johnston 2faa39e2b9 Fix contributor name for #9429 2022-10-21 08:37:51 +10:00
Matt Westcott a8868b728e Fetch new translations from Transifex 2022-10-18 11:15:25 +01:00
Lovelyfin00 (Nutjob) 79d918ed42 Removed extra dot in Wagtail version on admin settings menu item
- Fixes #9352
2022-10-17 08:33:27 +10:00
Ruqouyyah Muhammad 398c575153
Add missing rendered output in documentation guidelines. Fix #9331 (#9365)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-10-16 01:12:57 +01:00
Seremba Patrick 4ec7724728
Add missing asterisk to title field placeholder. Fix #9028 (#9348)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-10-14 17:48:15 +01:00
zobbs 5ea291da1a Documentation - fix some escaped content that does not need escaping 2022-10-13 17:34:46 +10:00
Farouk Yunusa d55f3beb40 Add correct custom property font usage to the userbar. Fix #9290 (#9314)
moved hardcoded font to userbar.scss file
2022-10-13 07:54:43 +01:00
Toyibat Adele 2f64c5cb14
Added a comma to make sentence more readable in tutorial (#9330)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-10-13 07:42:12 +01:00
sdmoran a356740d2e
Clarify active step in workflow by changing the icons. Fix #8484 (#9305)
Use different icons for workflow timeline component, so the steps can be distinguished with other means than color (Sam Moran)

Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-10-13 07:16:53 +01:00
Albina Starykova b6d4af418f Update pattern library background & text examples
- Add better text examples to the Type scale story
- Set the background to white for Storybook stories
- fixes #8659
2022-10-13 06:56:15 +10:00
D.M. Oladele 09a225730a Update incorrect tutorial_4c illustration, highlighting the wrong button
misleading illustation for creating blog post as children of BlogIndexPage in line 335 corrected by adding image tutorial_4c.png
2022-10-12 14:49:33 +01:00
Dev-Yusuf 3aefdb87dd
Improve explanations in getting started tutorial (#9299)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-10-11 00:30:15 +01:00
jadesola kareem 6814d0beea
Updated README to include Twitter badge (#9295) 2022-10-09 14:24:55 -04:00
Dan Hayden 9bf7a7423a Documentation - Fix register_snippet import path typo 2022-10-05 21:39:48 +10:00
Adinapunyo Banerjee f5200dab64 Added .button-secondary bicolor button-icon in styleguide and pattern library
- relates to #9198
- does not add any new styling for these types of button but instead
2022-10-04 16:36:57 +10:00
Matt Westcott c922fbbec2 Fetch new translations from Transifex 2022-09-23 11:48:00 +01:00
LB Johnston f8bdcda5de update changelog for #9229 2022-09-20 20:52:44 +10:00
LB Johnston 0e036d228f Add changelog entry for 4.0 - bulk actions for snippets #8574
- also add Shohan to contributors list
- resolves #8183
2022-09-19 19:40:46 +10:00
Nicholas Johnson 9e810ce5b0 Make report titles sentence case consistently
Fix a few more "Locked Pages" references
2022-09-16 07:04:46 +10:00
Christophe Bastin 5dad39fb57 docs: APIField naming (#9173) 2022-09-09 13:47:46 +01:00
LB Johnston eff9e91ac8 add contributor #9150 2022-09-06 23:56:36 +10:00
Matt Westcott 738a138529 Add Adam Johnson to contributors 2022-09-01 17:02:54 +01:00
kurtrwall c0fadbd6c6 Pull out `AbstractForm` and `AbstractEmailForm` behaviour to mixins `FormMixin` and `EmailFormMixin`
- Since AbstractForm inherited from Page, any custom Page subclass couldn't use it.
- Changing it to a mixin allows subclasses of Page to gain Form Builder.
- defining FormMixin and EmailFormMixin and making the AbstractForm AbstractEmailForm using it
- adding a docstring to EmailFormMixin
- replaces #2900 (PR)
2022-08-31 23:12:27 +10:00
Matt Westcott b3cca6ac32 Fetch new translations from Transifex 2022-08-30 16:51:14 +01:00
Thomas van der Hoeven 0fddf72877 Add keyboard support page ordering functionality
- updated messages to be more insightful while sorting page order by keyboard
- closes #5785
- fixes #5410
2022-08-22 17:40:10 +10:00
LB Johnston 9bfd47a3a4 add contributor ariadi #9065 2022-08-22 15:27:57 +10:00
LB (Ben Johnston) 4fb000bb19
add contributor for #9060 2022-08-20 23:18:19 +10:00
Matt Westcott f37380bea4 Fetch new strings from Transifex 2022-08-18 12:33:04 +01:00
Matt Westcott 5ff6922eb5 Update CONTRIBUTORS.rst with new translators 2022-08-12 14:55:07 +01:00
LB Johnston 7964e2b20d add contributor for #8978 2022-08-12 17:19:28 +10:00
LB Johnston c8713f1dab add contributor name for #8950 2022-08-06 21:42:10 +10:00
Paritosh Kabra 63e0181f93 Fix query search in filtered image admin listing
- fixes #8029
- Fix Search Images within a Collection and an empty search query param - `admin/images/?collection_id=1&q=1`
2022-08-01 20:20:46 +10:00
LB Johnston f9648349d6 contributor - use Tidiane (preferred name) instead of Tidjani 2022-07-20 20:32:26 +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
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
SilvestriStefano f535a0cc43 Documentation - migrate reference/** files to markdown content
- relates to #8383
2022-06-30 09:57:26 +10:00
Bernd de Ridder 013ff2179b Update human-readable-date with accessible tooltip
- resolves #8697
2022-06-29 11:02:16 +10:00
LB Johnston 65a9c9a1cd documentation - upgrading page - migrate content to markdown 2022-06-29 10:18:05 +10:00
Karl Hobley 920c0afdf4 Changelog/release note/contributors for #8747 #8751 #8725 #8724 #8722 2022-06-27 14:56:13 +01:00
Viggodevries d294617544 change the admin page move interface to a page chooser panel
- fixes #8647
2022-06-24 16:48:41 +10:00
Matt Westcott 90c3a71c16 Release note for #8634 2022-06-20 14:13:47 +01:00