diazo icon indicating copy to clipboard operation
diazo copied to clipboard

Diazo applies a static HTML theme to a dynamic website

Results 21 diazo issues
Sort by recently updated
recently updated
newest added

This rule: ``` ``` seems to be applied like this _(simplifying a bit for clarity)_: `drop link OR (script IF NOT body.frontend)` instead of: `drop (link OR script) IF NOT...

would it be possible to update the docs ? /docs/quickstart.rst is still referencing to paster. Can that changed to bobtemplates.plone ? Otherwise our docs are not consistent.

This works: ``` ``` This does not: ``` ``` Even this won't work (one single whitespace before xsl:attribute): ``` ``` Here's the error msg: **_runtime error, element 'attribute' [123:0] xsl:attribute:...

I have a Theme where I want to have ESI declared in the Theme, not via the Rules. Diazo seams to strip the xmlns namespace tags on elements so that...

01 type: bug

The Plone coredev tests fail because newlines are being stripped on my laptop running Ubuntu Saucy and @davisagli's laptop as well but pass on Plone's Jenkins server. I downgraded my...

The quickstart instruction doesn't work with the address used. http://diazo.org/ is forwarding automatically to http://docs.diazo.org/en/latest/index.html Therefore a replacement is never happening. It works though if you use the forwarded address....

Hi, I'm working with an app where I'd like to (re)display the login form on authentication errors, but am unable to set the correct HTTP response and have the form...

If you have two inline html elements one after another Diazo will strip the whitespace from between them. E.g. ``` Foo ``` after passing through Diazo the space is stripped,...

Using diazo with Paste as a WSGI server and proxy, it seems that the rules and theme resources are being requested from the origin content server -- on every request...