Edgewall Software

Changes between Version 26 and Version 27 of TracPluggableModules


Ignore:
Timestamp:
Dec 15, 2015, 7:29:09 PM (8 years ago)
Author:
figaro
Comment:

Added deprecation notice

Legend:

Unmodified
Added
Removed
Modified
  • TracPluggableModules

    v26 v27  
    11= A Proposal for Pluggable Modules =
    22
    3  ''This proposal has been integrated in Trac [milestone:0.9].
    4  See TracDev/ComponentArchitecture for the latest version of this documentation.''
     3{{{#!box warning
     4**Notice:** This proposal has been integrated in Trac [milestone:0.9]. See TracDev/ComponentArchitecture for the latest version of this documentation.
     5}}}
    56
    67Different projects, organizations or companies have different requirements for a tool such as Trac. For example, while some software development shops have some kind of system for automated nightly builds or continuous integration in place, many others do not. Those who do would like to integrate their build system with Trac, but adding such features to the core would inevitably result in enormous bloat, turning away other potential users who just don't need all the features. Arguably, this is already the case for people who want to, for example, use Trac as Wiki and issue tracker, but don't need the SCM integration -- for whatever reason.