Hi Everyone, First at all - thank everybody for amazing work. I use Trac from a long time and as 12 came out I start adopt it as CMS for non- development projects.
Below is some nits I found: 1. HTML formatter cease out <video> tag, also I think Video macro (like Image one) should be added to main trunk 2. WikiFromatter doesn't respect html special chars - i.e. become &nbsp; - is it a bug or expected behavior? (I wrote a plugin to workaround it - but I think it should be fixed) 3. id like one below in wiki text is a bad idea. <h3 id="Краткаябиография">Краткая биография</h3> It's better to use some number e.g. md5(header value) 4. Wiki paragraph text have to have come default class i.e. <p class="wikitext"> .... </p> otherwise it's hard to manage fonts etc within wiki. 5. Menu system doesn't handle correctly a situation when we have / wiki/page1 and /wiki/page2 in mainnav - it threat both as active (see http://trac-hacks.org/ticket/4914). I use trackmenus plugin to customise mainnav, but it's not a tracmenus issue - I debug it down to trac core. Regards, -Dmitry -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en.
