Commit graph

2690 commits

Author SHA1 Message Date
Matt Westcott
04f93e2bbf Merge branch 'kaedroho-logging' 2014-10-23 17:18:45 +01:00
Matt Westcott
1d54ebaabf Merge branch 'logging' of https://github.com/kaedroho/wagtail into kaedroho-logging 2014-10-23 17:10:36 +01:00
Matt Westcott
3f95387ba9 Merge branch 'nimasmi-login_page_tabindex' 2014-10-23 16:09:43 +01:00
Matt Westcott
9b3048a141 Merge branch 'login_page_tabindex' of https://github.com/nimasmi/wagtail into nimasmi-login_page_tabindex 2014-10-23 16:08:13 +01:00
Karl Hobley
3de6cb5ff4 Use new_url_path in page move log 2014-10-23 16:08:08 +01:00
Matt Westcott
f8f3fbd17e Merge branch 'logging' of https://github.com/kaedroho/wagtail into kaedroho-logging 2014-10-23 15:14:51 +01:00
Karl Hobley
df7110625a Added logging for moderation approval/rejection 2014-10-23 14:57:07 +01:00
Karl Hobley
4027262433 Log page deletions 2014-10-23 14:57:07 +01:00
Karl Hobley
568ba42c95 Added logging for most page operations 2014-10-23 14:56:15 +01:00
Matt Westcott
2bf8e44707 release note for #463 2014-10-23 12:57:04 +01:00
Matt Westcott
8bb1a8a459 Merge branch 'takeflight-bug/url-check' 2014-10-23 12:40:38 +01:00
Matt Westcott
4b466ae041 Merge branch 'bug/url-check' of https://github.com/takeflight/wagtail into takeflight-bug/url-check 2014-10-23 11:32:51 +01:00
Karl Hobley
bdcef9e05f Merge pull request #736 from jsma/py3-fix
`unicode()` doesn't exist in PY3, changed to `str()`
2014-10-23 09:46:35 +01:00
John-Scott Atlakson
ad687c500f Switched usage of str() to six.text_type()
Removed unused import
2014-10-23 04:18:01 -04:00
John-Scott Atlakson
0edb1244a1 unicode() doesn't exist in PY3, changed to str() 2014-10-23 03:18:14 -04:00
Karl Hobley
d633cbfd6c Added @edrex to contributors 2014-10-22 22:11:22 +01:00
Karl Hobley
cc2af2f4e2 Merge pull request #734 from edrex/patch-1
docs: fix code sample indentation
2014-10-22 22:10:05 +01:00
Karl Hobley
e43b3e25d5 Release note for #721 2014-10-22 22:08:40 +01:00
Karl Hobley
23c9589156 Changelog for #721 2014-10-22 22:07:59 +01:00
Karl Hobley
cff196699e Merge pull request #721 from jsma/patch-1
Fixed JSON Oembed error on Python 3
2014-10-22 22:06:20 +01:00
Eric Drechsel
b89f6ce00c fix code sample indentation 2014-10-22 11:25:18 -07:00
Karl Hobley
de6ff8b944 Wagtail 0.8 is in development 2014-10-22 10:58:11 +01:00
Karl Hobley
96ec356937 Auto register signals only works on Django 1.7 2014-10-22 10:56:50 +01:00
Karl Hobley
aa47a89e6d Added 0.8 release notes to index 2014-10-22 10:55:12 +01:00
John-Scott Atlakson
ab7f3da7af Fixed failing oembed tests 2014-10-20 21:03:39 -04:00
John-Scott Atlakson
50663e47db Fixed JSON Oembed error on Python 3
=> TypeError: the JSON object must be str, not 'bytes'
2014-10-19 20:47:20 -04:00
Karl Hobley
dc1b51a5be Merge pull request #700 from kaedroho/remove-features-08
Removed 'wagtailsearch.indexed' module and updated deprecation warnings
2014-10-17 16:55:08 +01:00
Karl Hobley
d770e94687 Merge pull request #713 from nimasmi/fix_wagtailforms_formfields
Fix typo in wagtailforms.forms.FormBuilder.formfields
2014-10-17 12:14:33 +01:00
Nick Smith
0349b71766 Fix typo in wagtailforms.forms.FormBuilder.formfields 2014-10-17 10:57:42 +01:00
Karl Hobley
3d38e7dd1b Release note for 1377a6c 2014-10-17 09:02:38 +01:00
Karl Hobley
281e4e8908 Changelog for 1377a6c 2014-10-17 09:01:46 +01:00
Karl Hobley
994a919a25 Release note for #697 2014-10-17 09:00:12 +01:00
Karl Hobley
c84f04281c Changelog for #697 2014-10-17 08:59:43 +01:00
Chris Rogers
89fc679270 Merge pull request #697 from davecranwell/return-to-edit
Editing/Publishing/Submitting a page no longer leaves the page editor
2014-10-16 11:12:08 +01:00
Nick Smith
01042d809f Tabbing from password field goes to Submit 2014-10-15 15:31:07 +01:00
Dave Cranwell
4eabb3f928 Weird hanging sentence removed. 2014-10-15 15:20:16 +01:00
Karl Hobley
09ee818af5 Fixed bad import 2014-10-15 10:07:17 +01:00
Karl Hobley
8135f1f133 Updated deprecation warnings 2014-10-15 09:22:59 +01:00
Karl Hobley
d1b9418c59 Removed 'wagtailsearch.indexed' 2014-10-15 09:21:07 +01:00
Karl Hobley
7fe1c0b09b Release note for #690 2014-10-14 18:11:33 +01:00
Karl Hobley
38df0574e9 Changelog for #690 2014-10-14 18:10:40 +01:00
Karl Hobley
d4ace07ca0 Added @jsma to contributors 2014-10-14 18:07:49 +01:00
Karl Hobley
292b15d82e Merge pull request #690 from jsma/patch-1
Fixes for custom user models support
2014-10-14 18:06:33 +01:00
Karl Hobley
7530ed4500 Changelog for #686 2014-10-14 18:04:55 +01:00
Karl Hobley
666771565f Minor tweak to #686 relase note 2014-10-14 18:04:20 +01:00
Karl Hobley
8380096f2c Merge pull request #686 from takeflight/feature/register-signals-in-appconfigs
Use AppConfig.ready to register signal handlers
2014-10-14 18:02:42 +01:00
Tim Heap
11ea3e19be Catch 'jav\tascript:alert("XSS")' as a bad URL
The URL checker from html5lib was used as inspiration. As html5lib is
based on the same ideas that browsers (should) use for parsing and
checking, this solution should be much more robust.
2014-10-14 09:47:09 +11:00
Tim Heap
7d22f34996 Use AppConfig.ready to register signal handlers
Also remove references to `admin.autodiscover()`, as this is called from
the AdminConfig when `django.contrib.admin` is loaded.
2014-10-14 09:33:19 +11:00
Matt Westcott
cd279ebb19 Merge pull request #698 from dericcrago/patch-1
ubuntu.sh & debian.sh missing from https://wagtail.io/
2014-10-13 17:44:56 +01:00
Deric Crago
7602cf820b ubuntu.sh & debian.sh missing from https://wagtail.io/
ubuntu.sh & debian.sh missing from https://wagtail.io/

switched to:
https://raw.githubusercontent.com/torchbox/wagtail/master/scripts/install/ubuntu.sh
https://raw.githubusercontent.com/torchbox/wagtail/master/scripts/install/debian.sh
2014-10-13 11:05:01 -04:00