Commit graph

1327 commits

Author SHA1 Message Date
Karl Hobley
61330ff046 Added tests for frontend serve view and URL generator 2014-07-17 09:50:28 +01:00
Karl Hobley
5632ba85bc Fixes to Python 3 compatibility 2014-07-17 09:25:03 +01:00
Karl Hobley
4c570fd7f6 Added single click to select on URL in URL generator 2014-07-16 17:40:07 +01:00
Karl Hobley
1d492c1b11 Moved URL generator into separate view 2014-07-16 17:31:09 +01:00
Karl Hobley
38cd5250f0 Improvements to URL generator UI 2014-07-16 16:48:53 +01:00
Karl Hobley
f10d737198 Minor coding style fix 2014-07-16 16:21:13 +01:00
Karl Hobley
a580f7d286 Make generate_signature Python 3 compatible 2014-07-16 16:19:47 +01:00
Karl Hobley
a7610ec7be Added tests for signature generation 2014-07-16 16:19:15 +01:00
Karl Hobley
b13251c67d Added tests for filter spec parsing 2014-07-16 16:11:03 +01:00
Karl Hobley
c51a829865 Added very basic URL generator UI 2014-07-16 15:38:44 +01:00
Karl Hobley
e67c986f4c Added admin view for generating URLs for images 2014-07-16 14:55:21 +01:00
Karl Hobley
a0af99488c Added HMAC authentication to image generation views 2014-07-16 14:25:34 +01:00
Karl Hobley
9545550281 Added error for bad filter specs 2014-07-16 13:41:50 +01:00
Karl Hobley
c632e03a04 Added image serve method 2014-07-16 13:37:18 +01:00
Karl Hobley
0a8206e7b6 Moved image processing code into wagtailimages/image_processor 2014-07-16 13:36:51 +01:00
Karl Hobley
0e263bf687 Renamed wagtailimages/urls to wagtailimages/admin_urls
This is to free up this module for use for the frontend views
2014-07-16 13:12:27 +01:00
Karl Hobley
9b2c9f1883 Moved parse_filter_spec into a utils method 2014-07-16 13:11:24 +01:00
Karl Hobley
b0302d5e2d Fixes to documentation of Page attributes 2014-07-15 13:39:11 +01:00
Matt Westcott
d0c265f9b7 Merge pull request #470 from takeflight/feature/admin-hook-decorator
Return the function again from the hook decorator
2014-07-15 09:17:33 +01:00
Tim Heap
edd8ac2d77 Return the function again from the hook decorator
The decorator variant of hook registration did not return anything,
meaning that the decorated function would end up being `None`. This was
not noticed, as the functions are rarely called manually, as opposed to
being invoked via the hook.
2014-07-15 16:09:11 +10:00
Matt Westcott
493d45693f update wagtail_hooks across all wagtail subapps to use decorator syntax 2014-07-14 18:31:26 +01:00
Matt Westcott
27260ab8ad Merge branch 'feature/admin-hook-decorator' of https://github.com/takeflight/wagtail into takeflight-feature/admin-hook-decorator 2014-07-14 17:57:53 +01:00
Matt Westcott
68c5e1dff8 Merge branch 'stable/0.4.x'
Conflicts:
	docs/releases/index.rst
2014-07-14 13:14:53 +01:00
Karl Hobley
930833324d Fixed backwards compatibility with Elasticsearch URLs setting 2014-07-14 12:27:25 +01:00
Karl Hobley
67aa7f9406 Merge pull request #464 from kaedroho/makemessages
Rerun makemessages
2014-07-11 14:43:58 +01:00
Karl Hobley
5f83b4a423 Improvements to PageQuerySet docs 2014-07-11 14:25:14 +01:00
Karl Hobley
c05211d684 Improvements to PageQuerySet docs 2014-07-11 12:39:56 +01:00
Karl Hobley
4bfd0e5a20 Merge branch 'master' into autodoc
Conflicts:
	runtests.py
2014-07-11 12:23:25 +01:00
Karl Hobley
1ddf5651ba Run makemessages on wagtailstyleguide 2014-07-11 11:57:36 +01:00
Karl Hobley
a90bd0b0f1 Rerun makemessages on wagtailsnippets 2014-07-11 11:55:25 +01:00
Karl Hobley
e1754ebfa1 Rerun makemessages on wagtailsearch 2014-07-11 11:54:35 +01:00
Karl Hobley
acfcbe9aa3 Rerun makemessages on wagtailimages 2014-07-11 11:54:01 +01:00
Karl Hobley
6c3d1275cb Rerun makemessages on wagtailusers 2014-07-11 11:53:13 +01:00
Karl Hobley
8302cf2866 Rerun makemessages on wagtailredirects 2014-07-11 11:47:50 +01:00
Karl Hobley
3ceb816f45 Run makemessages on wagtailforms 2014-07-11 11:46:12 +01:00
Karl Hobley
88ea61ee38 Rerun makemessages on wagtailembeds 2014-07-11 11:45:35 +01:00
Karl Hobley
ba662ae9b1 Rerun makemessages on wagtaildocs 2014-07-11 11:43:25 +01:00
Karl Hobley
a4c7e90de9 Rerun makemessages on wagtailcore 2014-07-11 11:42:37 +01:00
Karl Hobley
40054a12f5 Rerun makemessages on wagtailadmin 2014-07-11 11:42:17 +01:00
Matt Westcott
9b8ee979d2 fix tests for lt, gte, lte filters to expect a multi_match response 2014-07-09 23:29:37 +01:00
Matt Westcott
3d161f1aa7 Merge branch 'searchchanges/bits-and-pieces-2' of https://github.com/kaedroho/wagtail into kaedroho-searchchanges/bits-and-pieces-2
Conflicts:
	wagtail/wagtailcore/models.py
	wagtail/wagtailcore/query.py
2014-07-09 23:28:55 +01:00
Karl Hobley
bc2556db28 Updated tests for 5766224 2014-07-09 17:16:20 +01:00
Robert Clark
5766224808 sitemap should return the full url 2014-07-09 17:13:48 +01:00
Matt Westcott
677d0333f4 suppress DeprecationWarnings thrown in tests by classes with old-style indexed_fields definitions 2014-07-09 16:26:54 +01:00
Matt Westcott
d4c4c08d7c add tests for lt, gte, lte lookups in TestElasticSearchQuery 2014-07-09 15:18:22 +01:00
Matt Westcott
f5107f7d44 Merge branch 'searchchanges/tests' of https://github.com/kaedroho/wagtail into kaedroho-searchchanges/tests 2014-07-09 15:13:52 +01:00
Tim Heap
59966b5385 Support registering admin hooks through decorators 2014-07-09 15:26:07 +10:00
Matt Westcott
95c7654216 Page.search should invoke backend.search with cls as a plain arg, not a 'model' kwarg 2014-07-08 20:25:54 +01:00
Matt Westcott
cbe76666e1 Merge branch 'searchchanges/searchonqueryset' of https://github.com/kaedroho/wagtail into kaedroho-searchchanges/searchonqueryset 2014-07-08 16:30:53 +01:00
Matt Westcott
5731155e4d Merge pull request #352 from kaedroho/searchchanges/partials
Search Changes 10 - Index partials together into '_partials'
2014-07-08 15:24:58 +01:00