0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
Commit Graph

7380 Commits

Author SHA1 Message Date
Loic Teixeira
0b9a5814fc Add failing tests for required stream field/block 2017-07-31 18:28:19 +01:00
Matt Westcott
16439193a3 Update Travis config to work with on Trusty architecture (#3739)
* Update Travis config to work with on Trusty architecture

* Explicitly specify Trusty environment
2017-07-28 18:48:01 +01:00
Levi Adler
6bd7515663 Reduce queries and speed up sitemap generation with PageQuerySet.specific (#3727) 2017-07-28 16:07:16 +01:00
Jeffrey Chau
988a2487ef Update documentation to reflect specific behavior of form_classname meta attribute 2017-07-28 15:41:38 +01:00
Bertrand Bordage
42d274a470 Merge pull request #3715 from emorozov/master
Backslash is not necessary when multi-line expression is parenthesized.
2017-07-19 21:03:24 +02:00
Eugene Morozov
7b55c5094f Backslash is not necessary when multi-line expression is parenthesized. 2017-07-18 09:56:42 +03:00
Eugene Morozov
f85f186cea Hide wagtail icon from printed page representation. 2017-07-14 11:49:52 +02:00
Matt Westcott
a9b7265784 Add docs about upgrading and supported Django / Python versions (#3690)
* Add docs about upgrading and supported Django / Python versions

Fixes #2429

* Add table of LTS support periods
2017-07-12 14:50:27 +01:00
Matt Westcott
2bd54431b4 fill in release date for 1.11.1
Conflicts:
	CHANGELOG.txt
2017-07-07 14:40:16 +01:00
Matt Westcott
a0c6e46580 Release note for #3694
Conflicts:
	CHANGELOG.txt
	docs/releases/index.rst
2017-07-07 14:39:28 +01:00
Matt Westcott
6556e0efab Remove erroneous self-closing tag
Thanks to @sivictorallen for the report!
2017-07-07 13:13:20 +01:00
Matt Westcott
8003185ac2 Release note for #3569 2017-07-06 15:23:40 +01:00
Matt Westcott
c7126fce4e Fix permission tester to work (as far as displaying the explorer) when page models are missing 2017-07-06 15:22:06 +01:00
Matt Westcott
ebb87fc703 Fall back on the base Page model for missing models in PageQuerySet.specific()
Fixes #3567
2017-07-06 15:22:06 +01:00
Matt Westcott
4caa860149 Mark 0.8, 1.4, 1.8 and 1.12 as LTS releases in release notes 2017-07-04 15:20:44 +01:00
Karl Hobley
8a8b440532 Put a space back
Accidentally removed by previous commit
2017-07-04 09:58:01 +01:00
Karl Hobley
1d878c6788 Remove a broken link from pages.rst
This link now just leads to a blank page with the message "The Django wiki is no longer used for this information."
2017-07-04 09:56:36 +01:00
Karl Hobley
01e2d5f4a0 Class based embed finders and new embed finder configuration (#2127)
* Allow additional oembed providers to be used (currently all are hardcoded)
 * Make per-provider configuration possible
    * Choose which finders get used for which provider (eg, force use of oembed for instagram but use embedly for everything else)
    * Allow specifying additional parameters for certian providers such as scheme=https to YouTube
2017-07-03 18:28:13 +01:00
Mikalai Radchuk
cc4f941c0a Add release notes for #3285 2017-07-03 10:14:16 +01:00
Mikalai Radchuk
0e4fcc0b39 Add page editing tests for the draft_title field 2017-07-03 10:14:16 +01:00
Mikalai Radchuk
01399d93c9 Add page creation tests for the draft_title field 2017-07-03 10:14:16 +01:00
Mikalai Radchuk
343f463efb Fix the comment for the draft_title field 2017-07-03 10:14:16 +01:00
Mikalai Radchuk
10e237f313 Update the test for page modeladmin 2017-07-03 10:14:16 +01:00
Mikalai Radchuk
644714ef57 Update test data in fixtures and unindent json 2017-07-03 10:14:16 +01:00
Mikalai Radchuk
372a30ab1f Update test data in test code 2017-07-03 10:14:16 +01:00
Mikalai Radchuk
59a9a9e87b Update the admin interface to use the draft_title 2017-07-03 10:14:16 +01:00
Mikalai Radchuk
d5fa07dc4b Save the draft_title on revision creation 2017-07-03 10:14:16 +01:00
Mikalai Radchuk
635c1446ac Add the draft_title field and default value 2017-07-03 10:14:16 +01:00
Matt Westcott
8cce0a45a8 Disable codecov's require_ci_to_pass mode
despite our attempts to fix it with the `after_n_builds` setting, it's still showing spurious fluctuations due to sometimes running elasticsearch tests and sometimes not
2017-06-30 22:59:28 +01:00
Matt Westcott
4bcd4b1834 Fill in release date for 1.11
Conflicts:
	CHANGELOG.txt
2017-06-30 14:39:07 +01:00
Matt Westcott
cfa37db195 Fetch new translations from Transifex 2017-06-30 12:02:17 +01:00
Karl Hobley
ae070c688e Changelog/release note for #3670 2017-06-30 09:33:35 +01:00
Rich Brennan
0f1ad6c6bf try unencoding url if redirect not found 2017-06-30 09:29:52 +01:00
David
240fa9153b Added multiselect form field 2017-06-28 17:25:25 +01:00
Matthew Downey
27808a9fe1 Respect max_num when setting initial disabled state for InlinePanel add button #3316 2017-06-28 15:56:50 +01:00
Tim Heap
55a56416f5 Call Field.prepare_value from FieldBlocks
This is used by some form fields to convert from the internal Python
value to the value used by a widget, much like `Block.get_prep_value`
for blocks or `Field.get_prep_value` for model fields.
2017-06-26 23:21:13 +01:00
Matt Westcott
0965ea743b Rotate deprecation warnings 2017-06-22 18:33:48 +01:00
Matt Westcott
8a07ce57f4 Version bump to start work on Wagtail 1.12 2017-06-22 18:33:48 +01:00
Matt Westcott
deeee4a597 Ensure example.doc is deleted after running TestServeView 2017-06-20 13:46:50 +01:00
Matt Westcott
b00377c418 Version bump to 1.11rc1 2017-06-19 18:31:33 +01:00
Matt Westcott
9488a42c27 Generate new strings for translation 2017-06-19 17:57:00 +01:00
Matt Westcott
ea63e6f7ad Add Persian to default admin languages 2017-06-19 17:52:51 +01:00
Matt Westcott
d5cfaa8cd5 Fetch new translations from Transifex 2017-06-19 17:48:07 +01:00
Matt Westcott
3d9159c0b4 Release note for #3663 2017-06-19 16:57:05 +01:00
Paul Kamp
b92b862537 Fix #3639, KeyError on Preview Link (#3663)
If the session key does not exist, fall back to the preview error.  The user can then try previewing the article again.
2017-06-19 16:48:46 +01:00
Mikalai Radchuk
5f651299df oEmbed: Add support of Tumblr 2017-06-19 15:10:54 +01:00
Matt Westcott
0611a1b2cd Release note for #3545 2017-06-19 15:08:24 +01:00
Mikalai Radchuk
0cb717d48c Use non-greedy patterns in some cases for Facebook 2017-06-19 15:06:42 +01:00
Mikalai Radchuk
94ca64fd95 Add support of Facebook oEmbed
Fixes #3532
2017-06-19 15:06:42 +01:00
Matt Westcott
6bc6480cd2 Fix deprecated import of modelcluster.tags in tutorial 2017-06-19 12:23:30 +01:00