1.9.2 html rendering in Articles gone? Posted by Art Davis 31 Oct 2005 23:28 GMT-0000 posts: 13 With 1.9.2 is rendering of HTML in Tiki Articles now expressly unavailable for security reasons? Or is it broken? Enabling Admin->Wiki->AllowHtml doesn't seem do the trick either. --Art
Posted by sylvie 01 Nov 2005 14:27 GMT-0000 posts: 1092 Seems to be broken in preview. article I have no problem with wiki (preview+ view) and article (view). Can you give more information. Thanks sylvie
Posted by Art Davis 01 Nov 2005 22:48 GMT-0000 posts: 13 > Seems to be broken in preview. article > I have no problem with wiki (preview+ view) and article (view). > Can you give more information. > Thanks > sylvie For me, wiki view and preview render html OK. Interestingly, if I disable Admin->Wiki->AllowHtml, wiki view still renders html but wiki preview does not. Article view and preview do not render html for me... the just show up as cleartext. I installed 1.9.2 from the sourceforge tarball and ran the included 1.9.1to1.9.2.sql database update. (Underlying software is: php4-4.4.0, mysql-4.1.15 and apache-1.3.34) Thanks! --Art
Posted by Art Davis 02 Nov 2005 04:03 GMT-0000 posts: 13 > > Seems to be broken in preview. article > > I have no problem with wiki (preview+ view) and article (view). > > Can you give more information. > > Thanks > > sylvie > > For me, wiki view and preview render html OK. > Interestingly, if I disable Admin->Wiki->AllowHtml, wiki view still renders html but wiki preview does not. > > Article view and preview do not render html for me... the just show up as cleartext. > > I installed 1.9.2 from the sourceforge tarball and ran the included 1.9.1to1.9.2.sql database update. > > (Underlying software is: php4-4.4.0, mysql-4.1.15 and apache-1.3.34) > > Thanks! > > --Art OKdoke. I've found out I didn't have the right permissions set. If I make sure the viewing user has tiki_p_use_HTML permission, then HTML in article view DOES render (and not so in article preview). --Art --Art
Posted by Art Davis 02 Nov 2005 04:35 GMT-0000 posts: 13 > > > Seems to be broken in preview. article > > > I have no problem with wiki (preview+ view) and article (view). > > > Can you give more information. > > > Thanks > > > sylvie > > > > For me, wiki view and preview render html OK. > > Interestingly, if I disable Admin->Wiki->AllowHtml, wiki view still renders html but wiki preview does not. > > > > Article view and preview do not render html for me... the just show up as cleartext. > > > > I installed 1.9.2 from the sourceforge tarball and ran the included 1.9.1to1.9.2.sql database update. > > > > (Underlying software is: php4-4.4.0, mysql-4.1.15 and apache-1.3.34) > > > > Thanks! > > > > --Art > > OKdoke. I've found out I didn't have the right permissions set. If I make sure the viewing user has tiki_p_use_HTML permission, then HTML in article view DOES render (and not so in article preview). > > --Art > ...scratch that permission thing. It was a red herring. Here's the breakdown: tiki-view_articles.php -> Does not render html tiki-read_article.php -> Does render html tiki-edit_article.php -> Preview does not render html --Art
Posted by Art Davis 05 Nov 2005 22:57 GMT-0000 posts: 13 > > > > Seems to be broken in preview. article > > > > I have no problem with wiki (preview+ view) and article (view). > > > > Can you give more information. > > > > Thanks > > > > sylvie > > > > > > For me, wiki view and preview render html OK. > > > Interestingly, if I disable Admin->Wiki->AllowHtml, wiki view still renders html but wiki preview does not. > > > > > > Article view and preview do not render html for me... the just show up as cleartext. > > > > > > I installed 1.9.2 from the sourceforge tarball and ran the included 1.9.1to1.9.2.sql database update. > > > > > > (Underlying software is: php4-4.4.0, mysql-4.1.15 and apache-1.3.34) > > > > > > Thanks! > > > > > > --Art > > > > OKdoke. I've found out I didn't have the right permissions set. If I make sure the viewing user has tiki_p_use_HTML permission, then HTML in article view DOES render (and not so in article preview). > > > > --Art > > > > ...scratch that permission thing. It was a red herring. Here's the breakdown: > tiki-view_articles.php -> Does not render html > tiki-read_article.php -> Does render html > tiki-edit_article.php -> Preview does not render html > > --Art Looks like it's all fixed up in the latest CVS. Thanks!! --Art