Matt Westcott
|
8455b7f6b2
|
Merge branch 'snippets-search' of https://github.com/kaedroho/wagtail into kaedroho-snippets-search
Conflicts:
wagtail/wagtailsnippets/views/snippets.py
|
2015-08-25 10:17:12 +01:00 |
|
Matt Westcott
|
89bc404a8a
|
Merge branch 'kaedroho-page-chooser-wagtailsearch'
|
2015-08-25 10:07:04 +01:00 |
|
Matt Westcott
|
314389f5ef
|
Release note for #1476
|
2015-08-25 10:06:17 +01:00 |
|
Matt Westcott
|
b0524c94cf
|
Merge branch 'page-chooser-wagtailsearch' of https://github.com/kaedroho/wagtail into kaedroho-page-chooser-wagtailsearch
|
2015-08-25 10:01:37 +01:00 |
|
Karl Hobley
|
868d0fb3e4
|
Merge pull request #1635 from benebun/benebun-patch-editor_manual
Add several fixes/tweaks for editor manual doc
|
2015-08-24 09:14:24 +01:00 |
|
Benedikt Breinbauer
|
7ed22ea7ea
|
Add apostrophe
|
2015-08-21 18:19:22 +02:00 |
|
Benedikt Breinbauer
|
067b38e9df
|
Add missing verb in editor manual
|
2015-08-21 18:19:04 +02:00 |
|
Benedikt Breinbauer
|
dd6a035e95
|
Update page type link text in editor manual to match currently used text
|
2015-08-21 18:11:15 +02:00 |
|
Benedikt Breinbauer
|
3d64afeb52
|
Add apostrophe
|
2015-08-21 18:09:52 +02:00 |
|
Benedikt Breinbauer
|
f5166be502
|
Remove reference to RCA in editor manual doc
|
2015-08-21 18:09:32 +02:00 |
|
Benedikt Breinbauer
|
cef785e469
|
Fix some typos in editor manual doc
|
2015-08-21 18:09:04 +02:00 |
|
Benedikt Breinbauer
|
4d238ffb6a
|
Use bullet points instead of ordered list consistently
|
2015-08-21 18:08:24 +02:00 |
|
Benedikt Breinbauer
|
8323a10ecc
|
Update docs with current number of dots in reordering icon
|
2015-08-21 18:07:34 +02:00 |
|
Benedikt Breinbauer
|
4b14962ba3
|
Fix details in editor manual docs
|
2015-08-21 15:57:20 +02:00 |
|
Karl Hobley
|
102f8db238
|
Merge pull request #1628 from takeflight/bug/bad-docs-reference
Remove reference to non-existant page in docs
|
2015-08-21 09:35:38 +01:00 |
|
Matt Westcott
|
e73e21a827
|
grammar fix
|
2015-08-20 16:57:21 +01:00 |
|
Matt Westcott
|
0bc723b53f
|
Move 'permissions fixes' section of release notes above 'minor features'
|
2015-08-20 16:54:42 +01:00 |
|
Matt Westcott
|
4657c62326
|
Release note for #1623
|
2015-08-20 16:53:56 +01:00 |
|
Matt Westcott
|
87905431b1
|
Merge branch 'kaedroho-extra-indexes'
|
2015-08-20 16:51:16 +01:00 |
|
Matt Westcott
|
4e28ad42d0
|
Merge branch 'extra-indexes' of https://github.com/kaedroho/wagtail into kaedroho-extra-indexes
|
2015-08-20 16:38:20 +01:00 |
|
Matt Westcott
|
e8a3d7ba88
|
Make page chooser accept empty page_type parameter again
|
2015-08-20 16:21:50 +01:00 |
|
Matt Westcott
|
6d802303de
|
Merge branch 'master' of https://github.com/torchbox/wagtail
|
2015-08-20 12:47:36 +01:00 |
|
Matt Westcott
|
967b3b3afc
|
Merge branch 'kaedroho-page-chooser-cleanup'
|
2015-08-20 12:47:10 +01:00 |
|
Matt Westcott
|
48dc4b198e
|
Merge branch 'page-chooser-cleanup' of https://github.com/kaedroho/wagtail into kaedroho-page-chooser-cleanup
|
2015-08-20 12:44:38 +01:00 |
|
Karl Hobley
|
fca5e10314
|
Upgrade consideration for EditorsPick model move
|
2015-08-20 12:26:31 +01:00 |
|
Tim Heap
|
d0eadafeb5
|
Remove reference to non-existant page in docs
|
2015-08-20 21:02:52 +10:00 |
|
Karl Hobley
|
f47bb70eba
|
Merge pull request #1579 from kaedroho/rest-framework-serializers
Use rest frameworks serializers in API
|
2015-08-20 11:02:00 +01:00 |
|
Karl Hobley
|
0bf12ca333
|
Put Page class fallback back
Reverts: 7e16aa0d8d
|
2015-08-20 10:44:32 +01:00 |
|
Karl Hobley
|
3948a0bb47
|
Cleanup DocumentMetaField.to_representation()
No longer calling super() to improve clarity
|
2015-08-19 13:33:19 +01:00 |
|
Karl Hobley
|
9d4eace4e6
|
Cleanup PageMetaField.to_representation()
No longer calling super() to improve clarity
|
2015-08-19 13:27:55 +01:00 |
|
Karl Hobley
|
9bd04efd05
|
Added index on AbstractImage.created_at
Fixes #1598
Speeds up image index/chooser when many images exist in the site
|
2015-08-19 12:15:40 +01:00 |
|
Karl Hobley
|
a8a7344927
|
Added index on PageRevision.submitted_for_moderation
Fixes #1622
Speeds up "pages in moderation" query on the admin dashboard when there are lots of revisions on the site.
|
2015-08-19 12:13:21 +01:00 |
|
Karl Hobley
|
5b1450722a
|
Merge pull request #1616 from gasman/feature/generic-cbv-sites
Introduce generic admin class-based views/templates, and port wagtailsites to use them
|
2015-08-19 09:39:35 +01:00 |
|
Matt Westcott
|
ebac5727fb
|
Pass 'object'/'object_list' to generic admin templates, and make context_object_name optional
|
2015-08-18 21:26:48 +01:00 |
|
Matt Westcott
|
78f7c95156
|
Provide a get_add_url method on CreateView, for consistency with the edit/delete views.
Unfortunately wagtailadmin/shared/header.html still needs to be passed a URL name, so it isn't yet possible to have a non-static add URL.
|
2015-08-18 21:26:48 +01:00 |
|
Matt Westcott
|
46eae81e93
|
Make PermissionCheckedView into a pure mixin class
|
2015-08-18 21:26:48 +01:00 |
|
Matt Westcott
|
60e3e3aa08
|
Use 'template_name' rather than 'template' for consistency with Django's CBVs
|
2015-08-18 21:26:47 +01:00 |
|
Matt Westcott
|
5d937a21cc
|
Set generic 'confirm delete' view to use wagtailadmin/generic/confirm_delete.html template by default
|
2015-08-18 21:26:47 +01:00 |
|
Matt Westcott
|
2085b4c453
|
make 'confirm delete site' template fully generic
|
2015-08-18 21:26:47 +01:00 |
|
Matt Westcott
|
3266b453dd
|
make sites index template inherit from a generic version
|
2015-08-18 21:26:47 +01:00 |
|
Matt Westcott
|
2d47ad3126
|
Make header section generic on the sites index template
|
2015-08-18 21:26:47 +01:00 |
|
Matt Westcott
|
04f99dbe4d
|
make 'edit site' template inherit from a generic version
|
2015-08-18 21:26:47 +01:00 |
|
Matt Westcott
|
36dd012650
|
Move all non-generic data from the 'edit site' template into class variables
|
2015-08-18 21:26:47 +01:00 |
|
Matt Westcott
|
1e94187c8e
|
make 'create site' template inherit from a generic version
|
2015-08-18 21:26:47 +01:00 |
|
Matt Westcott
|
a9735a02e7
|
Move all non-generic data from the 'create site' template into class variables
|
2015-08-18 21:26:47 +01:00 |
|
Matt Westcott
|
e86a005d1a
|
Move site create/edit form into an include
|
2015-08-18 21:26:47 +01:00 |
|
Matt Westcott
|
57590f7bf4
|
Extract generic functionality from sites delete view
|
2015-08-18 21:26:47 +01:00 |
|
Matt Westcott
|
77adea6c51
|
Extract generic functionality from sites edit view
|
2015-08-18 21:26:46 +01:00 |
|
Matt Westcott
|
bc0f46e5f7
|
Extract generic functionality from sites create view
|
2015-08-18 21:26:46 +01:00 |
|
Matt Westcott
|
c0505bb8aa
|
Extract generic functionality from sites index view
|
2015-08-18 21:26:46 +01:00 |
|