0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
Commit Graph

3663 Commits

Author SHA1 Message Date
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
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
Matt Westcott
838affad84 Use AdminAutoHeightTextInput on plain TextFields - fixes #1041 2015-03-18 17:19:58 +00:00
Matt Westcott
61511a01c9 Merge branch 'davecranwell-expanding-textblock' 2015-03-18 12:04:45 +00:00
Matt Westcott
9c1c1ca0d5 Merge branch 'expanding-textblock' of https://github.com/davecranwell/wagtail into davecranwell-expanding-textblock 2015-03-18 11:46:51 +00:00
Matt Westcott
bd28d9288a Increase the maximum length of a page slug from 50 to 255 characters - fixes #787 2015-03-18 10:49:46 +00:00
Karl Hobley
ed9aad1418 Move login url settings release note up one space 2015-03-18 10:12:39 +00:00
Karl Hobley
58f89d2a91 Admin menu => Left hand menu 2015-03-18 10:08:48 +00:00
Karl Hobley
62f755054a Add some more detail to a 0.9 release note
Fixes #1065
2015-03-18 10:08:01 +00:00
Matt Westcott
406cc10796 Merge branch 'kaedroho-page-published-date' 2015-03-17 16:26:57 +00:00
Matt Westcott
846b309593 Release note for #1054 2015-03-17 16:26:43 +00:00
Matt Westcott
651dd4d9f3 Merge branch 'page-published-date' of https://github.com/kaedroho/wagtail into kaedroho-page-published-date 2015-03-17 15:56:39 +00:00
Matt Westcott
3abfa63046 Specify 1.7.1 as the minimum supported Django version 2015-03-17 14:49:29 +00:00
Karl Hobley
24e633e8e7 Test republishing a page wont set first_published 2015-03-17 13:51:17 +00:00
Karl Hobley
6f916a611b Make sure first_published_at is using live copy
When publishing, the first_published at gets set on the live copy, not in the revision.

This caused it to be set again on next publish because it is reading from the revision.
2015-03-17 11:49:42 +00:00
Karl Hobley
af7c1de978 Removed page modes tests
These views were already being tested in TestFormSubmission. I don't think anyone will ever call the modes directly making these tests a bit pointless.

They also use the assertTemplateUsed method badly (these should be used on a response).
2015-03-16 11:58:34 +00:00
Karl Hobley
8d9e72de09 Pass fields attribute to inlineformset_factory 2015-03-15 20:14:20 +00:00