Changes between Version 14 and Version 15 of TracHackDevelopment


Ignore:
Timestamp:
Mar 16, 2015, 3:21:09 PM (9 years ago)
Author:
figaro
Comment:

Added trac-hack development link

Legend:

Unmodified
Added
Removed
Modified
  • TracHackDevelopment

    v14 v15  
    1 = Information for Trac Hack Developers =
     1= Information for Trac Hack Developers
    22
    3 == Subversion ==
     3== Subversion
    44
    55The TracHacks Subversion repository is at http://trac-hacks.org/svn.
    66
    7 Each hack has its own top-level path, with sub-directories underneath each directory for each [wiki:release] the hack is available for. eg.
    8   http://trac-hacks.org/svn/addcommentmacro/0.9 [[BR]]
    9   http://trac-hacks.org/svn/addcommentmacro/0.8
     7Each hack has its own top-level path, with sub-directories underneath each directory for each [wiki:release] the hack is available for. For example:
     8{{{
     9http://trac-hacks.org/svn/addcommentmacro/0.9
     10http://trac-hacks.org/svn/addcommentmacro/0.8
     11}}}
    1012
    1113When a NewHack is registered, the developer is given write access to the entire path underneath their hack, so these are just default directory layouts.
     
    1315TracHacks has the [http://projects.edgewall.com/trac/file/tags/trac-0.8.4/contrib/trac-post-commit-hook trac-post-commit-hook] installed, so you can use the handy ''closes #x'', etc. when committing changes to the repository.
    1416
    15 == Issues ==
     17== Issues
    1618
    1719If you have any issues with TracHacks, check the [report:9?COMPONENT=TracHacks existing tickets], then [http://trac-hacks.org/newticket?component=TracHacks&owner=athomas create a ticket].
     
    1921If all else fails, contact [wiki:otaku42 me].
    2022
    21 == ''Newbie Corner'' ==
    22  * Setup your [t:wiki:TracDev/DevelopmentEnvironmentSetup development environment]
    23  * Check out the [wiki:tutorial tutorials] created by our contributors
     23== Newbie Corner
     24 * Setup your [t:wiki:TracDev/DevelopmentEnvironmentSetup development environment].
     25 * Check out the [wiki:tutorial tutorials] created by our contributors.
    2426 * Hack away!
    2527
    2628----
    27 See also: HackProcedures, HacksQandMaintenance
     29See also: HackProcedures, HacksQandMaintenance, trac:TracDev/PluginDevelopment