0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
Commit Graph

10928 Commits

Author SHA1 Message Date
Jaap Roes
8d0eff1717
Fix typo in hooks reference example (#6926) 2021-03-16 17:14:52 +00:00
Jaap Roes
3cc4713316
Replace example YouTube url with a working one (#6923) 2021-03-16 10:41:09 +00:00
Joan Eliot
a4e35fc02a
Make 'Documentation' an 'issue type'. Fix #6684 (#6796)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2021-03-11 15:28:54 +00:00
Jake Howard
9613a91667 Remove stray urlencode
Looks like this was accidentally introduced in e1a8dbf09e
2021-03-11 12:51:43 +00:00
Thibaud Colas
8b07ad4cea
Add support for SVG icons to SearchArea subclasses and register_admin_search_area (#6493) 2021-03-09 11:33:06 +00:00
Thibaud Colas
5257ef6c84
Update register_admin_menu_item documentation to match SVG icons setup (#6892) 2021-03-09 12:04:09 +01:00
Samir Shah
421bcbf9c3 Fix CI builds against development Django version
Django has renamed its master branch to main.
2021-03-09 11:00:50 +00:00
Thibaud Colas
d88343cbb0
Switch register_setting, register_settings_menu_item to use SVG icons (#6107, #6649) 2021-03-09 10:58:53 +00:00
Thibaud Colas
23f146c7e1
Fix DocSearch widget initialisation JS error (#6884) 2021-03-08 14:18:01 +00:00
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
Thibaud Colas
fd563b6adf
Use TypeScript configuration for all JS linting (#6862)
- Switches our JS linting to be done with the TypeScript parser, and TypeScript rules. They handle JavaScript as well, and using the same parser everywhere matches how our build tools work. Additionally I had to disable a few rules for test files and webpack.config.js.
- Adds --report-unused-disable-directives to our linting script, and removes the unused directives.
2021-03-05 16:54:11 +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
3e927260de Fix migration dependency in i18n test migration 2021-03-05 12:38:57 +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
Karl Hobley
e05081a1ab Fix copy_for_translation on inherited and clusterable models 2021-03-05 12:28:43 +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
b20eb06b7c Prevent error on page editing after changing LANGUAGE_CODE
Fixes #6860 as per https://github.com/wagtail/wagtail/issues/6860#issuecomment-790599722.
2021-03-05 11:36:47 +00:00
Scott Cranfill
2e1eef8bc3 Revert "Support skipping CI"
This reverts commit d84df721f0.
2021-03-04 17:14:38 +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
de88832899 Unpin django-treebeard - allow all up to 5.0
Fixes #6820. Migration issue has been fixed in 4.5.1, so just exclude 4.5
2021-03-04 13:55:50 +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
Thibaud Colas
54682ea18d
Add first draft of GSOC issue template (#6865) 2021-03-03 17:33:56 +00:00
Andy Babic
c5f49274c8 Release notes for #6847 2021-03-03 13:15:10 +00:00
Andy Babic
1af219bc8e Utilize PageQuerySet.defer_streamfields() to improve performance in key places 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
Karl Hobley
aad0d0b6ab Fix crash when copying an alias page 2021-03-03 10:15:48 +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
2cb80d9b96 Utilise Page.specific_deferred to improve efficiency of PageQuerySet.specific(deferred=True) 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
b29cfff5e1 Change default attribute copying behaviour, and add copy_attrs_exclude argument for Page.get_specific() 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