9 Oct 00:02
Attn early adopters: disabling components and global config
From: Christopher Lenz <cmlenz@...>
Subject: Attn early adopters: disabling components and global config
Newsgroups: gmane.comp.version-control.subversion.trac.general
Date: 2005-10-08 22:05:09 GMT
Subject: Attn early adopters: disabling components and global config
Newsgroups: gmane.comp.version-control.subversion.trac.general
Date: 2005-10-08 22:05:09 GMT
Hey folks, I today checked in a change that needs some further explanation: <http://projects.edgewall.com/trac/changeset/2335> In particular, this changes the way how plugins/components are enabled/disabled for a Trac environment. Where you'd previously use a [disabled_components] section in trac.ini to specify which components should be disabled, you now use a [components] to both enable and disable components. Only the components in the "trac" package are enabled by default. You can still disable specific builtin components in trac.ini, for example: [components] trac.ticket.web_ui.UpdateDetailsForTimeline = disabled would disable the "Ticket details" provider for the timeline. You can also disable complete modules/packages, for example: [components] trac.versioncontrol.* = disabled would disable all the functionality related to version control (the repos browser, changesets, etc). Note that the wildcard at the end is now required! Wild cards are only allowed at the end of the option name. But the big change is that plugins, i.e. Python code outside the(Continue reading)
RSS Feed