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
e0f84389bb
Release notes for #5317
2019-05-28 11:53:26 +01:00
Thibaud Colas
c9e740324c
Release notes for #5304
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
d57c7c59f3
Update changelog/contributors & release notes with recent contributions
2019-05-23 16:58:19 +10:00
Kalob Taulien
9489cb0758
Added ButtonHelper example code
2019-05-23 07:18:50 +10:00
Thibaud Colas
e71fed541c
Add release notes for #5292
2019-05-20 15:32:52 +01:00
Thibaud Colas
70a749b10a
Add release notes for #5290
2019-05-14 14:16:10 +01: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
Thibaud Colas
3508f0bdbd
Add release notes for #5287 . Fix #5258
2019-05-10 14:37:11 +01:00
Matt Westcott
51d8cac6f4
Release note for #4906
2019-05-03 16:56:46 +01:00
Michael Hearn
7c9c00ab7c
Don't show pages in explorer that user has no permissions to access
...
Partially addresses #4660
2019-05-03 11:42:38 +01:00
Deniz Dogan
74ce4adb6b
Fix playful tail wag animation
...
Fixes #3780
2019-04-30 07:49:10 +10:00
Alex Tomkins
0644f90bef
Revise test decorator used in TestPageEditHandlers
...
- Fix clear_edit_handler decorator
- Will allow the TestPageEditHandlers test cases to run
- Fixes test for test_check_invalid_base_form_class
- Errors might be returned out of order, so sort them before comparing them to the expected list
2019-04-25 21:24:32 +10:00
Adrian Brunyate
d3b8bcb689
Round dimensions for images when scaling.
...
Add hook for validating image operations.
2019-04-25 11:31:38 +10:00
Kevin
31885d6f4e
Add color-white to wagtail-version so it's visible ( #5236 ). Fix #5189
2019-04-24 15:40:09 +01:00
Matt Westcott
14cb03b539
Stop ModelAdmin from failing when filtering over a foreign key relation
...
Supersedes #4998
As per https://github.com/wagtail/wagtail/pull/4998#issuecomment-471005219 , the implementation of `lookup_allowed` is flawed and breaks on some valid lookups while allowing invalid ones. We are therefore better off removing that validation entirely.
2019-04-12 18:56:56 +01:00
nmorduch
2668c05146
Rearrange SCSS structure according to ITCSS
2019-04-11 11:08:47 +02:00
Andy Babic
f1c7b002d8
changelog and release note updates for #5147
2019-04-10 21:29:41 +01:00
Matt Westcott
a304f0f9f8
Remove support for Python 3.4
2019-04-10 17:39:53 +01:00
Matt Westcott
de1a674b0b
Add 2.6 section to changelog and release notes
2019-04-10 17:39:11 +01:00