Received: by mail.netbsd.org (Postfix, from userid 605) id 22B3B855D1; Fri, 16 Jun 2017 15:09:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A7E7384D8D for ; Fri, 16 Jun 2017 15:09:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id MdkpQ1s9X9x6 for ; Fri, 16 Jun 2017 15:09:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F11BF84D77 for ; Fri, 16 Jun 2017 15:09:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EC0C4FAE8; Fri, 16 Jun 2017 15:09:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497625753238610" MIME-Version: 1.0 Date: Fri, 16 Jun 2017 15:09:13 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django-cms To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170616150913.EC0C4FAE8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1497625753238610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jun 16 15:09:13 UTC 2017 Modified Files: pkgsrc/www/py-django-cms: Makefile PLIST distinfo Log Message: Changes 3.4.4: * Fixed a bug in which cancelling the publishing dialog wasn't respected. * Fixed a bug causing post-login redirection to an incorrect URL on single-language sites. * Changed the signature for internal ``cms.plugin_base.CMSPluginBase`` methods ``get_child_classes`` and ``get_parent_classes`` to take an optional ``instance`` parameter. * Fixed an error when retrieving placeholder label from configuration. * Fixed a bug which caused certain translations to display double-escaped text in the page list admin view. * Adjusted the toolbar JavaScript template to escape values coming from the request. * Added Dropdown class to toolbar items * Replaced all custom markup on the ``admin/cms/page/includes/fieldset.html`` template with an ``{% include %}`` call to Django's built-in ``fieldset.html`` template. * Fixed a bug which prevented a page from being marked as dirty when a placeholder was cleared. * Fixed an IntegrityError raised when publishing a page with no public version and whose publisher state was pending. * Fixed an issue with JavaScript not being able to determine correct path to the async bundle * Fixed a ``DoesNotExist`` database error raised when moving a page marked as published, but whose public translation did not exist. * Fixed a bug in which the menu rendered nodes using the site session variable (set in the admin), instead of the current request site. * Fixed a race condition bug in which the database cache keys were deleted without syncing with the cache server, and as a result old menu items would continue to be displayed. * Fixed a 404 raised when using the ``Delete`` button for a Page or Title extension on Django >= 1.9 * Added "How to serve multiple languages" section to documentation * Fixed a performance issue with nested pages when using the ``inherit`` flag on the ``{% placeholder %}`` tag. * Removed the internal ``reset_to_public`` page method in favour of the ``revert_to_live`` method. * Fixed a bug in which the placeholder cache was not consistently cleared when a page was published. * Enhanced the plugin menu to not show plugins the user does not have permission to add. * Fixed a regression which prevented users from setting a redirect to the homepage. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/www/py-django-cms/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/py-django-cms/PLIST cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/py-django-cms/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497625753238610 Content-Disposition: inline Content-Length: 4541 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-django-cms/Makefile diff -u pkgsrc/www/py-django-cms/Makefile:1.44 pkgsrc/www/py-django-cms/Makefile:1.45 --- pkgsrc/www/py-django-cms/Makefile:1.44 Tue May 9 08:13:50 2017 +++ pkgsrc/www/py-django-cms/Makefile Fri Jun 16 15:09:13 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2017/05/09 08:13:50 adam Exp $ +# $NetBSD: Makefile,v 1.45 2017/06/16 15:09:13 adam Exp $ -DISTNAME= django-cms-3.4.3 +DISTNAME= django-cms-3.4.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_GITHUB:=divio/} Index: pkgsrc/www/py-django-cms/PLIST diff -u pkgsrc/www/py-django-cms/PLIST:1.30 pkgsrc/www/py-django-cms/PLIST:1.31 --- pkgsrc/www/py-django-cms/PLIST:1.30 Tue May 9 08:13:50 2017 +++ pkgsrc/www/py-django-cms/PLIST Fri Jun 16 15:09:13 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.30 2017/05/09 08:13:50 adam Exp $ +@comment $NetBSD: PLIST,v 1.31 2017/06/16 15:09:13 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -769,6 +769,7 @@ ${PYSITELIB}/cms/static/cms/js/modules/c ${PYSITELIB}/cms/static/cms/js/modules/cms.toolbar.js ${PYSITELIB}/cms/static/cms/js/modules/cms.tooltip.js ${PYSITELIB}/cms/static/cms/js/modules/cms.wizards.js +${PYSITELIB}/cms/static/cms/js/modules/dropdown.js ${PYSITELIB}/cms/static/cms/js/modules/get-dist-path.js ${PYSITELIB}/cms/static/cms/js/modules/jquery.noconflict.post.js ${PYSITELIB}/cms/static/cms/js/modules/jquery.noconflict.pre.js @@ -857,6 +858,7 @@ ${PYSITELIB}/cms/static/cms/sass/compone ${PYSITELIB}/cms/static/cms/sass/components/_clipboard.scss ${PYSITELIB}/cms/static/cms/sass/components/_content.scss ${PYSITELIB}/cms/static/cms/sass/components/_dialog.scss +${PYSITELIB}/cms/static/cms/sass/components/_dropdown.scss ${PYSITELIB}/cms/static/cms/sass/components/_general.scss ${PYSITELIB}/cms/static/cms/sass/components/_hovertooltip.scss ${PYSITELIB}/cms/static/cms/sass/components/_iconography.scss @@ -921,6 +923,8 @@ ${PYSITELIB}/cms/templates/cms/toolbar/i ${PYSITELIB}/cms/templates/cms/toolbar/items/button_list.html ${PYSITELIB}/cms/templates/cms/toolbar/items/button_modal.html ${PYSITELIB}/cms/templates/cms/toolbar/items/button_sideframe.html +${PYSITELIB}/cms/templates/cms/toolbar/items/dropdown.html +${PYSITELIB}/cms/templates/cms/toolbar/items/dropdown_button.html ${PYSITELIB}/cms/templates/cms/toolbar/items/item_ajax.html ${PYSITELIB}/cms/templates/cms/toolbar/items/item_link.html ${PYSITELIB}/cms/templates/cms/toolbar/items/item_modal.html @@ -1078,6 +1082,12 @@ ${PYSITELIB}/cms/test_utils/project/fake ${PYSITELIB}/cms/test_utils/project/fakemlng/models.py ${PYSITELIB}/cms/test_utils/project/fakemlng/models.pyc ${PYSITELIB}/cms/test_utils/project/fakemlng/models.pyo +${PYSITELIB}/cms/test_utils/project/fourth_cms_urls_for_apphook_tests.py +${PYSITELIB}/cms/test_utils/project/fourth_cms_urls_for_apphook_tests.pyc +${PYSITELIB}/cms/test_utils/project/fourth_cms_urls_for_apphook_tests.pyo +${PYSITELIB}/cms/test_utils/project/fourth_urls_for_apphook_tests.py +${PYSITELIB}/cms/test_utils/project/fourth_urls_for_apphook_tests.pyc +${PYSITELIB}/cms/test_utils/project/fourth_urls_for_apphook_tests.pyo ${PYSITELIB}/cms/test_utils/project/models.py ${PYSITELIB}/cms/test_utils/project/models.pyc ${PYSITELIB}/cms/test_utils/project/models.pyo Index: pkgsrc/www/py-django-cms/distinfo diff -u pkgsrc/www/py-django-cms/distinfo:1.35 pkgsrc/www/py-django-cms/distinfo:1.36 --- pkgsrc/www/py-django-cms/distinfo:1.35 Tue May 9 08:13:50 2017 +++ pkgsrc/www/py-django-cms/distinfo Fri Jun 16 15:09:13 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.35 2017/05/09 08:13:50 adam Exp $ +$NetBSD: distinfo,v 1.36 2017/06/16 15:09:13 adam Exp $ -SHA1 (django-cms-3.4.3.tar.gz) = 8af432d7083ba5daa23e55a0b0a8bca41591a563 -RMD160 (django-cms-3.4.3.tar.gz) = f7dd71ad389c84e39acedb70862d8b80ab3e3d14 -SHA512 (django-cms-3.4.3.tar.gz) = 0c6b418bf025b042cefc4bb89fb663cc419a8e806a3c6e436198b7bb595d8012f79c7f02d08cee891e5e1ef83bd4f52f0e2adcc4ebd1d22325a674cbc7e69be9 -Size (django-cms-3.4.3.tar.gz) = 5234748 bytes +SHA1 (django-cms-3.4.4.tar.gz) = 39fb018f6aa26f11730261a72917a67abd5e2ac8 +RMD160 (django-cms-3.4.4.tar.gz) = a91df78431b4db44378b333270073c229cfa30c8 +SHA512 (django-cms-3.4.4.tar.gz) = dd6b2b52873ba70d19b699141c1091aaa261a3b59838e96a017188d20b31caeb586bd28569e582dba152794f17c2ed3743fa6b12a2af517d63588dab76489576 +Size (django-cms-3.4.4.tar.gz) = 5255603 bytes --_----------=_1497625753238610--