Matt Westcott
34a080b056
de-capitalise 'Body field'
2015-07-07 16:07:15 +01:00
Matt Westcott
d360e05ca2
Code fixes and clarifications for tutorial - fixes #1473
2015-07-07 15:33:44 +01:00
Matt Westcott
4626fd95ac
Version bump to 1.0rc2
2015-07-03 11:41:06 +01:00
Karl Hobley
1fff18074e
Test foreign key representation in streamfield
2015-07-03 11:27:05 +01:00
Matt Westcott
5e52a7827c
Support serialising StreamValue in wagtailapi - fixes #1454
2015-07-03 11:26:54 +01:00
Karl Hobley
13a1abd121
Merge pull request #1455 from gasman/translations-1.0rc2-take2
...
Rebuild translation files
2015-06-30 11:22:39 +01:00
Matt Westcott
f2e89a0f18
Add new translators to CONTRIBUTORS.rst
2015-06-30 11:18:35 +01:00
Matt Westcott
e77b98bb5b
Fetch translations from transifex
2015-06-30 11:13:47 +01:00
Matt Westcott
48717748f8
Remove "Documentation currently incomplete and in draft status" note from editor manual
...
It's no more 'unfinished' than anything else in Wagtail...
2015-06-30 10:40:25 +01:00
Matt Westcott
0135ddbb17
Move the two RemovedInWagtail11Warnings to Wagtail 1.2 instead.
...
Scheduling these for deprecation in 1.1 was an error, since the changes were only made in 1.0 and our standard policy is to remove deprecated features two versions later.
2015-06-30 10:34:40 +01:00
Karl Hobley
aed0e13c65
Improvements to RoutablePage docs
2015-06-30 10:33:06 +01:00
Chris Rogers
3303db8386
Added snippets section
2015-06-30 10:20:30 +01:00
Chris Rogers
81bfe0f972
minor fixes post review
2015-06-30 10:19:50 +01:00
Chris Rogers
b9640a9203
Changed lots of things in docs. Just snippets to go
2015-06-30 10:18:54 +01:00
Chris Rogers
f59f8a57f0
minor docs readme change
2015-06-30 10:18:14 +01:00
Matt Westcott
c71a5e46cc
remove IN DEVELOPMENT from 1.0 release notes
2015-06-24 10:23:59 +01:00
Matt Westcott
b243659f6b
Add upgrade consideration note for IMAGE_COMPRESSION_QUALITY
2015-06-23 16:28:19 +01:00
Chris Rogers
bdb7b27d6f
Merge pull request #1430 from ryneeverett/tutorial-blog-template
...
Add basic blog template to tutorial.
2015-06-23 12:39:45 +01:00
Tom Dyson
e074aaf5bb
Merge pull request #1431 from kaedroho/writing-templates-cleanup
...
"Writing templates" cleanup
2015-06-22 10:48:32 +01:00
Karl Hobley
517a0c378f
Change heading styles
2015-06-22 10:29:36 +01:00
Karl Hobley
f3b2cde5dc
Removed contents and heading
2015-06-22 10:28:24 +01:00
ryneeverett
bfe6fb45cc
Add basic blog template to tutorial.
...
Seems like an oversight since they soon tell you to "adjust" it.
2015-06-21 18:39:47 -04:00
Karl Hobley
0ed4e26d63
Merge pull request #1423 from kaedroho/staticsitegen-example-fix
...
Update staticsitegen example to use new RoutablePage syntax
2015-06-19 11:40:49 +01:00
Karl Hobley
ed57f3685b
Merge pull request #1425 from kaedroho/api-docs
...
API docs: Made listing view example a little bigger
2015-06-19 11:40:28 +01:00
Karl Hobley
e2a331febe
Made listing view example a little bigger
2015-06-19 10:34:14 +01:00
Karl Hobley
94b18ad658
Fix reference to forms doc
2015-06-19 10:19:03 +01:00
Karl Hobley
ad2dfd81a2
Update staticsitegen example to use new RoutablePage syntax
2015-06-19 10:08:37 +01:00
Karl Hobley
62f1020606
Add /build to .gitignore
2015-06-19 09:31:07 +01:00
Matt Westcott
d8f481ce2c
remove 'in development' from 0.8.8
...
Conflicts:
CHANGELOG.txt
2015-06-18 16:38:21 +01:00
Matt Westcott
319fdaba3e
prepare for 1.0rc1 release
2015-06-17 17:13:19 +01:00
Matt Westcott
4a84560a95
Add requirements.txt to project template.
...
While the project template is intended to be as generic as possible, and not everyone will want to use requirements.txt (some would prefer to use setup.py to define requirements, for example), we need some way to formally indicate that the project template is specific to Django 1.8.
2015-06-17 17:00:29 +01:00
Karl Hobley
eb20dab13e
Merge pull request #1417 from gasman/fix/remote-storage-sendfile
...
Restore ability to serve docs from non-local storage backends
2015-06-17 16:36:31 +01:00
Matt Westcott
d1b466ac56
Restore ability to serve docs from non-local storage backends
...
Fixes #1415 .
The sendfile mechanism added in #1176 relies on the ability to access file.path, which is not guaranteed for all storage backends - in particular, remote storage backends such as storages.backends.s3boto.S3BotoStorage won't support it. Therefore, if accessing file.path fails, we fall back on the old StreamingHttpResponse code.
2015-06-17 15:14:03 +01:00
Matt Westcott
0430883019
Merge branch 'kaedroho-squash-migrations'
2015-06-17 11:27:04 +01:00
Matt Westcott
34afd2d397
Merge branch 'squash-migrations' of https://github.com/kaedroho/wagtail into kaedroho-squash-migrations
2015-06-16 17:17:20 +01:00
Karl Hobley
7861e384d5
Optimised squashed migration
2015-06-16 17:09:45 +01:00
Matt Westcott
63c52679b4
Add translations for Croatian and Finnish
2015-06-16 17:07:11 +01:00
Karl Hobley
6a2c03d1b4
Moved initial data into squashed migration
2015-06-16 16:32:28 +01:00
Karl Hobley
fb832a6997
Created squashed migration for wagtailcore
...
Ran "manage.py squashmigrations wagtailcore 0016". No changes made yet
2015-06-16 16:24:05 +01:00
Matt Westcott
dc7e5e4122
Merge branch 'master' of https://github.com/torchbox/wagtail
2015-06-16 16:11:11 +01:00
Matt Westcott
09b4ca5966
Merge branch 'kaedroho-issue-1334'
2015-06-16 16:10:49 +01:00
Karl Hobley
78c1c79f10
Changelog/release note for #1412
2015-06-16 16:04:43 +01:00
Karl Hobley
b932ecfb3b
Merge pull request #1412 from gasman/fix/url-path-limit
...
Convert url_path to a text field - fixes #1216
2015-06-16 16:02:14 +01:00
Matt Westcott
7248412d36
Merge branch 'issue-1334' of https://github.com/kaedroho/wagtail into kaedroho-issue-1334
2015-06-16 15:02:11 +01:00
Karl Hobley
0d54e5b2e7
Don't hard code image file size in test
2015-06-16 14:56:15 +01:00
Karl Hobley
0def3c1768
Fixed max upload size error message in multi image uploader
2015-06-16 13:41:33 +01:00
Dave Cranwell
5bcd7841da
fixing tests
2015-06-16 13:09:33 +01:00
Dave Cranwell
a2f32557cf
stream-controls > sequence-controls. Add buttons now have bicolor plus icon.
2015-06-16 13:09:33 +01:00
Dave Cranwell
951dd1eadd
tweaks to how css is loaded and how sequences are identified with classes
2015-06-16 13:09:33 +01:00
Dave Cranwell
171631c38d
moved streamfield styles to own component and styled to accomodate several common permutations of blocks within blocks, accounting for help text
2015-06-16 13:09:33 +01:00