So this is particular to using Amazon S3 and boto "ProtocolIndependentOrdinaryCallingFormat".
When you are using a ProtocolIndependentOrdinaryCallingFormat the URL's for resources are constructed without a protocol (http or https). For instance, '//s3.amazonaws.com/martialmoves.com/static/js/bootstrap.js' Note that there is no HTTP or HTTPS indicator. Which means TInyMCE assumes it's HTTP when constructing the resource URL for the Source Editor. Since this is done in javascript it makes it very difficult to correct. However, if you do not use the ProtocolIndependentOrdinaryCallingFormat other aspects of the software do not work. I'll be poking into it more, but it's certainly an issue if using boto. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
