Preview changes bug 755019#227
Conversation
…o be posted to a new window. Also includes a feeble first attempt at modifying the python required to accomplish this task. Python currently providing a 'Permission Denied' error Adding CSRF token to the post to new window. Formatting preview page to look as normal pages do. Moving kumascript error block, adding additional content filters for teh TOC Removing non-functioning TOC from the preview page Adding ability to preview templates with ace editor Making solution more jQuery-ish
refactor template test for new preview UI
|
Dug out from under my kumascript pile, going to peek at this |
|
Test pass, so far so good |
|
Seeing an encoding issue, trying to trace it down. This document source saves and renders (mostly) fine, but on preview gets a error from kumascript of "Unexpected token &": The weird thing is that a GET of the saved doc with a ?raw parameter comes up with all the Update: Looks like the content POSTed to the |
|
CKEDITOR's But, I ran into another issue: Looks like kumascript wants a |
use CKEDITOR getSnapshot to send " chars for kumascript send url env var during POST
|
Have to send a |
|
So this should be fixed now and ready for merge. |
No description provided.