0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
Commit Graph

5742 Commits

Author SHA1 Message Date
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
Matt Westcott
074911d504 Implement 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
Karl Hobley
74e5c61149 Drone: Run npm in quiet mode 2016-02-12 10:12:22 +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
Josh Barr
df623ec1a5 added drone webhook 2016-02-11 09:27:44 +13:00
Tom Dyson
dcadf40bcc Merge pull request #2221 from springload/tooling/slack-notification
Tooling/slack notification
2016-02-10 18:49:39 +00:00
Josh Barr
13a251466b fixed travis file 2016-02-11 07:22:56 +13:00
Josh Barr
0eee25d157 added slack hook 2016-02-11 06:51:59 +13:00
Matt Westcott
a9b59ed98f Compile new strings for translation 2016-02-10 15:33:17 +00:00
Matt Westcott
f7fa4f3cd0 Pull translations from Transifex 2016-02-10 15:26:48 +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
Liam Brenner
7b61852a89 Fixed styleguide text to use correct classname 2016-02-09 13:49:50 +11:00
Matt Westcott
7b8fbf89da Merge pull request #2208 from prydie/patch-1
Fix PageQuerySet code overriding code snippet
2016-02-08 13:06:05 +00:00
Andrew Pryde
e2601c30b8 Fix PageQuerySet code overriding code snippet 2016-02-08 16:03:11 +03:00
Matt Westcott
f7b7f2b164 Generate new source files for translation 2016-02-05 17:02:53 +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
67be20426a Add Charlie Choiniere to contributors 2016-02-05 15:54:03 +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
Charlie Choiniere
6d5b47dd6a Updated .gitignore to cover all JetBrains project files 2016-02-05 14:44:50 +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
5f7fb5f18c fixup! Replace STATIC_URL with staticfiles in hooks 2016-02-03 16:19:09 +00:00
Karl Hobley
7ea05523dc Replace STATIC_URL with staticfiles in hooks 2016-02-03 16:17:06 +00:00
Karl Hobley
824a7c50e2 Use staticfiles' "static" tag in Media objects as well
This is only required for Django < 1.10
2016-02-03 16:17:06 +00:00
Karl Hobley
2444ee6e8d Replace {% load static %} with {% load staticfiles %} 2016-02-03 16:17:06 +00:00
Karl Hobley
be82fa975d Removed django-compressor 2016-02-03 16:16:11 +00:00
Karl Hobley
c928338cec Removed all {% compress %} tags 2016-02-03 16:14:10 +00:00
Karl Hobley
c663ed7ff4 Move tagit into admin_base 2016-02-03 16:14:10 +00:00
Matt Westcott
03c623b467 Add Contributor Covenant 2016-02-03 15:47:50 +00:00
Tom Dyson
76c6a541f1 Create CONTRIBUTING.md 2016-02-03 07:59:29 +00:00
Karl Hobley
654347d65f Drone: Remove need for wagtail-jscs image 2016-02-01 12:29:07 +00:00
Karl Hobley
7979dffdaa Drone: Remove need for wagtail-flake8 image 2016-02-01 12:29:03 +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
Matt Westcott
ca343e2358 Rewrite query for removing duplicate renditions as pure ORM code.
This will hopefully avoid the persistent issues with this query having to
be rewritten for different DB engines and versions (#827, #1692, #2105...)

Fixes #2105
2016-01-28 12:06:34 +00:00
Karl Hobley
0fe255be25 Run unit tests on Drone 2016-01-27 12:36:22 +00:00
Karl Hobley
ca6c43df48 👃 2016-01-27 11:45:20 +00:00