Re: [mezzanine-users] Re: TinyMCE4 - Problems on deployed site

2015-12-08 Thread Wim Feijen
Actually, it is insecure to have part of your website https secured and part not, because cookies can easily be intercepted. So it's always a good idea to secure the whole site. On Tuesday, 10 November 2015 23:02:47 UTC+1, iain ross wrote: > > On Wed, 11 Nov 2015 07:07:29 +1030 > Danny

Re: [mezzanine-users] Re: TinyMCE4 - Problems on deployed site

2015-11-10 Thread Cody Pettit
Thanks for the quick response! We'll try your suggestion *Cody Pettit* *Marriott School of Management* *Masters of Information Systems Management* *(801) 877-2561* On Tue, Nov 10, 2015 at 1:32 PM, Cody Pettit wrote: > Hi Danny, > > Did you ever figure out what your issue

Re: [mezzanine-users] Re: TinyMCE4 - Problems on deployed site

2015-11-10 Thread Cody Pettit
Hi Danny, Did you ever figure out what your issue was/is? We are facing a similar issue. We can't select an image from the Media Library to insert into a page (or form). It's not even working for us in development with DEBUG = True. We can, however, select and insert an image into a Gallery

Re: [mezzanine-users] Re: TinyMCE4 - Problems on deployed site

2015-11-10 Thread Danny
On 11/11/2015 7:02 AM, Cody Pettit wrote: Hi Danny, Did you ever figure out what your issue was/is? We are facing a similar issue. We can't select an image from the Media Library to insert into a page (or form). It's not even working for us in development with DEBUG = True. We can,

Re: [mezzanine-users] Re: TinyMCE4 - Problems on deployed site

2015-11-10 Thread Iain Mac Donald
On Wed, 11 Nov 2015 07:07:29 +1030 Danny wrote: > My overall solution was to make my entire site HTTPS... not elegant, > I know, but probably better in this security conscious world :) and don't forget ranking:

Re: [mezzanine-users] Re: TinyMCE4 - Problems on deployed site

2015-07-24 Thread Danny
On 25/07/2015 1:04 AM, Josh Cartmell wrote: Hey Danny I'm not too sure what's going on, but is your site actually serving from an IP address like 33.33.33.33? Is there some sort of mixture of ip and domain[s]? Hi Josh, Yes, 33.33.33.33 is the host-accessible IP of my vagrant VM, and it's

[mezzanine-users] Re: TinyMCE4 - Problems on deployed site

2015-07-23 Thread Danny
Replying to myself again... I thought I'd try this with a brand new site, using the latest Mezzanine/Cartridge stuff from master prior to the 4.0.1 release. BTW... it's still a problem :D Setup steps: 1. mezzanine-project -a cartridge mez401 2. Edit requirements.txt to be:

[mezzanine-users] Re: TinyMCE4 - Problems on deployed site

2015-07-23 Thread Danny
I'm now convinced that both of my issues are https/SSL related. The media library image select works under https but not http, because the Media library browser is under the /admin path (which is https) The insert/edit link box relies on displayable_links.js which is http, so it works through