[Trac-tickets] [The Trac Project] #2204: Webadmin plug wrong default behaviour

The Trac Project noreply at edgewall.com
Mon Oct 10 20:12:16 CDT 2005


#2204: Webadmin plug wrong default behaviour
---------------------------------------------+------------------------------
 Reporter:  Pedro Algarvio <ufs at ufsoft.org>  |       Owner:  jonas
     Type:  defect                           |      Status:  new  
 Priority:  normal                           |   Milestone:       
Component:  general                          |     Version:  devel
 Severity:  normal                           |   Keywords:                                   |  
---------------------------------------------+------------------------------
 I found no other place to submit a but for the WebAdmin plugin, so I've
 submited it here, hopefully on the right place, I just think there should
 be a "component" for it.

 Well, here's my prob, when trying to disable a trac feature with webadmin,
 namely trac.milestone.milestonemodule and trac.roadmap.roadmapmodule,
 here's what happens on the env's trac.ini:
 {{{
 [components]
 trac.milestone.milestonemodule = enabled
 trac.roadmap.roadmapmodule = enabled
 }}}

 when it should be:
 {{{
 [components]
 trac.milestone.milestonemodule = disabled
 trac.roadmap.roadmapmodule = disabled
 }}}

 So I guess the default behaviour when disabling "parts" with the WebAdmin
 plugin is wrong.
 No matter how many times I try to disable a "part/feature" it always
 writes enabled on trac.ini, and I always have to edit it by hand to change
 the value.

 Hum, and to try the oposite, enable a disabled component, the most awkward
 thing happened. I enabled trac.milestone.milestonemodule, and here's what
 happened on trac.ini:
 {{{
 [components]
 trac.milestone.milestonemodule = disabled
 trac.roadmap.roadmapmodule = enabled
 }}}

 My trac is on revision is 2344 and the webmin is on 2340, the most current
 for today, 11/out/2005.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2204>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list