http://case.lazaridis.com/wiki/Tracking
This could be used later to add additional "metanav-left" menues.
Is there a mechanism available to provide CSS alterations via a Plugin
(something like TemplateProvider)?
If not, could a direct addition to the trac.css go into the 0.10
version of trac (non-intrusive, non-alteration, additional CSS)?
--Noah
Which I based on Christopher's bitten site.
--
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/
I may know many things, I may be ignorant...
ok, very nice!
> You can look at Alec's demo Trac
http://python-trac.swapoff.org
> for the Python people for
http://wiki.python.org/moin/CallForTrackers
> an example of a vertical menu.
ok.
I will most possibly integrate a generic java-script vertical menu into
trac. This work is part of my website/trac unification, and will be
made available under open source.
I have updated based on your information my personal selection case
(which selects trac):
http://case.lazaridis.com/wiki/Tracking
As I can rate it, the python project's decision should become either
trac or roundup.
Is there a deadline for the decision?
The CallForTrackers page indicates that they'll probably make their
recommendation in October.
-- Matt Good
After looking a little more at this:
I would like to create a plugin, which would provide 2 additional
menues:
1.) "projectnav" - left aligned, in the line of the "metanav" menue
This would be used e.g. for the "Project Guide" link, which is
currently within the metanav menu, see:
http://case.lazaridis.com/wiki
2.) "backnav" - left aligned, in the line of the "contextnav" menue (of
the wiki)
This could be used to add e.g. Wiki-Backlinks (e.g. from a rewritten
macro "AutoNav", which would use the "MenuProvider" functionality to
add the entries).
I could do all the implementation, but would need some hints on how to
implement the plugin in the best way (ideally in a way that would keep
the code integratable into to main trac code base).
.
--Noah
The menues can be implemented with 4 lines of CSS/HTML:
http://trac.edgewall.org/ticket/3704
The Related Use Case:
http://dev.lazaridis.com/base/ticket/9
.
The menues can be implemented with 4 lines of CSS/HTML:
Implemented using ITemplateProvider, IRequestFilter and add_stylesheet
http://dev.lazaridis.com/base/changeset/51
.
--Noah
Possibly to a later point.
For now my problem is solved.
.