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 |
|
Karl Hobley
|
02e6e55f3e
|
Run force_text on searchable text
|
2015-02-18 13:54:11 +00:00 |
|
Karl Hobley
|
23c632b95a
|
Only give searchable content for text fields
|
2015-02-18 13:54:11 +00:00 |
|
Karl Hobley
|
f3c1838c1d
|
Merge pull request #1005 from torchbox/revert-849-versioning-changes
Revert "Versioning changes"
|
2015-02-18 12:56:47 +00:00 |
|
Karl Hobley
|
528dc7a4e9
|
Revert "Versioning changes"
|
2015-02-18 12:56:29 +00:00 |
|
Karl Hobley
|
3843123e41
|
Hooked blocks get_searchable_content into wagtailsearch
|
2015-02-18 12:50:29 +00:00 |
|
Karl Hobley
|
acdf4bbefe
|
Added get_searchable_content method to all block types
|
2015-02-18 12:50:29 +00:00 |
|
Karl Hobley
|
c565910104
|
Merge pull request #849 from kaedroho/versioning-changes
Versioning changes
|
2015-02-18 11:34:03 +00:00 |
|
Matt Westcott
|
2f37e188f5
|
Merge branch 'master' into feature/streamfield
|
2015-02-18 10:50:32 +00:00 |
|
Matt Westcott
|
8f5412e76c
|
release note for #999
|
2015-02-18 10:50:10 +00:00 |
|
Matt Westcott
|
9500826d05
|
Merge branch 'davecranwell-feature/hallo-requireparagraphs'
|
2015-02-18 10:47:46 +00:00 |
|
Matt Westcott
|
979616384c
|
Merge branch 'feature/hallo-requireparagraphs' of https://github.com/davecranwell/wagtail into davecranwell-feature/hallo-requireparagraphs
|
2015-02-18 10:44:54 +00:00 |
|
Matt Westcott
|
763b5df8c4
|
Release note for #1001
|
2015-02-18 10:19:59 +00:00 |
|
Matt Westcott
|
71aa6133fb
|
Merge pull request #1001 from m-sanders/feature/absolute-wagtailadmin-scss-paths
Using absolute imports in SCSS.
|
2015-02-18 09:56:54 +00:00 |
|
Karl Hobley
|
467ced3836
|
Merge pull request #1002 from chimeno/patch-1
Update third_party_tutorials.rst
|
2015-02-18 09:18:45 +00:00 |
|