Matt Westcott
b976db3afc
Pin isort to 4.2.5 - fixes #3623
2017-06-02 12:23:49 +01:00
Matt Westcott
0c745855ff
Add release note re wagtailsitemaps fix
2017-06-02 10:59:54 +01:00
Matt Westcott
927770eaab
Release note / docs for #3608
2017-06-02 10:58:34 +01:00
Matt Westcott
4aa404251d
Add migration to populate Page.last_published_at from latest_revision_created_at
2017-06-01 14:46:53 +01:00
Matt Westcott
7f34adda0a
Use last_published_at for lastmod in sitemaps - fixes #3565
2017-06-01 11:53:01 +01:00
Matt Westcott
21dc3e2fac
Add last_published_at field
...
Also tighten up behaviour of first_published_at and live_revision when copying pages and publishing with a future go-live date
2017-06-01 11:53:01 +01:00
John Franey
3f8052064e
Mention PostgreSQL backend in docs Search index
...
Updates the Search docs index to mention the new PostgreSQL backend
2017-05-30 20:48:46 +01:00
Matt Westcott
2f2bfa0159
Make tagging example not rely on an unmentioned 'blogs' method - fixes #3602
2017-05-30 20:39:30 +01:00
Matt Westcott
609683ea2c
Clarify "Steps to reproduce" in new issue template ( #3610 )
...
Bug reporters are frequently not making the connection that "Steps to reproduce" means "steps for someone else to independently reproduce this bug", not "steps that I go through on my project to see this bug". Added some example text to gently steer people towards the level of detail we want...
Also trimmed down the "Wagtail version" item under "Technical details", since we don't really need to tell people four different ways to do the same thing. (We don't want people to mentally tune this text out, so I think it's a good habit to remove something for every new thing we add)
2017-05-30 20:31:23 +01:00
Thibaud Colas
de72df922b
Ignore npm-debug.log files with suffix
...
For some reason npm-debug.log files now have a very long suffix that needs further matching in `.gitignore`s.
2017-05-30 00:10:24 +03:00
Thibaud Colas
2058669eae
Use runInBand to make Jest tests faster in CI env ( #3618 )
...
See https://facebook.github.io/jest/docs/troubleshooting.html#tests-are-extremely-slow-on-docker-and-or-continuous-integration-ci-server for further details.
2017-05-28 22:06:30 +03:00
Janneke Janssen
f4f0e78f6a
Update React & Jest ( #3611 )
...
* Update to the latest jest version
* Update react dependencies
* Migrate React.PropTypes to PropTypes package
* Add prop-types to the package.json
* Update transition-group import to its new package
* Update jest snapshots
* Exclude node_modules from webpack babel-loader
2017-05-28 21:49:05 +03:00
Karl Hobley
cecbfbf32d
Extend known_third_party to include all other third party modules
...
isort's auto detection of third party modules seems to be quite flaky.
This should stop it making any mistakes.
2017-05-26 13:20:06 +01:00
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