Thibaud Colas
f7aff62fad
Fix malformed HTML: missing bracket in deprecated template
2019-05-10 14:37:11 +01:00
Thibaud Colas
4a9886debd
Fix malformed HTML: missing closing p tags
2019-05-10 14:37:11 +01:00
Thibaud Colas
d03642dd38
Configure jinjalint to enforce errors, while filtering-out false positives
2019-05-10 14:37:11 +01:00
Matt Westcott
e1c2410734
Fill in release date for 2.5.1
2019-05-07 22:21:52 +01:00
Matt Westcott
ed96db92f6
Add release notes page for 2.5.1
2019-05-07 18:22:37 +01:00
Adrian Turjak
52fe571eb2
Fix streamfield structblock compare append usage
...
Append was being called with 2 params, which clearly should
have been a tuple.
Fixes: https://github.com/wagtail/wagtail/issues/5261
2019-05-07 18:22:22 +01:00
David Beitey
602cd50d18
Add Django models import to Site Settings docs
2019-05-03 17:11:27 +01:00
Matt Westcott
51d8cac6f4
Release note for #4906
2019-05-03 16:56:46 +01:00
Matt Westcott
722cd8be10
Test render output of TableBlock directly
...
This is more transparent and less error-prone than checking one function against another function doing the same thing.
2019-05-03 16:48:57 +01:00
Samuel Mendes
352fa37dda
Add documentation on supporting cell alignment
2019-05-03 13:51:51 +01:00
Samuel Mendes
ba78df06bc
Upgrade handsontable to 6.2.2 and documentation
2019-05-03 13:36:51 +01:00
Samuel Mendes
7402210f35
Add support for aligment classes from HandsOnTable
2019-05-03 13:36:51 +01:00
Samuel Mendes
31d010cfc6
Upgrade handsontable to version 6.1.1
2019-05-03 13:36:51 +01:00
DanAtShenTech
6989c29d33
Create reference in docs to PostgreSQL backend
...
wagtailsearch_backends_postgresql was not present in the documentation for reference by change made in this PR: https://github.com/wagtail/wagtail/pull/5233
2019-05-03 13:36:02 +01:00
Michael Hearn
7c9c00ab7c
Don't show pages in explorer that user has no permissions to access
...
Partially addresses #4660
2019-05-03 11:42:38 +01:00
scil
1e55b98af0
Update performance.rst
2019-05-01 12:58:22 +01:00
Po-Chuan Hsieh
02f3ae5696
Relax pillow version restriction
...
It allows to build with Pillow 6.x.
2019-05-01 12:46:28 +01:00
DanAtShenTech
5d52f416df
Clarify: extra fields can be indexed by PostgreSQL backend ( #5233 )
2019-05-01 11:24:14 +01:00
Deniz Dogan
74ce4adb6b
Fix playful tail wag animation
...
Fixes #3780
2019-04-30 07:49:10 +10:00
DanAtShenTech
74ee1d4c11
Fix small typos/grammar in documentation
...
- editor manual - admin tasks - promoted search results
2019-04-30 07:35:45 +10:00
Thibaud Colas
effb0866b4
Update accessibility-related docs to clarify tools usage and reflect feedback
2019-04-29 13:55:41 +01:00
Thibaud Colas
7b417681cd
Set up react-axe to report accessibility issues automatically while developing
2019-04-29 13:55:41 +01:00
Thibaud Colas
e78d1c5410
Document accessibility targets and browser extensions to use
2019-04-29 13:55:41 +01:00
Thibaud Colas
374d35f945
Add linkable sub-sections to Testing in development docs
2019-04-29 13:55:41 +01:00
Thibaud Colas
a51631c306
Add jinjalint linter for Django templates, allowing errors for now
2019-04-29 13:55:41 +01:00
LB Johnston
8407245207
Add Third Party Tutorials & Links
...
- Revise grammar for Learn Wagtail link
- Add articles from Timonweb blog
- Add Youtube link for Google Cloud Platform
- Add blog from Jelastic (PaaS) deployment
- Add Mozilla guide for end users (really well laid out and reasonably generic)
2019-04-25 17:24:46 +01:00
Alex Tomkins
0644f90bef
Revise test decorator used in TestPageEditHandlers
...
- Fix clear_edit_handler decorator
- Will allow the TestPageEditHandlers test cases to run
- Fixes test for test_check_invalid_base_form_class
- Errors might be returned out of order, so sort them before comparing them to the expected list
2019-04-25 21:24:32 +10:00
Adrian Brunyate
d3b8bcb689
Round dimensions for images when scaling.
...
Add hook for validating image operations.
2019-04-25 11:31:38 +10:00
Thibaud Colas
b7f53ef276
Fix typo in rewrite handlers example code ( #5253 )
2019-04-24 21:10:12 +01:00
Matt Westcott
c5457755ef
Fill in release date for 2.5
2019-04-24 16:21:43 +01:00
Matt Westcott
60cac850d0
Fetch new translations from Transifex
2019-04-24 16:08:46 +01:00
Kevin
31885d6f4e
Add color-white to wagtail-version so it's visible ( #5236 ). Fix #5189
2019-04-24 15:40:09 +01:00
Deniz Dogan
647f2c1d1d
Fix Redux DevTools deprecation warning ( #5231 ). Fix #5214
2019-04-23 15:02:53 +01:00
Matt Westcott
56fde49187
Move changelog entry for #5114 into correct section
2019-04-18 15:15:25 +02:00
Matt Westcott
14cb03b539
Stop ModelAdmin from failing when filtering over a foreign key relation
...
Supersedes #4998
As per https://github.com/wagtail/wagtail/pull/4998#issuecomment-471005219 , the implementation of `lookup_allowed` is flawed and breaks on some valid lookups while allowing invalid ones. We are therefore better off removing that validation entirely.
2019-04-12 18:56:56 +01:00
dthompson86
444744dbfe
Update the_explorer_page.rst ( #5220 )
...
Fixed a typo ;-)
2019-04-12 16:32:42 +01:00
DanAtShenTech
dec456479b
Grammar fixes ( #5212 )
2019-04-12 16:30:17 +01:00
DanAtShenTech
751c666037
Grammar fixes
2019-04-12 16:24:20 +01:00
Cassidy Brooke
942979fc4e
Missing step for Migrating RichTextFields to StreamField ( #5207 )
...
This generated block of code needs to stay or else there will be an error while running ./manage.py migrate. It is misleading that it is not included in this tutorial.
2019-04-12 16:20:11 +01:00
Karl Hobley
f55ddbcb3e
Add security key into readme ( #5223 )
2019-04-12 15:23:25 +01:00
Matt Westcott
7eb5285e2c
Remove Python 3.4 compatibility hacks from WagtailTestUtils
2019-04-12 11:52:15 +01:00
Andy Chosak
b5e0a7d668
Merge pull request #5221 from nimasmi/docs-typo
...
Fix hooks documentation typo
2019-04-11 09:53:38 -04:00
Nick Smith
21fc3d7679
Fix hooks documentation typo
2019-04-11 10:27:54 +01:00
nmorduch
2668c05146
Rearrange SCSS structure according to ITCSS
2019-04-11 11:08:47 +02:00
Andy Babic
b9e6394bd0
Merge pull request #5218 from ababic/feature/updates-for-5147
...
CHANGELOG and release notes updates for PR #5147
2019-04-10 21:31:48 +01:00
Andy Babic
f1c7b002d8
changelog and release note updates for #5147
2019-04-10 21:29:41 +01:00
Andy Babic
5c336f223e
Merge pull request #5147 from leewesleyv/feature/4320-extend-inspect-field-labels
...
Reuse the label_for_field function for fields in the InspectView
2019-04-10 21:09:01 +01:00
Matt Westcott
a304f0f9f8
Remove support for Python 3.4
2019-04-10 17:39:53 +01:00
Matt Westcott
aab92166a1
Rotate deprecation warnings
2019-04-10 17:39:11 +01:00
Matt Westcott
de1a674b0b
Add 2.6 section to changelog and release notes
2019-04-10 17:39:11 +01:00