On Mon, Jan 4, 2010 at 13:26, Sergiu Dumitriu <[email protected]> wrote:
On 01/04/2010 12:20 PM, Thomas Mortagne wrote:
On Mon, Jan 4, 2010 at 11:59, Sergiu Dumitriu<[email protected]> wrote:
On 01/04/2010 11:46 AM, Jean-Vincent Drean wrote:
Very impressive!
ps: there's 2 validation errors ;)
One is caused by the rendering, it creates a<p> around the<div> inside the {{html}} macro. I had the same problem with the DeletedDocuments. Should be investigated by Thomas.
What is the exact use case ? Last time we spoke about something like that it was a bug in your script.
My real problem is with http://svn.xwiki.org/svnroot/xwiki/enterprise/trunk/wiki/src/main/resources/...
If you look at commit 25983, the only difference is that I reordered the branches of the topmost #if, which means that in the end the same output is generated. Yet, with the HTML generated on the #else branch it generates a <p>.
It's not very easy to see where is the issue from velocity could you get the generated xwiki/2.0 syntax with which you have issue ? I guess you had to look at it if you say it's a rendering issue and not a script issue.
The other one is from the Gadgets panel, so not related to the wizard.
JV.
On Mon, Jan 4, 2010 at 10:51 AM, Sergiu Dumitriu<[email protected]> wrote:
Hi devs,
Taking advantage of the less noisy period of the holidays, Flavius, Marta and myself have developed a new wizard for editing color themes, much more "WYSIWYG". It still needs work, but the current version is already very usable, so it should go through an UI review.
To test it, just try to edit any color theme on the incubator:
http://incubator.myxwiki.org/xwiki/bin/view/ColorThemes/
Comments and suggestions welcome.
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne