0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00
Commit Graph

309 Commits

Author SHA1 Message Date
Sebastian Brestin
e8ee632b29 Permission checking consistency #4305 2018-03-05 17:18:16 +00:00
Todd Dembrey
09f8a4f38a Draftail was failing to initialise with defined options in settings 2018-03-05 16:04:02 +00:00
Matt Westcott
530b8b32ec Fetch new translations from Transifex 2018-02-27 19:29:55 +00:00
Michael Harrison
4da0bd7bd2 Improve redirect links search in the admin 2018-02-27 16:08:11 +11:00
Matt Westcott
501aa5ab63 Fetch new translations from Transifex 2018-02-16 11:31:07 +00:00
Dan Dietz
54ad64e431 Added LineBreakHandler to resolve missing line breaks 2018-02-15 17:36:59 +00:00
Julian Gallo
9e67741f2b Fix position of action buttons in image editor on mobile (#3771) 2018-02-14 15:26:35 +02:00
Carlo Ascani
8c0170bb62 Animate the chevron icon when opening sub-menus in the admin (#3069) 2018-02-14 14:06:19 +02:00
Ben
6412bad624 Persist tab hash in URL to allow direct navigation to tabs in the admin interface (#4231)
Save the hash when clicking on a tab and select the tab if loading a page with a hash in it. This allows for giving direct links to a specific tab.

![tabs](https://user-images.githubusercontent.com/272675/35627540-c8e22f36-065e-11e8-848e-78924335a146.gif)

Fixes wagtail/wagtail#4111
2018-02-14 11:37:44 +02:00
Dave Bell
99e9d5468a Use Rendition in image_to_html 2018-02-12 20:24:17 +00:00
Dário
55580d96e8 Embed Docs: fix broken link (#4270) 2018-02-12 10:15:22 -05:00
Mary Kate Fain
6c7d0abad7 Add on_delete to BlogPageTag model 2018-02-08 11:52:45 +00:00
J Rob Gant
218a47e802 Remove unreachable code from slugurl tag. 2018-01-29 18:55:44 +00:00
Matt Westcott
9ef1e4883c Fetch new translations from Transifex 2018-01-26 16:24:14 +00:00
Matt Westcott
5fc191b116 Simplifies edit handlers by removing redundant classes.
This also allows to provide some missing arguments to panels like PageChooserPanel.
2018-01-13 17:21:36 +00:00
Chris Bledsoe
3d945d0255 extract get_template method to allow overriding template on instances of blocks
to allow for customization and make the Block type mirror how the Page model allows for a get_template method to override it.

add per contrib guidelines
2018-01-11 16:03:22 +00:00
Bruno Alla
be164048b8 Add setting to disable notification to superusers -- Fixes #3969
WAGTAILADMIN_NOTIFICATION_INCLUDE_SUPERUSERS, default to True
If set to False, superusers do not receive moderation notification,
only moderators do.
2018-01-10 17:26:02 +00:00
Matt Westcott
c10e050076 Add misraX to contributors 2018-01-02 23:37:56 +00:00
Philipp Bosch
a9f51a09c4 [Docs] Fix imports in "Buttons with dropdown lists" hooks example 2017-12-05 00:12:06 +00:00
Janneke Janssen
91d1150fc4 Release notes for #3592 2017-12-01 16:24:05 +01:00
Matt Westcott
9610c2d3af Make InlinePanel heading independent of label. Original commit by @Adrian-Turjak 2017-11-30 12:08:19 +00:00
Matt Westcott
1035a83b80 Add LB Johnston to core team 2017-11-15 21:52:37 +00:00
Martin Sandström
345b527ca2 Fix syntax error in ImageRenditionField example 2017-11-12 18:07:38 +00:00
Matt Westcott
6dc89c1f7f Remove Tim Heap from core team (hopefully only temporarily...) 2017-11-08 11:00:23 +00:00
Matt Westcott
f5e800f5e5 Add Jon Carmack to contributors 2017-11-03 16:56:16 +00:00
Matt Westcott
cc64f40237 Update CONTRIBUTORS.rst with current core team 2017-11-02 10:41:13 +00:00
Tim Heap
62aa2b2726 Update Tim Heap's contributor note
I've changed employers, but still contribute to Wagtail.
2017-11-01 09:48:58 +00:00
Matt Westcott
9ec8daba43 Update slugurl documentation with a "real-world" example.
Thanks to @rifuso for the suggestion!
2017-10-23 12:40:07 +01:00
Matt Westcott
54f362f2ac Fetch new strings for translation
Also remove tr_TR translations, as they will mask the more-complete TR translation due to #3600.
2017-10-16 19:03:21 +01:00
Ross Crawford-d'Heureuse
32555f7a1c Added hiddenfield 2017-10-13 17:26:20 +01:00
Patrick Woods
fa853de486 Use parse_known_args so we can handle extra testrunner named parameters 2017-10-13 16:35:03 +01:00
Matt Westcott
26c677cc5a Pull new translations from Transifex 2017-10-06 16:08:01 +01:00
Samir Shah
62b8caedd5 Remove SessionAuthenticationMiddleware from project template and docs.
The project template assumes Django 1.11, where SessionAuthenticationMiddleware is redundant (see https://docs.djangoproject.com/en/1.11/releases/1.10/#features-removed-in-1-10).

Also update the documentation to consistently refer to MIDDLEWARE instead of MIDDLEWARE_CLASSES.
2017-10-04 16:14:34 +01:00
Mads Jensen
aa3f5b7828 Added missing on_delete to SearchTestSubObject.parent 2017-10-02 22:51:37 +01:00
Matt Westcott
563b8e48ef Release notes for #3541 2017-09-13 21:41:35 +01:00
Venelin Stoykov
90ce50307e Make it possible to reverse migrations
Conflicts:
	CONTRIBUTORS.rst
2017-09-06 16:37:31 +01:00
Anselm Bradford
a900965fba Fixes #3516 - replaces scss-lint with stylelint 2017-08-26 16:39:45 +03:00
Matt Westcott
49745cd471 Add Ben Sturmfels to contributors (#3786) 2017-08-23 21:12:24 +01:00
Joe Cronyn
d56f1069ef Updating to allow no limit max 2017-08-22 12:09:05 +01:00
Thibaud Colas
b0b5e25e97 Release note for #3763, in 1.13 2017-08-16 00:40:49 +03:00
Tomasz Knapik
80c846a0cf Add help_text to DecimalBlock and RegexBlock 2017-08-11 11:48:51 +01:00
Matt Westcott
c5fb5cd6d2 Fetch new translations from Transifex 2017-08-10 16:52:02 +01:00
Matt Westcott
f9824236a8 Fix Christine Ho's credit 2017-08-10 14:31:23 +01:00
Karl Hobley
3163f77d2a Changelog/contributor/release note for #3701 2017-08-04 14:32:57 +01:00
Matt Westcott
17939e5190 release note fixup 2017-08-02 12:28:28 +01:00
Jack P
ee2e44c125 Fix footer collapsing too early (#3719) 2017-08-02 13:45:45 +03:00
Matt Westcott
2021042d57 Release note for #3605 2017-08-01 15:03:07 +01:00
Levi Adler
6bd7515663 Reduce queries and speed up sitemap generation with PageQuerySet.specific (#3727) 2017-07-28 16:07:16 +01:00
Eugene Morozov
f85f186cea Hide wagtail icon from printed page representation. 2017-07-14 11:49:52 +02:00
Matt Westcott
cfa37db195 Fetch new translations from Transifex 2017-06-30 12:02:17 +01:00