Loading...
 
Skip to main content

Features / Usability


Re: wiki remember html

posts: 3 United States

I looked at the 1.8.4 code and the problem is there's nowhere to store allow_html. It's only used by tiki-editpage.php when a page is sumitted, to decide whether to run htmlspecialchars() on the text or not.

I see two directions to go:

1) Add a column to the tiki_page table for allow_html, which is honored when applicable (i.e. allow_html feature isn't disabled.) This would allow per-page tracking of allow_html.

or

2) If the user is allowed to enter html (via perms), default the "Allow HTML?" checkbox to ON.

There are no comments at this time.