Support from Acquia helps fund testing for Drupal Acquia logo

Comments

janoka’s picture

Status: Needs work » Needs review
FileSize
2.59 KB
4.01 KB
2.59 KB
janoka’s picture

Category: Support request » Task
janoka’s picture

Category: Task » Support request
janoka’s picture

Component: Miscellaneous » Code
janoka’s picture

Project: » Drupal core
Version: » 8.0.x-dev
Component: Code » other
janoka’s picture

Category: Support request » Bug report
janoka’s picture

Category: Bug report » Support request
Gábor Hojtsy’s picture

Status: Needs review » Needs work

The last submitted patch, 8: locale-update-2030537-44.patch, failed testing.

Gábor Hojtsy’s picture

  1. +++ b/core/modules/locale/src/Tests/LocaleUpdateNotDevTest.php
    @@ -0,0 +1,35 @@
    +    module_load_include('compare.inc', 'locale');
    +    $projects = locale_translation_build_projects();
    +    $this->verbose($projects['drupal']->info['version']);
    +    $this->assertEqual($projects['drupal']->info['version'], '8.0.0-alpha14', 'The first release with the same major release number which is not a dev release.');
    

    This would currently use the remote server info? Local update XML info would be needed to ensure the test returns always the expected value.

  2. +++ b/core/modules/locale/tests/modules/locale_test_notdev/locale_test_notdev.module
    @@ -0,0 +1,18 @@
    +function locale_test_notdev_system_info_alter(&$info, Extension $file, $type) {
    +  $info['version'] = '8.0.0-alpha102-dev';
    

    Makes sense, IMHO check and only change version number for core, not all projects. Ie. check $info['project'] I think.

janoka’s picture

Status: Needs work » Needs review
FileSize
2.59 KB
4.01 KB
janoka’s picture

Status: Needs review » Needs work
janoka’s picture

Status: Needs work » Needs review
FileSize
2.63 KB
4.05 KB

The last submitted patch, 11: locale-update-2030537-50-fail.patch, failed testing.

The last submitted patch, 11: locale-update-2030537-50.patch, failed testing.

The last submitted patch, 13: locale-update-2030537-50-fail.patch, failed testing.

Status: Needs review » Needs work

The last submitted patch, 13: locale-update-2030537-50.patch, failed testing.

janoka’s picture

Status: Needs work » Needs review
FileSize
4.05 KB
janoka’s picture

The last submitted patch, 18: locale-update-2030537-50.patch, failed testing.

Status: Needs review » Needs work

The last submitted patch, 19: locale-update-2030537-50.patch, failed testing.

janoka’s picture

janoka’s picture

Status: Needs work » Needs review

The last submitted patch, 1: locale-update-2030537-44-fail.patch, failed testing.

The last submitted patch, 1: locale-update-2030537-44.patch, failed testing.

Status: Needs review » Needs work

The last submitted patch, 22: locale-update-2030537-50.patch, failed testing.

janoka’s picture

Status: Needs work » Needs review
FileSize
4.11 KB

Status: Needs review » Needs work

The last submitted patch, 27: 2324551-locale-update-24.patch, failed testing.

janoka’s picture

Status: Needs work » Needs review
FileSize
6.14 KB

Status: Needs review » Needs work

The last submitted patch, 29: 2324551-locale-update-29.patch, failed testing.

janoka’s picture

Status: Needs work » Needs review
FileSize
6.12 KB

Status: Needs review » Needs work

The last submitted patch, 31: 2324551-locale-update-31.patch, failed testing.

janoka’s picture

Status: Needs work » Needs review
FileSize
6.11 KB

Status: Needs review » Needs work

The last submitted patch, 33: 2324551-locale-update-33.patch, failed testing.

janoka’s picture

Status: Needs work » Needs review
FileSize
6.56 KB

Status: Needs review » Needs work

The last submitted patch, 35: 2324551-locale-update-35.patch, failed testing.

janoka’s picture

Status: Needs work » Needs review
FileSize
839 bytes
janoka’s picture

janoka’s picture

The last submitted patch, 38: 2324551-languagemanager_injected-38.patch, failed testing.

Status: Needs review » Needs work

The last submitted patch, 39: 2324551-languagemanager_injected-39.patch, failed testing.

The last submitted patch, 38: 2324551-languagemanager_injected-38.patch, failed testing.

Version: 8.0.x-dev » 8.1.x-dev

Drupal 8.0.6 was released on April 6 and is the final bugfix release for the Drupal 8.0.x series. Drupal 8.0.x will not receive any further development aside from security fixes. Drupal 8.1.0-rc1 is now available and sites should prepare to update to 8.1.0.

Bug reports should be targeted against the 8.1.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.1.x-dev » 8.2.x-dev

Drupal 8.1.9 was released on September 7 and is the final bugfix release for the Drupal 8.1.x series. Drupal 8.1.x will not receive any further development aside from security fixes. Drupal 8.2.0-rc1 is now available and sites should prepare to upgrade to 8.2.0.

Bug reports should be targeted against the 8.2.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.6 was released on February 1, 2017 and is the final full bugfix release for the Drupal 8.2.x series. Drupal 8.2.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.3.0 on April 5, 2017. (Drupal 8.3.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.3.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.3.x-dev » 8.4.x-dev

Drupal 8.3.6 was released on August 2, 2017 and is the final full bugfix release for the Drupal 8.3.x series. Drupal 8.3.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.4.0 on October 4, 2017. (Drupal 8.4.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.4.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.5.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.4.x-dev » 8.5.x-dev

Drupal 8.4.4 was released on January 3, 2018 and is the final full bugfix release for the Drupal 8.4.x series. Drupal 8.4.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.5.0 on March 7, 2018. (Drupal 8.5.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.5.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.6.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.5.x-dev » 8.6.x-dev

Drupal 8.5.6 was released on August 1, 2018 and is the final bugfix release for the Drupal 8.5.x series. Drupal 8.5.x will not receive any further development aside from security fixes. Sites should prepare to update to 8.6.0 on September 5, 2018. (Drupal 8.6.0-rc1 is available for testing.)

Bug reports should be targeted against the 8.6.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.7.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.6.x-dev » 8.8.x-dev

Drupal 8.6.x will not receive any further development aside from security fixes. Bug reports should be targeted against the 8.8.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.9.x-dev branch. For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

Version: 8.8.x-dev » 8.9.x-dev

Drupal 8.8.7 was released on June 3, 2020 and is the final full bugfix release for the Drupal 8.8.x series. Drupal 8.8.x will not receive any further development aside from security fixes. Sites should prepare to update to Drupal 8.9.0 or Drupal 9.0.0 for ongoing support.

Bug reports should be targeted against the 8.9.x-dev branch from now on, and new development or disruptive changes should be targeted against the 9.1.x-dev branch. For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

Version: 8.9.x-dev » 9.2.x-dev

Drupal 8 is end-of-life as of November 17, 2021. There will not be further changes made to Drupal 8. Bugfixes are now made to the 9.3.x and higher branches only. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.2.x-dev » 9.3.x-dev
cilefen’s picture

I am closing this support request because there has been no recent activity.

cilefen’s picture

Status: Needs work » Closed (outdated)