Commit graph

4112 commits

Author SHA1 Message Date
Matt Westcott
af6bd8e195 Release note for #807 2014-11-15 16:55:55 +01:00
Matt Westcott
957e1709b5 Merge branch 'image-focal-point-chooser-fixes' of https://github.com/kaedroho/wagtail into kaedroho-image-focal-point-chooser-fixes 2014-11-15 16:38:12 +01:00
Tim Heap
860f8224bf Add missing migration for wagtail.tests
It only appears in Python 3.x for some reason.
2014-11-14 14:27:45 +11:00
Tim Heap
1b7e6fac31 Made missing migration error message more verbose 2014-11-14 13:57:24 +11:00
Tim Heap
0cb10639bd Move RegisterDecorator model into wagtail.tests.models
For some reason, registering it via a decorator as part of a function
call caused it to register itself in the wagtail.wagtailsnippets app,
which caused a false positive in the missing migrations check. Moving it
to the wagtail.tests.models file means it is registered in the correct
location.
2014-11-14 13:28:42 +11:00
Tim Heap
bc76f4a184 Fix wagtailimage migrations not using AUTH_USER_MODEL
This caused a false-positive when South checked for changes to models
and an AUTH_USER_MODEL was being used.
2014-11-14 12:32:59 +11:00
Tim Heap
4fe5b30005 Add a test that checks for missing migrations
If there are any outstanding model changes that have no migrations, the
tests will fail. Migrations *must* be up-to-date before any code changes
are accepted, or before a new version is released. If they are not, it
causes havoc for all users.

The bulk of the test code is taken from the Django 1.7 `makemigrations`
command, and the South `schemamigration` command.
2014-11-14 12:32:59 +11:00
Dave Cranwell
08a90b921c tweaks 2014-11-13 16:35:06 +00:00
Dave Cranwell
62f0cc338e Main submenu and explorer now disable eachother when clicked 2014-11-13 16:33:13 +00:00
Matt Westcott
222b548d9e catch SourceImageIOError when rendering image formats - fixes #801 2014-11-13 16:13:11 +00:00
Matt Westcott
e3dab2af35 Define a custom exception type for IO errors thrown when opening source images, and catch that in InageNode.render so that we're not masking unrelated IOErrors elsewhere in the get_rendition process 2014-11-13 16:13:11 +00:00
Matt Westcott
d4a9f14e41 add failing test for #801 2014-11-13 16:13:11 +00:00
Matt Westcott
ff0c6db322 Add unit test for rendering image tag with a missing image 2014-11-13 15:15:25 +00:00
Dave Cranwell
54b59c9b5a updated dashboard buttons to use button-secondary as they always should have been 2014-11-13 13:49:33 +00:00
Dave Cranwell
d143c6f7c0 tweaks to disabled style of buttons 2014-11-13 13:47:30 +00:00
Matt Westcott
c22e2e2914 Fix some more python3.2-incompatible unicode strings in migration 11 2014-11-13 13:09:19 +00:00
Matt Westcott
c3b98e4467 Fix some more python3.2-incompatible unicode strings in migration 11 2014-11-13 13:08:56 +00:00
Matt Westcott
80b05e0cd3 Add dependency on wagtailcore migration 0002 (necessary to cleanly merge the other migration 0005 being added in 0.9) 2014-11-13 13:05:21 +00:00
Matt Westcott
e1cc80f7eb Merge branch 'master' of github.com:torchbox/wagtail 2014-11-13 13:03:07 +00:00
Matt Westcott
c52b48c9f2 merge parallel migrations in tests 2014-11-13 13:02:40 +00:00
Matt Westcott
2cb32a6f8f add migration to tests app to fix typo in formfield help text. (Most. Pointless. Migration. Ever.) 2014-11-13 12:56:44 +00:00
Matt Westcott
eccd9797a0 add missing south migration - remove auto_add_now from page_revision.created_at and nullify page owner on user deletion 2014-11-13 12:56:40 +00:00
Matt Westcott
2f80223979 add migration to tests app to fix typo in formfield help text. (Most. Pointless. Migration. Ever.) 2014-11-13 12:55:22 +00:00
Matt Westcott
eca4e3b7ef add missing south migration - remove auto_add_now from page_revision.created_at and nullify page owner on user deletion 2014-11-13 12:28:17 +00:00
Dave Cranwell
b820a873fd tweaks to disable view live button 2014-11-12 18:00:55 +00:00
Dave Cranwell
9fe9369524 noscript message added to address issue #727 2014-11-12 17:26:28 +00:00
Karl Hobley
1619238ee6 Fixed focal point indicator positioning
The focal point indicator is always positioned as a percentage inside
the div.focal-point-chooser block.

For thin images, the image may not exactly fill this block causing the
indicated focal point to be too wide and often not even cover the image.

This commit fixes this by making sure the width and height of the
div.focal-point-chooser block are always the same as the image, even if
the image is too small.
2014-11-12 17:18:28 +00:00
Matt Westcott
f1111f640e Merge branch 'fix/foreign_key_warning_only' 2014-11-12 16:24:21 +00:00
Matt Westcott
fbfa60c454 release note for 35b8bc2 2014-11-12 16:23:42 +00:00
Matt Westcott
35b8bc2443 Change 'Field hasn't specified on_delete action' to a warning rather than an error, as per #792 2014-11-12 16:22:08 +00:00
Matt Westcott
434597c859 Merge branch 'kaedroho-issue-786' 2014-11-12 16:05:43 +00:00
Matt Westcott
0e38ecea5b Merge branch 'kaedroho-issue-786' into stable/0.8.x 2014-11-12 16:03:49 +00:00
Matt Westcott
66b1b7db5a Release notes for #802 2014-11-12 16:03:30 +00:00
Matt Westcott
8b70e39216 Merge branch 'issue-786' of https://github.com/kaedroho/wagtail into kaedroho-issue-786 2014-11-12 15:18:14 +00:00
Matt Westcott
65b9da1aee release notes for #598 2014-11-12 15:03:31 +00:00
Matt Westcott
3f3a7d8a54 Merge branch 'takeflight-bug/scripts-at-bottom' 2014-11-12 14:37:35 +00:00
Matt Westcott
08571d8dcc Fix migration dependency 2014-11-12 14:36:53 +00:00
Matt Westcott
dcb80153c8 Merge branch 'kaedroho-fix-fill-filter-zerodivisionerror' 2014-11-12 11:27:08 +00:00
Matt Westcott
ceb4c316ce Merge branch 'kaedroho-fix-fill-filter-zerodivisionerror' into stable/0.8.x 2014-11-12 11:26:39 +00:00
Matt Westcott
5a658a173d release note for #797 2014-11-12 11:25:06 +00:00
Matt Westcott
8709be6ea4 Merge branch 'fix-fill-filter-zerodivisionerror' of https://github.com/kaedroho/wagtail into kaedroho-fix-fill-filter-zerodivisionerror 2014-11-12 11:20:13 +00:00
Matt Westcott
88f4ede60f Merge branch 'kaedroho-fix-form-submission-encoding' 2014-11-11 16:59:21 +00:00
Matt Westcott
677b92b130 Merge branch 'kaedroho-fix-form-submission-encoding' into stable/0.8.x 2014-11-11 16:58:58 +00:00
Matt Westcott
de9b35b0b8 Release note for #799 2014-11-11 16:58:41 +00:00
Matt Westcott
ce5bbc4956 Merge branch 'fix-form-submission-encoding' of https://github.com/kaedroho/wagtail into kaedroho-fix-form-submission-encoding 2014-11-11 16:15:04 +00:00
Karl Hobley
20f67b65e8 Various fixes to Elasticsearch configuration
- It's now possible to specify http auth paramters in the URL
- I've changed the default port to 443 to SSL connections and 80 for
  non-SSL connections. Previously, both were set to 9200.
2014-11-11 16:07:09 +00:00
Matt Westcott
f4b27c8abd Create changelog / release notes section for 0.8.2 2014-11-11 14:59:45 +00:00
Matt Westcott
bef7bb2ce6 Remove last remnants of fixPrefix.
In page_permissions_formset, fixPrefix is a null operation; in InlinePanel.buildExpandingFormset, it's only used within the function body (no longer passed on to the onAdd handler) and only needs to be applied to a single string, so wrapping it in an inner function is redundant.
2014-11-11 12:36:18 +00:00
Matt Westcott
09e4add28a Fix page chooser on sites interface 2014-11-11 11:51:47 +00:00
Matt Westcott
6ea15cfe01 Use jquery onready handlers so that editor's picks JS doesn't have to be placed after the HTML; fixes the editor's picks edit page. Also remove redundant closure-wrapping from page_permissions_formset 2014-11-11 11:43:54 +00:00