Karl Hobley
db269928e8
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:19:14 +03:00
Karl Hobley
d22be01d37
Changelog/release note for #2386
2016-03-27 14:32:46 +01:00
Josh Barr
2ce9bda1a3
replace classic logical fallacy in touch event detection with the recommended solution.
2016-03-27 14:29:24 +01:00
Timo Rieber
38e1fe7735
Clarified wagtail userbar options and positioning
2016-03-27 14:29:16 +01:00
Karl Hobley
4faa880796
Changelog/release note for #2382
2016-03-24 20:57:17 +00:00
Karl Hobley
17f4490ec9
Fixed syntax of jQuery selector
...
We recently updated to jQuery 2.x and this requires quotes around attribute values.
Fixes #2380
Fixes #2381
2016-03-24 20:53:34 +00:00
Matt Westcott
211a51f0fc
Version bump to 1.4.1
2016-03-17 01:42:41 +00:00
Rob Moorman
287ca850bb
Removed arrow-up after selector issue #2365
2016-03-17 01:23:12 +00:00
Matt Westcott
d0f52a1313
Add Antonin Enfrun and Edd Baldry to French translators list
2016-03-16 12:33:05 +00:00
Matt Westcott
920a79f223
Set version number to 1.4
2016-03-16 11:34:04 +00:00
Matt Westcott
de5a03d2fe
1.4 no longer 'in development'
2016-03-16 11:32:37 +00:00
Matt Westcott
1f01af73fe
Pull new translations from Transifex
2016-03-16 11:02:50 +00:00
Matt Westcott
a713c3061b
Add missing quoting to icon-*-after CSS
2016-03-15 17:07:49 +00:00
Josh Barr
ecacb60a4b
added more defensive CSS to the userbar
2016-03-11 10:22:03 +00:00
Robert Rollins
0e78e04b6b
Searchly no longer supports Elasticsearch 1.x, so I switched the suggested development service to Bonsai.
2016-03-10 15:14:19 +00:00
Robert Rollins
123e3692ab
Various typo fixes and grammar/clarity improvements.
2016-03-10 15:14:12 +00:00
Matt Westcott
d134eadb2a
Version bump for 1.4rc1
2016-03-09 14:36:11 +00:00
Karl Hobley
9393b93538
Improvements to MANIFEST.IN
...
Reduces size of wheel files to 5.7MB from 9.3MB
2016-03-09 14:30:25 +00:00
Matt Westcott
7166dff86d
Generate new translation strings
2016-03-09 13:56:33 +00:00
Matt Westcott
78bd519fb5
Update translator list in contributors.rst
2016-03-09 12:26:15 +00:00
Matt Westcott
3129d72151
Sort languages by English name
2016-03-09 12:18:32 +00:00
Matt Westcott
c18a436b94
Pull translations from transifex (including languages that were previously below the 30% coverage threshold)
2016-03-09 12:09:43 +00:00
Matt Westcott
23af4e4251
Remove 30% coverage threshold from fetch-translations
...
It wasn't an effective rule for weeding out inactive translations - a 20% coverage of wagtailadmin is better than 100% coverage of wagtailsites.
(minimum-perc=1 is required because otherwise it'll pull in languages with no coverage at all, which includes a lot of junk)
2016-03-09 11:36:30 +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
2cbbad492e
Update Benjamin Bach's name in contributors
2016-03-08 15:49:10 +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
Matt Westcott
1dab8eb469
Add tests for revision views
2016-03-08 15:06:28 +00:00
Matt Westcott
56b242bca1
Reorganise notification messages on page saving, so that we aren't translating sentence fragments in isolation
...
Also shorten some over-long code lines
2016-03-08 15:06:27 +00:00
Dave Cranwell
d9e5a8c8e9
fixed a regression in styling of explorer .index row
2016-03-08 15:06:27 +00:00
Dave Cranwell
e556de2ecd
added revision field to revision review form so notification messages can be customised to better reflect what user has done.
2016-03-08 15:06:26 +00:00
Dave Cranwell
148a0d54cc
made warning dropdowns a thing
2016-03-08 15:06:24 +00:00
Dave Cranwell
1bc6f64738
made buttons in listing index rows more prominent
2016-03-08 15:06:24 +00:00
Dave Cranwell
53ab3c169c
reworded publish button, also made warning a property of a dropdown
2016-03-08 15:06:23 +00:00
Dave Cranwell
fb934cbd85
removed back to current draft link as that's now unnecessary
2016-03-08 15:06:22 +00:00
Dave Cranwell
dbebf28da1
added ordering and current draft to list
2016-03-08 15:06:21 +00:00
Dave Cranwell
d69e95a07a
allowed revisions to be ordered and added current draft to list
2016-03-08 15:06:21 +00:00
Dave Cranwell
e782de6064
tweaks to styling of revision list and added new 'warning' style for buttons/dropdowns
2016-03-08 15:06:20 +00:00
Dave Cranwell
5774d8dcdf
added notification to revision review page and avatar template to help. added is_revision flag to toggle wording of certain page controls
2016-03-08 15:06:19 +00:00
Dave Cranwell
878f23ce05
split revisions up like other paginated results
2016-03-08 10:13:39 +00:00
Karl Hobley
1ac0c6b747
Revisions UI
2016-03-08 10:13:39 +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
dadef2a017
Recommend the -U switch when running pip install -e .
...
This more reliably ensures that the user has up-to-date dependencies (e.g. without it, a
beta version of a package like Willow or modelcluster won't get installed if the user has
a stable version already installed)
2016-03-07 18:31:29 +00:00
Matt Westcott
ef4aa3b54e
Release note for #2031
2016-03-07 18:29:24 +00:00
Matt Westcott
e06f6acaba
Tweak dependencies to allow Willow 0.3b4 to be installed, via either tox or setup.py
2016-03-07 18:29:24 +00:00
Karl Hobley
484d9c6a71
Run auto_orient when processing image
2016-03-07 18:29:24 +00:00
Karl Hobley
84997c72e7
Return a willow image from Filter.run()
2016-03-07 18:29:23 +00:00