Wykres commitów

7955 Commity (3eac584c7c6a73db9cf8c238c806357d1f3b2c3e)

Autor SHA1 Wiadomość Data
Karl Hobley 11b822d2dc Disable isort
Keeping isort happy while renaming lots of modules in parallel will
create a lot of merge conflicts which take time to resolve.

We will re enable after all the modules have been renamed.
2017-11-26 22:43:47 +00:00
Karl Hobley 4300e19da2 Rename wagtail.wagtailcore to wagtail.core 2017-11-26 22:43:47 +00:00
Bertrand Bordage ff1272dea2 Simplification. 2017-11-24 05:33:43 +01:00
Bertrand Bordage b3bf2415d2 Fixes PostgreSQL tests. 2017-11-24 05:09:39 +01:00
Bertrand Bordage d187bf4c75 Disables AUTO_UPDATE in PostgreSQL test for speed. 2017-11-24 04:37:10 +01:00
Bertrand Bordage 420f721631 Tests Travis CI against the PostgreSQL search backend. 2017-11-24 04:05:54 +01:00
Bertrand Bordage c598534271 Tests invalid search operators and removes a useless check. 2017-11-24 03:40:51 +01:00
Bertrand Bordage 1bc7cf5934 Unused import. 2017-11-23 22:45:06 +01:00
Bertrand Bordage c3cac970ff Fixes Elasticsearch tests. 2017-11-23 22:16:08 +01:00
Bertrand Bordage d537737166 Replaces a remaining None with MATCH_ALL. 2017-11-23 22:12:33 +01:00
Bertrand Bordage 04e2deb309 Allows search query API tests failure on ES5. 2017-11-23 21:26:54 +01:00
Bertrand Bordage c737f516e8 Implements Filter & Boost in database search backends. 2017-11-23 21:03:00 +01:00
Bertrand Bordage b36165fd6a Implements And/Or/Not/Term in database search backend. 2017-11-23 19:25:18 +01:00
Bertrand Bordage 4c4dfac806 Removes keyword_split. 2017-11-23 18:52:50 +01:00
Bertrand Bordage 6fe6935997 Makes Flake8 happy. 2017-11-23 18:51:34 +01:00
Bertrand Bordage 4a05f4ae23 Adds a test for complex operators combinations. 2017-11-23 18:48:22 +01:00
Bertrand Bordage 27bcb3f38f Implements And/Or/Not/Term in postgres_search. 2017-11-23 18:37:36 +01:00
Matt Westcott 026346b977 Mention Slack in readme 2017-11-23 17:35:55 +00:00
LB (Ben Johnston) fbd317e6b9 Fix issues with 'Customising generated forms'
The 'Customising generated forms' example contains a few issues that might confuse those who are copy/pasting the code.

1. No reference to the `geocode` library and where it comes from, added imports and revised API usage
2. `location = models.CharField()` requires the `max_length` attribute set
3. `FieldPanel('title')` added to content panels, otherwise testing this out causes error because no title or slug exists

These issues were flagged in #3737
2017-11-23 17:30:14 +00:00
Bertrand Bordage 71a7ca5808 SearchQueryCompiler → BaseSearchQueryCompiler. 2017-11-23 17:05:54 +01:00
Bertrand Bordage 019f59f486 Fixes an undefined variable. 2017-11-23 16:57:52 +01:00
Bertrand Bordage 1bb6613bcc Types the search query API. 2017-11-23 16:53:41 +01:00
Bertrand Bordage cf5d7ae0f0 Fixes Elasticsearch SearchQueryCompiler names. 2017-11-23 16:53:18 +01:00
Bertrand Bordage 2b4bb2b718 Renames `query_string` arguments to `query`. 2017-11-23 16:38:30 +01:00
Bertrand Bordage 69789d7c35 BaseSearchQuery → SearchQueryCompiler. 2017-11-23 16:30:13 +01:00
Bertrand Bordage 39da11cce6 Fixes Elasticsearch querying. 2017-11-23 16:23:48 +01:00
Bertrand Bordage 70393cb131 Use MATCH_ALL in Elasticsearch tests. 2017-11-23 16:18:31 +01:00
Bertrand Bordage 2ba532d745 Adds search query API & implements PlainText & MatchAll. 2017-11-23 15:56:41 +01:00
Bertrand Bordage 8d31cd4707 test_search_count is now working on PostgreSQL. 2017-11-23 15:30:35 +01:00
Karl Hobley 49b28311fc Changelog/release note for #3951 2017-11-23 09:48:19 +00:00
Bertrand Bordage b380703bcf Fixes the function to get ancestors content types. 2017-11-23 09:46:27 +00:00
Bertrand Bordage 7238125e4b Prevents PostgreSQL from duplicating ancestor and descendant entries of a same instance. 2017-11-23 09:46:27 +00:00
Bertrand Bordage 50a52c20a6 #3583 release notes. 2017-11-22 18:06:25 +01:00
Bertrand Bordage 41ed24d294
Merge pull request #3583 from BertrandBordage/simplify-preview-storage
Simplifies & optimizes preview data storage.
2017-11-22 18:04:52 +01:00
Bertrand Bordage c5593ac49a Changelog for #3936. 2017-11-22 17:04:48 +01:00
Bertrand Bordage f944d78ade
Merge pull request #3936 from wagtail/form-submissions-pagination
Fixes form submissions pagination
2017-11-22 17:01:36 +01:00
Bertrand Bordage 3922bcf258 Fixes first preview. 2017-11-22 17:00:21 +01:00
Bertrand Bordage c04024580a Merge branch 'master' into simplify-preview-storage
# Conflicts:
#	wagtail/wagtailadmin/views/pages.py
2017-11-22 16:58:22 +01:00
Bertrand Bordage 3baceb9647 Removes PreviewOnEdit.is_form_valid(…). 2017-11-22 16:28:44 +01:00
LB (Ben Johnston) ebc423e91a Add instructions on how to do test app migrations
Previously answered [here](https://github.com/wagtail/wagtail/pull/4024#issuecomment-345267222) and [here](https://groups.google.com/forum/#!msg/wagtail-developers/P6x9N5qzq-I/0gbRzWgBBgAJ). Just adding this into these docs for future contributors.
2017-11-19 09:08:01 +00:00
LB (Ben Johnston) 76e59aae2c Fix forms docs link in readme
Fixes #4043
2017-11-19 09:02:38 +00:00
Matt Westcott 392cd21014 Improve description of real-soon-now milestone 2017-11-17 14:39:12 +00:00
Thibaud Colas c9095445cb Process CSS with cssnano in development build 2017-11-17 14:38:19 +00:00
Matt Westcott 97c98e170a Fill in release date for 1.13.1 2017-11-17 11:15:34 +00:00
Matt Westcott ae0d7e6149 Fill in release date for 1.12.3 2017-11-17 11:15:11 +00:00
Matt Westcott 9613bc087d Release notes for #4028 2017-11-17 10:58:05 +00:00
Matt Westcott b4f2017123 Release notes for #4027 2017-11-17 10:58:05 +00:00
Matt Westcott 970f26249b Release note for #4017 2017-11-16 17:08:34 +00:00
Matt Westcott 4cceba80f1 Release note for #4018 2017-11-16 17:08:34 +00:00
Matt Westcott 1035a83b80 Add LB Johnston to core team 2017-11-15 21:52:37 +00:00