Edgewall Software

Changes between Version 2 and Version 3 of PluginIssue


Ignore:
Timestamp:
Jan 28, 2016, 10:58:33 AM (8 years ago)
Author:
figaro
Comment:

Removed link to deprecated page

Legend:

Unmodified
Added
Removed
Modified
  • PluginIssue

    v2 v3  
    33If you have reached this page, it is possible that you have been posting an issue which is unrelated to Trac core, but rather to a Trac plugin.
    44
    5 Trac has been designed to be extended with functionality outside the core. Non-core functionality is implemented in a so called plugin, that has its own maintainer, documentation and issue log. All plugins recognised by the Trac community reside at TracHacks.
     5Trac is designed to be extended with functionality outside the core. Non-core functionality is implemented in a so called plugin, that has its own maintainer, documentation and issue log. All plugins recognised by the Trac community reside at TracHacks.
    66
    77To post the issue that you have found, check the details of the error page. In particular, check the URL which triggered the problem ("While doing a GET/PUT operation on /..."), the ''Request parameters'' and the ''Traceback'' itself for hints about the identity of the plugin which caused the problem.
     
    1212 * PluginList: an introductory list of commonly used plugins.
    1313 * TracDev/PluginDevelopment: a description of plugin design, deployment and debugging.
    14  * TracDev/ComponentArchitecture: a description of the concepts behind plugins.
    15  * TracPluggableModules: a background to the component based architecture of Trac.
     14 * TracDev/ComponentArchitecture: a background to the component based architecture of Trac.
    1615
    1716----