0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 19:20:56 +01:00
Commit Graph

1712 Commits

Author SHA1 Message Date
Matt Westcott
2cc8629ab4 Merge branch 'kaedroho-searchchanges/bits-and-pieces-2' 2014-07-09 23:29:43 +01:00
Matt Westcott
9b8ee979d2 fix tests for lt, gte, lte filters to expect a multi_match response 2014-07-09 23:29:37 +01:00
Matt Westcott
3d161f1aa7 Merge branch 'searchchanges/bits-and-pieces-2' of https://github.com/kaedroho/wagtail into kaedroho-searchchanges/bits-and-pieces-2
Conflicts:
	wagtail/wagtailcore/models.py
	wagtail/wagtailcore/query.py
2014-07-09 23:28:55 +01:00
Karl Hobley
b067fad1f9 Renamed 'Wagtailsearch backends' to 'Backends' 2014-07-09 17:47:33 +01:00
Karl Hobley
1cc3456f58 Removed 'wagtailsearch' from titles of a couple of documents 2014-07-09 17:46:34 +01:00
Karl Hobley
8e07528274 Renamed 'wagtailsearch' section of the docs to 'search' 2014-07-09 17:44:26 +01:00
Karl Hobley
5eaa605314 Fixed search example in docs 2014-07-09 17:33:58 +01:00
Karl Hobley
bc2556db28 Updated tests for 5766224 2014-07-09 17:16:20 +01:00
Robert Clark
5766224808 sitemap should return the full url 2014-07-09 17:13:48 +01:00
Matt Westcott
7207ab02af Merge branch 'master' of github.com:torchbox/wagtail 2014-07-09 16:28:30 +01:00
Matt Westcott
721c9c96c6 Merge branch 'kaedroho-searchchanges/tests' 2014-07-09 16:28:19 +01:00
Matt Westcott
677d0333f4 suppress DeprecationWarnings thrown in tests by classes with old-style indexed_fields definitions 2014-07-09 16:26:54 +01:00
Karl Hobley
3a8bc7f3ed Use tuples in search_fields configuration
Not a requirement, just a best practise
2014-07-09 16:09:07 +01:00
Karl Hobley
072f5c04e0 Docs fixes 2014-07-09 16:07:53 +01:00
Tom Dyson
b9c4ecd7b3 Merge pull request #455 from kaedroho/wagtailsearch-docs
Wagtailsearch docs
2014-07-09 15:55:24 +01:00
Karl Hobley
dbab06a88c Fixed typo 2014-07-09 15:47:00 +01:00
Karl Hobley
33e9477032 Doc tweak 2014-07-09 15:46:36 +01:00
Karl Hobley
fa97565b2a Fix spelling mistake 2014-07-09 15:45:41 +01:00
Karl Hobley
4748684390 Added basic useage docs for python developers 2014-07-09 15:44:27 +01:00
Karl Hobley
cb556c9ede Splitup search configuration docs 2014-07-09 15:42:44 +01:00
Karl Hobley
70261780f6 Added search fields configuration docs 2014-07-09 15:29:32 +01:00
Matt Westcott
d4c4c08d7c add tests for lt, gte, lte lookups in TestElasticSearchQuery 2014-07-09 15:18:22 +01:00
Matt Westcott
f5107f7d44 Merge branch 'searchchanges/tests' of https://github.com/kaedroho/wagtail into kaedroho-searchchanges/tests 2014-07-09 15:13:52 +01:00
Karl Hobley
599eebf022 Splitup wagtailsearch docs 2014-07-09 14:30:39 +01:00
Karl Hobley
8aaff51b05 Minor tweak to 0.4 release notes 2014-07-09 09:52:40 +01:00
Karl Hobley
1d9f792415 Added search changes to changelog and 0.4 release notes 2014-07-09 09:50:58 +01:00
Karl Hobley
354895bad2 Updated setup.py requirements 2014-07-09 09:28:05 +01:00
Matt Westcott
747aeb9f78 Merge branch 'kaedroho-searchchanges/searchonqueryset' 2014-07-08 20:26:17 +01:00
Matt Westcott
95c7654216 Page.search should invoke backend.search with cls as a plain arg, not a 'model' kwarg 2014-07-08 20:25:54 +01:00
Matt Westcott
cbe76666e1 Merge branch 'searchchanges/searchonqueryset' of https://github.com/kaedroho/wagtail into kaedroho-searchchanges/searchonqueryset 2014-07-08 16:30:53 +01:00
Matt Westcott
5731155e4d Merge pull request #352 from kaedroho/searchchanges/partials
Search Changes 10 - Index partials together into '_partials'
2014-07-08 15:24:58 +01:00
Karl Hobley
eb96ac97cd Merge pull request #437 from kaedroho/release-notes
[WIP] Release notes for 0.4
2014-07-08 14:56:16 +01:00
Karl Hobley
ff72d70d37 Fixed typo 2014-07-08 14:55:12 +01:00
Karl Hobley
608b8ccc4f Added 'Miscellaneous' section to deprecated features 2014-07-08 14:54:26 +01:00
Karl Hobley
67fbf86bd1 Added links to docs from 0.4 release notes 2014-07-08 14:43:49 +01:00
Tom Dyson
491a10f6a0 eeking -> eking
See http://www.oxforddictionaries.com/definition/english/eke
2014-07-08 14:18:24 +01:00
Karl Hobley
89e4d26978 More updates to 0.4 release notes 2014-07-08 14:17:10 +01:00
Karl Hobley
1274a81e8d Updates to release notes 2014-07-08 13:55:19 +01:00
Neal Todd
c1a781c42b Merge pull request #436 from nealtodd/py3docs
Docs for contributing Python 2 and 3 compatible code.
2014-07-08 13:30:21 +01:00
Karl Hobley
a67fdf2423 Early draft of 0.4 release notes 2014-07-08 13:26:08 +01:00
Neal Todd
49b72d2481 Text amendments. 2014-07-08 13:21:44 +01:00
Neal Todd
3a9cb569d8 Python 2/3 code contribution docs. 2014-07-08 13:16:55 +01:00
Chris Rogers
7286692c39 Update conf.py 2014-07-08 12:31:13 +01:00
Chris Rogers
17b564de40 Update conf.py 2014-07-08 12:29:15 +01:00
Tom Dyson
b1021c6c2e Merge pull request #435 from kaedroho/search-frontend-urls-change
Allow search frontend urls to be imported from wagtailsearch.urls
2014-07-08 12:12:36 +01:00
Tom Dyson
e344b8a367 Merge pull request #425 from kaedroho/issue/222
Fixes and Tests for #339
2014-07-08 12:09:23 +01:00
Karl Hobley
a1e641215d Allow search frontend urls to be imported from wagtailsearch.urls
When editors picks is merged, I plan to move 'wagtailsearch.frontend.urls' to 'wagtailsearch.urls'

This commit adds forwards-compatibility for this change
2014-07-08 10:51:00 +01:00
Matt Westcott
bb8fe613e5 Merge pull request #432 from kaedroho/issue/431
Check that the user has permission to see the admin dashboard before redirecting them there. Fixes #431
2014-07-08 10:42:56 +01:00
Karl Hobley
895a898c0e privilaged => privileged 2014-07-08 10:21:53 +01:00
Karl Hobley
c0eeb81cd3 Merge pull request #426 from torchbox/feature/fep2
Front-end permissions
2014-07-08 10:00:00 +01:00