0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
Commit Graph

7355 Commits

Author SHA1 Message Date
Karl Hobley
7fe1cc4f0c Set known_{first,third}_party isort settings 2017-05-26 13:03:41 +01:00
Karl Hobley
c83a8a0a67 Fix import sorting in project_template
In a rendered project, the "search" import is local but it was being
treated as third party by isort.
2017-05-26 13:03:41 +01:00
Karl Hobley
9b4f608cd1 Deleted .drone.yml 2017-05-26 13:03:41 +01:00
Karl Hobley
635c627ad9 Circle CI config 2017-05-26 13:03:41 +01:00
Mikalai Radchuk
9d64068082 Release notes for #3588 2017-05-23 20:55:43 +01:00
Mikalai Radchuk
4052c31668 Allow mixcloud urls with and without www 2017-05-23 20:46:28 +01:00
Alice Rose
522a383acb Update Mixcloud oembed pattern, add https support.
As per docs at
  https://www.mixcloud.com/developers/#embedding
2017-05-23 20:32:09 +01:00
Karl Hobley
1d4b069d3e Remove 'value' attribute from an '<a>' tag
I initially thought this was missing a ``{% trans %}`` tag but according to [MDN](https://developer.mozilla.org/en/docs/Web/HTML/Element/a) ``value`` isn't a valid attribute to put on an ``<a>`` tag anyway so this commit removes it.
2017-05-23 11:10:21 +01:00
Matt Westcott
3b44b354e3 Update release date for 1.10.1 2017-05-19 12:54:52 +01:00
Matt Westcott
188a24e04c Release note for #3603 2017-05-19 12:54:15 +01:00
Matt Westcott
febd1727a8 Remove territory-specific translation files with lower coverage than the general ones (#3603)
See #3600 - Django does not support gettext fallback translations, so the presence of incomplete translations prevents the general translations from showing up.
2017-05-19 12:36:09 +01:00
Karl Hobley
415a6b2fbe Changelog/release note for #3593 2017-05-18 09:56:10 +01:00
Matt Westcott
5022f3118d Assign persistent IDs to StreamBlock items (#3593) 2017-05-18 09:52:58 +01:00
Matt Westcott
e96ee76c3d Add release note for #3586 2017-05-17 16:35:50 +01:00
Thibaud Colas
e73c97463f Remove useless JS referencing explorer 2017-05-17 13:14:53 +01:00
Thibaud Colas
bfbc23e33a Move all explorer-related styles to the same file 2017-05-17 13:14:52 +01:00
Thibaud Colas
7870067c2c Update documentation referring to the explorer menu 2017-05-17 13:14:50 +01:00
Thibaud Colas
cb89f8e04b Add additional test for explorer menu item presence 2017-05-17 13:14:48 +01:00
Thibaud Colas
c0203ce26e Recycle explorer menu tests 2017-05-17 13:14:47 +01:00
Matt Westcott
32bae04366 Remove obsolete get_navigation_menu_items function 2017-05-17 13:14:44 +01:00
Matt Westcott
69bc5d4698 Remove obsolete explorer nav templates / tags 2017-05-17 13:14:43 +01:00
Matt Westcott
b5252d96f2 Remove explorer_nav view 2017-05-17 13:14:41 +01:00
Matt Westcott
59f2a5953b Remove Javascript from explorer menu item 2017-05-17 13:14:40 +01:00
Matt Westcott
761b19be96 Don't use explorer-menu.js to test for menu JS being pulled in
because we're about to ditch it
2017-05-17 13:14:36 +01:00
Matheus Bratfisch
41c8bfced9 Add live_revisions fk on Page, tests, migrations, update template 2017-05-16 17:06:02 +01:00
Matt Westcott
1f8edc8984 Cache Site.get_site_root_paths in the request scope (#3354) 2017-05-16 15:24:48 +01:00
iSar
411c117964 Fix typo in settings doc (#3595) 2017-05-15 09:12:16 +03:00
Thibaud Colas
b17d11af05 Release notes for #3012 2017-05-13 23:53:10 +03:00
Janneke Janssen
2ff4a5aad1 Update explorer for latest scope, UI, with tests 2017-05-13 23:53:10 +03:00
Rob Moorman
a0e4b0bafa Pin eslint-config-wagtail version
Pin eslint-config-wagtail version to prevent conflicts with minor rule changesets
2017-05-13 23:53:10 +03:00
Thibaud Colas
f250a233b5 Clean up React code and tooling 2017-05-13 23:53:10 +03:00
Harris L
3f85c5fed5 Make explorer tab-navigable
* use focus-trap-react
* switch clickable span to button
* let focus trap handle outside click
2017-05-13 23:53:10 +03:00
Sævar Öfjörð Magnússon
81c6f3e3b1 Change explorer behavior for pages w/ children, with tests 2017-05-13 23:53:10 +03:00
Janneke Janssen
26695a09c8 Renamed 'explorer' to 'pages' 2017-05-13 23:53:10 +03:00
Eirikur Ingi Magnusson
301d128ea6 Fix explorer scrolling and closing behavior 2017-05-13 23:53:10 +03:00
Thibaud Colas
8bf2c9bf2e Refactor explorer code with tests using Jest 2017-05-13 23:53:10 +03:00
Maurice Bartnig
743a8304a6 Add support for i18n of the explorer 2017-05-13 23:53:10 +03:00
Josh Barr
d675807cf8 First version of the explorer on top of admin API 2017-05-13 23:53:10 +03:00
Bertrand Bordage
ded36c5634 Isorts #3586. 2017-05-10 11:31:57 +02:00
Martin Hill
9f5ce0755a Fixed RuntimeError: dictionary changed size during iteration, raised while purging stale preview data from session
Added TestPreview.test_preview_on_edit_expiry to exercise PreviewOnEdit.remove_old_preview_data
Added freezegun package in testing_extras
2017-05-10 11:28:45 +02:00
Matt Westcott
d37838711b fill in release date for 1.10 2017-05-03 12:56:55 +01:00
Matt Westcott
e233177173 Pull new translations from Transifex 2017-05-03 12:12:22 +01:00
Matt Westcott
3d9b708b8e Preserve multi-value dict items on page preview
Fixes #3564. Convert QueryDict to a plain dict when writing to session and vice versa when retrieving, so that multi-value fields are preserved.
2017-05-02 15:18:25 +01:00
Matt Westcott
50a3267ed7 Add test case for preview_on_edit too 2017-05-02 15:18:24 +01:00
Matt Westcott
9bcba959b8 Failing test for #3564 2017-05-02 15:18:23 +01:00
dnsl48
85bcd5a176 [Postgres search] Orders by ranking in a more reliable way.
PostgreSQL does not guarantee the outer queries having the same ordering as subqueries
after joining other tables. For more details see:
https://www.postgresql.org/message-id/4CA16EE8.5040406@postnewspapers.com.au
2017-04-29 12:38:17 +02:00
Bertrand Bordage
260257d9a5 [Postgres search] Tests ranking. 2017-04-29 12:33:49 +02:00
Matt Westcott
a3b048d403 Fix incorrect field panels in custom form example
Fixes #3571. Thanks to @patta42 for the report!
2017-04-28 15:28:25 +01:00
Bertrand Bordage
344b5d4bf7 [Postgres search] Improves and tests weight calculus. 2017-04-28 14:12:06 +02:00
Matt Westcott
ea746ee74f Use 'Your preferences have been updated.' as notification preference success message
This matches the confirmation for language preference, and fits Wagtail 'house style' better
2017-04-26 15:51:09 +01:00