Mikalai Radchuk
41321158a5
Adds credits to the release notes
2018-10-28 16:23:40 +03:00
Mikalai Radchuk
604bc6c4c7
Adds release notes for #4856
2018-10-28 16:21:46 +03:00
Yannick Chabbert
515aa61943
Add template tag for dynamic image url
...
Update documentation
Co-Authored-By: zerolab <dan@zerolab.org>
2018-10-28 16:21:46 +03:00
Meteor0id
49b280ab0a
Allow custom logos of any height in the admin menu ( #4747 )
2018-10-28 15:48:04 +03:00
Mikalai Radchuk
bfc41752e3
Adds release notes for #4859
2018-10-28 11:57:06 +03:00
Scott Cranfill
f1148e7f76
Address more feedback on new welcome page
2018-10-27 19:10:31 +03:00
Allen, Timothy
01ac14c139
Take the Django 'It Worked' page as a starting point for a Wagtail intro page.
2018-10-27 19:10:31 +03:00
Dzianis Sheka
70a9a5faf7
Fix help text positioning to avoid text cutting with narrow field ( #4855 , #3522 )
2018-10-27 18:43:46 +03:00
Matt Westcott
cea4cbc836
Release note for #4854
2018-10-27 16:44:14 +03:00
Matt Westcott
aaa0953d05
Document the Dockerfile in the project template ( #4853 )
2018-10-27 15:18:25 +02:00
Matt Westcott
66a428f741
Release note for #4840
2018-10-27 15:58:13 +03:00
Dan Braghis
3b1dc5be86
Add Page max_count
2018-10-27 15:13:16 +03:00
Anselm Bradford
303ee0f95b
Add rel="noopener noreferrer"
to target blank links
2018-10-27 12:46:49 +03:00
Brady Moe
95333ba8ec
returns content_types as a list instead of dict_values
2018-10-27 12:34:29 +03:00
Dan Braghis
3bb6984132
Clarify virtualenv steps for easier getting started
...
Reference: https://github.com/wagtail/wagtail/issues/4690#issuecomment-431240164
2018-10-27 11:49:12 +03:00
Matt Westcott
183b626dc3
Eliminate {% load staticfiles %}
and {% load admin_static %}
...
These are removed in Django 3.0 in favour of `{% load static %}`
2018-10-27 09:40:42 +02:00
Benjamin Bach
a671f19298
Use current year for the copyright notice
2018-10-25 18:14:36 +01:00
Matt Westcott
c2a351fee1
Clarify that the default languages list is the ones with >=90% coverage
2018-10-25 12:20:59 +01:00
Matt Westcott
16bc148916
Fill in release date for 2.3
2018-10-23 15:39:56 +01:00
Janneke Janssen
52a224ca64
Fixes reference to the wagtailsearch section
2018-10-23 15:51:14 +02:00
Matt Westcott
c915ae9cb5
Fix broken link to bakerydemo ( #4834 )
2018-10-21 11:38:28 +02:00
Matt Westcott
9afcd1a8be
Remove notes about URL confs for Django<2.0
2018-10-18 11:25:12 +01:00
Matt Westcott
4965d85e72
Update hook examples to use django.templatetags.static
...
django.contrib.staticfiles.templatetags.staticfiles is deprecated as of Django 2.0
2018-10-18 08:49:15 +01:00
Matt Westcott
4bb8a5f420
Document Python 3.7 support
2018-10-17 18:23:35 +01:00
Matt Westcott
e844200f27
Remove Django 1.11 support from code and docs
2018-10-17 15:30:36 +01:00
Matt Westcott
771eb42d05
add 2.4 release notes page
2018-10-17 11:46:56 +01:00
Matt Westcott
5b7bf05db8
Version bump to start work on 2.4
2018-10-17 11:07:33 +01:00
Jorge Barata
8161d7c14c
Fix get_permission_helper_class documentation typo
2018-10-16 11:29:05 +01:00
Matt Westcott
7c82594c29
Trivial change to 2.3.rst to see if readthedocs picks it up
2018-10-11 17:23:27 +01:00
Matt Westcott
5b8031ee18
Move readthedocs.yml to project root
...
This is now required according to https://github.com/rtfd/readthedocs.org/issues/4668
2018-10-11 16:59:57 +01:00
Matt Westcott
523a014adb
Add note that 2.3 is the last dj1.11-compatible release
2018-10-11 14:26:24 +01:00
Matt Westcott
56801cc0ce
Release note for #4788
2018-10-11 12:46:21 +01:00
Coen van der Kamp
30c21feda1
Add comment refering to Wagtail stylesheet back in
2018-10-11 12:07:51 +01:00
Coen van der Kamp
b001d0f127
Drop redundant color color-grey-1-1
2018-10-11 12:07:51 +01:00
Matt Westcott
666876693b
Do not log user out when changing their own password. Fixes #4200 and #4794
2018-10-10 20:52:00 +01:00
Matt Westcott
2fe866e484
Release note for #4801
2018-10-10 16:09:59 +01:00
Matt Westcott
bf870cecd3
Gracefully handle document links with missing ID attributes in rich text
...
Fixes #4791
Previously, our rich text conversion functions handled the case where a document link specified an ID which is not found in the database. However, they failed with a KeyError when the id attribute was missing completely; links of this second type would occur whenever a link of the first type was re-saved from the Draftail editor. The fix is two-fold:
1) Catch the "missing ID attribute" case - in this case, the resulting link will be missing both the href and id attributes
2) Update the handling of the "ID present but document not found" case so that the id attribute survives the round-trip to the editor and back. The final link as rendered on the front-end will still be an attribute-less <a> element, but the id will be retained in the database (and in the versions rendered within rich text editors) which may be useful for troubleshooting.
2018-10-10 12:54:52 +01:00
Thibaud Colas
7cd73c472f
Add release notes for #4800
2018-10-07 22:27:51 +03:00
Matt Westcott
44e5beb481
Release / deprecation notes for #4777
2018-09-28 22:41:01 +01:00
Janneke Janssen
4134288700
Add autocomplete off to custom datetime widgets
2018-09-28 16:23:48 +01:00
Matt Westcott
b2b42faf14
Fix note about update_index not being required for the db backend
2018-09-21 10:59:52 +01:00
Matt Westcott
6454e500ab
Fix module path (wagtailforms.models should be wagtail.contrib.forms.models)
2018-09-21 10:53:51 +01:00
Meteor0id
088d3ffc21
missing quotation, not that it matters
...
award of smallest contribution of the year goes to..
2018-09-13 13:00:57 +01:00
Ben Dickinson
4c72f767ea
Add HTTP_AUTHORIZATION to values copied to dummy preview requests
2018-09-12 16:37:55 +01:00
Michael Harrison
8ef0edb371
Add file download url to Imagesv2 API endpoint
2018-09-06 17:12:02 +01:00
Samir Shah
265d4baaf2
Add a title attribute to the image displayed in an ImageChooserBlock.
2018-09-06 16:13:38 +01:00
Dan Braghis
5ddba47cc3
Add Auto-Submitted: auto-generated header to admin utils send_mail
2018-09-06 15:58:24 +01:00
Michael Borisov
38b2defc7f
Check key value
...
It fixes issue when press 'б' in russian keyboard it's trigger ','
2018-09-05 15:07:45 +01:00
Matt Westcott
2947c584b0
Recommend the use of ManifestStaticFilesStorage. Fixes #3700
2018-09-04 12:56:11 +01:00
Matt Westcott
81bda3bb0c
Fill in release date for 2.2.2
...
Conflicts:
CHANGELOG.txt
2018-08-29 14:15:44 +01:00