Commit graph

4112 commits

Author SHA1 Message Date
Matt Westcott
81327ec4e8 Merge branch 'kaedroho-search-query-normalisation-fix' 2015-01-28 20:20:46 +00:00
Matt Westcott
211ddb0376 release note for #939 2015-01-28 20:13:46 +00:00
Matt Westcott
b94daa7ef1 Merge branch 'search-query-normalisation-fix' of https://github.com/kaedroho/wagtail into kaedroho-search-query-normalisation-fix 2015-01-28 20:11:52 +00:00
Frank Wiles
da7b96cca6 opps forgot files 2015-01-28 10:26:23 -06:00
Frank Wiles
9f12c109be Ensure title and seo_title are not whitespace
- Add form clean methods and validation on title and seo_title
    - Fixes #413
2015-01-28 10:22:52 -06:00
Matt Westcott
01b67760c0 Merge branch 'master' of https://github.com/gilsondev/wagtail into gilsondev-master 2015-01-28 15:57:45 +00:00
Dan Braghis
c542494048 Changelog/release notes for the admin url fixes 2015-01-28 15:09:05 +00:00
Dan Braghis
ef242616ea Merge pull request #912 from kaedroho/admin-url-fixes
Fix admin URL permissions
2015-01-28 14:55:52 +00:00
Dan Braghis
70ea948eaa Remove stray . from changelog/release notes 2015-01-28 11:57:26 +00:00
Dan Braghis
f6ca8764a3 Changelog/release notes for search view query parameter 2015-01-28 11:56:35 +00:00
Dan Braghis
ad231ed05a Merge pull request #840 from kaedroho/search-view-fixes
Make search view accept "page" GET parameter
2015-01-28 11:52:27 +00:00
Karl Hobley
5b6d93ed31 Support dropping is quite important (moved to top) 2015-01-28 11:36:37 +00:00
Karl Hobley
bb160022ed Changelog/release notes for support dropping 2015-01-28 11:34:18 +00:00
Karl Hobley
f132c01592 Merge pull request #940 from kaedroho/end-python-32-support
End Python 3.2 support. Fixes #931
2015-01-28 11:29:31 +00:00
Karl Hobley
7c2f61d017 End Python 3.2 support. Fixes #931 2015-01-28 10:07:52 +00:00
Karl Hobley
51d6a69d3d Don't normalise query strings on search Fixes #937 2015-01-28 10:05:35 +00:00
Karl Hobley
36f782dc03 Added failing test for #937 2015-01-28 10:05:35 +00:00
Matt Westcott
1e343dfd97 Merge pull request #938 from kaedroho/travis-changes
Travis changes
2015-01-28 09:59:37 +00:00
Karl Hobley
878addd737 Removed Python 3.2 from travis/tox 2015-01-28 09:43:50 +00:00
Karl Hobley
2d9e39d084 Added Django 1.8 to tox/travis 2015-01-28 09:42:10 +00:00
Karl Hobley
12d9f55601 Merge pull request #936 from edrex/doc_indexing_related_model_fields
add an example of indexing related model fields
2015-01-28 09:24:44 +00:00
Eric Drechsel
934bba30de turn DeferringManager into QuerySet 2015-01-27 15:16:03 -08:00
Eric Drechsel
02457685b3 consistent ellipses 2015-01-27 14:44:20 -08:00
Eric Drechsel
8374ec4df7 fix whitespace 2015-01-27 14:42:06 -08:00
Eric Drechsel
1aa0285bf4 copy paste typo 2015-01-27 14:41:13 -08:00
Eric Drechsel
bece8ca86e add an example of indexing related model fields 2015-01-27 14:38:24 -08:00
Frank Wiles
b83835fc7f Admin Template Branding Blocks
We commonly need to override the admin and home/dashboard branding
    for our users. While this can be done relatively easily by copying
    the wagtailadmin/home.html and wagtailadmin/login.html templates
    it would be a bit easier with smaller blocks.

    - Adds 'admin_branding_home' block to home.html
    - Adds 'block admin_branding_login' block to login.html
2015-01-27 11:36:45 -06:00
Karl Hobley
0f7104ce40 Merge pull request #933 from gasman/feature/edithandler-tests
Better tests for edit_handlers
2015-01-27 10:28:57 +00:00
Karl Hobley
7bbca48223 Merge pull request #915 from kaedroho/drop-elasticsearch-09-support
Drop support for Elasticsearch 0.90.x
2015-01-24 17:19:19 +00:00
Matt Westcott
1c4c2c5d1f test FieldPanel with real models 2015-01-23 16:56:23 +00:00
Matt Westcott
695a46334c test ObjectList with real objects 2015-01-23 15:45:50 +00:00
Matt Westcott
1b911973dc for completeness, test the current non-ideal behaviour of render_form_content (which inserts form fields not represented in the panel definition as 'stray' inputs) 2015-01-23 15:26:30 +00:00
Matt Westcott
f1adbfb9e4 test TabbedInterface with real objects 2015-01-23 15:00:40 +00:00
Matt Westcott
4a0170f3b6 remove set_page_edit_handler - dead code, never used 2015-01-21 20:51:02 +00:00
Matt Westcott
7087d4aeb2 proper tests for extract_panel_definitions_from_model_class 2015-01-21 20:40:03 +00:00
Eric Drechsel
a4a3ef8147 #901 allow absolute path references in External link chooser tab 2015-01-21 10:49:25 -08:00
Matt Westcott
df78437dea proper tests for get_form_for_model 2015-01-21 13:45:32 +00:00
Matt Westcott
cec8bd32f1 add bound_blocks accessor to StructValue (so that code for rendering a StructValue can access the native renderers of the individual items, if they want) 2015-01-20 11:44:35 +00:00
Matt Westcott
81be94a34f less cargo-cult-y comments about the unicode directives, now that I actually understand what's going on 2015-01-20 11:33:47 +00:00
Matt Westcott
884708cb38 make StructValue preserve key order from the StructBlock definition 2015-01-20 11:15:33 +00:00
Matt Westcott
c99bada915 rename RenderableStructBlock to StructValue for consistency with StreamValue, and to indicate that it's the core value type handled by StreamBlock, not just a special case for rendering 2015-01-20 10:59:09 +00:00
Matt Westcott
f6d504032b define HeadingBlock to demonstrate the principle of providing renderings for non-smart values 2015-01-20 00:32:24 +00:00
Matt Westcott
5698a0368a reshuffle rendering to go through the block's 'render' method (where subclasses can override it, and non-smart values can be given renderings too) 2015-01-19 23:04:50 +00:00
Karl Hobley
ab0cefcddf Drop support for Elasticsearch 0.9.x 2015-01-19 22:35:22 +00:00
Karl Hobley
c0443d9a4a Removed LOGIN_URL settings from tests 2015-01-19 15:26:01 +00:00
Karl Hobley
32f2dddaa3 Set default login redirect to dashboard
No longer need to specify LOGIN_REDIRECT_URL
2015-01-19 14:35:44 +00:00
Karl Hobley
5d3dc6fcbe No longer need to specify LOGIN_URL 2015-01-19 14:05:13 +00:00
Karl Hobley
2dd132114d Minor coding style fix 2015-01-19 14:02:53 +00:00
Karl Hobley
b24a3a7ab4 Namespace password reset views 2015-01-19 13:56:08 +00:00
Karl Hobley
f887d948dc Rearranged admin urlconfig
Permission check is now only applied to urls that need it
2015-01-19 13:39:22 +00:00