Re: [mezzanine-users] Mezzanine 4.2.0 makes all tags as plain text in blog post.

2016-09-01 Thread Ryne Everett
Glad that solved your problem. Perhaps being able to handle raw html intermingled with prose was a feature we lost when we upgraded to tinymce4. It likely it can be re-enabled with the correct tinymce configuration. (See http://mezzanine.jupo.org/docs/configuration.html#tinymce-setup-js). On

Re: [mezzanine-users] Mezzanine 4.2.0 makes all tags as plain text in blog post.

2016-09-01 Thread Alan Chen
Thanks for your clarification, it works using source code. I put the tags directly into tinymce like this in v3.1.10, and it works. Obviously it is not the story in v4.2.10. Thanks again, Ryne. 在 2016年9月2日星期五 UTC+8上午11:44:26,Ryne Everett写道: > > That is normal behavior. You can't put raw html

Re: [mezzanine-users] Mezzanine 4.2.0 makes all tags as plain text in blog post.

2016-09-01 Thread Ryne Everett
That is normal behavior. You can't put raw html directly into tinymce like that. You need to click on the second to right button in the toolbar ("<>") and put it in there or tinymce will treat it as plain text and wrap it in additional html tags. On Thu, Sep 1, 2016 at 11:26 PM, Alan Chen

Re: [mezzanine-users] Mezzanine 4.2.0 makes all tags as plain text in blog post.

2016-09-01 Thread Ryne Everett
Could you post a screenshot of what this bug looks like? On Thu, Sep 1, 2016 at 10:21 PM, Alan Chen wrote: > Ryne, thanks for your reply. > > The tinymce shows up and all static files served normally. No errors shown > in console. > Both in my local debug environment

Re: [mezzanine-users] Mezzanine 4.2.0 makes all tags as plain text in blog post.

2016-09-01 Thread Alan Chen
Ryne, thanks for your reply. The tinymce shows up and all static files served normally. No errors shown in console. Both in my local debug environment (Python 2.7.9, Win7 64bit OS) and production (Python 2.7.6, Ubuntu 14, deployed by Apache + mod_wsgi) has the same issue. Weird. 在

Re: [mezzanine-users] Mezzanine 4.2.0 makes all tags as plain text in blog post.

2016-09-01 Thread Ryne Everett
To make sure we're on the same page, the next steps were: - python manage.py runserver - navigate to admin and tinymce doesn't show up The out-of-the-box static files configuration has always worked fine for me. I wonder if it could be a problem with the way your OS handles file paths. What OS

Re: [mezzanine-users] Mezzanine 4.2.0 makes all tags as plain text in blog post.

2016-09-01 Thread Alan Chen
the same after init a new project used Mezzanine 4.2.0 - mezzanine-project testproject - python manage.py createdb --noinput Please help, thanks. 在 2016年9月1日星期四 UTC+8上午8:48:12,Stephen McDonald写道: > > > On Wed, Aug 31, 2016 at 5:22 PM, Alan Chen > wrote: > >> This feature

Re: [mezzanine-users] Mezzanine 4.2.0 makes all tags as plain text in blog post.

2016-08-31 Thread Alan Chen
Thanks for your reply, Stephen. Could you give me some clue? I have not seen console error for loading the static files failed. Same way I run my project in Debug/Production, the same problem for 4.2.0 rather than 3.1.10. 在 2016年9月1日星期四 UTC+8上午8:48:12,Stephen McDonald写道: > > > On Wed, Aug 31,

Re: [mezzanine-users] Mezzanine 4.2.0 makes all tags as plain text in blog post.

2016-08-31 Thread Stephen McDonald
On Wed, Aug 31, 2016 at 5:22 PM, Alan Chen wrote: > This feature in Mezzanine 3.1.10 works fine. But 3.1.10 has no rich text > editor toolbar There's your problem. You'll likely find you've somehow misconfigured the way static files are served - start there. --

[mezzanine-users] Mezzanine 4.2.0 makes all tags as plain text in blog post.

2016-08-31 Thread Alan Chen
Steps to reproduce: 1. set Rich Text Filter Level to No Filtering in admin interface. 2. switch to Blog Post to add a new post with content like below: click me 3. save it and navigate to view it in site. 4. show the post as below, not the expected hyperlink click me check the html