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

4630 Commits

Author SHA1 Message Date
Karl Hobley
f341d3c5f1 Various tweaks to update_index 2015-07-31 11:27:20 +01:00
Tim Heap
cb2146930b Refactor search index chunk updating 2015-07-31 11:27:20 +01:00
Karl Hobley
e5bb7f990e Implemented chunked index rebuilding 2015-07-31 11:27:20 +01:00
Karl Hobley
220bcbdf19 Fix Typo 2015-07-31 11:18:11 +01:00
Karl Hobley
a5d4be90d3 Create new alias at the finish() stage
https://github.com/torchbox/wagtail/pull/1490#discussion_r35779487
2015-07-31 11:16:25 +01:00
Matt Westcott
a679d4f7f5 Remove all menu-{section_name} classnames on the <body> element and menu item <li>s.
These were introduced in 9d7d016b7c to support menu item highlighting, but this mechanism was superseded by #1186. There's no sign of any code still using these classnames, and any code that relies on them would be liable to fail on non-English-language sites anyhow (since the menu item name is derived from the label by default, and the label is a translatable string).
2015-07-30 23:19:12 +01:00
Matt Westcott
1005e2885f Release note and upgrade consideration for #1235 2015-07-29 11:59:10 +01:00
Matt Westcott
9dff7a21ef Merge pull request #1235 from kaedroho/searchpicks-module
Search promotions module
2015-07-29 11:52:42 +01:00
Karl Hobley
488fcfc8d2 Changelog/release note for #1540 2015-07-28 11:26:49 +01:00
Karl Hobley
14fc0f9059 Merge pull request #1540 from gasman/fix/site-permissions
Make wagtailsites work for non-superusers
2015-07-28 11:24:25 +01:00
Tom Christie
5cfeaa437d Rejig find_model_detail_view for easier customization of available endpoints. 2015-07-23 09:39:12 +01:00
Tom Christie
1905585e62 pages_for_site 2015-07-22 09:00:40 +01:00
Tom Christie
40db88f4e1 Resolve py3 compat issue - always return bytes from WagtailJSONRenderer 2015-07-21 17:31:40 +01:00
Tom Christie
0d0ff6c89a PEP8 fix 2015-07-21 17:26:49 +01:00
Matt Westcott
41b6a7a9c8 Fix request.POST checks so that we don't need a dummy value in tests 2015-07-21 17:06:21 +01:00
Matt Westcott
bf21a0cbe5 Add tests for accessing site admin with non-superuser permissions 2015-07-21 17:03:55 +01:00
Matt Westcott
fa230de03b Fix app label for site permissions - should be 'wagtailcore', not 'site' 2015-07-21 15:58:34 +01:00
Tom Christie
54d14b64bb PEP8 fixes 2015-07-21 15:08:10 +01:00
Tom Christie
b5a46f3dee Added REST framework to tox 2015-07-21 15:03:46 +01:00
Karl Hobley
d4259e133b Merge pull request #1535 from gasman/cleanup/split-wagtailadmin-urls
Split up wagtailadmin/urls.py into submodules
2015-07-21 14:50:22 +01:00
Karl Hobley
6c5aa31911 Comment in migration wagtailsearch.0003_remove_editors_picks 2015-07-21 13:37:42 +01:00
Karl Hobley
459a8c8b44 Renamed searchpicks app to searchpromotions 2015-07-21 13:37:42 +01:00
Karl Hobley
facf1fba76 Renamed searchpicks url namespace to searchpromotions 2015-07-21 13:37:42 +01:00
Karl Hobley
2b765b58ce Renamed searchpicks templates to searchpromotions 2015-07-21 13:37:42 +01:00
Karl Hobley
0710facc03 {% get_search_picks %} => {% get_search_promotions %} 2015-07-21 13:37:42 +01:00
Karl Hobley
aea1ec742a SearchPick => SearchPromotion 2015-07-21 13:37:42 +01:00
Karl Hobley
669c7ac34c Docs for searchpicks module 2015-07-21 13:37:42 +01:00
Karl Hobley
8fc1277482 Exclude searchpicks_formset.js from jscs 2015-07-21 13:37:42 +01:00
Karl Hobley
dfebe2087d Added {% get_search_picks %} template tag 2015-07-21 13:37:42 +01:00
Karl Hobley
049efc8281 Moved editors pick model to searchpicks 2015-07-21 13:37:42 +01:00
Karl Hobley
0c7f00e078 Added searchpicks admin views 2015-07-21 13:37:38 +01:00
Karl Hobley
df20340060 Removed editors picks from wagtailsearch 2015-07-21 13:35:18 +01:00
Karl Hobley
3e10535658 Added searchpicks module 2015-07-21 13:34:23 +01:00
Tom Christie
297f64509a Refactor away .get_fields 2015-07-21 13:29:25 +01:00
Tom Christie
f892c09308 More consistent reordering fields and methods 2015-07-21 13:14:02 +01:00
Tom Christie
8996584e38 Refactor away common methods for API endpoints 2015-07-21 13:07:14 +01:00
Tom Christie
82e7b79bb2 Override get_object in PagesAPIEndpoint 2015-07-21 12:59:56 +01:00
Tom Christie
2ce5db302a Use standard REST framework get_object, get_queryset signatures 2015-07-21 12:54:53 +01:00
Tom Christie
67214c002e Refactor away .get_model 2015-07-21 12:44:11 +01:00
Tom Christie
6ed50e18c4 Refactor filters to not callback into views 2015-07-21 12:11:26 +01:00
Matt Westcott
07c1779a7c Move wagtailadmin /password_reset URLs into a submodule 2015-07-21 12:00:26 +01:00
Matt Westcott
6a9ee7dfe6 Move wagtailadmin /pages URLs into a submodule 2015-07-21 11:59:35 +01:00
Matt Westcott
157d362fe5 Move wagtailadmin.urls into a subfolder 2015-07-21 11:55:31 +01:00
Matt Westcott
cf5ea251d5 Merge pull request #1509 from kaedroho/rationalise-urls
Rationalise URL names
2015-07-21 11:47:02 +01:00
Tom Christie
86e1a60ad2 Refactor find_model_detail_view 2015-07-21 11:43:19 +01:00
Tom Christie
7d01beffff Refactor to use serializers 2015-07-21 11:35:46 +01:00
Karl Hobley
42848bc30f Fixed order of INSTALLED_APPS in tests
As per: https://github.com/torchbox/wagtail/pull/1537
2015-07-21 10:50:43 +01:00
Karl Hobley
624c0511c5 Changelog/release note for #1537 2015-07-21 10:21:31 +01:00
Karl Hobley
19170bf8b9 Add @pjdelport to contributors 2015-07-21 10:21:31 +01:00
Karl Hobley
1dee381c5a Merge pull request #1537 from pjdelport/patch-1
List INSTALLED_APPS in precedence order
2015-07-21 10:17:38 +01:00