0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00
Commit Graph

3299 Commits

Author SHA1 Message Date
Thibaud Colas
1e1e188179
Fix the DocSearch search input appearing smaller after initialization (#6883) 2021-03-08 13:35:21 +00:00
naglis
73d41059f8
Fix typo in site settings documentation example (#6881)
Lowercase `i` is used in the model definition and in other examples.
2021-03-08 13:19:31 +00:00
Tibor Leupold
328e7012fc
Switch documentation search to Algolia DocSearch (#6833)
Co-authored-by: Scott Cranfill <scott@scottcranfill.com>
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
Co-authored-by: Andy Chosak <andy@chosak.org>
2021-03-08 11:51:06 +00:00
Matt Westcott
73327bad54 Fill in release date for 2.12.3 2021-03-05 13:30:36 +00:00
Matt Westcott
89d20381cd Fill in release date for 2.11.6 2021-03-05 13:29:00 +00:00
Matt Westcott
d61580eeac Release note for #6818 in 2.12.3 2021-03-05 12:33:40 +00:00
Matt Westcott
0b03666c5f Release note for #6818 in 2.11.6 2021-03-05 12:33:40 +00:00
Matt Westcott
a02e7b28b8 Release note for #6872 in 2.12.3 2021-03-05 11:41:37 +00:00
Matt Westcott
fe704905ad Release note for #6872 in 2.11.6 2021-03-05 11:41:37 +00:00
Matt Westcott
cf18ee7a73 Release note for #6871 in 2.12.3 2021-03-04 14:00:55 +00:00
Matt Westcott
03d957d400 Release note for #6871 in 2.11.6 2021-03-04 14:00:55 +00:00
Matt Westcott
9ed99c2d71 Release note for #6854 in 2.12.3 2021-03-04 13:34:12 +00:00
Matt Westcott
a570563be7 Release note for #6854 in 2.11.6 2021-03-04 13:33:38 +00:00
Storm Heg
4ae37572d4 Fix indentation of 0.7 release notes 2021-03-04 11:43:56 +00:00
Tibor Leupold
dc9b6a31e8
Docs: Convert "getting started - tutorial" from RST to MD 2021-03-04 10:32:44 +00:00
Naomi I. Morduch Toubman
664b0489fe
Change master to main (#6830)
* Update references to `master` branch to say `main`

* Update external links

* Update links in old release notes
  Use tagged versions of code rather than current code
2021-03-03 13:33:19 -05:00
Andy Babic
c5f49274c8 Release notes for #6847 2021-03-03 13:15:10 +00:00
Andy Babic
cd0fd04a67 Release notes for #6846 2021-03-03 13:03:46 +00:00
Andy Babic
fa8402f633 Implement PageQuerySet.defer_streamfields() 2021-03-03 13:03:46 +00:00
Tibor Leupold
48f8970344
Docs: Convert "topics - index" from RST to MD (#6852) 2021-03-03 11:41:29 +00:00
Tibor Leupold
27a64933b2
Docs: Convert "getting started - integrating into django" from RST to MD (#6840) 2021-03-03 11:40:29 +00:00
Tibor Leupold
b021bb9611
Docs: Convert "getting started - zen of wagtail" from RST to MD 2021-03-03 10:05:24 +00:00
Andy Babic
54f190d4bb Release notes for #6845 2021-03-03 07:30:50 +00:00
Andy Babic
86824bb5c4 Release notes for #6849 2021-03-02 20:43:12 +00:00
Andy Babic
cae9bbbea2 Release notes for #6850 2021-03-02 20:00:28 +00:00
Andy Babic
8f38aaae87 Update type(), not_type(), exact_type() and not_exact_type() to accept multiple model classes as arguments 2021-03-02 20:00:28 +00:00
Tibor Leupold
49e18d7ad8
Docs: Convert "getting started - demo site" from RST to MD (#6839) 2021-03-01 21:16:27 +00:00
Karl Hobley
3c040acc88 Fix bullet liest formatting 2021-02-26 10:04:35 +00:00
Karl Hobley
c002a04576 Changelog / release notes for #6819 and #6320 2021-02-26 09:33:44 +00:00
Tibor Leupold
b211c7f541 Reapply file extension change
Without the right extension, sphinx does not convert the file properly.

I wanted to keep the filename to make the diff more sensible...
2021-02-26 09:27:59 +00:00
Tibor Leupold
932e505012 Revert file extension change 2021-02-26 09:27:59 +00:00
Tibor Leupold
7ff4363c75 Fix TOC 2021-02-26 09:27:59 +00:00
Tibor Leupold
1faa292f6a Fix reference links 2021-02-26 09:27:59 +00:00
Tibor Leupold
88f0cc70fc Fix shell snippets 2021-02-26 09:27:59 +00:00
Tibor Leupold
0a2d14a65f Fix note 2021-02-26 09:27:59 +00:00
Tibor Leupold
88ae26b592 Pandoc convert rst to markdown 2021-02-26 09:27:59 +00:00
Tibor Leupold
80814d36cf Change file extension 2021-02-26 09:27:59 +00:00
Helen Chapman
ca44453c2f
Move labels above the form field in the image format chooser 2021-02-26 09:19:20 +00:00
Storm Heg
24ef0e62e6 Fix documentation indentation
Fix code block indentation in tutorial.rst

Prevent it from being displayed as a quote.

Fix indentation in pages.rst

Fix indentation in indexing.rst

Fix indentation in searching.rst

Fix indentation in backends.rst

Fix indentation in renditions.rst

Fix indentation in custom_image_model.rst

Fix indentation in feature_detection.rst

Fix indentation in image_serve_view.rst

Fix indentation in custom_document_model.rst

Fix indentation in i18n.rst

Fix indentation in privacy.rst

Fix indentation in page_editing_interface.rst

Fix indentation in rich_text_internals.rst

Fix indentation in extending_hallo.rst

Fix indentation in configuration.rst

Fix indentation in usage.rst

Fix indentation in theory.rst

Fix indentation in model_reference.rst

Fix indentation in queryset_reference.rst

Configure editors to indent .rst files with 2 spaces

In order for the documentation to be styled correctly, the generator
depends on indentation. Too much indentation can result in the content
being wrapped in a quote block, which looks bad.

Fix indentation in sitemaps.rst

Fix indentation in frontendcache.rst

Fix indentation in routablepage.rst

Fix indentation in table_block.rst

Fix routablepage.rst autodocs disppearing

Fix indentation in table_block.rst

Fix indentation in redirects.rst

Fix indentation in table_documentation-modes.rst

Fix indentation in browser_issues.rst

Fix indentation in release_process.rst

Fix indentation of release notes

One more indent fix in the release notes

Fix indentation warnings

Fix warning about undefined label in docs

Error during `make html`:

  wagtail/docs/releases/1.7.rst:25: WARNING: undefined label: jpeg_image_quality
2021-02-26 09:17:00 +00:00
Karl Hobley
99542475de Changelog/release note for #6639 2021-02-25 10:12:54 +00:00
Tibor Leupold
aefff4e56c
Docs: Convert "reporting security issues" from RST to MD (#6829)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2021-02-23 10:26:12 +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
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