Closed (fixed)
Project:
QUnit
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2011 at 15:58 UTC
Updated:
18 Oct 2011 at 17:00 UTC
According to the Drupal.org 3rd party libraries policy [1] external source code should not be committed with contrib modules, regardless of its license.
This applies to all branches (6,7,8.x) of course.
Comments
Comment #1
jzacsh commentedI'm thinking we can simply link to jQuery's CDN as a default solution here, then allow a variable_set to decide if we should be looking for qunit.js/qunit.css in a local/expected path (I'm not quite familiar with D7's new libraries api, but I doubt this applies to D7).
I will play with this approach in the D6 branch (maybe tonight).
Comment #2
jzacsh commented6.x branch is taken care of. Just released beta3 of the 6.x branch to address this issue with an admin/settings form and remove QUnit from 6.x branch of our repo.
Comment #3
ericduran commentedThats a loosely rule. I think for 8.x it should stay in. Especially if we're going to try to get this into core.
Comment #4
jzacsh commentedGood point, I'll close this ticket and leave my work in for this in the D6 branch. Thanks for the input.
Comment #4.0
jzacsh commentedUpdated issue with link to actual d.o policy.