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

6027 Commits

Author SHA1 Message Date
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
Karl Hobley
1565e74101 Willow 0.3 support 2016-03-07 18:29:23 +00:00
Mikalai Radchuk
fb50eb0d7e Fixes wrong links format in CSS coding guidelines 2016-03-07 20:38:47 +03:00
Matt Westcott
7d22066da5 Release note for #2140 2016-03-07 14:40:09 +00:00
Mikalai Radchuk
8b6c24d3f7 #2140: Suggested changes in tests 2016-03-07 14:08:03 +00:00
Tim Heap
348273642a Simplify block level validation tests
Dont bother with the ColumnBlock setup. That is the use case these
commits solve, but it makes the tests more complicated than they need to
be. The tests now use StreamBlockValidationError as well.
2016-03-07 14:08:03 +00:00
Tim Heap
5fdc50d9ff Add StreamBlockValidationError exception
This encapsulates the specific way that StreamBlocks expect their
ValidationErrors to be formatted.
2016-03-07 14:08:03 +00:00
Tim Heap
9ae69ed8f2 Teach StreamBlocks about NON_FIELD_ERRORS
A StreamBlock can now have NON_FIELD_ERRORS as part of its error dict.
These will be displayed as error messages above the StreamBlock in the
admin upon form submission.

No code in Wagtail currently makes use of this feautre. It is available
for developers of sites to use in their custom StreamField blocks.
2016-03-07 14:08:03 +00:00
Michael van Tellingen
e7ace5c181 Dependency update: Support django-treebeard 3.0 and 4.0 releases
The admin extensions in django treebeard 3.0 are not compatible with
Django 1.9. Although these are not used by Wagtail they are used in
other projects (e.g. Oscar), so we should allow treebeard 4.0 which
is compatible with Django 1.9.
2016-03-07 12:33:28 +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
Josh Barr
2c25ce153e gitignore clients nodemodules 2016-03-07 09:54:07 +00:00
Josh Barr
cf23387843 replace pushd with cd 2016-03-07 09:54:07 +00:00
Mikalai Radchuk
660278d417 Fixes typos in docs for #2201 and #2302 2016-03-07 09:47:40 +00:00
Tom Dyson
08f808d003 Add Josh to authors 2016-03-06 21:10:02 +00:00
Matt Westcott
9247007bc6 Add Loic Teixeira to contributors 2016-03-06 21:07:14 +00:00
Loïc Teixeira
10791a9c0b Remove dead link
The raw html which can be found on the repository states:
	Update 08/09/2015: This tutorial has been written during the first days of Wagtail, when documentation and tutorials about it were sparce; right now it should be considered by all accounts obsolete and not be followed! Instead, you should read the official (and very well written) tutorial in the official Wagtail documentation!
2016-03-06 21:05:05 +00:00
Loïc Teixeira
5429c007ad Fix internal links 2016-03-06 21:05:05 +00:00
Loïc Teixeira
33aad3957f Fix internal links with anchors
Generating links with `link text <./path/to/doc#anchor>`__ does not work for html.
It produces a link to `./path/to/doc#anchor` instead of `./path/to/doc.html#anchor`.

It would be tempting to add `.html` before `#` but would likely cause some more issues
when generating the documentation as pdf or epub.

References on the other hand will work regardless of the output format.
2016-03-06 21:05:05 +00:00
Matt Westcott
49e2de9813 fix doc rendering error in wagtailuserbar code block 2016-03-06 21:02:51 +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
Mike Dingjan
e90ef3357b added base text template and some minor tweaks / cleanup 2016-03-03 23:05:35 +03:00
Mike Dingjan
720646e22f moved tag loading to top 2016-03-03 23:05:34 +03:00
Mike Dingjan
90cb46c4ef reduce image height in e-mail template 2016-03-03 23:05:34 +03:00
Mike Dingjan
1f65a4aae6 updated documentation regarding html notifications 2016-03-03 23:05:34 +03:00
Mike Dingjan
a86b82190c use clickable links in html e-mail 2016-03-03 23:05:34 +03:00
Mike Dingjan
0196178f2f added missing static template tag loading 2016-03-03 23:05:34 +03:00
Mike Dingjan
be36866e08 added blocks for easy re-branding 2016-03-03 23:05:34 +03:00
Mike Dingjan
7f579f5091 removed unused imports 2016-03-03 23:05:34 +03:00
Mike Dingjan
0b2dd256b2 removed setting again 2016-03-03 23:05:34 +03:00
Mike Dingjan
c056290f09 add HTML template 2016-03-03 23:05:34 +03:00
Mike Dingjan
0e52439ba1 removed site_url and depend on the BASE_URL, like it used to do 2016-03-03 23:05:34 +03:00
Mike Dingjan
1cf5a55857 wrong template extends path 2016-03-03 23:05:34 +03:00
Mike Dingjan
613be97240 make sure HTML e-mail is sent when enabled in settings 2016-03-03 23:05:34 +03:00
Mike Dingjan
b10d122d50 refactor the e-mail templates for notifications 2016-03-03 23:05:33 +03:00