|
List the extension needing adaptation to work with the packer Css IssuesLet me know which extension have a problem relative url in their style sheets. - Preview Post:
- You need to copy PreviewPost/preview.png into /themes/vanilla/styles/default/.
- JQMedia:
- You need to copy JQMedia/external.gif into /themes/vanilla/styles/default/.
JavaScript IssuesLet me know if a js script stop working once merged. - JQMedia:
- You need to change some lines of code. Replace form line 59 to 61 of :
var jqmediaPath = new PathFinder();
jqmediaPath.webRoot = jqmediaPath.getRootPath('script', 'src', 'js/global.js');
jqmediaPath.baseURL = jqmediaPath.params.httpMethod + jqmediaPath.params.domain + jqmediaPath.webRoot;by:
var jqmediaPath = new PathFinder();
jqmediaPath.webRoot = jqmediaPath.getRootPath('script', 'src', 'js/global.js');
if(!jqmediaPath.webRoot) {
jqmediaPath.webRoot = jqmediaPath.getRootPath('script', 'src', /js\/packer\.php.*$/);
}
jqmediaPath.baseURL = jqmediaPath.params.httpMethod + jqmediaPath.params.domain + jqmediaPath.webRoot; Head Controler IssueLet me know if you find an extension that had problem with AddScript and AddStyleSheet parameters. - BBInsertBar fails: uses the whole url for scripts and styles.
Other Issue- Custom Styles: sheets from external style, from an other server, shouldn't be merge.
|
TinyMCE 1.4.1 extension using TinyMCE JS 2.1.1.1, GZip compression off.
tinyMCE.baseURL has no properties