Matt Westcott
a7237eb701
Merge branch 'form-builder' of https://github.com/spapas/wagtail into form-builder
...
Conflicts:
setup.py
2014-04-25 15:22:44 +01:00
Matt Westcott
dd0c3aae92
add changelog note re Python 2.6 compatibility
2014-04-25 14:53:48 +01:00
Matt Westcott
03660c6b29
Merge pull request #206 from kaedroho/doc-serve-signal
...
Added document_served signal
2014-04-25 14:51:41 +01:00
Matt Westcott
e4366486a3
Merge pull request #208 from gasman/feature/tox
...
tox test environment and Python 2.6 support
2014-04-25 10:24:37 +01:00
Karl Hobley
b198dfc39b
Added changelog entry for document_served signal
2014-04-25 09:41:51 +01:00
Karl Hobley
6604ad1a80
Renamed doc_serve signal to document_served
2014-04-25 09:28:01 +01:00
Matt Westcott
41c5c1c457
Python 2.6 compatibility - fixes #156
2014-04-24 16:41:58 +01:00
Matt Westcott
aa09c442a2
add tox test environment for sqlite, and include elasticsearch
2014-04-24 15:34:59 +01:00
Matt Westcott
ead1c19dc0
Add tox.ini for multi-version testing
2014-04-24 15:19:43 +01:00
Karl Hobley
85db64d9f7
Added doc_serve signal
2014-04-23 13:23:17 +01:00
Karl Hobley
9ba91c7e87
Use Treebeard 2.0 add_child method
2014-04-22 10:09:35 +01:00
Karl Hobley
2c35b863fb
Merge branch 'master' into treebeard-update
...
Conflicts:
setup.py
2014-04-22 09:59:32 +01:00
Karl Hobley
c7fdbd22db
Pin django-taggit to 0.11.2
...
Django-taggit 0.12.x seems to break wagtail
2014-04-22 09:58:19 +01:00
Karl Hobley
b7e823037f
Updated wagtail to use treebeard 2.0
2014-04-22 09:50:18 +01:00
Karl Hobley
606fcdd6a4
Removed patched treebeard from vendor folder
2014-04-22 09:50:01 +01:00
Dave Cranwell
99e599d940
Merge pull request #200 from davecranwell/master
...
removed breadcrumb from move interface
2014-04-16 11:07:11 +01:00
Dave Cranwell
121e1351cb
removed breadcrumb from move interface
2014-04-16 11:06:50 +01:00
Dave Cranwell
2c882efbee
Merge pull request #195 from davecranwell/master
...
breadcrumb moved to an include and added on all page editor interfaces
2014-04-16 09:12:55 +01:00
Matt Westcott
d3ac6c0728
changelog updates
2014-04-14 13:18:41 +02:00
benemery
e82eb54101
Prevent DB lookups with local cache of filters
2014-04-14 13:11:27 +02:00
Matt Westcott
2939a5015d
keep translations in alpha order
2014-04-14 10:05:51 +02:00
gilsondev
1e87b2a8dd
Insert responsible of translation in Portuguese Brazil
2014-04-14 10:05:51 +02:00
gilsondev
2e9e43a66a
Fix python formats and compile messages
2014-04-14 10:05:51 +02:00
gilsondev
6ae99ccd4d
Delete temporary file
2014-04-14 10:05:51 +02:00
gilsondev
af9684146e
Fix message moderation
2014-04-14 10:05:51 +02:00
gilsondev
4750d79a10
Translation to Portuguese Brazil
2014-04-14 10:05:51 +02:00
Dave Cranwell
9599f16567
breadcrumb moved to an include and added on all page editor interfaces
2014-04-11 11:30:39 +01:00
Matt Westcott
2411123cd9
add Ben Emery to contributors
2014-04-08 17:14:22 +01:00
Matt Westcott
b22d9755f6
Merge branch 'master' of https://github.com/benemery/wagtail into benemery-master
2014-04-08 17:11:44 +01:00
Karl Hobley
a3d58126fd
Merge pull request #191 from kaedroho/page-changes
...
Override a few treebeard methods to add inclusive flag
2014-04-08 17:03:17 +01:00
Karl Hobley
d569edc136
get_siblings now defaults to inclusive=True
2014-04-08 16:53:12 +01:00
Karl Hobley
95bb84dd0e
Override a few treebeard methods to add inclusive flag
2014-04-08 16:44:35 +01:00
Karl Hobley
128516922f
Merge pull request #185 from kaedroho/pagequery
...
Page QuerySet
2014-04-08 12:55:20 +01:00
Karl Hobley
e44dfee94c
PageQuerySet live/type tests now check that the methods return certian objects
2014-04-08 12:48:42 +01:00
benemery
c382ef6b7e
Don't use URLify if a user has manually set a slug
...
Not a big deal, and can easily be handled by using the available js_hook,
but this has annoyed the hell out of me and others may find it useful.
2014-04-08 00:00:44 +01:00
Serafeim Papastefanos
4fc653ff9a
Fix code for pep8 compatibility
2014-04-07 23:30:00 +03:00
Karl Hobley
6c0d543423
Tweaks to PageQuerySet.not_descendant_of tests
2014-04-07 19:41:59 +01:00
Karl Hobley
d85f4c3eb5
Added changelog entry
2014-04-07 19:23:00 +01:00
Karl Hobley
d101e18109
Added unit tests for PageQuerySet
2014-04-07 19:22:45 +01:00
Karl Hobley
fe9ce7503e
Add PageManager which returns PageQuerySet objects
2014-04-07 16:51:14 +01:00
Karl Hobley
0cbe15b741
Make PageQuerySet inherit from treebeards MP_NodeQuerySet
2014-04-07 16:08:07 +01:00
Matt Westcott
f971b24f96
changelog updates
2014-04-07 15:53:30 +01:00
Karl Hobley
b48d0c6fa2
PageQuerySet: renamed 'ascendant' to 'ancestor'
2014-04-07 15:47:28 +01:00
Karl Hobley
90a0695076
Added inclusive flag to ascendent_of, descendant_of and sibling_of
2014-04-07 15:38:42 +01:00
Karl Hobley
a307393c2b
Added 'page' attribute to PageQuerySet
2014-04-07 15:38:02 +01:00
Karl Hobley
a8ff69a2b0
Added PageQuerySet
2014-04-07 13:54:53 +01:00
Matt Westcott
49211cd69c
Set a default IMAGE_COMPRESSION_QUALITY of 85 as per @tomdyson's suggestion, and simplify image backend now that it doesn't have to check for the presence of a quality setting
2014-04-07 12:33:03 +01:00
Matt Westcott
98e4d74c80
a spot of PEP8 cleanup on pillow.py / wand.py
2014-04-07 12:33:03 +01:00
Matt Westcott
626edda50d
Change slug cleaning to only happen on blur, not every keypress - fixes #132
...
a854c03f443083a1471dd066dece92527dbb7c7c improves the behaviour a lot, but it's
still fairly nasty for a text field to be rewriting text as you type it. It's
also unnecessary - you have to be pretty determined to submit the form without
triggering the blur event on the field, and if you do, all that happens is that
you fail server-side validation.
2014-04-07 12:33:03 +01:00
Serafeim Papastefanos
9bd91848e0
Add support for setting global image compression..
...
quality. Uses an IMAGE_COMPRESSION_QUALITY in the settings.py, which, if
set, will set a quality attribute in the image processing backends. Each
image processing backend then can use the quality attribute in its "save"
method.
This has been implemented in both Pillow and Wand backends. It has been
tested with image that support this setting (JPG) and images that do not
support it (GIF, PNG) and the behavior is consistent.
This is an implementation for #163 .
2014-04-07 12:33:03 +01:00