Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

MooTools CDN-filename is wrong #8458

Closed
baumisimon opened this issue Sep 6, 2016 · 1 comment
Closed

MooTools CDN-filename is wrong #8458

baumisimon opened this issue Sep 6, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@baumisimon
Copy link

The MooTools-filename in googleapis-CDN depends on the selected version. Newer versions (>1.5.1) are named mootools.min.js instead of mootools-yui-compressed.js.
See also https://developers.google.com/speed/libraries/#mootools

In system\modules\core\pages\PageRegular.php (line 409) the filename is set to mootools-yui-compressed.js, which results in an 404-error and therefore local fallback is loaded.

@leofeyer leofeyer added this to the 3.5.17 milestone Sep 6, 2016
@leofeyer leofeyer added the defect label Sep 6, 2016
@leofeyer leofeyer changed the title 3.5.16: MooTools CDN-filename is wrong MooTools CDN-filename is wrong Sep 6, 2016
@leofeyer leofeyer self-assigned this Sep 13, 2016
@leofeyer
Copy link
Member

Fixed in 70c8912.

jsonn pushed a commit to jsonn/pkgsrc that referenced this issue Sep 24, 2016
### 4.2.4 (2016-09-21)

 * Handle special character passwords in the "close account" module (see contao/core#8455).
 * Handle broken SVG files in the Image and File class (see contao/core#8470).
 * Reduce the maximum field length by the file extension length (see contao/core#8472).
 * Fall back to the field name if there is no label (see contao/core#8461).
 * Do not assume NULL by default for binary fields (see contao/core#8477).
 * Correctly render the diff view if not the latest version is active (see contao/core#8481).
 * Update the list of countries and languages (see contao/core#8453).
 * Correctly set up the MooTools CDN URL (see contao/core#8458).
 * Also check the URL length when determining the search URL (see contao/core#8460).
 * Only regenerate the session ID upon login.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants