Ticket #2528317 (accepted defect)

Reporter


John Lindal
Opened: 02/23/11
Last modified: 08/18/11
Status: accepted
Type: defect
Resolution: invalid

Owner


Dav Glass
Target Release:
Priority: P3 (normal)
Summary: Unable to load gallery modules from different CDN pushes
Description:

I'm writing a web app which uses both gallery-storage-lite and gallery-algorithms. Today's CDN push is the first push for gallery-algorithms, so I updated the gallery configuration in my YUI().use(),
and it stopped working!

The URL generated by YUI 3.3 loader is:

http://yui.yahooapis.com/combo?3.3.0/build/oop/oop-min.js&3.3.0/build/event-custom/event-custom-base-min.js&3.3.0/build/event/event-base-min.js&3.3.0/build/pluginhost/pluginhost-min.js&3.3.0/build/dom
/dom-min.js&3.3.0/build/node/node-min.js&3.3.0/build/io/io-base-min.js&gallery-2011.02.23-19-01/build/gallery-storage-lite/gallery-storage-lite-min.js&gallery-2011.02.23-19-01/build/gallery-algorithms
/gallery-algorithms-min.js&3.3.0/build/collection/collection-min.js&3.3.0/build/event/event-delegate-min.js

I narrowed the problem down to this:

http://yui.yahooapis.com/combo?gallery-2011.02.23-19-01/build/gallery-storage-lite/gallery-storage-lite-min.js

If I use the latest CDN push for gallery-storage-lite, it works:

http://yui.yahooapis.com/combo?gallery-2010.12.01-21-32/build/gallery-storage-lite/gallery-storage-lite-min.js

Loading gallery-algorithms also works:

http://yui.yahooapis.com/combo?gallery-2011.02.23-19-01/build/gallery-algorithms/gallery-algorithms-min.js

How do I get YUI Loader to load both gallery items?

Type: defect Observed in Version: Current
Component: Website Severity: S3 (normal)
Assigned To: Dav Glass Target Release:
Location: Website Priority: P3 (normal)
Tags: Relates To:
Browsers: All
URL:
Test Information:

Change History

Dav Glass

Posted: 02/23/11
  • location changed to Website
  • owner changed from Dav Glass to Adam Moore
  • priority changed to P3 (normal)
  • status changed from new to assigned

Moving to Adam as I have no control over the builds or how it get's on the CDN.

Adam Moore

YUI Contributor

Posted: 02/23/11
  • owner changed from Adam Moore to Dav Glass
  • severity changed from S1 (critical) to S3 (normal)

Wait for the push to finish. It takes an hour or so

Dav Glass

Posted: 02/23/11
  • resolution changed to invalid
  • status changed from assigned to closed

John Lindal

YUI Contributor

Posted: 02/23/11

Doh! I should have realized that "takes about an hour" means that some stuff (algorithms) would be available before others (storage-lite). It works now. Thanks!

Dav Glass

Posted: 08/18/11
  • component changed from Gallery to Website
  • owner changed from Dav Glass to Dav Glass
  • status changed from closed to assigned

Dav Glass

Posted: 08/18/11
  • status changed from assigned to accepted