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
Dave Cranwell
59f21fe013
Merge pull request #2302 from takeflight/docs/committing
...
Add docs on committing code
2016-03-03 09:28:21 +00:00
Tim Heap
0ead79d286
Release notes for #2266
2016-03-03 02:03:34 +02:00
Tim Heap
74986f7d4d
Add docs on committing code
...
Inspiration and flow from Django's
`internals/contributing/committing-code` docs
2016-03-03 02:00:37 +02:00
Josh Barr
a1a2940495
fixed font size rounding issue in firefox, added contrib notes
2016-03-03 12:29:28 +13: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
7861c2b492
Add get_site and get_url_parts to the Page model reference docs
2016-03-01 12:11:14 +00:00
Matt Westcott
6851bbf1a6
Fix custom image docs to indicate that fields must be non-required
2016-03-01 12:07:35 +00:00
Matt Westcott
c6548fea12
Release notes for #2278 / #2280
2016-02-29 18:16:50 +00:00
Matt Westcott
7ed53087aa
Update node.js version requirements
2016-02-29 15:55:02 +00:00
Matt Westcott
d1a86c06da
documentation: now with 8.3% more underline
2016-02-29 15:03:28 +00:00
Matt Westcott
fc3936a229
Release note for #2243 (Collections)
2016-02-29 14:16:35 +00:00
Matt Westcott
3195a5200f
Prevent deletion of collections that are non-empty
...
Since the collections infrastructure itself does not know about the object types that
can exist within collections, this requires a new hook `describe_collection_contents`
to allow collection contents to be discovered.
2016-02-29 13:14:10 +00:00
Matt Westcott
766e2501e4
Implement register_group_permission_panel hook for adding new panels to the group edit form
2016-02-29 13:14:05 +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
Chris May
4f999de737
Correcting typo int The Dashboard doc
2016-02-16 15:51:57 -05:00
Karl Hobley
3f5586e1f8
Changelog/release note for #2219
2016-02-12 11:22:46 +00:00
Matt Westcott
d620ce9656
Document the construct_explorer_page_queryset hook
2016-02-12 11:15:13 +00:00
Quadric
d27df01815
Tagging snippets documentation fix
...
I'm not sure i'm right but i think there is a typo in this example. I guess there should be a AdvertTag use in TaggableManager instead BlogPageTag
2016-02-12 11:11:08 +00:00
Matt Westcott
cddbc7c4a8
Remove 'versionadded:: 0.7' tags - 0.7 is ancient enough to be irrelevant
2016-02-11 10:53:03 +00:00
Matt Westcott
1677bd5a0d
insert_editor_css no longer provides a mechanism for custom SCSS
2016-02-11 10:53:03 +00:00
Matt Westcott
dc0d18b6a4
Reorganise Hooks reference into meaningful sections
2016-02-11 10:53:03 +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
Tim Heap
224f3f5c37
Remove final references to django-compressor
...
* Remove references from docs
* Fix comment in SCSS files, and fix related variable names
* Remove COMPRESS_ENABLED setting from tests
2016-02-09 18:41:56 +00:00
Andrew Pryde
e2601c30b8
Fix PageQuerySet code overriding code snippet
2016-02-08 16:03:11 +03: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
4bdc32aaad
Eliminate reference to requirements-dev.txt
2016-02-05 15:48:01 +00:00
Charlie Choiniere
ae2006ccf1
Moved all dev dependencies into setup.py
...
* Removed requirements-dev.txt
* Added dependencies to setup.py using the extras_require option
* Updated the documentation to use pip instead of setup.py develop
* Updated .drone.yml to reflect updated installation
2016-02-05 14:44:51 +00:00
Matt
999e06af27
Fix parameter name on signal handler
2016-02-04 22:22:12 +00:00
Chris Rogers
5e589d6376
Minor adjustment to settings docs
2016-02-04 22:18:55 +00:00
Matt Westcott
daba4aff84
release note for #2132
2016-02-04 17:35:59 +00:00
Matt Westcott
20b42ad7d9
Remove django-compressor references from the 'Configuring Django' docs
2016-02-04 15:31:03 +00:00
Karl Hobley
be82fa975d
Removed django-compressor
2016-02-03 16:16:11 +00:00
Mitchel Cabuloy
d09d403d54
Fix frontend cache code example
2016-01-31 13:21:57 +08:00
Matt
0845f1e1c1
Fix notification errors when there are multiple moderation groups
...
On SQLite, not all moderators would receive a notification.
On Postgres, a “more than one row returned by a subquery used as an
expression” error was thrown.
2016-01-29 10:50:16 +00:00
Matt Westcott
6b78836d8d
Add missing backticks to 'Custom document models' release note
2016-01-28 13:05:50 +00:00
Mikalai Radchuk
3f2f5665b0
Allow specifying custom edit handlers for snippets
2016-01-28 13:03:27 +00:00
Karl Hobley
95ff74feeb
Moved advanced image topics into advanced topics
2016-01-27 11:27:16 +00:00
Karl Hobley
ae2e73b054
Rename "Creating your Wagtail site" to "Using Wagtail"
...
I think the words "Wagtail site" implies that Wagtail sites are a thing when they are in fact just Django projects with Wagtail installed.
So I think "Using Wagtail" is less likely to cause confusion.
2016-01-27 11:27:16 +00:00
Karl Hobley
8a9e65f92f
Change title of "topics" section to "Usage guide"
2016-01-27 11:27:16 +00:00