Commit graph

2235 commits

Author SHA1 Message Date
Pomax
80c11d714a replace my name with my name
I do not write code under my passport name, if I have to be in a changelog, please use "Pomax" =)
2018-07-10 11:23:14 +01:00
Daniele Procida
903046c704 Added Divio Cloud notes to documentation 2018-07-06 15:38:47 +01:00
Matt Westcott
949ac986a7 Fill in release date for 2.1.1 2018-07-04 15:35:30 +01:00
Matt Westcott
4ede4f5a34 Fill in release date for 1.13.2 2018-07-04 15:32:50 +01:00
Matt Westcott
0af95f7881 Fill in release date for 1.12.4 2018-07-04 15:32:13 +01:00
Matt Westcott
2ee838b4f7 Release note for #4496 in 2.1.1 2018-07-03 17:27:19 +01:00
Matt Westcott
1ea5438d51 Release note for #4496 in 1.13.2 2018-07-03 17:26:02 +01:00
Matt Westcott
c7b5d0e95a Release note for #4496 in 1.12.4 2018-07-03 17:25:51 +01:00
Matt Westcott
57c2089243 Release note for #4553 in 1.12.4 2018-07-03 16:09:27 +01:00
Matt Westcott
58eb55c8e3 Release note for #4553 in 1.13.x 2018-07-03 16:06:18 +01:00
Matt Westcott
d3970f06cd Pass all necessary template context to chooser view after upload validation error
Fixes #4548
2018-07-03 15:29:15 +01:00
Matt Westcott
c4c6ec1983 Copy 1.13.2 release notes to 2.1.x branch 2018-06-29 15:35:51 +01:00
Matt Westcott
edf649e810 Release note for #4480 in 1.12.4 2018-06-29 15:33:49 +01:00
Matt Westcott
b05d9f9cc6 Copy 1.12.4 release notes to 2.1.x branch 2018-06-29 15:32:33 +01:00
Andy Babic
34579c3776 Fix queryset ordering and add a test to confirm ordering matches expectation in all setups 2018-06-20 17:26:14 +01:00
Matt Westcott
770243e2ca Fill in release date for 2.1 2018-05-22 14:33:48 +01:00
Matt Westcott
a89cc43305 Remove release notes for 2.0.2
There are no current plans to create another 2.0.x bugfix release; users on 2.0.x should upgrade to 2.1 instead.
2018-05-22 14:30:06 +01:00
Matt Westcott
f19366a90c Reference the get_url method in Page model reference docs
Fixes #4424. As of #3354, `get_url` is the preferred way of obtaining a page URL, rather than the `.url` property;
.url is just a wrapper around get_url (which meant that the docstring for `get_url` was erroneously being picked up).
2018-05-18 15:45:30 +01:00
DanAtShenTech
bfdc9ea976 Small wording, spelling, grammar edits (#4543) 2018-05-18 14:58:43 +01:00
DanAtShenTech
bdf8942679 Fix wording 2018-05-18 14:55:06 +01:00
Alex Gleason
d304091c42 Change wagtailimages.Image on_delete CASCADE to SET_NULL in docs 2018-05-18 14:52:20 +01:00
Matt Westcott
8acb004a9f Release note for #4531 in 2.0.2 2018-05-15 23:27:12 +01:00
Matt Westcott
957dd4b0a0 Release note for #4531 in 2.1 2018-05-15 23:23:53 +01:00
Matt Westcott
0c645db3fb AWS_S3_FILE_OVERWRITE must be False, not True 2018-05-15 19:42:21 +01:00
Matt Westcott
5c1c9a6e2f Move HelpPanel documentation to avoid redefinition of wagtail.admin.edit_handlers module 2018-05-15 14:57:42 +01:00
Matt Westcott
5bd47f46d4 Remove ancient versionchanged notes 2018-05-15 14:57:41 +01:00
Kees Hink
c66b64a6a0 Docs: How to create test fixtures for custom Page models 2018-05-15 14:57:41 +01:00
Matt Westcott
f3f7129e3b Add documentation for deploying with cloud storage 2018-05-14 14:40:13 +01:00
Karl Hobley
fa855ea383 Update supported databases in docs 2018-05-14 14:40:13 +01:00
Matt Westcott
83df6168fc Add 2.1 to supported versions table 2018-05-04 20:45:34 +01:00
Matt Westcott
7f38c476be Release note for #4132 2018-05-04 16:19:27 +01:00
Karl Hobley
6308e6b816 Docs update for Elasticsearch 6 support 2018-05-04 15:57:36 +01:00
Karl Hobley
df4f1204e8
Fix a couple of search indexing examples 2018-05-03 12:29:35 +01:00
Andy Babic
d0670da61b Fix minor typo in modeladmin docs (#4509)
add_to_setings_menu -> add_to_settings_menu
2018-05-02 18:11:01 +03:00
Matt Westcott
fa27773d16 Release note for #4462 2018-04-23 16:26:32 +01:00
Matt Westcott
bcbfe226ee Allow disabling gravatar with WAGTAIL_GRAVATAR_PROVIDER_URL=None. Fixes #1286 2018-04-23 15:53:13 +01:00
Pierre Geier
96118cdb9a Makes it possible to set a custom Gravatar source like robohash or your own. 2018-04-23 15:53:13 +01:00
Karl Hobley
1849f0d54a Pass index name in URL to Bulk API
We currently index all items in Elasticsearch using the root bulk api
(at ``/_bulk``). This API is to allow multiple indices to be inserted
into at once. However, Wagtail inserts into one index at a time so this
is not needed. If we pass the index name as a parameter in the call to
``bulk()``, the index-specific bulk API will be used instead (at
``/<index name>/_bulk``.

The advantage of this change is it makes it possible to implement access
control by checking the URL an application is using. This is required in
order for the Bulk API to work on certain hosts (such as Divio).
2018-04-20 15:02:46 +01:00
David
e43ea79747 Add a per-user timezone setting 2018-04-20 12:06:52 +01:00
Andy Chosak
3bd3275add more tests for ordering pages with custom titles 2018-04-19 22:40:16 -04:00
Arthur Holzner
878a5beeca Add extra_footer_actions template blocks 2018-04-19 12:37:52 +01:00
pyMan
b3fa09b95e Improved 'purge_page_from_cache' to purge the url for any managed language 2018-04-18 11:28:23 +01:00
Thibaud Colas
c309753378
Expose reusable client-side code to build Draftail extensions (#4467)
* Expose Draftail package as global variable for reuse
* Expose Wagtail React components for reuse
* Expose Draftail-related React components for reuse
2018-04-18 00:27:07 +03:00
Matt Westcott
574e7ff3fa Release note for #4470 2018-04-17 12:23:24 +01:00
Matt Westcott
b743b87d2f Release note for #4469 in 2.0.x
Conflicts:
	CHANGELOG.txt
	docs/releases/index.rst
2018-04-17 12:19:38 +01:00
Matt Westcott
b704a7e188 Release note for #4469 2018-04-17 12:15:17 +01:00
Bertrand Bordage
06227a11ea Removes the temporary Kickstarter banner. 2018-04-16 17:16:05 +02:00
Bertrand Bordage
eece1654a4 Changelog for #4390. 2018-04-16 15:18:13 +02:00
Andy Chosak
d1830c0909 prevent users from navigating privileged pages
This change prevents non-admins from navigating around the Wagtail page
tree for pages that lie outside of their explorable root. Currently,
non-admins can hit any page in the tree using a URL like

/admin/pages/123/

even if they don't have any permissions over that page or its part of
the page tree.

This change adds a (temporary) redirect to requests like this, so that
users may not navigate to parts of the tree that lie outside outside of
their explorable site root, as determined by the page privileges they
have. If they try to hit a URL like the one above, they get redirected
to their explorable site root navigation page instead.

Relevant unit tests have been modified to incorporate this change.
2018-04-13 16:47:54 +01:00
Andy Chosak
5c9ff23e22 make site summary panel respect user privileges
This change modifies how the Wagtail home site summary panel displays
the number of pages on the site, and where that number links to.

Instead of showing the total number of pages on the site, the panel
should show the number of pages under the user's explorable root page
(inclusive). If the user has access to the full tree, the Wagtail root
is not counted in this total.

Previously, the site summary page link would go to the Wagtail root if
there were multiple sites in an installation, and to the site root page
for a single site. This change modifies this logic so that the link
always goes to the user's explorable root page (which may be their
explorable root page).

The unit tests for the site summary panel have been pulled out into a
new module at `wagtail.admin.tests.test_site_summary`, and augmented to
test how things work for users with different permissions.
2018-04-13 14:36:13 +01:00