Jonny Scholes
377259f068
Make license more prominent
2019-06-05 21:49:47 +10:00
Thibaud Colas
e191582b94
Add a "Dashboard" label for logo link in the main nav for screen reader users ( #5349 )
...
* Use the correct link label for Dashboard link in main nav
* Remove dashboard link title with Wagtail version number
2019-06-04 21:51:18 +01:00
Thibaud Colas
8d10c4688e
Update squash user details to be more portable
...
- Changes the user's email from `@myproject.com` to `@example.com`. myproject.com points to a real website, it feels better to use a domain that's definitely meant as a placeholder.
- Changes the password to `changeme`, matching the credentials used for https://github.com/wagtail/bakerydemo .
2019-06-03 22:06:15 +01:00
Thibaud Colas
e0f84389bb
Release notes for #5317
2019-05-28 11:53:26 +01:00
Thibaud Colas
15a8907e44
Document partial focus outline support in IE11
2019-05-28 11:53:26 +01:00
Thibaud Colas
6da86daeae
Fix focus outline styles for image blocks
2019-05-28 11:53:26 +01:00
Thibaud Colas
0d22763e0a
In main nav & explorer menu, show focus outline within elements
2019-05-28 11:53:26 +01:00
Thibaud Colas
f4e2891857
Remove all existing outline overrides in admin UI
2019-05-28 11:53:26 +01:00
Thibaud Colas
278cda67ab
Add global tab-through focus outline styles
2019-05-28 11:53:26 +01:00
Thibaud Colas
c9e740324c
Release notes for #5304
2019-05-23 17:12:58 +01:00
Thibaud Colas
0131e80eb5
Keep styleguide color combinations up to date
2019-05-23 17:12:58 +01:00
Beth Menzies
0c774e7dd1
increase font size across admin, improve color contrast
2019-05-23 17:12:58 +01:00
Matt Westcott
c109dd3495
Add form field prefixes for input forms in chooser modals
...
Update chooser modal JS to use field IDs with prefixes
Note that the tag field JS no longer needs to be initialised here, as that's done in AdminTagWidget's inline JS
2019-05-23 18:03:59 +10:00
Matt Westcott
4cb308bf66
Move date / time widget initialiser JS into the widget's form media
...
This allows them to work on pages that do not include _editor_js.html (or page-editor.js). However, wagtailadmin/shared/datetimepicker_translations.html will still be required in order to localise the date picker UI.
Move datepicker translations to admin_base.html
2019-05-23 17:12:47 +10:00
LB Johnston
6859980d34
Merge branch 'master' of github.com:lb-/wagtail
2019-05-23 16:59:55 +10:00
LB Johnston
d57c7c59f3
Update changelog/contributors & release notes with recent contributions
2019-05-23 16:58:19 +10:00
LB (Ben Johnston)
8812e2aa98
Clear pending AJAX request if error occurs on page chooser
...
Merge pull request #5179 from gasman/fix/unsuspend-ajax-on-error
2019-05-23 16:47:07 +10:00
LB Johnston
a48456c224
Update changelog/contributors & release notes with recent contributions
2019-05-23 07:42:56 +10:00
LB (Ben Johnston)
e967b9763f
Update documentation - API example of image url to be relative
...
ImageRenditionField returns a relative URL - The example in the docs shows an absolute URL with the site's hostname, but the ImageRenditionField returns a relative URL.
Merge pull request #5306 from mihow/patch-2
2019-05-23 07:33:12 +10:00
LB (Ben Johnston)
ddbbbe4417
Revise wording of static resources usage in modeladmin documentation
...
Small wording revision
Merge pull request #5295 from DanielSwain/patch-35
2019-05-23 07:25:12 +10:00
Kalob Taulien
9489cb0758
Added ButtonHelper example code
2019-05-23 07:18:50 +10:00
Jonny Scholes
d76410f5ce
Update CONTRIBUTORS.rst
2019-05-22 20:07:32 +10:00
LB Johnston
bbbb70ae65
Remove explicit stylelint-scss requirement & upgrade config pkg to v0.1.0
2019-05-20 16:42:35 +01:00
LB Johnston
275d28cbff
Update JS Docs to reference eslint instead of JS Code Style
...
- it does not appear that JavaScript code style is in use
- also revise the formatting script to align with actual scripts
2019-05-20 16:42:35 +01:00
LB Johnston
cbe8020527
Docs: Update CSS Guidelines to align with new shared config
...
- also make changes to set up similar sections to JS docs
2019-05-20 16:42:35 +01:00
LB Johnston
c51147e643
Remove configuration in stylelintrc.yaml & extend shared config instead
2019-05-20 16:42:35 +01:00
LB Johnston
3271d91237
Revise npm run lint
to also lint scss files
2019-05-20 16:42:35 +01:00
LB Johnston
adc4767eec
Install @wagtail/stylelint-config-wagtail & upgrade stylelint packages
2019-05-20 16:42:35 +01:00
Thibaud Colas
e71fed541c
Add release notes for #5292
2019-05-20 15:32:52 +01:00
Thibaud Colas
bdf5185887
Make URL generator preview image alt translateable
2019-05-20 15:32:52 +01:00
Andreas Bernacca
5fef1da5eb
Add missing alt attribute to image tags
2019-05-20 15:32:52 +01:00
Andreas Bernacca
aaf0f50c9c
Add alt attributes to images that was missing them
2019-05-20 15:32:52 +01:00
Michael Bunsen
b06cb6a6eb
ImageRenditionField returns a relative URL
...
The example in the docs shows an absolute URL with the site's hostname, but the ImageRenditionField returns a relative URL.
Relevant source here: https://github.com/wagtail/wagtail/blob/master/wagtail/images/api/fields.py
2019-05-17 16:44:32 -07:00
Thibaud Colas
70a749b10a
Add release notes for #5290
2019-05-14 14:16:10 +01:00
Thibaud Colas
96e86a0375
Set up landmarks on more templates
2019-05-14 14:16:10 +01:00
Thibaud Colas
b32bb7383d
Fix failing Django tests due to changes in HTML structure
2019-05-14 14:16:10 +01:00
Thibaud Colas
df80f54315
Add missing role="tab" in page editing tabs
2019-05-14 14:16:10 +01:00
Beth Menzies
b6387f79b6
add landmark roles to header and footer
2019-05-14 14:16:10 +01:00
Beth Menzies
a44ff723b0
add trans tags to aria labels
2019-05-14 14:16:10 +01:00
Beth Menzies
966e791b22
add landmarks, use semantic html tags to admin templates
2019-05-14 14:16:10 +01:00
DanAtShenTech
ad7af7e191
Small wording revision
2019-05-13 14:09:18 -04:00
Deniz Dogan
0840b1a355
Add type check to get_rendition_or_not_found
...
Fixes #5222
2019-05-10 16:04:37 +01:00
Alex Tomkins
4891db0d89
Improve EditHandler __repr__
...
The string of self.form is the same as form.as_table - which is too verbose.
This updates the __repr__ of EditHandler/FieldPanel to show the class name of the form being used instead (or NoneType if it's None).
2019-05-10 15:35:52 +01:00
Seb
5e15984074
Add type to chunk_size arg for update_index
2019-05-10 14:58:28 +01:00
rinti
1b22794da2
Add correct dir attribute to html tag in admin
2019-05-10 14:47:10 +01:00
Adam
22e9e71ca7
Updated Page Chooser Panel ForeignKey
...
Needs a related_name
2019-05-10 14:41:09 +01:00
Thibaud Colas
3508f0bdbd
Add release notes for #5287 . Fix #5258
2019-05-10 14:37:11 +01:00
Thibaud Colas
14cbc699c9
Fix jinjalint error ignores incompatible with bash -o pipefail in CircleCI
2019-05-10 14:37:11 +01:00
Thibaud Colas
b3cd5e0ead
Change template to remove HTML validation false positive
...
See https://github.com/motet-a/jinjalint/issues/19 for further details.
2019-05-10 14:37:11 +01:00
Thibaud Colas
0a2531c1fa
Fix invalid HTML in styleguide code sample
2019-05-10 14:37:11 +01:00