Karl Hobley
2eb9b6267e
Fix a double-initialisation
2021-02-23 09:48:10 +00:00
Kalob Taulien
0f951d45c5
Merge pull request #6823 from kaedroho/plausible-analytics
...
Insert Plausible.io analytics code into docs
2021-02-18 11:26:08 -07:00
Karl Hobley
111a195f06
Insert Plausible.io analytics code into docs
2021-02-18 18:14:10 +00:00
Matt Westcott
3a057f2fd8
Release note for #6822 in 2.12.2
2021-02-18 09:21:38 +00:00
Matt Westcott
6d1a61ba7e
Release note for #6822 in 2.11.5
2021-02-18 09:20:51 +00:00
Matt Westcott
5829d46383
Pin treebeard to <4.5
...
Addresses #6820 . Treebeard 4.5 introduces a model change that will generate a phantom _auto migration the next time developers run makemigrations - this will cause migration dependency issues when it's absent on other environments, or on subsequent Wagtail upgrades. We need to coordinate the upgrade to Treebeard 4.5 with a corresponding migration shipped with Wagtail.
2021-02-18 09:10:36 +00:00
Matt Westcott
7b61ee2889
Fetch new translations from Transifex
2021-02-16 16:08:08 +00:00
Matt Westcott
391f578c8e
Fill in release date for 2.12.1
2021-02-16 16:08:05 +00:00
Matt Westcott
bc1458f9e3
Remove duplicates before applying unique constraint on embed hash
2021-02-16 15:49:54 +00:00
Matt Westcott
0a3d044c9f
Fill in release date for 2.11.4
2021-02-16 12:37:17 +00:00
Matt Westcott
14ba9efa18
Release note for #6757 in 2.12.1
2021-02-16 12:30:57 +00:00
Matt Westcott
d6ddb997c6
Release note for #6757 in 2.11.4
2021-02-16 12:30:51 +00:00
Matt Westcott
84e41cc23f
Just fetch alias_of when checking ancestor view permissions
2021-02-16 12:22:40 +00:00
Karl Hobley
a75d70baf9
Make privacy rules also apply to aliases
2021-02-16 12:22:40 +00:00
Matt Westcott
b7003cebc6
fix quotes [skip ci]
2021-02-16 09:57:51 +00:00
Matt Westcott
0a8ab74d70
Make the dummy Admin model a managed model
...
Fixes #6810 . As per https://code.djangoproject.com/ticket/13816 , unmanaged models are included in dumpdata by design and so unmanaged models without a database table are not valid.
2021-02-16 09:57:12 +00:00
Cynthia Kiser
afc3349c94
Save empty thumbnail_urls as empty strings
2021-02-15 16:27:51 +00:00
Kalob Taulien
3370e7620a
Promote panel changes
...
Merged pull request #6780
2021-02-11 07:50:04 -07:00
Naomi I. Morduch Toubman
1bfc13952f
Add explanations to tutorial ( #6797 )
...
Add Lara Thompson to CONTRIBUTORS
Co-authored-by: Lara Thompson <65025831+larathompson@users.noreply.github.com>
2021-02-05 14:45:51 -05:00
dex
a6ce839a42
Include privacy within the settings tab section
...
Done by Phil and abigail!
2021-02-05 10:39:18 -08:00
Kalob Taulien
b6f5c41863
Merge pull request #1 from phildexter/patch-3
...
Edit title tag and meta description
2021-02-05 07:42:06 -07:00
Matt Westcott
4c278d81a1
Move "writing documentation" page into Contributing ( #6789 )
...
While we very much want to introduce an "explanation" section in some form, I don't think this should be the inaugural item in that section, as it's 'meta' documentation about the Wagtail documentation process, rather than information directed at Wagtail site creators.
2021-02-05 09:29:03 -05:00
dex
f49a6b70d5
Edit title tag and meta description
...
Updated title tag and meta description to reflect that it is a developer's job to ensure these are output on the frontend.
2021-02-05 11:32:10 +00:00
Thibaud Colas
3ab80b9ec7
Add John Esther to CONTRIBUTORS
2021-02-05 00:14:20 +00:00
Kalob Taulien
a01c663099
Renamed migration file
2021-02-04 16:35:47 -07:00
Matt Westcott
720cfebc22
Remove jinja2 from advanced_topics index
...
a bit of final cleanup from #6779
2021-02-04 20:34:20 +00:00
James Gutu
93abdabd41
moved jinja2 page from Advanced Topics to Reference
2021-02-04 12:12:11 -08:00
Andy Chosak
fdf1597263
Fix broken "make livehtml" command
...
The documentation suggests running `make livehtml` to automatically
build the docs as you're working on them [0].
This uses the sphinx-autobuild package [1] but unfortunately seems to
have been broken since its most recent release last year [2].
Specifically, the sphinx-autobuild command line syntax no longer accepts
shorthand options -p and -H, requiring use of --port and --host instead.
Additionally the --poll option is no longer supported.
To test, run `cd docs && make livehtml`.
[0] https://docs.wagtail.io/en/stable/contributing/developing.html#compiling-the-documentation
[1] https://github.com/executablebooks/sphinx-autobuild
[2] https://github.com/executablebooks/sphinx-autobuild/blob/master/NEWS.rst#20200901---2020-09-01
2021-02-04 11:55:02 -08:00
Coen van der Kamp
a4aa5c8cc9
Explain how we write documentation
2021-02-04 10:55:21 -08:00
Tom Dyson
4424cb7321
Improve demo site docs ( #6787 )
...
(mainly to test auto CI skipping in https://github.com/wagtail/wagtail/pull/6786 )
2021-02-04 18:21:30 +00:00
Scott Cranfill
21503858eb
Limit GitHub Actions docs and test workflows depending on changed paths ( #6786 )
...
This should result in the docs workflow only running if files in the
`docs/` folder have changed, and only run the test workflow if files NOT
in the `docs/` folder have changed.
This commit itself should therefore, I think, only trigger the test
workflow. I will follow up with test commits for the other scenarios
(docs-only and both).
2021-02-04 18:00:46 +00:00
Kalob Taulien
fc61da7468
Panel text update; Documentation around developer responsibility added
2021-02-04 10:36:13 -07:00
John Esther
e317e562ea
Changed the title for Wagtail AMP support ( #6775 )
2021-02-04 17:28:31 +00:00
Thibaud Colas
75b73b2bf6
Fix typo in inline code formatting ( #6783 )
2021-02-04 17:26:21 +00:00
James Gutu
7bb4fddcb3
Changed heading in image index ( #6773 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2021-02-04 15:59:36 +00:00
Kalob Taulien
6694533751
Merging in PR 6774 docs
2021-02-04 08:56:48 -07:00
Tom Dyson
b299096c16
Improve existing page docs in editor guide ( #6777 )
...
This is mainly to test [skip ci]
2021-02-04 15:41:33 +00:00
Tom Dyson
4fc528bef4
Remove excited tone ( #6769 )
...
Revert @phildexter's test PR, in the interest of maintaining our friendly but serious tone. Sorry Phil!
2021-02-04 15:37:57 +00:00
Kalob Taulien
2000697d78
Migrations for field changes
2021-02-04 08:32:13 -07:00
Andy Chosak
26ddeacff4
Merge pull request #6776 from LisaBallam/master
...
Remove 'new'
2021-02-04 10:22:35 -05:00
Kalob Taulien
5e46646f10
Promote panel changes
2021-02-04 08:17:44 -07:00
LisaBallam
29d1a8c7d1
Removed 'how to'
...
'How to' in included in the intro so doesn't need to be repeated
2021-02-04 14:42:18 +00:00
LisaBallam
bf716dfe2a
Remove 'new'
...
Wagtail is no longer that new - it's established
2021-02-04 14:34:16 +00:00
Tom Dyson
d84df721f0
Support skipping CI
...
Don't run CI if the commit message includes "[skip ci]" (like this one!)
2021-02-04 13:53:37 +00:00
Storm Heg
d3285e9f1b
Quote pip install command in developing docs
...
Prevents it from failing with zsh: no matches found: .[docs]
2021-02-04 12:36:00 +00:00
dex
a4e9431cc5
Update tutorial.rst ( #6766 )
...
Just spicing it up a bit.
2021-02-04 12:19:40 +00:00
Matt Westcott
9217193513
Revert "Writing documentation in for modes"
...
This reverts commit 044206db0d
.
2021-02-04 11:51:36 +00:00
Coen van der Kamp
044206db0d
Writing documentation in for modes
2021-02-04 12:46:14 +01:00
Matt Westcott
41ff62a056
Release note for #6756 in 2.12.1
2021-02-03 11:00:18 +00:00
Matt Westcott
920aba28ba
Release notes for #6713 and #6756 in 2.11.4
2021-02-03 10:59:08 +00:00