Dennis Hall
Dennis Hall
Just an update to that last part - no need to take an early glance there, it's in the devel branch of calipso now (and updates will happen there).
Although i18n is nice, realistically, most sites will not need it. Whatever approach is taken should take a least-overhead approach so that most sites will not be encumbered with needless...
That sounds like a good interim solution. This should probably be partly the job of the content type to declare whether a given field should allow [ no html, filtered...
Good point. I had mistakenly considered this as input filtering. So, to combine your point with mine, the output should be filtered as one of [plain text, filtered html, full...
Just to round out this conversation a little more, it should be noted that input filtering will probably give better performance for most cases (filter once, on db insert/update, instead...
One potential method of sanitization - albeit probably heavy+/expensive - might be to use jsdom (+jquerify if needed) to get innerText. Another potential method - but labor-intensive: port htmLawed to...
On the other hand, including too many things in cleanslate would turn it into a misnomer. I think that the 'template' module just needs beefier comments. A good place to...
@adrinux / cliftonc - comment & close [this thread]?
It does not 'need' to be done via cookie. Some might even argue that the cookie method is inferior. I might be wrong, but it is the way I've done...
Sounds like another dependency management situation. Require js might work out better for the js side of things. http://requirejs.org/docs/optimization.html. Even the order of stylesheets can make a difference, although I'm...