Karl Hobley
b6c80cde36
1.4.3 no longer in development
2016-04-04 21:39:58 +01:00
Karl Hobley
81cdca1a91
Changelog/release note for #2438
2016-04-04 17:15:24 +01:00
Karl Hobley
a6e53abd34
Changelog/release note for #1913
2016-04-04 10:35:32 +01:00
Karl Hobley
0e43826d96
Tweaks to changelog message
2016-03-30 22:29:33 +01:00
Tim Heap
edc236cb06
Verify SSL certificates for Elasticsearch connections by default
...
Making developers opt out of extra security is better than making them
opt in, especially when they may not be aware of the security they are
missing out on.
2016-03-30 21:56:03 +01:00
Karl Hobley
974d593c85
Changelog/release note for #2405
2016-03-30 19:59:59 +01:00
Karl Hobley
dcc89ce9b1
Set explorer menu media with property instead of class
...
Fixes #2369
The static() function was being called during app load which caused a crash when the user is using STATICFILES_STORAGE=ManifestStaticFilesStorage, DEBUG=False and haven't yet collected static files.
I've moved it into a property and it's now only called when a view is being rendered. This also is more consistent because we usually set media using properties (and so does Django admin).
2016-03-30 17:06:29 +03:00
Karl Hobley
77f143ab8f
Changelog/release note for #2386
2016-03-27 14:33:27 +01:00
Karl Hobley
729ec8bfab
Changelog/release note/upgrade consideration for #2388
2016-03-24 21:21:05 +00:00
Karl Hobley
63a891266a
Changelog/release note for #2382
2016-03-24 20:58:31 +00:00
Tim Heap
e001cac581
Release notes for #2260
2016-03-22 14:36:21 +11:00
Math1985
03cba5b91c
Ask user for old password when changing password
...
This is accomplished by using PasswordChangeForm instead of SetPasswordForm.
This adds extra security, as without this commit, an attacker that has access to
a user's session at one point in time will be able to change the user's password
and gain permanent access.
2016-03-22 11:50:18 +11:00
Rob Moorman
5158ee7aad
Removed arrow-up after selector issue #2365
2016-03-17 01:25:26 +00:00
Matt Westcott
5f67ce2c4b
1.4 no longer 'in development'
2016-03-16 11:31:20 +00:00
Matt Westcott
83ab0746bc
Release note for #2333
2016-03-11 17:21:53 +00:00
Matt Westcott
6803075188
Release notes for #1940
2016-03-11 15:43:43 +00:00
Matt Westcott
1c61b2316c
Version-bump to start work on 1.5
2016-03-11 13:43:00 +00:00
Matt Westcott
eb78c9e235
Update Benjamin Bach's name in changelog
2016-03-08 15:59:48 +00:00
Matt Westcott
e0ad2a720e
Demote construct_explorer_page_queryset to a minor feature
2016-03-08 15:55:34 +00:00
Matt Westcott
bc34f312ad
Formatting fixes to changelog
2016-03-08 15:51:56 +00:00
Matt Westcott
5410294836
Promote the redesigned userbar to a major feature
2016-03-08 15:48:24 +00:00
Matt Westcott
5e07bead42
Release note for #2170
2016-03-08 15:06:29 +00:00
Eirik Krogstad
ac5d6e4945
Fix assumptions about user model fields, issue #1433
2016-03-07 20:42:39 +00:00
Matt Westcott
a67c971f4f
Make settings menu clickable again in Firefox 46.0a2
...
Fixes #2286 . Thanks to @juhakujala for tracking down the fix, and @akx for passing it on!
2016-03-07 19:53:53 +00:00
Matt Westcott
ef4aa3b54e
Release note for #2031
2016-03-07 18:29:24 +00:00
Matt Westcott
7d22066da5
Release note for #2140
2016-03-07 14:40:09 +00:00
Matt Westcott
a6647c33c8
Use specific page models on explorer page listing.
...
In particular, this ensures that any custom URL routes defined on the page model
are respected by the 'live' link:
https://groups.google.com/d/msg/wagtail/qAmI4HbJfCI/9fxvoCmMEQAJ
2016-03-07 10:00:45 +00:00
Mikalai Radchuk
cd355b2fb7
Fixes release notes for #2253
2016-03-04 15:07:00 +03:00
Mikalai Radchuk
72d9ae81b5
Release notes for #2253
2016-03-04 00:02:09 +03:00
Dave Cranwell
ccfdd98d48
Release notes for edit bird redesign added to docs
2016-03-03 15:29:05 +00:00
mr-winter
c185e57347
output sass errors in terminal and prevent gulp watch from exiting
2016-03-03 10:07:45 +00:00
Nicolas Kuttler
7d90344dd6
Update home stats summary CSS
...
The construct_homepage_summary_items hook allows to add items, but if
you use exactly the same markup as wagtail you end up with a bad layout
because the items form rows with no whitespace between them.
This commit changes the padding-bottom of the section into a margin-bottom
of it's <li> items, meaning that they form rows with enough whitespace
in between them, and the whitespace at the bottom is preserved.
2016-03-03 09:57:46 +00:00
Charlie Choiniere
0a9ae79ba4
Updated wagtail admin jQuery to version 2.2.1
2016-03-03 09:46:56 +00:00
Tim Heap
0ead79d286
Release notes for #2266
2016-03-03 02:03:34 +02:00
Tom Dyson
f1077505c4
Thank USW for Collections
2016-03-01 17:36:13 +00:00
Mikalay Radchuk
1e82450160
Fixes StreamValue unicode compatibility
2016-03-01 16:36:04 +00:00
Matt Westcott
a2bc7341f2
Release note for #2269
2016-03-01 15:53:08 +00:00
Matt Westcott
c6140a06f7
Release note / contributor entry for #2256
2016-03-01 15:26:53 +00:00
Karl Hobley
dc3910a613
Changelog/release note/contributor for #2279
2016-03-01 12:32:09 +00:00
Karl Hobley
182d847b3f
Changelog and release note for #2027
2016-03-01 12:14:49 +00:00
Matt Westcott
c6548fea12
Release notes for #2278 / #2280
2016-02-29 18:16:50 +00:00
Matt Westcott
fc3936a229
Release note for #2243 (Collections)
2016-02-29 14:16:35 +00:00
Tom Dyson
985a987436
Hook for adding CSS to all admin pages
2016-02-25 10:24:54 +02:00
Matt Westcott
e131a9bcaf
Release note for #1892
2016-02-18 16:28:19 +00:00
Karl Hobley
3f5586e1f8
Changelog/release note for #2219
2016-02-12 11:22:46 +00:00
Matt Westcott
395cecc642
Fixes to page ordering logic in explorer:
...
- keep ordering and pagination as two distinct operations
- only perform the 'annotate' hack when ordering by latest_revision_created_at
- entries with a null latest_revision_created_at should appear at the top when
ordering oldest first
- don't uselessly call order_by twice
- actually test that the 'ordering' parameter orders the results :-)
2016-02-11 10:42:01 +00:00
Karl Hobley
11b9ed6732
Make user confirm before navigating away from changed page editor
2016-02-10 14:17:45 +00:00
Matt Westcott
68657338e7
Fetch new translations from Transifex
2016-02-05 16:52:10 +00:00
nfletton
94ba1c40e4
Add handling for server errors when uploading images and documents via a modal dialog
2016-02-05 16:21:58 +00:00
Matt Westcott
daba4aff84
release note for #2132
2016-02-04 17:35:59 +00:00