summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-02-02 07:54:11 +0000
committeradam <adam@pkgsrc.org>2017-02-02 07:54:11 +0000
commit5d3da058678c488f6d5f41656feb608aa88757e3 (patch)
tree6ef9be9843bc4ddd90453f8d456bd4fbffccb0e8 /www
parent0b79aa5d186ae9e90b057265bf0e7d0fcedf9542 (diff)
downloadpkgsrc-5d3da058678c488f6d5f41656feb608aa88757e3.tar.gz
What's new in 3.4.2
Bug Fixes --------- Escaped strings in close_frame JS template. Fixed a bug with text-transform styles on inputs affecting CMS login Fixed a typo in the confirmation message for copying plugins from a different language Fixed a bug which prevented certain migrations from running in a multi-db setup. Fixed a regression which prevented the Page model from rendering correctly when used in a raw_id_field. Fixed a regression which caused the CMS to cache the toolbar when CMS_PAGE_CACHE was set to True and an anonymous user had cms_edit set to True on their session. Fixed a regression which prevented users from overriding content in an inherited placeholder. Fixed a bug affecting Firefox for Macintosh users, in which use of the Command key later followed by Return would trigger a plugin save. Fixed a bug where template inheritance setting creates spurious migration Fixed a bug which prevented the page from being marked as dirty (pending changes) when changing the value of the overwrite url field. Fixed a bug where the page tree would not update correctly when a sibling page was moved from left to right or right to left. Improvements and new features ----------------------------- Added official support for Django 1.10. Rewrote manual installation how-to documentation Re-introduced the “Revert to live” menu option. Added support for django-reversion >= 2 Improved the fix-tree command so that it also fixes non-root nodes (pages). Introduced placeholder operation signals. Deprecations ------------ Removed the deprecated add_url(), edit_url(), move_url(), delete_url(), copy_url() properties of CMSPlugin model. Added a deprecation warning to method render_plugin() in class CMSPlugin. Deprecated frontend_edit_template attribute of CMSPluginBase. The post_ methods in `PlaceholderAdminMixin have been deprecated in favor of placeholder operation signals. Other changes ------------- Adjusted Ajax calls triggered when performing a placeholder operation (add plugin, etc..) to include a GET query called cms_path. This query points to the path where the operation originates from. Changed CMSPlugin.get_parent_classes() from method to classmethod.
Diffstat (limited to 'www')
-rw-r--r--www/py-django-cms/Makefile4
-rw-r--r--www/py-django-cms/PLIST8
-rw-r--r--www/py-django-cms/distinfo10
3 files changed, 14 insertions, 8 deletions
diff --git a/www/py-django-cms/Makefile b/www/py-django-cms/Makefile
index 4337b2a2693..205dd9ab5cc 100644
--- a/www/py-django-cms/Makefile
+++ b/www/py-django-cms/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2016/12/25 09:20:24 adam Exp $
+# $NetBSD: Makefile,v 1.43 2017/02/02 07:54:11 adam Exp $
-DISTNAME= django-cms-3.4.1
+DISTNAME= django-cms-3.4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_GITHUB:=divio/}
diff --git a/www/py-django-cms/PLIST b/www/py-django-cms/PLIST
index 26aa11fb68b..0f1e99bd7f6 100644
--- a/www/py-django-cms/PLIST
+++ b/www/py-django-cms/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2016/12/02 12:28:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.29 2017/02/02 07:54:11 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -599,6 +599,9 @@ ${PYSITELIB}/cms/models/static_placeholder.pyo
${PYSITELIB}/cms/models/titlemodels.py
${PYSITELIB}/cms/models/titlemodels.pyc
${PYSITELIB}/cms/models/titlemodels.pyo
+${PYSITELIB}/cms/operations.py
+${PYSITELIB}/cms/operations.pyc
+${PYSITELIB}/cms/operations.pyo
${PYSITELIB}/cms/page_rendering.py
${PYSITELIB}/cms/page_rendering.pyc
${PYSITELIB}/cms/page_rendering.pyo
@@ -1492,6 +1495,9 @@ ${PYSITELIB}/cms/tests/test_placeholder.pyo
${PYSITELIB}/cms/tests/test_placeholder_app_admin.py
${PYSITELIB}/cms/tests/test_placeholder_app_admin.pyc
${PYSITELIB}/cms/tests/test_placeholder_app_admin.pyo
+${PYSITELIB}/cms/tests/test_placeholder_operation_signals.py
+${PYSITELIB}/cms/tests/test_placeholder_operation_signals.pyc
+${PYSITELIB}/cms/tests/test_placeholder_operation_signals.pyo
${PYSITELIB}/cms/tests/test_plugins.py
${PYSITELIB}/cms/tests/test_plugins.pyc
${PYSITELIB}/cms/tests/test_plugins.pyo
diff --git a/www/py-django-cms/distinfo b/www/py-django-cms/distinfo
index da170f79040..bcb1a7a1a9f 100644
--- a/www/py-django-cms/distinfo
+++ b/www/py-django-cms/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2016/12/02 12:28:08 adam Exp $
+$NetBSD: distinfo,v 1.34 2017/02/02 07:54:11 adam Exp $
-SHA1 (django-cms-3.4.1.tar.gz) = 0a6e8fa795b9558e082c35ba07bea762f1ea30e9
-RMD160 (django-cms-3.4.1.tar.gz) = 6dfdbb57b9c983fdc9f5bf37a2a0d391dc316b54
-SHA512 (django-cms-3.4.1.tar.gz) = ff767d8f644602a65d9427390d315b33872e6dcd94d06f7abe7778a5f893cc41d7574681f7558b0d4bfa56784d1eb7e4b0e4e570eb24b921c754083f946b99d0
-Size (django-cms-3.4.1.tar.gz) = 5071816 bytes
+SHA1 (django-cms-3.4.2.tar.gz) = f5fcbc7f27f20d3ef84a557e5fb33e52eb7f1f8c
+RMD160 (django-cms-3.4.2.tar.gz) = 0b2ce4431a665979c4a274ae83b4039e8ed8551e
+SHA512 (django-cms-3.4.2.tar.gz) = 5265f50edd2d84d361bdc98e03f20bb7da3a379efa1eada633eb6ccd04ed5a1facb45d8f04c2545c373ede2dd731ef2abdea1ab944e0d656640e508e537ff330
+Size (django-cms-3.4.2.tar.gz) = 5236544 bytes