Thibaud Colas
059c139515
Remove bad practice example from CSS guidelines
2019-06-06 17:04:23 +01:00
Helen Chapman
669c1af4a0
Remove menu role from page edit action menu ( #5354 , #5327 )
2019-06-05 19:11:55 +01: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
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
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
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
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
Thibaud Colas
e71fed541c
Add release notes for #5292
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
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
Matt Westcott
ed96db92f6
Add release notes page for 2.5.1
2019-05-07 18:22:37 +01:00
Adrian Turjak
52fe571eb2
Fix streamfield structblock compare append usage
...
Append was being called with 2 params, which clearly should
have been a tuple.
Fixes: https://github.com/wagtail/wagtail/issues/5261
2019-05-07 18:22:22 +01:00
David Beitey
602cd50d18
Add Django models import to Site Settings docs
2019-05-03 17:11:27 +01:00
Matt Westcott
51d8cac6f4
Release note for #4906
2019-05-03 16:56:46 +01:00
Samuel Mendes
352fa37dda
Add documentation on supporting cell alignment
2019-05-03 13:51:51 +01:00
Samuel Mendes
ba78df06bc
Upgrade handsontable to 6.2.2 and documentation
2019-05-03 13:36:51 +01:00
DanAtShenTech
6989c29d33
Create reference in docs to PostgreSQL backend
...
wagtailsearch_backends_postgresql was not present in the documentation for reference by change made in this PR: https://github.com/wagtail/wagtail/pull/5233
2019-05-03 13:36:02 +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
scil
1e55b98af0
Update performance.rst
2019-05-01 12:58:22 +01:00
DanAtShenTech
5d52f416df
Clarify: extra fields can be indexed by PostgreSQL backend ( #5233 )
2019-05-01 11:24:14 +01:00
Deniz Dogan
74ce4adb6b
Fix playful tail wag animation
...
Fixes #3780
2019-04-30 07:49:10 +10:00
DanAtShenTech
74ee1d4c11
Fix small typos/grammar in documentation
...
- editor manual - admin tasks - promoted search results
2019-04-30 07:35:45 +10:00
Thibaud Colas
effb0866b4
Update accessibility-related docs to clarify tools usage and reflect feedback
2019-04-29 13:55:41 +01:00
Thibaud Colas
e78d1c5410
Document accessibility targets and browser extensions to use
2019-04-29 13:55:41 +01:00
Thibaud Colas
374d35f945
Add linkable sub-sections to Testing in development docs
2019-04-29 13:55:41 +01:00
Thibaud Colas
a51631c306
Add jinjalint linter for Django templates, allowing errors for now
2019-04-29 13:55:41 +01:00
LB Johnston
8407245207
Add Third Party Tutorials & Links
...
- Revise grammar for Learn Wagtail link
- Add articles from Timonweb blog
- Add Youtube link for Google Cloud Platform
- Add blog from Jelastic (PaaS) deployment
- Add Mozilla guide for end users (really well laid out and reasonably generic)
2019-04-25 17:24:46 +01: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
Thibaud Colas
b7f53ef276
Fix typo in rewrite handlers example code ( #5253 )
2019-04-24 21:10:12 +01:00
Matt Westcott
c5457755ef
Fill in release date for 2.5
2019-04-24 16:21:43 +01: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
dthompson86
444744dbfe
Update the_explorer_page.rst ( #5220 )
...
Fixed a typo ;-)
2019-04-12 16:32:42 +01:00
DanAtShenTech
dec456479b
Grammar fixes ( #5212 )
2019-04-12 16:30:17 +01:00
DanAtShenTech
751c666037
Grammar fixes
2019-04-12 16:24:20 +01:00