Theme engine: js, css resource dependencies should be enforced
--------------------------------------------------------------

                 Key: NXP-4515
                 URL: http://jira.nuxeo.org/browse/NXP-4515
             Project: Nuxeo Enterprise Platform
          Issue Type: Improvement
            Reporter: Jean-Marc Orliaguet
            Assignee: Jean-Marc Orliaguet
             Fix For: 5.3.1


Theme resources (.js, .css) can declare dependencies, but these are not 
strictly enforced.

a solution is to keep an ordered list of dependencies when resources are first 
registered, which means that the /nxthemes-lib/ and the /nxthemes-css/ servlets 
will be able to serve the resources in the correct order, no matter the order 
specified in the URL:

/nxthemes-lib/?r1,r2,r3 becoming equivalent to:
/nxthemes-lib/?r3,r1,r2


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to