Wykres commitów

8935 Commity (56f29a0825acd10ad4d1746d4c90ed4732486ca7)

Autor SHA1 Wiadomość Data
DanAtShenTech 56f29a0825 Clarify explanation of ParentalKey within InlinePanel ()
Make it clear that the relationship to relate a cluster of objects to a page is called ParentalKey.
2019-02-13 16:32:22 +00:00
Vladimir Knobel a0d6dbb5f4 Update primer.rst ()
path to overriding template doesn't match model name
2019-02-13 15:16:44 +00:00
Matt Westcott 4a5036839b Respect CSS precedence rules in HTMLRuleset ()
Fixes 
2019-02-13 14:50:20 +00:00
DanAtShenTech dbb7ec77b3 Fix index_view_class in primer.rst
Fix the "index_view_class=" reference.  Small grammar fixes.
2019-02-08 17:32:57 +00:00
DanAtShenTech f1e3e2e379 Update primer.rst ()
Small wording clarifications.
2019-02-08 17:26:26 +00:00
pvetch 731b8fc9b4 Update third_party_tutorials.rst ()
This content seemed moribund so have added some newer material and checked that the original links still work. There are probably lots of other newer examples that could be added (it might be worth weeding out some of the older content at this point too).
2019-02-08 17:06:01 +00:00
DanAtShenTech c9be245b0f Update primer.rst ()
Small grammar fixes
2019-02-08 17:02:30 +00:00
Thibaud Colas 96ec1e0e4e
Preserve links when copy-pasting rich text content from Wagtail to other tools () 2019-02-07 00:01:03 +02:00
Brady e77338f1a3 Highlight broken links to pages and documents in rich text. Fix () 2019-02-02 17:04:01 +00:00
ed@sharpertool.com f39f018ebf Update hooks.rst ()
Document and Image fields changed from `uploaded_by` to `uploaded_by_user`
2019-01-31 12:22:25 +00:00
David Beitey f881420a98 Add MEDIA_* settings to Django integration page ()
This change adds the required MEDIA_URL/MEDIA_ROOT settings to this documentation page, so the page outlines they are required and gives an example if they're not already configured.
2019-01-31 12:19:42 +00:00
Karl Hobley 6e2b8c28d0 Diffing streamfieds 2019-01-30 09:52:03 -05:00
Matt Westcott 6dba61fc3a Disable codecov coverage checks on PRs 2019-01-30 10:49:51 +00:00
Karl Hobley 5817a42bf0 Fix new flake8 error F632 2019-01-30 08:18:34 +00:00
Matt Westcott 94c9a99156 pep8 fix 2019-01-29 17:09:53 +00:00
Karl Hobley 50e72dc58b Allow disabling search auto-update on a per-model basis () 2019-01-29 17:06:41 +00:00
Asanka Lihiniyagoda 8c4b3fe669 'Parent' link in page chooser search should not navigate away () 2019-01-29 16:36:34 +00:00
Bertrand Bordage 437f641977 Release notes for . 2019-01-26 16:39:45 +01:00
Bertrand Bordage 3e86eb3a9d Changelog for . 2019-01-26 16:36:49 +01:00
Matt Westcott 67940973b5 Fetch new translations from Transifex 2019-01-25 10:38:22 +00:00
Matthew Linares a0b4efd414 Recipe: automatic redirect creation on url edit () 2019-01-24 14:06:44 +00:00
aidarbek 6890f8ef76 Removing confirmation of publishing from documentation () 2019-01-24 12:18:47 +00:00
frmdstryr 5fcaa64d81 Avoid a pop from an empty list in HTMLToContentStateHandler () 2019-01-24 12:09:33 +00:00
Coen van der Kamp a26a3309ee Add Wagtail Space Arnhem banner to documentation 2019-01-24 11:28:56 +00:00
Hammy Goonan 8fa7a41011 moving tsvector query sanitation to 2019-01-20 16:43:22 +01:00
Hammy Goonan be02bcef3c removing trailing whitespace 2019-01-20 16:43:22 +01:00
Hammy Goonan 7c749e1373 adding test 2019-01-20 16:43:22 +01:00
Hammy Goonan af6bf164ec remove backslash from string to prevent syntax error in tsquery 2019-01-20 16:43:22 +01:00
Sergey Fedoseev 057690815b Made HTTP_HOST of page dummy request include port. () 2019-01-17 12:34:04 +00:00
Matt Westcott dc2f487391 Release / deprecation note for 2019-01-11 15:22:37 +00:00
Matt Westcott 5802314b3e Add tests for per-request custom behaviour in edit handlers 2019-01-10 17:35:27 +00:00
Bertrand Bordage 4a8fdb1c18 Binds instances to EditHandlers before generating forms. 2019-01-10 17:27:04 +00:00
Bertrand Bordage cc8eaf039a Updates tests to use EditHandler.bind_to. 2019-01-10 17:26:50 +00:00
Bertrand Bordage b599fce714 Allows binding instance and request to EditHandler before form. 2019-01-10 17:26:50 +00:00
Sergey Fedoseev f271c40cea Simplified Site.find_for_request(). ()
Handling of AttributeError is unneeded since support for Django 1.8 is dropped and handling of KeyError is unneeded because both hostname and port are obtained now via Django API (its current implementation can raise KeyError if SERVER_NAME or SERVER_PORT are absent, but they are required per PEP 3333).

Updated tests to include SERVER_NAME / SERVER_PORT when manually constructing HttpRequest objects, and removed tests that explicitly test the absence of these.
2019-01-10 15:37:35 +00:00
Mukesh fa5deb6b44 More informative error for invalid values passed to `|richtext` ()
Fixes 
2019-01-10 12:35:12 +00:00
Matt Westcott 5f0fa624f9 Add Thijs Walcarius to contributors 2019-01-10 11:38:33 +00:00
Thijs Walcarius 5738f0dae4 Also fix /media/images/ path 2019-01-10 11:37:32 +00:00
Thijs Walcarius 71eca17d0d Fix example alias URL 2019-01-10 11:37:32 +00:00
Matt Westcott d731ea6c9f Add missing null=True and imports to modeladmin example code 2019-01-10 10:59:05 +00:00
Coen van der Kamp 5e5484d4d7 Minor Python fixes identified by SonarQube.
1. Remove return from EmptySearchResults.__init__. Init method is
required to return None.
2. Remove useless self-assignment from BaseSearchBackend.
3. Remove useless self-assignment from wagtail.tests.settings.
2019-01-02 15:27:06 -05:00
Matt Westcott 8afbc6c3ec Document extended LTS date of Wagtail 1.13 2018-12-19 15:13:39 +00:00
Matt Westcott 9b24ca989f Fill in release date for 2.4 2018-12-19 15:13:28 +00:00
Matt Westcott e224d0f3a9 Fetch new translations from Transifex 2018-12-19 15:13:00 +00:00
Matt Westcott 4997d1e922 Revert release note for 2018-12-19 12:27:28 +00:00
Matt Westcott c6a6fb3e33 Revert "Create new squashed migration for wagtailcore ()"
This reverts commit b5f38c7d81.
2018-12-19 12:27:28 +00:00
Matt Westcott a11f7ee015 Exclude the error messages from the count of inline panel elements ()
Ref  ; explicitly identify and count inline-panel-child elements as per https://github.com/wagtail/wagtail/pull/4304#discussion_r169149310
2018-12-17 17:15:40 +00:00
Sergey Fedoseev 5f7b7230a2 Fix SERVER_PORT for Page.dummy_request() when page is attached to Site with 443 port. () 2018-12-11 12:39:20 +00:00
Matt Westcott 056096c2de Remove old versionchanged note 2018-12-07 11:59:55 +00:00
Matt Westcott 26de8edf79 Add release note stubs for 2.5 2018-12-07 11:59:55 +00:00