Jonathan Carmack
7859627a6e
Added hooks for user for create, delete, and edit actions
2017-11-03 16:53:32 +00:00
Edd Baldry
a28fa5e8c8
Amends label for when user changes images closes #3955
2017-11-03 16:12:22 +00:00
Matt Westcott
b0ddfc6da4
Update warning re ATOMIC_REBUILD on Elasticsearch >= 5.4
...
It appears that the bug may have reappeared in 5.5 final. Fixes #3985
2017-11-03 15:53:29 +00:00
Matt Westcott
31294f3b38
Release note for #3974 backport to 1.13.x
2017-11-03 15:44:20 +00:00
Matt Westcott
ced5cf2fe8
Release note for #3974 backport to 1.12.x
2017-11-03 15:44:14 +00:00
Matt Westcott
e61481442e
Release note for #3912 backported to 1.12.x
2017-11-03 15:04:04 +00:00
Matt Westcott
3a017fc00d
Add release note for #3973 backported to 1.13.x
2017-11-03 15:03:55 +00:00
Matt Westcott
77093a8cc6
Add release note for #3973 backported to 1.12.x
2017-11-03 15:02:48 +00:00
Matt Westcott
022c31d91e
Release note for #3973
2017-11-03 14:43:32 +00:00
Karl Hobley
bf7936ade2
Replace `django.core.urlresolvers` with `django.urls`
2017-11-01 16:22:46 +00:00
Tim Heap
1f2b8ccaf1
Filter pop-out explorer pages using 'construct_explorer_page_queryset'
...
The pages listed when browsing the /admin/pages/ explorer differed from
the pages listed in the new React/admin API powered pop-out explorer.
The latter did not pass the queryset through the
'construct_explorer_page_queryset' hook, so pages that should have been
hidden were visible. Visiting these pages in the explorer could then
lead to unexpected behaviours, as hidden sections of the site became
browsable.
A new `for_explorer=1` query parameter has been added to the admin API,
which will pass the page queryset through the
'construct_explorer_page_queryset' hooks.
2017-10-31 15:55:01 +00:00
Karl Hobley
0fb6edcf5f
Changelog/release notes for #3979 and #3983
2017-10-30 10:17:12 +00:00
Karl Hobley
1c9c934f9f
Changelog/release notes for #3856 and #3946
2017-10-26 16:53:09 +01:00
Karl Hobley
b350672585
Merge pull request #3934 from gasman/cleanup/remove-python2
...
Remove Python 2 fallback code
2017-10-26 14:41:43 +01:00
Kees Hink
454af89c17
Move Usage info (Documents, Images) to sidebar
2017-10-26 14:34:58 +01:00
Karl Hobley
030c6b9548
Changelog/release notes for #3925 , #3930 and #3974
2017-10-26 13:55:21 +01:00
Karl Hobley
fa302c0853
Remove wagtail.contrib.wagtailapi
2017-10-25 16:49:17 +01:00
Karl Hobley
bd38525e5b
Merge branch 'master' into cleanup/remove-python2
2017-10-25 16:21:27 +01:00
Matt Westcott
60c26e5565
Remove note about Django 1.10 being required for postgres search backend
2017-10-25 16:15:02 +01:00
Matt Westcott
56a68c3ee8
Remove more Django 1.8 references from docs
2017-10-25 16:15:02 +01:00
Karl Hobley
499ef19a9b
Changelog/release note for #3521
2017-10-25 15:28:32 +01:00
Karl Hobley
328e337395
Changelog and release notes for #3940 and #3968
2017-10-25 11:56:39 +01:00
Matt Westcott
9ec8daba43
Update `slugurl` documentation with a "real-world" example.
...
Thanks to @rifuso for the suggestion!
2017-10-23 12:40:07 +01:00
Bertrand Bordage
0f5640b212
Fixes `INDEX_SETTINGS` docs.
2017-10-19 23:11:40 +01:00
Karl Hobley
6514650aa4
Merge pull request #3940 from BertrandBordage/postgres_search_improvements
...
Postgres_search simplification.
2017-10-19 16:27:48 +01:00
Kees Hink
c03f43a70b
Also show link to image usage page on confirm_delete page
2017-10-19 10:23:36 +01:00
Bertrand Bordage
9db5b45ec7
Replace every remaining mention of postgresql_psycopg2.
...
PostgreSQL search backend were not running because of this since 67b1ddb665 (diff-c2cc727a5e1fca9050dea34af68aa13c)
2017-10-18 21:10:49 +01:00
Matt Westcott
fd9d36d66b
Mark 1.13 as no longer in development
...
Conflicts:
CHANGELOG.txt
2017-10-16 19:03:47 +01:00
Ross Crawford-d'Heureuse
32555f7a1c
Added hiddenfield
2017-10-13 17:26:20 +01:00
Sævar Öfjörð Magnússon
9ac07d0a75
Bypass removelist in urlify when dealing with unicode characters. Fixes #3915
2017-10-13 16:57:20 +01:00
Matt Westcott
5f382d8784
Remove Python 2 references from docs
2017-10-13 12:24:42 +01:00
Matt Westcott
2b64922a05
Add release note re removal of Python 2.7, Django 1.8 and Django 1.10 support
2017-10-11 17:31:08 +01:00
Matt Westcott
c80bbfcc5f
Eliminate references to wagtaildemo from the docs
...
bakerydemo is now our preferred demo site and the one which will be updated for Wagtail 2.x / Django 2.x.
2017-10-11 16:58:30 +01:00
Karl Hobley
4a1e27dbd4
Remove Python 2 from CI and docs
2017-10-11 16:40:10 +01:00
Matt Westcott
fddb9a076e
Correct 'Indexing extra fields' note to avoid implying that the Postgresql backend doesn't support it
...
Fixes #3899 - thanks @sivictorallen for the report!
2017-10-10 12:09:13 +01:00
Matt Westcott
d48c3709cd
Remove support for registerHalloPlugin
2017-10-10 11:51:45 +01:00
Matt Westcott
119d2334ac
Replace insert_editor_js hook example with a non-registerHalloPlugin one
...
Fixes #3839
2017-10-10 11:51:45 +01:00
Matt Westcott
fe360d9e10
Remove Wagtail-1.4-era fallback for rest_framework not being installed
2017-10-10 11:51:45 +01:00
Matt Westcott
0629b6a866
Say "as a child of Homepage" rather than "under Homepage", to avoid ambiguity
...
Thanks to @rifuso for the suggestion!
2017-10-10 11:48:03 +01:00
Matt Westcott
f15a98f983
readthedocs needs a requirements.txt, apparently
2017-10-09 19:45:07 +01:00
Matt Westcott
f69c73ef66
Version bump to begin work on 2.0
2017-10-09 18:34:43 +01:00
Matt Westcott
031a6dee9f
docs/requirements.txt probably not needed now that we're pip installing wagtail
2017-10-09 18:22:17 +01:00
Matt Westcott
a52d5be479
requirements_file not needed, but maybe pip_install is
2017-10-09 18:15:36 +01:00
Matt Westcott
04940287ab
ok, readthedocs.yml back in the root again...?
2017-10-09 18:11:18 +01:00
Matt Westcott
353d11c203
need to specify full path for readthedocs requirements
2017-10-09 18:08:48 +01:00
Matt Westcott
6e5262624e
specify requirements.txt for readthedocs
2017-10-09 18:05:06 +01:00
Matt Westcott
4d2bb813a9
See if readthedocs.yml in the docs folder has any effect
2017-10-09 18:00:53 +01:00
Matt Westcott
d294e39884
Other features -> New features
2017-10-06 16:23:39 +01:00
Matt Westcott
48593d14cf
Add 1.13 to version compatibility table
2017-10-06 16:21:13 +01:00
Matt Westcott
e93b21036e
Allow navigation from page usage/search results
...
Remove the allow_navigation flag from the 'explore' page listing, and have navigation always enabled - there's no good reason to leave it out, and people have asked for it. Fixes #952
2017-10-06 14:17:41 +01:00