Commit graph

9308 commits

Author SHA1 Message Date
Karl Hobley
63a32fb77f Fix path to admin SCSS files in gulp config 2017-11-26 22:43:47 +00:00
Karl Hobley
ae8f11d38c Fix paths to JS files in webpack config 2017-11-26 22:43:47 +00:00
Karl Hobley
062d05189b Rename wagtail.wagtailadmin to wagtail.admin
Conflicts:
	docs/advanced_topics/customisation/admin_templates.rst
	docs/advanced_topics/customisation/page_editing_interface.rst
	docs/advanced_topics/i18n/duplicate_tree.rst
	docs/advanced_topics/jinja2.rst
	docs/advanced_topics/settings.rst
	docs/getting_started/integrating_into_django.rst
	docs/getting_started/tutorial.rst
	docs/reference/hooks.rst
	docs/reference/pages/panels.rst
	docs/topics/pages.rst
	docs/topics/streamfield.rst
	wagtail/admin/blocks.py
	wagtail/admin/checks.py
	wagtail/admin/edit_handlers.py
	wagtail/admin/forms.py
	wagtail/admin/rich_text.py
	wagtail/admin/search.py
	wagtail/admin/site_summary.py
	wagtail/admin/templatetags/wagtailadmin_tags.py
	wagtail/admin/tests/test_admin_search.py
	wagtail/admin/tests/test_buttons_hooks.py
	wagtail/admin/tests/test_compare.py
	wagtail/admin/tests/test_edit_handlers.py
	wagtail/admin/tests/test_page_chooser.py
	wagtail/admin/tests/test_pages_views.py
	wagtail/admin/tests/test_rich_text.py
	wagtail/admin/tests/test_widgets.py
	wagtail/admin/tests/tests.py
	wagtail/admin/urls/__init__.py
	wagtail/admin/views/account.py
	wagtail/admin/views/chooser.py
	wagtail/admin/views/collection_privacy.py
	wagtail/admin/views/collections.py
	wagtail/admin/views/home.py
	wagtail/admin/views/page_privacy.py
	wagtail/admin/viewsets/model.py
	wagtail/admin/wagtail_hooks.py
	wagtail/admin/widgets.py
	wagtail/contrib/settings/registry.py
	wagtail/contrib/wagtailsearchpromotions/wagtail_hooks.py
	wagtail/contrib/wagtailstyleguide/wagtail_hooks.py
	wagtail/project_template/project_name/settings/base.py
	wagtail/project_template/project_name/urls.py
	wagtail/tests/non_root_urls.py
	wagtail/tests/settings.py
	wagtail/tests/snippets/models.py
	wagtail/tests/testapp/models.py
	wagtail/tests/testapp/wagtail_hooks.py
	wagtail/tests/urls.py
	wagtail/wagtaildocs/models.py
	wagtail/wagtaildocs/views/chooser.py
	wagtail/wagtaildocs/wagtail_hooks.py
	wagtail/wagtailembeds/wagtail_hooks.py
	wagtail/wagtailforms/models.py
	wagtail/wagtailforms/tests/test_views.py
	wagtail/wagtailforms/views.py
	wagtail/wagtailforms/wagtail_hooks.py
	wagtail/wagtailimages/models.py
	wagtail/wagtailimages/views/chooser.py
	wagtail/wagtailimages/wagtail_hooks.py
	wagtail/wagtailredirects/forms.py
	wagtail/wagtailredirects/wagtail_hooks.py
	wagtail/wagtailsites/forms.py
	wagtail/wagtailsites/views.py
	wagtail/wagtailsites/wagtail_hooks.py
	wagtail/wagtailsnippets/tests.py
	wagtail/wagtailsnippets/wagtail_hooks.py
	wagtail/wagtailusers/forms.py
	wagtail/wagtailusers/views/groups.py
	wagtail/wagtailusers/wagtail_hooks.py
2017-11-26 22:43:47 +00:00
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