Wykres commitów

8695 Commity (363450dd4dff54c2fad6de25b0c18e931e8dce27)

Autor SHA1 Wiadomość Data
Matt Westcott 363450dd4d Specify file-based sqlite db for circleci 2018-08-21 17:17:04 +01:00
Matt Westcott 1938159083 Specify file-based sqlite db in tox 2018-08-21 17:17:03 +01:00
Sævar Öfjörð Magnússon 6e60469142 Convert UUID primary key to string before serializing in json. Fixes #4616. 2018-08-21 17:17:03 +01:00
Matt Westcott 48a1d51377 Release note for #4739 in 2.2.2 2018-08-21 15:14:13 +01:00
Matt Westcott bf4ea3766a Release note for #4739 in 2.3 2018-08-21 15:10:25 +01:00
Mikalai Radchuk 550e8f648c Rewind file to the beginning after reading
Fixes #4738
2018-08-21 15:10:25 +01:00
Meteor0id cb8fe063bb depriciate url() for alias re_path() 2018-08-18 11:33:12 +02:00
Meteor0id cb75effd11 url() is depriciated. Alias re_path()
Added important note about using url() on older versions of django, but switched the examples to re_path as to comply with Django docs for 2.0 and later.
2018-08-18 11:32:39 +02:00
Tomasz Knapik 361def81c2 Wrap deleting page into database transaction
Currently queries executed in the hooks don't run in the transaction
with the page deletion query and it's harder to write hook without
copying the whole view if you want to keep queries running in the hooks
integral with page deletion.
2018-08-16 17:18:02 +01:00
Janneke Janssen 9aa5a3ee76 Remove old-skool font-support since woff and woff2 would be sufficient for our browser support 2018-08-16 17:13:54 +01:00
Matt Westcott df12cf9656 Ask issue openers to confirm that bugs are reproducible 2018-08-16 16:03:46 +01:00
Matt Westcott 0ad5ac058d Simplify URL validator code on EmbedForm 2018-08-16 13:59:22 +01:00
Bertrand Bordage 42caa586b4 Validates EmbedBlock URLs against providers. 2018-08-16 12:28:40 +01:00
Martey Dodoo 1247565d3d Add warning about unregistering image formats.
Add warning to documentation to warn that unregistering image formats
that are being used will create an error when viewing or editing pages.

See https://groups.google.com/forum/#!topic/wagtail/X8xTUs-2npA and
https://github.com/wagtail/wagtail/issues/1471#issuecomment-118436706.
2018-08-16 10:52:51 +01:00
Matt Westcott 7ad79c9a4a Release note for #4579 2018-08-14 17:20:57 +01:00
Matt Westcott 4cdf7c474e Eliminate InlinePanel.related, as it just duplicates db_field 2018-08-14 17:10:17 +01:00
Aram Dulyan c3b7a22d73 Fix support for related_query_name in InlinePanel relations 2018-08-14 16:47:11 +01:00
Matt Westcott 035353dc3d fixup! test against Django master 2018-08-14 15:43:28 +01:00
Matt Westcott e1f3927fea Trim down Travis test matrix 2018-08-14 15:17:26 +01:00
Matt Westcott 6817eda153 test against Django master 2018-08-14 14:47:18 +01:00
Matt Westcott cac8fa09ba Fix deprecation warning on get_sitemap_urls 2018-08-14 14:43:39 +01:00
Matt Westcott 897112a5a2 Update dependencies to include Django 2.1 2018-08-14 14:11:39 +01:00
Matt Westcott 0baa35c52f Release note for #4730 2018-08-13 16:31:56 +01:00
Matt Westcott 45536ada63 Prevent AppRegistryNotReady error when wagtail.contrib.sitemaps is in INSTALLED_APPS
Fixes #4729
2018-08-13 16:30:46 +01:00
Matt Westcott 5536422c4a Add release notes for 2.2.1 2018-08-13 15:14:00 +01:00
Matt Westcott d3ad54b100 Add release notes for 2.1.3
Conflicts:
	CHANGELOG.txt
	docs/releases/index.rst
2018-08-13 15:13:05 +01:00
Matt Westcott b2a8f404e0 Pin Beautifulsoup to 4.6.0 2018-08-13 15:12:59 +01:00
Matt Westcott 7ea465e694 Add release notes for 2.0.2 2018-08-13 15:12:47 +01:00
Matt Westcott e4fe70701a Add release notes for 1.12.4 - 1.12.6 and 1.13.2 - 1.13.4
Conflicts:
	CHANGELOG.txt
	docs/releases/index.rst

Conflicts:
	CHANGELOG.txt
	docs/releases/index.rst
2018-08-13 15:12:37 +01:00
Matt Westcott 1643fb3d0c Add release notes for 1.13.3
Conflicts:
	CHANGELOG.txt
	docs/releases/index.rst
2018-08-13 12:37:47 +01:00
Matt Westcott b9998fe015 Add release notes for 1.12.5 2018-08-13 12:37:47 +01:00
Loic Teixeira aac3335883 Respect redirect parameter after login 2018-08-10 10:20:40 -05:00
Matt Westcott 659a57d75f Specify Elasticsearch <6.3.1 2018-08-10 14:27:07 +01:00
Matt Westcott 386378fc34 Fill in release date for 2.2 2018-08-10 12:17:19 +01:00
Matt Westcott dabde18f50 Fetch new translations from Transifex 2018-08-10 12:16:12 +01:00
Matt Westcott a1e31e9ab7 Convert TableBlock widget to Django-1.11-style template rendering 2018-08-09 18:20:50 +01:00
Matt Westcott 3213feeb8f Convert HalloRichTextArea to template rendering 2018-08-09 18:20:50 +01:00
Matt Westcott 5874536849 Remove spurious uses of unlocalize filter on widget ID
These were added in #3478 to ensure that numeric object IDs would not be affected by local number formatting; however, within widget templates, attrs.id refers to a string identifier, not a numeric ID.
2018-08-09 18:20:50 +01:00
Matt Westcott dc4ed6b3c1 Convert AdminTagWidget to template rendering 2018-08-09 18:20:50 +01:00
Matt Westcott 1475633710 Convert AdminDateInput, AdminTimeInput, AdminDateTimeInput to template rendering 2018-08-09 18:20:50 +01:00
Matt Westcott d8287980ac Convert AdminAutoHeightTextInput to template-based rendering 2018-08-09 18:20:50 +01:00
Karl Hobley ebecaf6a5b Prevent search engines from indexing admin pages
According to a google search I just did, it seems a lot of people have forgotten to add ``Disallow: /admin`` in their robots.txt (or forgot to add robots.txt) at all.

Adding this meta tag into the head of all admin pages should prevent any admin pages being indexed even if this was missed.
2018-08-09 16:30:33 +01:00
Oliver Wilkerson 091ea75de7 Added a simple scale filter to image_operations. 2018-08-09 16:11:39 +01:00
Matt Westcott 12c0fe2556 Stop ignoring failures on Django 2.1 / specify Django 2.1 in project template 2018-08-09 00:34:38 +01:00
Matt Westcott 90201afbd7 Upgrade mysqlclient to a supported version 2018-08-09 00:34:38 +01:00
Matt Westcott 6604cdfdae Update documentation to indicate Django 2.1 support 2018-08-09 00:34:38 +01:00
Matt Westcott deb7f7ecc6 Upgrade to Django-2.1-compatible versions of modelcluster and taggit 2018-08-09 00:34:38 +01:00
Matt Westcott 939e031760 Fix passwordless user creation tests for Django 2.1 and clarify WAGTAILUSERS_PASSWORD_REQUIRED docs
The behaviour of `has_usable_password` has changed in Django 2.1, such that `None` is no longer considered a 'non-usable' password: https://docs.djangoproject.com/en/2.1/ref/contrib/auth/#django.contrib.auth.models.User.has_usable_password

As a consequence of the fix applied in Django https://code.djangoproject.com/ticket/28718 , Wagtail users created without a password will now be able to complete the password reset process to gain access to Wagtail. Sites that do not want this behaviour (e.g. because those users should be using an LDAP login instead) should disable password changes via WAGTAIL_PASSWORD_MANAGEMENT_ENABLED and WAGTAIL_PASSWORD_RESET_ENABLED.
2018-08-09 00:34:38 +01:00
Matt Westcott 80a2389a26 Cast values to string when writing to querystring
Mitigation for https://code.djangoproject.com/ticket/29627 in Django 2.1
2018-08-09 00:34:38 +01:00
Matt Westcott b75e484717 Define sortable_by on modeladmin.views.IndexView for Django 2.1 compatibility 2018-08-09 00:34:38 +01:00