Commit graph

4092 commits

Author SHA1 Message Date
Matt Westcott
6040b3ada4 refactor to avoid passing to AdminChooser 2015-02-20 15:43:09 +00:00
Matt Westcott
32e78d5920 Merge branch 'feature/chooser-panel-edit-links-2' of https://github.com/davecranwell/wagtail into davecranwell-feature/chooser-panel-edit-links-2 2015-02-20 14:57:29 +00:00
Karl Hobley
c447ca344a Release notes formatting tweaks 2015-02-20 13:49:12 +00:00
Karl Hobley
e5d5032317 Restructured 0.9 release notes 2015-02-20 13:44:33 +00:00
Karl Hobley
c7f7146055 Changelog and release note for #1003 2015-02-20 13:34:35 +00:00
Karl Hobley
b2872d2f93 Merge pull request #1003 from m-sanders/feature/snippet-pagination
Added pagination to snippets.
2015-02-20 13:14:45 +00:00
Karl Hobley
55575e622c Merge pull request #1011 from kaedroho/docs-pages
Pages docs changes
2015-02-20 11:42:34 +00:00
Karl Hobley
764bca95b0 Removed incomplete sections 2015-02-20 11:41:32 +00:00
Karl Hobley
85e9e1a1dc Merge pull request #810 from davecranwell/hide-view-live-no-reachable-url
Disabling "view live" button in listings when page is unreachable. Addresses #16
2015-02-20 11:17:20 +00:00
Karl Hobley
1374b3dc17 Merge pull request #1009 from gasman/feature/pagechooser-autodetect-page-type
Make PageChooserPanel autodetect page type from the foreign key - fixes #509
2015-02-20 10:49:39 +00:00
Dave Cranwell
0a6d7ee44c added snippets 2015-02-20 10:09:12 +00:00
Karl Hobley
652866cf68 Update static_site_generation.rst 2015-02-19 23:46:52 +00:00
Karl Hobley
f383e0a670 Merge pull request #1010 from kaedroho/docs-contrib
Contrib docs changes
2015-02-19 23:44:01 +00:00
Matt Westcott
d6c5b1ed79 py3 fix - do not pass args/kwargs to object.__new__ 2015-02-19 20:45:23 +00:00
Matt Westcott
76acbc5470 Merge branch 'feature/streamfield' of github.com:torchbox/wagtail into feature/streamfield 2015-02-19 19:40:15 +00:00
Matt Westcott
42d45e008a move the rest of wagtailcore.blocks to wagtailcore.blocks.base 2015-02-19 19:37:10 +00:00
Matt Westcott
76656e4735 move StructBlock into wagtailcore.blocks.struct_block 2015-02-19 19:37:10 +00:00
Matt Westcott
162f430b35 rename the 'field' and 'stream' submodules to 'field_block' and 'stream_block'.
We can't use the name 'list' as a submodule, so we might as well make the others consistent.
2015-02-19 19:22:35 +00:00
Matt Westcott
5936326726 move ListBlock into wagtailcore.blocks.list_block 2015-02-19 19:21:04 +00:00
Matt Westcott
ad76273b54 move StreamBlock into wagtailcore.blocks.stream 2015-02-19 19:21:04 +00:00
Matt Westcott
8df5f8a200 move FieldBlock and its subclasses into wagtailcore.blocks.field 2015-02-19 18:47:18 +00:00
Matt Westcott
bd1a6699b4 allow modules to define aliases on their classes for deconstruct to use 2015-02-19 18:29:24 +00:00
Karl Hobley
ae8c95eef8 Catch OSErrors when getting image file size
Fixes #935
2015-02-19 17:51:40 +00:00
Dave Cranwell
c496c31945 added documents 2015-02-19 17:44:03 +00:00
Matt Westcott
b6d2182c3d move the django.utils.deconstruct.deconstructible logic into Block so that we can customise it 2015-02-19 17:43:38 +00:00
Karl Hobley
a6f1764a5c Failing test for #935 2015-02-19 17:39:39 +00:00
Dave Cranwell
d6180418c2 added ability to link user to chosen image 2015-02-19 17:33:08 +00:00
Dave Cranwell
82dc0ab2f6 adding ability to link user to chosen page 2015-02-19 17:25:33 +00:00
Karl Hobley
d655e3542c Use routablepage instead of route override 2015-02-19 17:25:24 +00:00
Matt Westcott
1e7728524c make wagtailcore/blocks.py into a submodule (because it's too big) 2015-02-19 17:18:50 +00:00
Karl Hobley
1f8f0e209f Formatting tweaks to medusa docs 2015-02-19 17:08:23 +00:00
Karl Hobley
a5ab59e33d Improvements to contrib section index 2015-02-19 17:07:21 +00:00
Karl Hobley
096d1fd42c Moved page fields reference into reference section 2015-02-19 16:53:24 +00:00
Dave Cranwell
983a9d046c merged master and resolved conflict 2015-02-19 16:50:36 +00:00
Karl Hobley
27b43b4a68 Removed "Helpful model descriptions" section
Not a big fan of having hacky code in the docs
2015-02-19 16:50:16 +00:00
Karl Hobley
eb01ac012c A bit of help for non-Django devs 2015-02-19 16:48:54 +00:00
Karl Hobley
ea8d0a7c22 Rewrote intro to "Creating page models" section 2015-02-19 16:38:38 +00:00
Karl Hobley
e25ab2ec48 Spacing fixes in example 2015-02-19 16:25:17 +00:00
Karl Hobley
65bd0e305b Undocument go_live_at and expire_at
These are implementation details IMO
2015-02-19 16:24:25 +00:00
Dave Cranwell
e41197c4ff fixed accidentally non-specific selector 2015-02-19 16:20:57 +00:00
Matt Westcott
02e618cd6e document why CharBlock doesn't need to pass 'label' / 'initial' to CharField 2015-02-19 15:36:06 +00:00
Matt Westcott
e10d6a99da remove fixme note, since FieldBlock no longer accepts field objects in the constructor 2015-02-19 15:32:54 +00:00
Matt Westcott
6780a32ca2 python 3 probably doesn't like the binary string 2015-02-19 14:59:17 +00:00
Matt Westcott
a638e90b52 Make PageChooserPanel autodetect page type from the foreign key - fixes #509 2015-02-19 13:54:16 +00:00
Dave Cranwell
ab83e3b4a8 Update README.rst 2015-02-19 09:17:26 +00:00
Dave Cranwell
dcd2e330b0 Added more obvious support heading 2015-02-19 09:16:43 +00:00
Karl Hobley
22a84e1ca3 Merge pull request #982 from kaedroho/feature/streamfield-search
[streamfield] Search
2015-02-19 09:12:54 +00:00
Matt Westcott
c27c509a8a Merge branch 'kaedroho-document-served-signal-fix' 2015-02-18 15:22:49 +00:00
Matt Westcott
58e051f906 Release note / upgrade consideration note for #992 2015-02-18 15:22:10 +00:00
Matt Westcott
71af9dfcf9 Merge branch 'document-served-signal-fix' of https://github.com/kaedroho/wagtail into kaedroho-document-served-signal-fix 2015-02-18 14:20:11 +00:00