Wykres commitów

5753 Commity (985a987436cff2fe0d8fac2621043a401889f1f6)

Autor SHA1 Wiadomość Data
Benjamin Bach f88c169665 Make wagtailcore 0002 reversible 2016-01-04 12:19:19 +00:00
Benjamin Bach bb75190ec6 Create reverse migration for wagtailadmin 0001 2016-01-04 12:19:19 +00:00
Benjamin Bach f9dc7c485a Make wagtaildocs migration 0002 reversible 2016-01-04 12:19:19 +00:00
Benjamin Bach 6c508c54d3 Make wagtailimages 0002 reversible 2016-01-04 12:19:18 +00:00
benjaoming 074bdabcff Add no-op reverse migration callable for 0004
Allow it to be reversed.
2016-01-04 12:19:18 +00:00
Karl Hobley cda667a544 Update .drone.yml 2016-01-04 11:48:03 +00:00
Karl Hobley 8e142f6ddd Pin jscs version on Drone 2016-01-04 11:44:28 +00:00
Karl Hobley d19b41d3a7 Added Drone configuration 2016-01-04 10:35:06 +00:00
Karl Hobley b375f37d80 Revert #2073 2016-01-04 10:33:47 +00:00
Karl Hobley 2045148c0c Fixed typo in drone image build instructions 2016-01-04 10:21:32 +00:00
Karl Hobley 3540f2b080 Changelog/release note/contributor for #2073 2016-01-04 09:26:47 +00:00
Benjamin Bach 9a3bfb8dac Make wagtailadmin migrations re-runnable 2015-12-28 15:25:56 +01:00
Benjamin Bach 56c85f8984 Make wagtailcore 0002 reversible 2015-12-28 02:46:14 +01:00
Benjamin Bach 07d9f09e1d Create reverse migration for wagtailadmin 0001 2015-12-28 02:36:07 +01:00
Benjamin Bach a830179bae Make wagtaildocs migration 0002 reversible 2015-12-28 02:28:27 +01:00
Benjamin Bach 09282c9f6b Make wagtailimages 0002 reversible 2015-12-28 02:28:13 +01:00
benjaoming 2d60b26a06 Add no-op reverse migration callable for 0004
Allow it to be reversed.
2015-12-28 02:15:51 +01:00
Karl Hobley 52da131125 Added RemovedInWagtail16Warning 2015-12-26 00:18:22 +00:00
Karl Hobley 3d04382a41 Moved snippet content_type parameter removal to 1.6 2015-12-24 15:55:12 +00:00
Tim Heap 909319a855 Use plain models, not ContentTypes to manage snippets
Using ContentTypes was unnecessary, and obfuscated the code. Removing
them and using plain models makes the code easier to understand.

The `snippet_type` argument to the SnippetChooserPanel has been
deprecated as part of this. It was already unnecessary, with the snippet
type being detected from the model field.
2015-12-24 15:50:01 +00:00
Dave Cranwell 6695c2b48c Fixes #1798. Adds transparency indicator to places it was missing 2015-12-24 15:08:45 +00:00
Karl Hobley d7a6e2d4ac Changelog/release note for #2069 2015-12-24 11:57:53 +00:00
Tim Heap 04537e6cda Dont test the manager of abstract Pages 2015-12-24 09:52:44 +11:00
Tim Heap c1c32b5599 Add failing test for abstract page managers
Custom page managers set on abstract pages would cause an error on start
up, as accessing the manager of an abstract page is invalid.
2015-12-24 09:52:21 +11:00
Matt Westcott 4dfca33c9b Mark 1.3 as no longer in development / bump project template to require Wagtail 1.4a0 2015-12-23 17:49:30 +00:00
Matt Westcott d8c7d598b3 Pull translations from Transifex 2015-12-23 17:22:50 +00:00
Daniel Chimeno 66d7b283d8 Update .coveragerc
Remove south_migrations and vendors , those dirs are not used anymore
2015-12-23 00:09:44 +01:00
Karl Hobley d29cca5113 Changelog/release note for #2051 2015-12-21 11:51:25 +00:00
Alex Gleason 27829f6090 Allow overriding document model
Added missed import
2015-12-21 11:48:03 +00:00
Karl Hobley 157a063b19 Start 1.4 changelog and release notes 2015-12-21 09:58:09 +00:00
Timo Rieber 0e8851c8ba Changed wagtail.readthedocs.org to docs.wagtail.io consistently 2015-12-20 17:22:44 +01:00
Karl Hobley e3f39e85c2 Add build instructions to Drone images readme 2015-12-20 13:49:29 +00:00
Karl Hobley fbc2ce063c Bump version on master to 1.4 pre-alpha 2015-12-20 12:32:02 +00:00
Matt Westcott 1bb3553c15 Prepare for 1.3rc1 release 2015-12-17 15:58:23 +00:00
Matt Westcott 90b498a5b0 Require django-modelcluster 1.1 2015-12-17 15:57:45 +00:00
Matt Westcott eca4101927 Pull translations from Transifex 2015-12-17 14:51:49 +00:00
Matt Westcott e5ce1e6683 Generate new source strings for translation 2015-12-17 13:58:03 +00:00
Matt Westcott aedbb678a1 Pull translations from Transifex 2015-12-17 13:42:59 +00:00
shredding c6b2cef575 implemented filter chaining 2015-12-17 12:12:24 +00:00
Karl Hobley 7fee62f8eb Make "Hello" part of notification emails use user's username if we don't know their real name 2015-12-17 11:28:38 +00:00
Matt Westcott eccb0990bb Add test for user_passes_test decorator 2015-12-17 09:13:03 +00:00
Matt Westcott 63cd666fd4 Refactor permission_required/any_permission_required to allow substituting other kinds of permission test 2015-12-17 09:13:03 +00:00
Eugene MechanisM 039db5ed89 "Signing in..." for translation 2015-12-17 01:50:03 +00:00
Karl Hobley c3e62d1cb7 Changelog/release note for #2026 2015-12-16 16:29:15 +00:00
Matt Westcott 635659a80f Make searching and tag filtering mutually exclusive at the view level
We can't guarantee that search backends are able to search on a queryset
that has been filtered by a relation such as tags (see #459). The JS code
currently avoids applying a tag filter and a search query at the same
time; this change makes that behaviour explicit at the view level too.
2015-12-16 16:24:55 +00:00
Matt Westcott a913fbe283 Decouple 'popular tags' filtering on image chooser from search
Searching by tag only works under Elasticsearch, so clicking on 'popular tags' is broken
in the default install. As a workaround, add a new 'tag' parameter to the chooser view
that allows us to filter on tags using plain SQL lookup, as a separate operation to search.
2015-12-16 16:24:55 +00:00
Karl Hobley ac2a6cac23 Changelog/release note for #2041 2015-12-16 16:18:50 +00:00
Matt Westcott 53fb42f275 Throw warning on missing CSS rather than error, so that tests can still run on Dj1.7 2015-12-16 16:18:50 +00:00
Matt Westcott beb8f8bc4e Add system check to confirm that compiled CSS files are present.
Fixes #1720. Thanks to Shu Ishida for initial development on this feature.
2015-12-16 16:18:50 +00:00
Tim Heap 44564ea76a Link to homepage from dashboard page link if single site
If the Wagtail install has only one site, link to the homepage of that
site from the dashboard page summary instead of the root page of the
hierarchy.

Hopefully this will prevent some of the confusion causing people to
create pages under the root page, where they are inaccessible. See #1612
for more information around this issue.

Wagtail installs with multiple (or zero) sites retain the old behaviour
of linking to the root page.
2015-12-16 14:53:56 +00:00