Commit graph

8647 commits

Author SHA1 Message Date
Matt Westcott
84facaf759 Release note for #4739 in 2.2.2 2018-08-21 15:13:22 +01:00
Mikalai Radchuk
064d2d1544 Rewind file to the beginning after reading
Fixes #4738
2018-08-21 15:11:31 +01:00
Matt Westcott
7c17c50245 Release note for #4730 2018-08-13 16:32:23 +01:00
Matt Westcott
38e9eb26e6 Prevent AppRegistryNotReady error when wagtail.contrib.sitemaps is in INSTALLED_APPS
Fixes #4729
2018-08-13 16:32:21 +01:00
Matt Westcott
8f0df1e192 Version bump to 2.2.1 2018-08-13 15:07:02 +01:00
Matt Westcott
d5cbdaf6d7 Add release notes for 2.2.1 2018-08-13 15:06:44 +01:00
Matt Westcott
415f5ae3f9 Add release notes for 2.1.3
Conflicts:
	CHANGELOG.txt
	docs/releases/index.rst
2018-08-13 15:05:24 +01:00
Matt Westcott
c5268de6f0 Pin Beautifulsoup to 4.6.0 2018-08-13 15:04:28 +01:00
Matt Westcott
85e542b180 Add release notes for 2.0.2 2018-08-13 15:04:19 +01:00
Matt Westcott
afc14d318c 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:04:07 +01:00
Matt Westcott
71dc5ea98b Add release notes for 1.13.3
Conflicts:
	CHANGELOG.txt
	docs/releases/index.rst
2018-08-13 11:27:58 +01:00
Matt Westcott
9c5d859f04 Add release notes for 1.12.5 2018-08-13 11:26:58 +01:00
Matt Westcott
5c5f0849c1 Specify Elasticsearch <6.3.1 2018-08-10 14:27:20 +01:00
Matt Westcott
ef98b7bba1 Version bump to 2.2 final 2018-08-10 12:15:12 +01:00
Matt Westcott
6fc9d01447 Fill in release date for 2.2 2018-08-10 12:14:25 +01:00
Matt Westcott
f6ede09d5c Fetch new translations from Transifex 2018-08-10 12:13:07 +01:00
Matt Westcott
c9e590777a see if requirements_file: null makes readthedocs happy 2018-08-06 15:29:41 +01:00
Matt Westcott
aef5d6915f Version bump to 2.2rc2 2018-08-06 13:09:23 +01:00
Matt Westcott
ef32e8dfe7 Fetch new translations from Transifex 2018-08-06 13:08:35 +01:00
Matt Westcott
7170d6182a Release notes for 2.1.2 2018-08-06 12:57:09 +01:00
Matt Westcott
b10b6a56d9 add indirect dependencies from l18n 2018-08-06 12:53:57 +01:00
Matt Westcott
c0b6743494 Exclude wagtail/utils/l18n from linting 2018-08-06 12:40:25 +01:00
Matt Westcott
7dd1b803c7 Bundle the l18n library to prevent installation issues
https://bitbucket.org/tkhyn/l18n/issues/4/setuppy-raises-unicodedecodeerror-trying prevents the l18n library from being installed on certain setups with non-Unicode locales:
https://groups.google.com/d/msg/wagtail/X5d8CL3DxUs/httaLso4DAAJ

As a temporary measure until a fixed version of l18n is released, bundle the library into wagtail.utils.l18n.
2018-08-06 12:40:24 +01:00
Matt Westcott
86ce571b93 Version bump to 2.2rc1 2018-07-30 21:18:44 +01:00
Matt Westcott
26d897174e Generate new strings for translation 2018-07-30 17:33:01 +01:00
Matt Westcott
82b87f3989 Fetch new translations from Transifex 2018-07-30 17:29:50 +01:00
Matt Westcott
93e079bc6c Block installation of beautifulsoup4==4.6.1
It contains a critical bug that breaks Wagtail: https://bugs.launchpad.net/beautifulsoup/+bug/1784408
2018-07-30 16:28:30 +01:00
Matt Westcott
f0cff6db3a Un-deprecate index methods from Elasticsearch2SearchBackend
As discussed at https://github.com/wagtail/wagtail/pull/3975#issuecomment-389961302 - the base search backend class now implements generic versions of these methods so that they can be removed from the ES2-specific code without any loss of functionality.
2018-07-30 15:16:00 +01:00
Matt Westcott
7c38c5ad56 Fix typo preventing facet example from displaying 2018-07-27 12:00:38 +01:00
Matt Westcott
bf5d6e3363 Release note for #4524 2018-07-27 11:58:21 +01:00
Karl Hobley
4b91f6f6dc Implement custom ordering in page search 2018-07-27 11:45:11 +01:00
Karl Hobley
ce2bdb9644 Implement filter by content type on page search 2018-07-27 11:45:10 +01:00
Matt Westcott
bb8df218e5 Make checkbox/radio alignment on Firefox consistent with Webkit 2018-07-25 11:26:15 +01:00
Karl Hobley
3d4055e465 Always index the specific version of the book 2018-07-23 13:45:59 +01:00
Karl Hobley
bf2661c952 Support indexing ForeignKeys which point to models with custom PK type 2018-07-23 13:45:59 +01:00
Karl Hobley
f67f0e39c3 Allow indexing arrays of model instances in FilterField 2018-07-23 13:45:59 +01:00
Karl Hobley
a68597dadf Add "missing value" bucket to Elasticsearch facet
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-terms-aggregation.html#_missing_value_12
2018-07-23 13:45:59 +01:00
Karl Hobley
5c0c91dce7 Index tag IDs when indexing tags fields 2018-07-23 13:45:59 +01:00
Karl Hobley
dd9f155c06 Find underlying type of related fields
We currently guess that all OneToOneFields are integers and use string
for everything else.

This is usually not an issue as Elasticsearch coerces between strings an
integers automatically. But this causes issues for the new facet feature
as Elasticsearch returns strings for ID fields that are actually
integers.

The field type changes shouldn't cause any trouble for existing indices
as Elasticsearch will continue to automatically coerce the types. Users
who want to use the new facet feature on related fields will have to
rebuild their index.
2018-07-23 13:45:59 +01:00
Karl Hobley
dca01c3f4d Reindex books when adding tags 2018-07-23 13:45:59 +01:00
Bertrand Bordage
0161f2664b Merge branch 'master' of github.com:wagtail/wagtail 2018-07-14 14:56:24 +02:00
Bertrand Bordage
aa5f2497ea Changelog for PostgreSQL autocomplete. 2018-07-14 14:54:48 +02:00
Bertrand Bordage
1130209823 Builds a single tsquery to handle complex negations. 2018-07-14 14:54:23 +02:00
Bertrand Bordage
f0d25f7443 Tests negating the search of multiple words (should fail on PostgreSQL). 2018-07-14 14:52:35 +02:00
Meteor0id
d49bc21469 one letter spelling mistake
Had been merged by the time I noticed my own mistake. Corrected 1 letter.
2018-07-14 13:29:37 +02:00
Meteor0id
ddd63bdb59 Update integrating_into_django.rst (#4686)
* Update integrating_into_django.rst

flaw in url, was still referencing depreciated method, fixed.

* Update integrating_into_django.rst

Add important notice that versions of Django earlier than 2.0 require url() instead of re_path()
2018-07-13 20:58:21 +02:00
Bertrand Bordage
8f4e5278de Makes PostgreSQL autocomplete work with tsquery special chars. 2018-07-13 20:38:38 +02:00
Bertrand Bordage
a0283a9d8f Implements query boost in PostgreSQL. 2018-07-13 20:22:23 +02:00
Bertrand Bordage
53c0e3aab7 Flake8. 2018-07-13 15:36:05 +02:00
Bertrand Bordage
cf2c9f5af4 Adds PostgreSQL support for the autocomplete method. 2018-07-13 15:11:39 +02:00