Commit graph

1506 commits

Author SHA1 Message Date
Karl Hobley
f758808a21 Added python 3.2 to travis settings 2014-07-02 22:02:07 +01:00
Karl Hobley
e42029328f Added python 3.2 support to readme 2014-07-02 21:46:37 +01:00
Karl Hobley
9755ece5cc Added python 3.2 to tox settings 2014-07-02 21:45:38 +01:00
Karl Hobley
76b720721a Removed unicode literals for Python 3.2 support 2014-07-02 21:43:15 +01:00
Karl Hobley
83b133fe17 Merge remote-tracking branch 'torchbox/master' 2014-07-02 17:52:24 +01:00
Karl Hobley
a6637ffc18 Added some missing changelog entries 2014-07-02 17:51:36 +01:00
Tom Dyson
0d5cabd1e7 Two new features in README 2014-07-02 17:50:03 +01:00
Neal Todd
80ea75d244 Bump flake8 to correct latest version. 2014-07-02 17:47:03 +01:00
Karl Hobley
0575a90f54 Merge pull request #364 from kaedroho/varnish-cache-invalidation
Frontend cache invalidation
2014-07-02 17:44:03 +01:00
Karl Hobley
35fd9f4a98 Merge branch 'master' into varnish-cache-invalidation
Conflicts:
	wagtail/wagtailcore/models.py
2014-07-02 17:43:47 +01:00
Neal Todd
c271db4601 Merge pull request #409 from nealtodd/deps-update
Requirements version updates, documenting dependencies via requirements.io and updating supported python version docs.
2014-07-02 17:43:36 +01:00
Karl Hobley
448b50a011 Merge pull request #325 from kaedroho/sitemaps
Sitemap generator
2014-07-02 17:42:13 +01:00
Neal Todd
e31ff7f3c4 Requirements version updates, documenting dependencies via requirements.io and updating supported python version docs. 2014-07-02 17:31:06 +01:00
Karl Hobley
62c59744f9 Merge branch 'master' into varnish-cache-invalidation
Conflicts:
	setup.py
2014-07-02 17:22:19 +01:00
Karl Hobley
ab518b6472 Merge branch 'master' into sitemaps 2014-07-02 17:21:20 +01:00
Matt Westcott
4f92311b37 Merge branch 'kaedroho-python3-take2' 2014-07-02 17:18:15 +01:00
Matt Westcott
442286463f update setup.py with classifiers for Python3.3 and Python3.4 2014-07-02 17:17:25 +01:00
Matt Westcott
ab486a526a update travis config to not accept failures on 3.4 2014-07-02 17:16:19 +01:00
Matt Westcott
38ca434aeb add tox tests for postgres on python3.3 and python3.4 2014-07-02 17:14:34 +01:00
Matt Westcott
66fb8bb2d1 Merge branch 'python3-take2' of https://github.com/kaedroho/wagtail into kaedroho-python3-take2 2014-07-02 15:19:52 +01:00
Karl Hobley
dd1b0ababe Fixed check for user email address 2014-07-02 14:44:40 +01:00
Karl Hobley
e6f47aa403 Take a copy of parents indexed fields before modifying it to prevent indexed fields configuration being changed accidentally 2014-07-02 14:01:08 +01:00
Karl Hobley
2f74885834 Fixed bad paste 2014-07-02 13:45:43 +01:00
Neal Todd
6b41e89888 Merge branch 'master' of github.com:torchbox/wagtail 2014-07-02 13:14:51 +01:00
Neal Todd
ea292d0569 Bump 1.6 testing from 1.6.2 to 1.6.5. Add job for python 3.4 (allowing failure for now). Add commented stub for 1.7.0 jobs when it's released (resulting in four jobs overall). 2014-07-02 13:12:13 +01:00
Karl Hobley
8b4fc47c56 Removed get_internal_paths 2014-07-02 13:03:15 +01:00
Karl Hobley
61fd67f2e9 Tweaks to sitemap generation docs 2014-07-02 13:01:49 +01:00
Karl Hobley
3be8c0374c Improvements to sitemaps tests 2014-07-02 12:57:21 +01:00
Karl Hobley
f642e78f60 Removed get_internal_paths
I've changed my mind about this.
2014-07-02 12:52:09 +01:00
Karl Hobley
ea28584b8b indexed_get_indexed_fields should always return a copy of the configuration (even it its already a dict) 2014-07-02 12:37:29 +01:00
Karl Hobley
29896dcf5e Take a copy of parents indexed fields before modifying it to prevent indexed fields configuration being changed accidentally 2014-07-02 12:30:32 +01:00
Dave Cranwell
0e5f0be811 Merge pull request #404 from wdv4758h/master
fix wrong closing tag
2014-07-02 12:14:18 +01:00
dv
5c61f75b68 fix wrong closing tag 2014-07-02 19:10:19 +08:00
Dave Cranwell
fee62898fc Update README.rst 2014-07-02 11:44:39 +01:00
Dave Cranwell
4cd570c979 Update README.rst 2014-07-02 11:41:38 +01:00
Dave Cranwell
1515d3b6d6 Note about Help develop me label 2014-07-02 11:40:22 +01:00
Dave Cranwell
f7b9390202 removed max-height transition until it can be done without bad effects on long forms 2014-07-02 11:16:13 +01:00
Karl Hobley
01c9ffb552 Fixed unresolved merge conflict 2014-07-02 11:07:21 +01:00
Karl Hobley
3248601cc1 Fixed wagtailforms test 2014-07-02 10:35:47 +01:00
Karl Hobley
dbcb17c706 Fixed wagtailembeds tests 2014-07-02 10:35:47 +01:00
Karl Hobley
a4bd768a7d Make sure that we are not iterating over tag.attrs.items() 2014-07-02 10:35:47 +01:00
Karl Hobley
e58929d79b Cast test docs to bytes before uploading 2014-07-02 10:35:47 +01:00
Karl Hobley
b4cf0ab15a Fixed python 3 incompatible method for concatenating dictionaries 2014-07-02 10:35:47 +01:00
Karl Hobley
623e77391d Use python 3 print function 2014-07-02 10:35:47 +01:00
Karl Hobley
6bd8e056b8 Another unicode replaced with text_type 2014-07-02 10:35:47 +01:00
Karl Hobley
99f7b56560 Replaced __unicode__ methods with __str__ methods 2014-07-02 10:35:47 +01:00
Karl Hobley
5cd1d82769 Cast email address to bytes before hashing into gravatar url 2014-07-02 10:35:47 +01:00
Karl Hobley
b56c18cb19 Replaced occurance of 'xrange' with 'range' 2014-07-02 10:35:46 +01:00
Karl Hobley
0272411222 Replaced occurances of 'dict.iteritems' with 'dict.items' 2014-07-02 10:35:46 +01:00
Karl Hobley
409e6e781b Replaced occurances of 'basestring' with 'six.string_types' 2014-07-02 10:35:46 +01:00