Wykres commitów

5380 Commity (a205dc5b5212012c13c2e1133ce938d56f64a749)

Autor SHA1 Wiadomość Data
Matt Westcott a205dc5b52 Test that password change/reset options are selectively displayed 2015-11-18 12:23:07 +00:00
Matt Westcott d24081e432 Set WAGTAIL_PASSWORD_RESET_ENABLED to default to the value of WAGTAIL_PASSWORD_MANAGEMENT_ENABLED 2015-11-18 12:07:49 +00:00
John Draper d78c076809 Add unit tests for password management settings 2015-11-18 12:07:48 +00:00
John Draper a11764d943 Always register password mgmt views, update views to conditionally 404 2015-11-18 12:07:36 +00:00
John Draper 673ea92ee2 Document password management settings 2015-11-18 12:03:52 +00:00
John Draper 78ad3272b3 Allow password resets to be disabled independently 2015-11-18 12:02:06 +00:00
Karl Hobley a36744ddea Release note for #1925 2015-11-17 11:36:57 +00:00
Karl Hobley 64db11b35e Merge pull request #1925 from mixxorz/frontendcache-invalidator-python2
Add Python < 3.3 support for frontendcache invalidator
2015-11-17 11:01:49 +00:00
Karl Hobley ac0c6b0aaf Merge pull request #1928 from alexgleason/docs-model-naming
Updated reasoning for Page suffix, fixes #1927
2015-11-17 10:51:04 +00:00
Alex Gleason 6a0b576376 Updated reasoning for Page suffix, fixes #1927
Fixed typo
2015-11-16 20:06:36 +00:00
Karl Hobley 5c6903fe00 Merge pull request #1923 from gasman/fix/browserify-3.46.1
Bump browserify to 3.46.1
2015-11-15 12:12:05 +00:00
Mitchel Cabuloy 49bc630e4d Add Python < 3.3 support for frontendcache invalidator
The previous implementation was using a Python > 3.3 specific
implementation of urllib.request.Request which can accept a `method`
keyword argument in its constructor to specify what HTTP method to use
when executing the request. This is not available in earlier versions of
the class.

This commit fixes that incompatibility by instead subclassing Request
and overriding its `get_method` method.
2015-11-14 22:15:43 +08:00
Matt Westcott f6e6f9a909 Bump browserify to 3.46.1
3.36.0 depends (indirectly, via derequire 0.8.0) on esprima-six, which has disappeared from npm causing installation to fail. https://github.com/substack/node-browserify/pull/710
2015-11-14 02:36:25 +00:00
Karl Hobley 6e4cd12e24 Unpin Willow setup.py requirement 2015-11-13 12:39:31 +00:00
Matt Westcott 6c8adaf0f7 Prepare for 1.2 release
Conflicts:
	CHANGELOG.txt
	wagtail/wagtailcore/__init__.py
2015-11-12 16:55:14 +00:00
Matt Westcott 10c280589b Merge branch 'kaedroho-python-35' 2015-11-12 16:44:29 +00:00
Matt Westcott 204aa53ff4 Add Python 3.5 support to release notes 2015-11-12 16:43:49 +00:00
Matt Westcott 23ed5392de Merge branch 'python-35' of https://github.com/kaedroho/wagtail into kaedroho-python-35 2015-11-12 16:33:29 +00:00
Neal Todd ae50256ec3 Merge pull request #1920 from timgraham/add-django-trove
Add Django version trove classifiers.
2015-11-12 09:25:54 +00:00
Tim Graham 2294520032 Add Django version trove classifiers. 2015-11-11 17:37:30 -05:00
Matt Westcott 19f370c20a Add pointers to the new integrating-with-Django docs 2015-11-10 21:45:21 +00:00
Matt Westcott 96e9a67b75 Add 'integrating into Django' docs 2015-11-10 21:30:10 +00:00
Matt Westcott a8d3aca007 Merge branch 'start-13' of https://github.com/kaedroho/wagtail 2015-11-07 16:54:28 +01:00
Karl Hobley 40a56f94f6 Advertise Python 3.5 support 2015-11-05 16:19:52 +00:00
Karl Hobley 689367dce7 Don't allow failures for Python 3.5 in travis 2015-11-05 16:19:20 +00:00
Dave Cranwell e0e3cdc824 Merge pull request #1902 from ratmcarlo/evilpixelborder
Remove the evil pixel border
2015-11-04 17:09:57 +00:00
Carlo Ascani dce396a156 Remove the evil pixel border 2015-11-04 17:45:34 +01:00
Karl Hobley 0293226a06 Updated deprecaction warning classes 2015-11-04 15:47:32 +00:00
Karl Hobley 66a8f65f78 Removed backwards compatibility for is_abstract 2015-11-04 15:47:32 +00:00
Karl Hobley 3bfd9fca9f Created 1.3 changelog and release notes 2015-11-04 12:20:07 +00:00
Matt Westcott e1a64a1802 version-bump master to 1.3a1 2015-11-04 11:28:09 +00:00
Karl Hobley 255d5b789b Merge pull request #1899 from takeflight/bug/images-in-groups
Remove unused wagtailimages_tags from group edit page
2015-11-04 10:26:14 +00:00
Tim Heap 8273647b64 Remove unused wagtailimages_tags from group edit page
The `wagtailimages_tags` library was needlessly loaded on the group edit
page. This causes an error on installations that do not use
`wagtailimages`, or test suites for Wagtail plugins that do not use
images directly.
2015-11-04 11:00:23 +11:00
Matt Westcott fb063dea26 Add browsable API to changelog 2015-11-02 16:30:49 +00:00
Matt Westcott 880d07811b Bump version to 1.1rc1 2015-11-02 16:25:15 +00:00
Matt Westcott 257baedb5d Release notes for #1837 and #1888 2015-11-02 16:10:18 +00:00
Matt Westcott 7c6d309682 Reword get_latest_revision_as_page release note to clarify who/what it affects 2015-11-02 16:04:46 +00:00
Karl Hobley 2851c58a5a Merge pull request #1837 from gasman/fix/disallow-choosing-root
Add flag to AdminPageChooser to specify whether the root page can be chosen
2015-11-02 15:42:18 +00:00
Karl Hobley 5a9db599ec Merge pull request #1890 from gasman/fix/structblock-template-gets-structvalue
Pass the original StructValue to StructBlock templates so that value.bound_blocks works
2015-11-02 15:24:36 +00:00
Matt Westcott f668922893 Add a can_choose_root flag to PageChooserBlock 2015-11-02 15:12:42 +00:00
Matt Westcott c025e1d3e5 Add a can_choose_root flag to PageChooserPanel.
This restores the previous behaviour, since there are plausible scenarios where choosing the root might be appropriate.
2015-11-02 15:12:42 +00:00
Matt Westcott b534d64d8c Add can_choose_root flag to AdminPageChooser widget
Also enable it in the relevant places: permission chooser, and selecting destination for copy page
2015-11-02 15:12:42 +00:00
Matt Westcott 340dd73602 Add canChooseRoot flag to createPageChooser JS function 2015-11-02 15:12:41 +00:00
Matt Westcott 22d1dd7c7e Add can_choose_root flag to page chooser views 2015-11-02 15:12:41 +00:00
Karl Hobley 8ca01a8428 Merge pull request #1888 from gasman/fix/report-embed-errors
Ensure errors in embed chooser are propagated back to the form
2015-11-02 14:50:04 +00:00
Karl Hobley 0eb3aee752 Fix typos in release note 2015-11-02 12:18:11 +00:00
Karl Hobley 43a2e901f8 Changelog/release notes for #1873, #1879 and #1881 2015-11-02 12:16:05 +00:00
Matt Westcott f6e3c9aa81 Ensure errors in embed chooser are propagated back to the form - fixes #1885 2015-11-02 12:15:33 +00:00
Karl Hobley 4f7f01b1f2 Merge pull request #1893 from gasman/translations/1.2rc1
Pull translations from Transifex (pre 1.2 release)
2015-11-02 11:57:25 +00:00
Matt Westcott 8d96a24e49 Update translator list and add release note for new translations.
The translator list now only includes translators specifically identified in the .po files, so that we're not listing dormant Transifex accounts that didn't actually do anything :-)
2015-11-02 11:52:51 +00:00