Thibaud Colas
eac5e0bc2c
Finish re-implementing form styles based on design feedback & code review
...
Co-authored-by: LB Johnston <mail@lb.ee>
2022-08-05 10:36:52 +02:00
Thibaud Colas
8a7e0884d7
Finish implementing rich text max length with identical client & server count
2022-08-04 16:59:31 +02:00
Jacob Topp-Mugglestone
0cdb9d8915
Implement combined rich text split and block insertion ( #8923 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-08-02 18:31:32 +01:00
Thibaud Colas
624ca4b7cc
Add missing grey-150 and teal-75
2022-07-20 12:08:47 +01:00
Thibaud Colas
c87628758c
Update documentation for custom admin colours, with live example
...
Co-authored-by: Scott Cranfill <scott@scottcranfill.com>
2022-07-20 12:08:47 +01:00
Thibaud Colas
5c362bf831
Refactor all stylesheets to use CSS variables
...
Co-authored-by: Scott Cranfill <scott@scottcranfill.com>
2022-07-20 12:08:47 +01:00
SilvestriStefano
f535a0cc43
Documentation - migrate reference/** files to markdown content
...
- relates to #8383
2022-06-30 09:57:26 +10:00
Thiago Costa de Souza
e6865e7b0f
documentation - migrate advanced_topics/customisation/** to md
2022-05-27 08:02:16 +10:00
LB (Ben Johnston)
9f206d258c
Make it possible to reuse and customise Wagtail’s fonts with CSS variables. Fix #8406 ( #8544 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-05-20 14:19:30 +01:00
LB Johnston
d9981e0ec7
fix up spelling in documentation & docstrings (should be en-GB not en-US)
...
- customize -> customise
- color -> colour
- customizing -> customising
- organize -> organise
2022-05-13 08:13:06 +10:00
Matt Westcott
b189ab8382
Move wagtail.admin.edit_handlers to wagtail.admin.panels
2022-03-25 10:44:25 -04:00
Karl Hobley
75cc7da38a
Move wagtail.core to wagtail
2022-03-17 17:19:59 +00:00
Matt Westcott
31139e8b24
Remove references to StreamFieldPanel and ChooserPanels from docs
2022-03-02 15:55:25 +00:00
LB Johnston
6ecdc16bd4
remove Hallo references in the documentation
2022-03-02 20:15:33 +10:00
Matt Westcott
8d40a978ef
Remove old versionadded / versionchanged notes
2022-02-08 19:00:47 +00:00
LB (Ben Johnston)
c9aa26e887
Documentation - remove all jQuery usage ( #7658 )
2021-12-07 15:37:33 +00:00
LB Johnston
3e2012373a
update documentation & 2.15 release to drop IE11 support
...
- update browserslist
- fixes #6170
2021-10-04 12:35:58 +01:00
Jannis Vajen
fd42d192c9
Fix typo in StructBlock documentation
...
The StructValue class `LinkValue` is refrerenced as `LinkStructValue` in the Meta class.
2021-08-19 14:48:16 +01:00
Matt Westcott
4e2685f47d
Add an 'Extending Wagtail' section to the docs
2021-08-03 16:07:18 +01:00
Matt Westcott
9fad84b768
Refactor getChooserConfig / filterEntityData into subclasses of ModalWorkflowSource
...
This means we're not artificially forcing four different entity types into the same code path, and makes it possible to define new entity types outside of this module.
Also relax the eslint no-unused-vars to allow unused function parameters - having multiple classes following the same interface is a legitimate use of this.
2021-06-28 12:25:29 +01:00
Daniel
431549c427
incorrect field name
2021-06-22 14:34:16 +01:00
Godswill Melford
212def6aa2
docs: update custom_account_settings.rst
...
Modify CustomSettingsForm import in hooks.py in user model usage
2021-06-16 10:19:03 +01:00
Matt Westcott
004bcf2650
Add documentation for custom JS on StructBlocks ( #7164 )
...
* Document the need for data-contentpath with StructBlock.form_template
* Add documentation for custom JS on StructBlocks
2021-05-12 11:52:25 +01:00
Matt Westcott
aa2d10c713
Release note for #6477
2021-05-11 15:05:59 +01:00
Matt Westcott
c1f1c2e95c
Copyediting for group view customisation docs
2021-05-11 14:56:33 +01:00
Jan Seifert
9dda314263
Allow GroupViewSet to be customised ( #6477 )
2021-05-10 14:43:53 +01:00
Karl Hobley
ab8608a74f
Docs for customising account settings
2021-04-20 18:43:22 +01:00
jacobtoppm
7907aff7ff
Use CSS variables for comment highlight colours
2021-04-20 18:25:30 +01:00
Matt Westcott
82002df7aa
Extend streamfield customisation docs to point to the widget API
2021-03-23 18:57:53 +00:00
Matt Westcott
11d612e6d6
Extend explanation of StructValue
2021-03-23 18:57:53 +00:00
Matt Westcott
c7fd13b20c
Split off StreamField customisation docs into a new page
2021-03-23 18:57:53 +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
Joshua Marantz
8e79c61564
Implement CSS variables for admin color theming ( #6409 )
...
Co-authored-by: JNaftali <jmarantz@thelabnyc.com>
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2021-01-17 02:17:41 +00:00
Thibaud Colas
37e9e1d54d
#6090 Document accessibility considerations ( #6272 )
...
Co-authored-by: Coen van der Kamp <coen@fourdigits.nl>
2020-11-06 15:38:00 +00:00
Karl Hobley
6e5f89adf2
General spelling fixes
2020-10-03 14:43:03 +01:00
Karl Hobley
9195131738
Lint docs with doc8
2020-10-03 14:43:03 +01:00
Matt Westcott
52013f4920
Mention INSTALLED_APPS ordering in custom user docs
2020-05-18 11:33:53 +01:00
Meteor0id
829a9bbf06
Add ability to replace the default Wagtail logo in the userbar, via branding_logo
block ( #4731 )
2020-05-08 00:11:05 +01:00
Mohamed Feddad
bb2e460c0b
Replace deprecated ugettext, ungettext with gettext and ngettext. ( #5907 )
2020-04-02 17:15:26 +01:00
Pete Andrew
abd8320dc3
Update links in docs to point at stable Django version
2019-12-01 13:19:40 +10:00
Matt Westcott
d65532dd0f
Mention the need to inherit from PermissionsMixin in custom user model docs
2019-11-28 12:35:30 +00:00
Martey Dodoo
229103ff2e
Update links in documentation. ( #5689 )
...
Use HTTPS links instead of non-secure HTTP links wherever possible in
documentation.
2019-11-08 09:15:01 +00:00
Matt Westcott
8577cc2d02
Remove old versionadded tags in the docs
2019-10-29 08:56:12 +00:00
LB (Ben Johnston)
03cd4056df
Docs - Add AbstractUser import to custom user model
...
- `from django.contrib.auth.models import AbstractUser`
- revise a previous changelog entry to clarify 'clean up' vs 'fix'
2019-10-12 09:57:47 +10:00
Dawid Bugajewski
90b7a3b0d3
Fix class selector mapping ( #5571 )
...
The markup is wrong which results in code not working properly.
2019-09-20 10:18:55 +01:00
Sanyam Khurana
f9753f1f23
fix(docs/customization): Add models import to fix example ( #5520 )
2019-08-20 11:57:14 +01:00
Sergey Fedoseev
94be338cbd
Fix mention of non-existing PageLinkHandler.get_identifier
...
Refs #5184
2019-08-20 11:54:43 +01:00
jordan-bauer
998440cfa9
Remove buggy tab order customisations in CMS admin ( #5383 , #5351 )
2019-06-18 12:49:16 +01:00
Dillen Meijboom
dd1597ea37
Implemented branding title prefix customization ( #5344 )
2019-06-07 17:06:00 +01:00
Thibaud Colas
b7f53ef276
Fix typo in rewrite handlers example code ( #5253 )
2019-04-24 21:10:12 +01:00