Closed (fixed)
Project:
Version Control API
Version:
5.x-2.x-dev
Component:
Commit Restrictions
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2008 at 21:07 UTC
Updated:
11 Dec 2008 at 19:32 UTC
We need a port of commit 90473 from cvs.module, which fixed issue 198278.
Comments
Comment #1
jpetso commentedStill not implemented for 5.x-1.0.
Comment #2
jpetso commentedPorted from cvs.module. It's a bit different for Version Control API: instead of checking the branch names directly, we instead add them to the $operation['labels'] array (which was a minor todo item anyways!) so that higher-level write access checks like the Commit Restrictions module can catch this and abort the commit. Now we only need to verify that Commit Restrictions actually does that, to be checked with something similar like the example given in the above cvslog issue.
Comment #3
jpetso commentedTested; works.