My favorites | Sign in
Project Logo
                
Search
for
Updated Mar 28, 2007 by dinoboff
ExtensionsIssue  

List the extension needing adaptation to work with the packer

Css Issues

Let 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 Issues

Let 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 Issue

Let 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.
    • No solution yet.

Comment by lukescammell, Jul 13, 2007

TinyMCE 1.4.1 extension using TinyMCE JS 2.1.1.1, GZip compression off.

tinyMCE.baseURL has no properties


Sign in to add a comment
Hosted by Google Code