Changes between Initial Version and Version 1 of MenusPlugin


Ignore:
Timestamp:
Sep 17, 2008, 10:47:59 AM (16 years ago)
Author:
Catalin BALAN
Comment:

New hack MenusPlugin, created by cbalan

Legend:

Unmodified
Added
Removed
Modified
  • MenusPlugin

    v1 v1  
     1= MenusPlugin =
     2
     3== Description ==
     4
     5Features:
     6 - add/disable items in navigation menus
     7 - hierachical organization(using Superfish - http://users.tpg.com.au/j_birch/plugins/superfish/ )
     8
     9PS: - CSS work might be needed to fit your trac theme.
     10
     11== Bugs/Feature Requests ==
     12
     13Existing bugs and feature requests for MenusPlugin are
     14[report:9?COMPONENT=MenusPlugin here].
     15
     16If you have any issues, create a
     17[http://trac-hacks.org/newticket?component=MenusPlugin&owner=cbalan new ticket].
     18
     19== Download ==
     20
     21Download the zipped source from [download:menusplugin here].
     22
     23== Source ==
     24
     25You can check out MenusPlugin from [http://trac-hacks.org/svn/menusplugin here] using Subversion, or [source:menusplugin browse the source] with Trac.
     26
     27== Example ==
     28
     29Demo config:
     30{{{
     31[components]
     32tracmenus.* = enabled
     33[mainnav]
     34new_item.parent=browser
     35new_item.href=/browser/trunk
     36new_item.label=Trunk
     37
     38special_report.parent=tickets
     39special_report.href=/report/7
     40special_report.label=My Tickets
     41
     42wiki.parent=top
     43browser.parent=top
     44
     45unassigned.href=/wiki
     46unassigned.label=Tools
     47}}}
     48
     49== Recent Changes ==
     50
     51[[ChangeLog(menusplugin, 3)]]
     52
     53== Author/Contributors ==
     54
     55'''Author:''' [wiki:cbalan] [[BR]]
     56'''Contributors:'''