Hello Dmitry,
On 9/15/2010 10:41 AM, Dmitry Samersoff wrote:
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
<video> is HTML 5, right? We don't support that yet, and I'm not sure
how browsers react with XHTML 1.0 + bits of HTML 5... Also, I believe
there are macros for achieving something similar, look on Trac-Hacks.
Until HTML5 becomes the default (that would probably still take a couple
of years), I don't feel the pressure to have that in Trac core.
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)
That's supported by the WikiGoodiesPlugin
(http://trac-hacks.org/wiki/WikiGoodiesPlugin).
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)
And what about <h3 id="Краткая_биография">Краткая биография</h3>?
(see
http://trac.edgewall.org/wiki/TracDev/Proposals/AdvancedWikiFormatting#Headings)
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.
The "#wikipage p" selector is not enough?
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.
Sorry, I can't see what you mean, here.
-- Christian
--
You received this message because you are subscribed to the Google Groups "Trac
Development" group.
To post to this group, send email to trac-...@googlegroups.com.
To unsubscribe from this group, send email to
trac-dev+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/trac-dev?hl=en.