I found helpful to see schema version in terms of improved modules list UI.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

IRuslan created an issue. See original summary.

IRuslan’s picture

Status: Needs work » Needs review
FileSize
1.28 KB

Simple implementation in patch.

IRuslan’s picture

Also added adopted version for 2.0 module's release.

Chris Matthews’s picture

Status: Needs review » Needs work
Issue tags: +Needs reroll

The 3 year old patch in #3 to module_filter.theme.inc does not apply to the latest module_filter 7.x-2.x-dev and if still applicable needs a reroll.

Checking patch module_filter.theme.inc...
Hunk #1 succeeded at 54 (offset 3 lines).
error: while searching for:
        if ($version) {
          $description .= '<div class="admin-requirements">' . t('Version: !module-version', array('!module-version' => drupal_render($module['version']))) . '</div>';
        }
        if ($requires) {
          $description .= '<div class="admin-requirements">' . t('Requires: !module-list', array('!module-list' => implode(', ', $module['#requires']))) . '</div>';
        }

error: patch failed: module_filter.theme.inc:108
error: module_filter.theme.inc: patch does not apply
shubham.prakash’s picture

Status: Needs work » Needs review
FileSize
1.28 KB

Added reroll

andrey.troeglazov’s picture

Assigned: Unassigned » andrey.troeglazov
andrey.troeglazov’s picture

  • IRuslan authored 7b0a937 on 7.x-2.x
    Issue #2751317 by IRuslan, shubham.prakash, andrey.troeglazov, Chris...
andrey.troeglazov’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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