These will no longer work as Drupal 9.* won’t have API compatibilities attached, #3085041: Drupal core 9.x.x releases should not attach API compatibility term

sites/all/modules/drupalorg/drupalorg/drupalorg.module
18:define('DRUPALORG_DOWNLOAD_API_COMPATIBILITY_TID', 7234); // 8.x

sites/all/modules/drupalorg/drupalorg_project/drupalorg_project.module
16:define('DRUPALORG_CORE_DEVELOPMENT_VERSION_TID', '7234');
26:define('DRUPALORG_CORE_STABLE_VERSION_TID', '103');

These can likely use #3087624: Add a field to releases for release category. and/or #3087220: Migrate project_release_supported_versions to store “branch” instead of API/Major

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drumm created an issue. See original summary.

drumm’s picture

Assigned: Unassigned » drumm

  • drumm committed 08c3348 on 7.x-3.x
    Issue #3088661: Replace DRUPALORG_CORE_DEVELOPMENT_VERSION_TID...
  • drumm committed 417ed35 on 7.x-3.x
    Issue #3088661: Remove dead code from D8 release cycle, see #2389345
    
  • drumm committed 497f6b6 on 7.x-3.x
    Issue #3088661: Replace DRUPALORG_DOWNLOAD_API_COMPATIBILITY_TID
    
drumm’s picture

Status: Active » Fixed
catch’s picture

Status: Fixed » Needs work
FileSize
40.9 KB
153.22 KB

This has broken the issue queue links on the contributors block.

drumm’s picture

The way the code is working out here, it is looking best to limit this to issues on dev releases for now. “8.x+” doesn’t cleanly map to the current options for issue queue filtering at the moment. Selecting every individual release hits some sort of Suhosin or equivalent query parameter limit. And we won’t have 9.x options until #3089291: Group issue version “series” by branch instead of API compatibility is done.

I opened #3095433: Update “Contributor Links” block counts & links to use “branch” version groups as a reminder to follow up on this.

  • drumm committed 174d444 on 7.x-3.x
    Issue #3088661 by catch: Fix broken links
    
drumm’s picture

Status: Needs work » Fixed

This should be better now.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.