Hi,
I've pulled latest rules and rules_conditional from git repository and couldn't enable rules_conditional since it depends on rules 2.x while rules doesn't provide this information in its info file. As a matter of fact, since there is no rules 1.x branch for Drupal 7 I believe the dependency could be removed.
UPDATE
Same concerns Views Rules and Rules Factory UI. Maybe this should be fixed at Rules side?
Comments
Comment #1
zhangtaihao commentedUnfortunately, this has happened before. See #1670576: Info file expects a versioned release of Rules.
The conclusion was to leave it in there until core gets fixed. Now I'm not so sure.
Comment #2
zhangtaihao commentedThough it's not a long-term solution, using a stable version of Rules (e.g. 7.x-2.1) should allow it through. If it doesn't, then there's some other bug that I haven't read up yet and I'll see about removing the version string.
Comment #3
zhangtaihao commentedAfter some thought, I've decided to remove the specific version for now, given that most modules out there that integrate with Rules 2.x don't bother to put it in.
Committed in 39f9cdc.
@OnkelTem: You are right about there being no D7 Rules 1.x branch on the project page. However, there is still substantial documentation and a branch on the repository for 1.x (yes, D7). So, I got a bit worried.
The title of this issue is perfect. I shall postpone the issue for definite review later.
Comment #4
zhangtaihao commentedAlso, 7.x-1.0-alpha3 now functions without the versioned dependency.
Comment #4.0
zhangtaihao commentedUpdated issue summary.
Comment #5
alansaviolobo commented