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

87 Commits

Author SHA1 Message Date
dex
019e2eab42 Duplicate block - editor docs 2021-03-17 23:32:57 +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
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
Kalob Taulien
3370e7620a
Promote panel changes
Merged pull request #6780
2021-02-11 07:50:04 -07:00
dex
a6ce839a42 Include privacy within the settings tab section
Done by Phil and abigail!
2021-02-05 10:39:18 -08: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
Kalob Taulien
fc61da7468 Panel text update; Documentation around developer responsibility added 2021-02-04 10:36:13 -07: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
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
Helen C
5682aea460 Add the option to set images as decorative
If an image is decorative, the alt text will be set to be empty. If an image is not decorative, then alt text must be supplied for screen readers.
2021-01-29 10:24:14 +00:00
Matt Westcott
75f363ecf3 fix trailing whitespace 2020-10-21 12:12:34 +01:00
Thibaud Colas
6e404740c7 Implement admin-only IE11 support warning message, linking to support plans 2020-10-21 12:05:27 +01:00
Sævar Öfjörð Magnússon
610cf07a85 Remove reference to photographer credit in documentation, add reference to title 2020-10-05 12:34:26 +01:00
Sævar Öfjörð Magnússon
cbe5c109dc Fix incorrect reference to edit fields in image documentation 2020-10-05 12:34:26 +01:00
Karl Hobley
9195131738 Lint docs with doc8 2020-10-03 14:43:03 +01:00
jacobtoppm
c654f0d71a Fix bulletpoint formatting, and update outdated information, particularly around available page statuses and the headings on the workflow edit view 2020-08-07 17:10:27 +01:00
jacobtoppm
b10b24a7b6 Update descriptions of the editing interface and workflow management for consistency. Note that screenshots are not yet updated 2020-08-07 17:10:23 +01:00
jacobtoppm
2dbd4f8138 Fix dashboard docs 2020-07-24 16:59:33 +01:00
jacobtoppm
8148c79c28 Fix update considerations formatting and link to admin management guide 2020-07-24 16:59:33 +01:00
jacobtoppm
2037e8c089 Update images in documentation 2020-07-24 16:59:33 +01:00
jacobtoppm
364365b839 Start admin workflow management guide 2020-07-24 16:59:33 +01:00
jacobtoppm
031a682f96 Update editor manual moderation references, and add info on new dashboard panels for workflow, including a new screenshot 2020-07-24 16:59:33 +01:00
Brylie Christopher Oxley
ff37ad6ab9 Add 'add_redirect' static method to Redirect
* This method was inspired by a Lacey Williams Henschel (@williln) presentation at Wagtail Space US 2018, called  'What the Wagtail docs don't tell you'. https://www.youtube.com/watch?v=PCkxBNXWM64&t=1220s
* Add docs section reference/contrib/redirects
2020-05-10 18:48:33 +10:00
Karl Hobley
2e23ef4ee4
Author specific locking docs changes (#5771)
* Add to Dashboard docs

* Replace Dashboard image to show locked pages

* Add further explanatory text to Dashboard

* Improve image readability, add missing bracket

Co-authored-by: jacobtoppm <55137073+jacobtoppm@users.noreply.github.com>
2020-01-28 09:07:01 +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
LB
57d44a38bd Admin documents listing - rename 'uploaded' to 'created
Other changes

- documents listing template - clean up white space

Documentation changes (editors manual)

- update images
- remove popular tags mention as this is no longer applicable
- add references to 'collection'

Resolves #2827
2019-10-24 07:40:59 +10:00
jacobtm
daba83aab1 Add a note on 'Previewing and Submitting for Moderation' page about potential disabled moderation 2019-10-02 10:48:15 +01:00
mien
4a343a5523
Add support for phone links in rich text
This is mainly copy paste of Liam Brenner work (#3776) but with
a few fixes to make it work with Draftail. Since mailto:-links
is supported i think it is reasonable to support tel:-links as
well
2019-08-01 16:12:22 +02:00
Eric Dyken
eba3357fd4 Adds Collections section to editor's guide 2019-06-17 10:13:49 +01:00
DanAtShenTech
74ee1d4c11 Fix small typos/grammar in documentation
- editor manual - admin tasks - promoted search results
2019-04-30 07:35:45 +10:00
dthompson86
444744dbfe Update the_explorer_page.rst (#5220)
Fixed a typo ;-)
2019-04-12 16:32:42 +01:00
Thibaud Colas
c447f75bd4
Make the page reordering UI easier to find (#5187)
* Update icon-order icon glyph
* Implement new UI for child ordering toggle
* Update documentation for page reordering
2019-03-29 14:38:05 +00:00
Matt Westcott
087434f348 Update links to Draftail documentation 2019-02-14 23:24:30 +01:00
aidarbek
6890f8ef76 Removing confirmation of publishing from documentation (#5006) 2019-01-24 12:18:47 +00:00
kevin howbrook
cfcad4059b Update editor guide for embeds and documents in rich text, fix #4558 (#4632) 2018-07-09 10:07:03 +03:00
LB
b5bfb66a11 Add note about deleting in docs 2018-06-14 14:54:49 +01:00
LB
316b25e477 use consistent terminology for 'format' + add link to explain alt text 2018-06-14 12:40:28 +01:00
Karl Hobley
a9b4b09152 Fix spelling mistakes in documentation 2018-04-05 12:13:05 +01:00
DanAtShenTech
96a0189232 Wording fix (#4280) 2018-02-13 23:01:03 +00:00
DanAtShenTech
21dc5d8002 Fix typo, grammar (#4279) 2018-02-13 19:07:43 +00:00
DanAtShenTech
8078f2ee8f Fix typo, grammar (#4278) 2018-02-13 19:06:56 +00:00
Thibaud Colas
5b2c04411b Rephrase confusing sentence in editor guide 2018-02-09 15:24:24 +00:00
Thibaud Colas
68557443b3 Clean up editor guide section still referring to Hallo screenshots 2018-02-09 15:24:24 +00:00
Thibaud Colas
e6b65de8d8 Update editor guide for Draftail rich text 2018-02-09 15:24:24 +00:00
Thibaud Colas
239cb082f7 Fix broken references in editor manual 2018-02-09 15:24:24 +00:00
Patrick Woods
c9704caf17 Documentation edits 2018-01-15 22:58:00 +00:00
Patrick Woods
3f0972507b Initial scheduled publishing documentation. 2018-01-15 22:58:00 +00:00
Karl Hobley
fd8f642fb6 Renamed wagtail.contrib.wagtailsearchpromotions to
wagtail.contrib.search_promotions

Conflicts:
	wagtail/contrib/search_promotions/forms.py
	wagtail/contrib/search_promotions/templatetags/wagtailsearchpromotions_tags.py
	wagtail/contrib/search_promotions/wagtail_hooks.py
2017-11-26 22:43:47 +00:00