pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/drupal8



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Jul 16 02:21:49 UTC 2018

Modified Files:
        pkgsrc/www/drupal8: Makefile PLIST distinfo

Log Message:
Update to 8.5.5

Upstream changes:

Release notes

This is a patch release of Drupal 8 and is ready for use on production sites. Learn more about Drupal 8.

This release only contains bug fixes, along with documentation and testing improvements. Translators should take note of a minor string change since the last release.
Known issues

    View with user/% path breaks login/logout on 8.5.x - a regression from 8.4.x

    Important: If you have not already upgraded to 8.5.0, read the Drupal 8.5.0 release notes before upgrading to 8.5.5.

Search the issue queue for all known issues.
Changes since 8.5.4:

    #2921661 by heddn, maxocub, alexpott, phenaproxima, Jo Fitzgerald, badmetevils, quietone: Add support to migrate multilingual revisions
    #2977945 by awm: typo in test_node_revision_links views yml file
    Revert "Issue #2971338 by Jo Fitzgerald, quietone, joachim: MigrationLookupTest::testMultipleSourceIds() uses wrong class for mocking"
    #2971338 by Jo Fitzgerald, quietone, joachim: MigrationLookupTest::testMultipleSourceIds() uses wrong class for mocking
    #2887490 by michaellenahan, cilefen, rOprOprOp, catch: Activity Tracker cannot be enabled if there are unpublished nodes
    #2982042 by progga: UUID component's composer.json has wrong description
    #2860760 by Jo Fitzgerald, heddn, quietone, alexpott: Match setup() functionality of MigrateFileTest with MigratePrivateFileTest
    #2979813 by Wim Leers, TwoD: Add TwoD as maintainer for the editor.module component
    #2581557 by dawehner, mxh, xjm, sorabh.v6, JeroenT: Add ltrim($path, '/') in drupalGet method
    #2635046 by neclimdul, dawehner, alexpott: run-test.sh doesn't work in directories with spaces
    #2950158 by Vidushi Mehta, ankitjain28may, Shiva Srikanth T, ckrina, markconroy, Eli-T: Choose policy for defining font-weight on Umami theme
    #2875679 by mondrake, daffie: BasicSyntaxTest::testConcatFields fails with contrib driver
    #2933413 by Graber, alexpott, joelpittet, chanderbhushan, jchand: Improve test coverage of using bulk actions when the view has an exposed form using AJAX
    #2978596 by visshu007, Chi: views_add_contextual_links() references to non existent views_preprocess_page() function
    #2977175 by borisson_, PieterJanPut, tstoeckler, msankhala: DataDefinition::setConstraints() should be on DataDefinitionInterface
    #2822611 by Mile23, Wim Leers, alexpott, Berdir, catch, dawehner, xjm, tstoeckler, borisson_: Document why UserInterface + FileInterface + MenuLinkContentInterface + … extend 
\Drupal\Core\Entity\ContentEntityInterface
    #2969598 by msankhala, joachim: badly formatted sample code in docs for Select::orderBy()
    Revert "Issue #2886609 by quietone, Jo Fitzgerald, jhodgdon, masipila, heddn, Gábor Hojtsy, mikeryan: Migrate D6 i18n loacalized translations of taxonomy terms"
    #2975751 by msankhala, leolando.tan, joachim, claudiu.cristea: incorrect @return for Tables::getTableMapping()
    #2927723 by longwave, artreaktor, chiranjeeb2410, ankitjain28may, cilefen, dawehner: The URL "/ " with trailing space is not getting recognized as
    #2737773 by antongp, wturrell, pcambra, cilefen, Darvanen, cwells, manningpete, alexpott: Proper way to install Drupal, missing vendor folders, example.gitignore
    #2943107 by mherchel, NicholasS, jordana, finnsky, tomphippen, smaz, markconroy, andrewmacpherson, kjay: Umami support for Internet Explorer 11
    #2979166 by RajeevK, lomasr: Wrong documentation on SiteCacheContext class
    #2749901 by MaskyS, kleog, priya.chat, harsha012, rakesh.gectcr, shobhit_juyal, snehi, SenthilMohith, neerajpandey, gawaksh, thompsizzle, ecrown, mohit1604, andrewmacpherson, surbz, rahulrasgon, 
riddhi.addweb: Add README.txt to Bartik theme
    #2886609 by quietone, Jo Fitzgerald, jhodgdon, masipila, heddn, Gábor Hojtsy, mikeryan: Migrate D6 i18n loacalized translations of taxonomy terms
    #2772251 by msankhala, markpavlitski, joachim: description for EntityForm::actions() could use rewording
    #2978848 by claudiu.cristea, amateescu: EntityReferenceFieldItemList::referencedEntities() doesn't work for computed fields
    #2073467 by maxocub, Jo Fitzgerald, pobster, masipila, plach, heddn, phenaproxima, catch: Migrate Drupal 7 Entity Translation settings to Drupal 8
    #2877828 by msankhala, joachim: FormInterface::getFormId() should state restrictions on the returned ID string
    #2855054 by alexpott, LoMo, wesleydv, Artusamak, gawaksh, xjm: User cancel link doesn't redirect to the homepage
    #2936821 by msankhala, joachim, lomasr, marxjohnson: unclear docs in MigrateProcessInterface
    #2951715 by dravenk, marvil07, rakesh.gectcr, davidsonjames, heddn, Jo Fitzgerald, quietone, alexpott, maxocub: Log message if static_map plugin skips the row
    #2932777 by mondrake, borisson_, alexpott, daffie: Risky count() in SQLite Statement
    #2951163 by nkoporec, Parvateesam, joachim: CachePluginBase::cacheGet()/::cacheSet() doesn't document @params or @return


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/drupal8/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/drupal8/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/drupal8/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/drupal8/Makefile
diff -u pkgsrc/www/drupal8/Makefile:1.8 pkgsrc/www/drupal8/Makefile:1.9
--- pkgsrc/www/drupal8/Makefile:1.8     Wed Jul  4 13:40:41 2018
+++ pkgsrc/www/drupal8/Makefile Mon Jul 16 02:21:49 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2018/07/04 13:40:41 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2018/07/16 02:21:49 wen Exp $
 
-DISTNAME=      drupal-8.5.4
+DISTNAME=      drupal-8.5.5
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  http://ftp.drupal.org/files/projects/

Index: pkgsrc/www/drupal8/PLIST
diff -u pkgsrc/www/drupal8/PLIST:1.6 pkgsrc/www/drupal8/PLIST:1.7
--- pkgsrc/www/drupal8/PLIST:1.6        Fri Jun 22 12:59:08 2018
+++ pkgsrc/www/drupal8/PLIST    Mon Jul 16 02:21:49 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2018/06/22 12:59:08 wen Exp $
+@comment $NetBSD: PLIST,v 1.7 2018/07/16 02:21:49 wen Exp $
 share/drupal/.csslintrc
 share/drupal/.editorconfig
 share/drupal/.eslintignore
@@ -3986,6 +3986,7 @@ share/drupal/core/modules/content_transl
 share/drupal/core/modules/content_translation/content_translation.services.yml
 share/drupal/core/modules/content_translation/css/content_translation.admin.css
 share/drupal/core/modules/content_translation/migrations/d6_taxonomy_term_translation.yml
+share/drupal/core/modules/content_translation/migrations/d7_entity_translation_settings.yml
 share/drupal/core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php
 share/drupal/core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php
 share/drupal/core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php
@@ -4006,6 +4007,7 @@ share/drupal/core/modules/content_transl
 share/drupal/core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php
 share/drupal/core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php
 share/drupal/core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php
+share/drupal/core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php
 share/drupal/core/modules/content_translation/src/Plugin/views/field/TranslationLink.php
 share/drupal/core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php
 share/drupal/core/modules/content_translation/src/Tests/ContentTranslationTestBase.php
@@ -4046,6 +4048,8 @@ share/drupal/core/modules/content_transl
 share/drupal/core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php
 share/drupal/core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php
 share/drupal/core/modules/content_translation/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTranslationTest.php
+share/drupal/core/modules/content_translation/tests/src/Kernel/Migrate/d7/MigrateEntityTranslationSettingsTest.php
+share/drupal/core/modules/content_translation/tests/src/Kernel/Plugin/migrate/source/d7/EntityTranslationSettingsTest.php
 share/drupal/core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php
 share/drupal/core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php
 share/drupal/core/modules/contextual/config/schema/contextual.views.schema.yml
@@ -6075,6 +6079,7 @@ share/drupal/core/modules/migrate/tests/
 share/drupal/core/modules/migrate/tests/src/Kernel/MigrationTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/NodeCommentCombinationTrait.php
 share/drupal/core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php
+share/drupal/core/modules/migrate/tests/src/Kernel/Plugin/EntityRevisionTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/Plugin/MigrationDirectoryTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php
@@ -6103,6 +6108,7 @@ share/drupal/core/modules/migrate/tests/
 share/drupal/core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/MigrationTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php
+share/drupal/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/RowTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/SqlBaseTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php
@@ -8078,6 +8084,7 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/entity_test/src/EntityTestViewsData.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/FieldStorageDefinition.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Derivative/EntityTestLocalTasks.php
+share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedReferenceTestFieldItemList.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestFieldItemList.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldFormatter/EntityTestReferenceCustomCacheTagFormatter.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php
@@ -12019,6 +12026,7 @@ share/drupal/core/tests/fixtures/Browser
 share/drupal/core/tests/fixtures/BrowserMissingDependentModuleTest.php
 share/drupal/core/tests/fixtures/KernelMissingDependentModuleMethodTest.php
 share/drupal/core/tests/fixtures/KernelMissingDependentModuleTest.php
+share/drupal/core/themes/bartik/README.txt
 share/drupal/core/themes/bartik/bartik.breakpoints.yml
 share/drupal/core/themes/bartik/bartik.info.yml
 share/drupal/core/themes/bartik/bartik.libraries.yml

Index: pkgsrc/www/drupal8/distinfo
diff -u pkgsrc/www/drupal8/distinfo:1.7 pkgsrc/www/drupal8/distinfo:1.8
--- pkgsrc/www/drupal8/distinfo:1.7     Fri Jun 22 12:59:08 2018
+++ pkgsrc/www/drupal8/distinfo Mon Jul 16 02:21:49 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/06/22 12:59:08 wen Exp $
+$NetBSD: distinfo,v 1.8 2018/07/16 02:21:49 wen Exp $
 
-SHA1 (drupal-8.5.4.tar.gz) = b47f7772cc7e79731c6522695c0a1e645f68dbbd
-RMD160 (drupal-8.5.4.tar.gz) = 8ea6ad23f81e06f0982d95c9e5acd5eeb86c55a3
-SHA512 (drupal-8.5.4.tar.gz) = 7171818533dba2c1cf19fc0dd4fc0884502e007c9fe8669dc8131a927ba1a5b14322a8ba1f465ff1aac5bd8e61a8fd17c632ea4b1e321469595d144a752546d2
-Size (drupal-8.5.4.tar.gz) = 15779939 bytes
+SHA1 (drupal-8.5.5.tar.gz) = ed94e581f2a0e0a6eee6620b22f7f43005e315d3
+RMD160 (drupal-8.5.5.tar.gz) = f1844a0572ed9a2593d399ce3207af9bb30229ce
+SHA512 (drupal-8.5.5.tar.gz) = bc0fe05a798f5a791e6a5777b308ff815f5c75105b9c40c0d7ac855fdd5de46192b7fdad213f4d267e89b8b50844fdcb52c24c470f3f6c01ec5ee59d2a982637
+Size (drupal-8.5.5.tar.gz) = 15786935 bytes



Home | Main Index | Thread Index | Old Index