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
Noble Mittal
0be024e024
documentation - migrate docs/extending/ to md
2022-06-20 16:36:25 +10:00
Hugh Rawlinson
8e4a4fae5d
Add release dates to release notes ( #8692 )
...
Fixes #8691
* Add dates to markdown based release notes
* Add dates to rst based release notes
2022-06-16 14:04:18 +02:00
Yves Serrano
e2e356d0ae
use an empty list instead of [None] if revision.user doesn't exists fixes #7879 ( #8685 )
2022-06-16 11:46:01 +02:00
Jaspreet-singh-1032
c7a0d6ef95
show different message if no page_type available ( #8672 )
...
Fixes #8173
2022-06-15 14:39:50 +02:00
Lucie Le Frapper
1297b930e5
add accessible label for image focal point chooser input
...
- fixes #5309
2022-06-10 08:14:03 +10:00
BenedictFaw
952e57b916
Migrate docs for StreamField from md to rst
...
- relates to #8383
2022-06-09 20:21:50 +10:00
Thiago Costa de Souza
7e73349dc1
documentation - migrate api section to markdown
2022-05-25 21:01:38 +10:00
Matt Westcott
ca03abc935
Fetch new translations from Transifex
2022-05-16 11:41:46 +01:00
Tom Hu
1f3605b98a
chore(ci): add informational Codecov status checks
...
we were usng Codecov but weren't actually getting any notifications on pull requests.
Update codecov.yml
Removing `after_n_builds` as there is only 1 build
2022-05-13 08:16:12 +10:00
Christian Franke
7d6240a489
Throw error if images.Filter.run cannot create output ( #8508 )
...
If Filter.run is requested to create an unknown output format,
it should not fail silently without writing any output, but instead
throw an exception.
Fixes #8503
2022-05-12 14:20:45 +01:00
Josh Woodcock
8a4a6b4ced
modeladmin - fix issue where action button class conflicted ( #6387 )
...
- It was creating styling issues in the wagtailadmin when list export was enabled
- ensure that all actions are contained within the actionbutton div
2022-05-06 06:40:50 +10:00
Matt Westcott
5ff20cda8c
Fix deep_update for Python 3.10 ( #8394 )
...
This is only used by the Elasticsearch backend, so we were missing test runs for it over all Python versions.
Thanks to @przemub for reporting and the initial fix.
2022-04-26 14:14:49 +01:00
Matt Westcott
f190b2dcac
Fetch new translations from Transifex
2022-04-22 15:14:23 +01:00
Simon Krull
4f3ec696ff
Fix minor typo in the documentation - third party tutorial
2022-04-18 08:26:22 +10:00
luz paz
5c894345b9
Fix various user-facing and non-user-facing typos
...
- Found via `codespell -q 3 -S *.po,*.js`
2022-04-18 08:18:03 +10:00
Daniel Kirkham
c877bf9886
convert various documentation pages to Markdown
...
- Removes use of topic:: in docs as this directive is not needed
- resolves #8323
2022-04-18 08:16:27 +10:00
Rishank
7861014316
add Monospace system UI font stack
...
resolves #8043
ui-monospace, Menlo, Monaco, ... "Courier New", monospace
Operating Systems and their fonts:
ui-monospace -> MacOS (Menlo, Monaco fallback)
Cascadia ->Windows (since Vista)
Roboto -> Android (since 4.0)
Fira -> Firefox OS
Droid -> Android (<4.0)
Oxygen -> KDE
Ubuntu -> Ubuntu
In addition, ui-monospace is supported for Safari/MacOS (only way to access SF Mono in Mac);
Cascadia is a new Microsoft font-face, and Segue is the fallback.
2022-04-14 19:44:29 +10:00
Matt Westcott
d43b62a348
Add Vaibhav Shukla to contributors
2022-04-08 11:59:40 +01:00
Kyle J. Roux
844efa696a
Ensure thumb_col_header_text is used by ThumbnailMixin correctly
...
- fixes #8269
because you cannot dynamically set attributes on bound methods, we need to update the current classes version of admin_thumb so it can be accessed in sub classes
2022-04-08 00:23:45 +10:00
Hitansh Shah
0b8a8c2024
Added image management command to purge and regenerate renditions
...
- resolves #8107
2022-04-07 23:57:44 +10:00
eevel
1c7c5cfc0b
Allow specifying an alternative storage backend for image renditions
...
- add setting `WAGTAILIMAGES_RENDITION_STORAGE`
- add AbstractRendition file storage to use new setting
- resolves #3183
2022-04-07 23:33:46 +10:00
Caio Jhonny
21202e421e
Add missing import django models ( #8301 )
...
Django models need to be imported
2022-04-07 12:18:37 +01:00
Sandil Ranasinghe
cb7fc4cb14
Rename BASE_URL to WAGTAILADMIN_BASE_URL & add docs
...
- add documentation for WAGTAILADMIN_BASE_URL
- ensure that WAGTAILADMIN_BASE_URL is used via a util so that it can fallback from request
- resolves #3248
- remove settings URL from pagination template - not required for query string URLs
2022-04-06 19:43:46 +10:00
Abdul
9007bda686
documentation - add admin tag manager doc
...
- add documentation that describes how to use `ModelAdmin` to manage tags
- resolves #1220
2022-04-06 07:21:34 +10:00
ShwetKhatri2001
177f005a20
documentation - migrate editor's guide to markdown from RST
...
- resolves #8106
2022-04-06 06:48:43 +10:00
Matt Westcott
0946e5d5b7
add Vinit Kumar to contributors
2022-04-05 14:55:57 +01:00
talkshrey
7f7fd15831
docs - fix spacing added between -m and http command
...
- see #8257
2022-04-03 22:12:04 +10:00
anujaraj
f3720a7652
Fix missing translations in workflow templates
...
- fixes #8214
- see #8240 & #8238
2022-04-03 22:03:50 +10:00
James Ray
2cae3083f5
Add missing lang
attributes to <html>
elements. Fix #8212 ( #8220 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-04-01 23:50:47 +01:00
Matt Westcott
b159404413
Update Saurabh kumar's name
2022-04-01 20:55:16 +01:00