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

4543 Commits

Author SHA1 Message Date
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
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
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
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
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
Piet Delport
bc8322bf7e List INSTALLED_APPS in precedence order
This resolves issue #1536.
2015-07-21 11:16:13 +02:00
Karl Hobley
eb9733610f Changelog/release note for #1489 and #1520 2015-07-21 09:52:14 +01:00
Karl Hobley
f2b03c8e57 Merge pull request #1489 from davecranwell/fix-collapsible-multifieldpanel-icon
Fixes #696 and improves rarely-used .collapsible classname on MultiFieldPanel
2015-07-21 09:37:06 +01:00
Karl Hobley
0b544cba53 Merge pull request #1520 from takeflight/bug/link-chooser-tabs
Fix rich text link modal window tabs
2015-07-21 09:36:04 +01:00
Karl Hobley
8e11f4bce4 Removed type name from delete URL names
Was previously, delete_image, delete_document, etc. Now just "delete"
2015-07-20 21:25:20 +01:00
Karl Hobley
441314a19b Removed type name from edit URL names
Was previously, edit_image, edit_document, etc. Now just "edit"
2015-07-20 21:24:27 +01:00
Karl Hobley
2c6c4667be All add/create URLs are now called "add" 2015-07-20 21:24:27 +01:00
Matt Westcott
5fbef63c22 update Wagtail version in project template requirements 2015-07-20 20:09:55 +01:00
Matt Westcott
1a7bde76d6 Release note for #1508 2015-07-20 20:09:15 +01:00
Matt Westcott
b01ed96179 Merge branch 'kaedroho-url-namespaces' 2015-07-20 20:07:08 +01:00
Matt Westcott
b93a7210fa update remaining URL in wagtailimages tests 2015-07-20 20:06:55 +01:00
Matt Westcott
f8daf7b4ba Merge branch 'url-namespaces' of https://github.com/kaedroho/wagtail into kaedroho-url-namespaces
Conflicts:
	wagtail/wagtailimages/views/images.py
2015-07-20 20:06:13 +01:00
Matt Westcott
0921bdec6d Release note for #1426 2015-07-20 14:49:55 +01:00
Matt Westcott
4f53b0b0ed Merge branch 'kaedroho-image-file-size' 2015-07-20 14:40:55 +01:00
Matt Westcott
91f0e10f46 renumber testapp migration 2015-07-20 14:37:45 +01:00
Matt Westcott
e146bf14be Merge branch 'image-file-size' of https://github.com/kaedroho/wagtail into kaedroho-image-file-size 2015-07-20 14:08:49 +01:00
Karl Hobley
d1897f9c14 Changelog/release note for #1527 2015-07-19 16:19:14 +01:00
Karl Hobley
2007a23366 Added @mixxorz to contributors 2015-07-19 16:18:39 +01:00
Karl Hobley
f7d46ea349 Merge pull request #1527 from mixxorz/wagtail-start-destination-directory
Added optional directory argument to wagtail start.
2015-07-19 16:15:37 +01:00
Mitchel Cabuloy
774ad27a76 Fixed flake8 errors 2015-07-18 11:49:32 +08:00
Mitchel Cabuloy
09dcf8a283 Added optional directory argument to wagtail start. 2015-07-18 11:36:34 +08:00