Changes between Version 1 and Version 2 of TracPlugins
- Timestamp:
- Jan 16, 2015, 11:29:31 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracPlugins
v1 v2 2 2 [[TracGuideToc]] 3 3 4 From version 0.9 onwards, Trac is extensible with [trac:PluginList plugins]. Plugin functionality is based on the [trac:TracDev/ComponentArchitecture component architecture], with peculiarities described in the [TracDev/PluginDevelopment plugin development] page.4 Trac is extensible with [trac:PluginList plugins]. Plugin functionality is based on the [trac:TracDev/ComponentArchitecture component architecture], with peculiarities described in the [trac:TracDev/PluginDevelopment plugin development] page. 5 5 6 6 == Plugin discovery == … … 64 64 You should end up with a directory having the same name as the zipped egg (complete with `.egg` extension) and containing its uncompressed contents. 65 65 66 Trac also searches for plugins installed in the shared plugins directory ''(since 0.10)'';see TracIni#GlobalConfiguration. This is a convenient way to share the installation of plugins across several, but not all, environments.66 Trac also searches for plugins installed in the shared plugins directory, see TracIni#GlobalConfiguration. This is a convenient way to share the installation of plugins across several, but not all, environments. 67 67 68 68 ==== From source ==== … … 169 169 * ...the package/module names are correct. 170 170 * ...the value is "enabled", not "enable" or "Enable". 171 * ...the section name is "components", not "component". 171 172 172 173 === Check the permissions on the .egg file === … … 197 198 == Web-based plugin administration == 198 199 199 The WebAdmin plugin (part of the core since 0.11)offers limited support for plugin configuration through the web to users with `TRAC_ADMIN` permission:200 The WebAdmin interface offers limited support for plugin configuration through the web to users with `TRAC_ADMIN` permission: 200 201 201 202 * en/disabling installed plugins