Edgewall Software

Changes between Version 18 and Version 19 of TracDev


Ignore:
Timestamp:
Jun 4, 2009, 9:04:15 PM (15 years ago)
Author:
lance@…
Comment:

Added pointer to MostFrequentDuplicates

Legend:

Unmodified
Added
Removed
Modified
  • TracDev

    v18 v19  
    1212Then, you should read a bit, in order to get familiar with Trac's [TracDev/ComponentArchitecture ComponentArchitecture], [TracDev/PluginDevelopment PluginDevelopment] and [TracDev/DatabaseApi DatabaseApi].
    1313
    14 See also TracTroubleshooting, which contains useful debugging tips that are also quite useful during development.
     14See also TracTroubleshooting, which contains useful debugging tips that are also quite useful during development.  There is also MostFrequentDuplicates which describes some of the most common issues encountered while running/debugging trac.
    1515
    1616Note that we're picky about our [TracDev/CodingStyle CodingStyle] and you'd better follow them when [TracDev/SubmittingPatches SubmittingPatches]. In order to be accepted, they should pass the [TracDev/UnitTests UnitTests] and the [TracDev/FunctionalTests FunctionalTests]. Ideally, you should also contribute new tests.