Commit graph

3678 commits

Author SHA1 Message Date
Matt Westcott
fb48c0a5d7 move streamfield documentation page to new location post-#1090 2015-03-26 13:08:25 +00:00
Matt Westcott
33def64870 snappier intro and link to StreamField blog post 2015-03-26 13:02:31 +00:00
Matt Westcott
a3379dfbe5 consistent spacing / use of code-block around code snippets 2015-03-26 13:02:31 +00:00
Matt Westcott
81c51e2b13 StreamField developer docs 2015-03-26 13:02:30 +00:00
Matt Westcott
9d68d5f392 Merge branch 'kaedroho-docs-restructure' 2015-03-26 13:01:42 +00:00
Matt Westcott
441c274f22 Merge branch 'docs-restructure' of https://github.com/kaedroho/wagtail into kaedroho-docs-restructure 2015-03-26 12:59:14 +00:00
Matt Westcott
b953d9583b Merge pull request #1106 from kaedroho/issue-1074
Fixed typo in wagtailsites/wagtail_hooks.py
2015-03-26 12:41:45 +00:00
Karl Hobley
e6ef56e911 Fixed typo in wagtailsites/wagtail_hooks.py
Fixes #1074
2015-03-26 12:26:31 +00:00
Karl Hobley
f7d123fa7c Install Django 1.8 from tar archive 2015-03-26 11:15:32 +00:00
Karl Hobley
3e9a81280b Use django-redis in project template 2015-03-25 14:24:57 +00:00
Matt Westcott
3ff98a14c0 StructBlock.value_from_datadict should return a StructValue, not dict - fixes #1100 2015-03-25 11:48:05 +00:00
Karl Hobley
8106e884cb Fixed RuntimeWarning in a test 2015-03-25 10:19:59 +00:00
Matt Westcott
d47f608f35 No. 2015-03-24 16:29:30 +00:00
Karl Hobley
e4f5229508 Merge pull request #1097 from gasman/revert-985
Revert #985
2015-03-24 14:11:11 +00:00
Matt Westcott
40d514964d Update docs to reflect the fact that django-libsass / Pillow are not being installed separately 2015-03-24 13:56:16 +00:00
Matt Westcott
e520a2816a reinstate Pillow and django-libsass as setup.py requirements
as per https://github.com/torchbox/wagtail/pull/985#issuecomment-84048363
2015-03-24 13:17:44 +00:00
Matt Westcott
2977f46a86 Release note for #1093 2015-03-24 12:57:09 +00:00
Matt Westcott
d140bff2f0 rename TestDocumentLinkHandler as suggested https://github.com/torchbox/wagtail/pull/1093/files#r26976807 2015-03-24 12:53:30 +00:00
Dave Cranwell
8b70405c3e Merge pull request #1096 from lauantai/chrome-frame-link-removal
Remove link to now-defunct Google Chrome Frame in warning for <IE9 browsers
2015-03-24 11:55:59 +00:00
lauantai
59f47411c7 Remove link to now-defunct Google Chrome Frame in warning for <IE9 browsers. 2015-03-24 12:15:57 +01:00
Karl Hobley
ee3115298a Fix a couple of spacing issues 2015-03-24 10:54:16 +00:00
Karl Hobley
391e3825f0 Merge pull request #1093 from gasman/feature/richtext-hooks
Register rich text handlers for docs / images / media through hooks
2015-03-24 10:28:19 +00:00
Dave Cranwell
d0128f2195 Update README.rst 2015-03-24 09:41:06 +00:00
Karl Hobley
832fb62324 Import FileWrapper from wsgiref.util
Not actually implemented in Django.

See: bbe28496d3
2015-03-23 20:10:41 +00:00
Matt Westcott
24fb80d4a9 Register document/image/embed rich text handlers via hooks 2015-03-23 19:55:59 +00:00
Karl Hobley
aa11d45ece Renamed contrib_components to contrib 2015-03-23 17:39:18 +00:00
Karl Hobley
e809176173 Moved core components on level up 2015-03-23 17:39:18 +00:00
Matt Westcott
00c1b573f4 implement hooks for defining your own embed / link handlers for the rich text editor 2015-03-23 15:40:23 +00:00
Karl Hobley
ab3b53adfe Use mocks when testing signal handlers 2015-03-22 16:48:55 +00:00
Karl Hobley
0b9eeae1ad Removed roadmap
Moved to: https://github.com/torchbox/wagtail/wiki/Roadmap
2015-03-22 12:08:22 +00:00
Karl Hobley
667fee8d15 Replaced django-redis-cache with django-redis
Fixes #1068
2015-03-22 12:08:22 +00:00
Karl Hobley
b2b3801371 Fixed capitalisation of Elasticsearch 2015-03-22 12:08:22 +00:00
Karl Hobley
6a968049f7 Search urls have changed 2015-03-22 12:08:22 +00:00
Karl Hobley
adb703ca2b South/django admin no longer required 2015-03-22 12:08:22 +00:00
Matt Westcott
156f715be6 within StreamBlock's default rendering, call force_text on children to prevent spurious escaping - fixes #1078 2015-03-20 20:59:47 +00:00
Matt Westcott
7fdf7bb10c Merge pull request #1059 from kaedroho/warnings-cleanup
Warnings cleanup
2015-03-20 16:00:44 +00:00
Karl Hobley
b8f8b1082a Merge pull request #1071 from kaedroho/tests-changes
Tests changes
2015-03-19 13:38:38 +00:00
Matt Westcott
15810546c6 Merge branch 'fix/datetime-picker-no-seconds' 2015-03-19 11:57:26 +00:00
Matt Westcott
8e3ea58b25 release note for #1018 2015-03-19 11:53:43 +00:00
Matt Westcott
3d705dc43d renumber migration 2015-03-19 11:37:14 +00:00
Matt Westcott
550d4e94da Standardise date/time formats between admin datetime widgets and Javascript code.
The JS for the datetime picker was previously updated to include seconds, to match Django's default format and thus fix #479 - however, the same bug also affected the time picker, which was left unfixed. Since we typically don't want seconds in our datetimes anyhow, we reverse that fix here, and instead update AdminDateWidget / AdminTimeWidget / AdminDateTimeWidget to explicitly use the seconds-less format that the JS expects. This also ensures that the JS behaviour will not break as a result of a site owner setting a non-standard value for DATE_INPUT_FORMATS / TIME_INPUT_FORMATS / DATETIME_INPUT_FORMATS in their site settings.
2015-03-19 11:29:16 +00:00
Matt Westcott
6f23a5b37b Merge branch 'feature/autosize-text-fields-in-edit-handlers' 2015-03-19 11:13:15 +00:00
Matt Westcott
fc6fe17c8c release note for #1070 2015-03-19 11:12:44 +00:00
Karl Hobley
5705ace2c6 Move GroupPagePermissionFormSet into users/forms.py 2015-03-18 22:57:23 +00:00
Karl Hobley
5aa6ed2c2a Docs for running the tests
Fixes #1004
2015-03-18 20:53:33 +00:00
Karl Hobley
23ee87243b Added Pillow to dev requirements 2015-03-18 19:13:20 +00:00
Karl Hobley
55ce9f761e Added *.swp and /venv to gitignore
.swp files are made automatically by vim and are easy to accidentally commit
/venv is a very common place to put a virtual environment which we wouldn't want to be committed
2015-03-18 19:06:15 +00:00
Karl Hobley
bff488d8fb Removed .drone.yml 2015-03-18 19:05:31 +00:00
Karl Hobley
a447e53ba7 Run tests with SQLite by default
SQLite doesn't require any initial setup and is significantly faster than PostgreSQL

Also removed USER/PASSWORD/HOST vars. Postgres users can pass in PGUSER, PGPASSWORD and PGHOST environment variables instead
2015-03-18 19:03:43 +00:00
Matt Westcott
2b57c8c43f test for 838affa 2015-03-18 17:30:55 +00:00