Edgewall Software

Changes between Version 8 and Version 9 of PageTemplates/TracDev/PluginDevelopment/ExtensionPoints


Ignore:
Timestamp:
May 12, 2010, 8:33:59 PM (14 years ago)
Author:
Carsten Klein <carsten.klein@…>
Comment:

Added the section on additional information and references

Legend:

Unmodified
Added
Removed
Modified
  • PageTemplates/TracDev/PluginDevelopment/ExtensionPoints

    v8 v9  
    2626
    2727Provide references to available implementations of the interface, for example by linking to sources in trac trunk or on trac-hacks. You might also include short discussions on how they have been implemented.
     28
     29== Additional Information and References ==
     30
     31Provide here additional information on the extension point interface, for example open tickets regarding the interface or existing talk on the extension point, for example links to irc back logs and so on, including also best practices when implementing/using the interface. For example, for the IEnvironmentSetupParticipant there is currently talk about always committing changes to the database when upgrading using a migration path, so that on error during the migration, the existing data will not be corrupted.