Wykres commitów

2453 Commity (fa2a0c2d02d41610d469597575e3bf644ba5fbef)

Autor SHA1 Wiadomość Data
LB Johnston fa2a0c2d02 add ability for page.copy to copy ParentalManyToMany field relations 2019-03-01 07:11:28 +10:00
Sergey Fedoseev 233bb17789 Add missing collection column in wagtaildocs/documents/list.html () 2019-02-27 19:28:40 +00:00
Sergey Fedoseev c2a83b92da Fix typo in docs/topics/images.rst 2019-02-27 19:25:06 +00:00
Gassan Gousseinov d37ce9f699 routablepageurl returns urls only for default site on multisite installation () 2019-02-27 19:21:26 +00:00
Matt Westcott 34d7efe4e3 Add note to clarify that construct_homepage_panels should modify the ist in place 2019-02-27 14:56:40 +00:00
Neil Lyons f10c5cab58 Update docs for construct_homepage_panels hook ()
`construct_homepage_panels` hook doesn't need a return statement.

[Looking at the code](https://github.com/wagtail/wagtail/blob/master/wagtail/admin/views/home.py#L101-L102), the user doesn't need to return a list, they need to mutate the list passed in.
2019-02-27 14:50:01 +00:00
Evan Winter a4c3ccc464 Fix typo in docs () 2019-02-26 21:46:23 +00:00
Karl Hobley 04861bc37d Release note / contributor for 2019-02-23 14:15:07 +00:00
tomedelliott f5654981c8 Add limit image upload size by number of pixels ()
* Add test for Image pixel size

* add pixel size check and update test to match

using djangos get_image_dimensions this maybe a internal function
but the commit adding it is over 9 years old

* Update docs and CHANGELOG

* fix typos
2019-02-23 14:13:00 +00:00
DanAtShenTech e6e9fd09e2 Highlight "create" and "edit" forms () 2019-02-19 10:53:29 +00:00
Matt Collins 37a472834a Update legacy wagtail.wagtailadmin paths ()
Update legacy wagtail.wagtailadmin paths to wagtail.admin
2019-02-19 10:49:15 +00:00
Matt Westcott 087434f348 Update links to Draftail documentation 2019-02-14 23:24:30 +01:00
DanAtShenTech f21e75e95d Fix typo (missing plural) 2019-02-14 23:18:48 +01:00
DanAtShenTech 966ad8658d Properly designate last_name field 2019-02-14 12:05:26 +00:00
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
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
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
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
Mukesh fa5deb6b44 More informative error for invalid values passed to `|richtext` ()
Fixes 
2019-01-10 12:35:12 +00:00
Matt Westcott d731ea6c9f Add missing null=True and imports to modeladmin example code 2019-01-10 10:59:05 +00: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 4997d1e922 Revert release note for 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
Matt Westcott 9db37023c4 Mark 2.4 as still in development 2018-12-06 16:54:02 +00:00
Karl Hobley 4abfbf89a0 Hide "delete snippets" button when no snippets selected 2018-11-30 16:57:47 +00:00
Dan Braghis 12ac86217a Fix Wagtail Sitemaps does not allow for Django Sitemap instances 2018-11-30 16:35:52 +00:00
Alex Gleason e5f9c122ab Use better examples in ModelAdmin docs, add info about FieldPanels 2018-11-30 13:11:53 +00:00
Matt Westcott 44c905bf69 Release note for 2018-11-30 12:11:14 +00:00
Matt Westcott b81e5c6b85 avoid referring to an internal function name in hook docs 2018-11-30 11:29:21 +00:00