Ticket #1982 (closed Bugs: fixed)

Opened 6 years ago

Last modified 6 years ago

depends version checking used by module admin is broken

Reported by: p_lindheimer Assigned to: gregmac
Priority: major Milestone: 2.3
Component: Core - Module Admin Version: 2.3-branch
Keywords: Cc:
Confirmation: Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description (Last modified by p_lindheimer)

if you put:

<depends>
  <version>2.2.2</version>
</depends>

Then it should pass the test running 2.2.2 or higher, the regex seems to be broken making it fail as it is not parsing correctly.

Change History

06/08/07 18:34:01 changed by p_lindheimer

  • priority changed from minor to major.
  • version changed from 2.2.1 to 2.2.2.

I'm chaning this to major - to make sure it does not get over looked. We will want to review the dependency checking logic on all of the cases.

06/08/07 18:35:48 changed by p_lindheimer

  • description changed.

06/20/07 09:31:13 changed by p_lindheimer

  • version changed from 2.2.2 to 2.3-branch.

06/20/07 09:31:27 changed by p_lindheimer

  • component changed from Core to Core - Module Admin.

06/21/07 06:28:00 changed by p_lindheimer

r4105 and r4106 may effect this (although shouldn't have for the specific error case)

07/05/07 19:50:25 changed by gregmac

  • status changed from new to closed.
  • resolution set to fixed.

This should be fixed by r4307