Changes between Version 3 and Version 4 of Hacking/TracTitleIndexImproved
- Timestamp:
- 06/09/09 10:41:56 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hacking/TracTitleIndexImproved
v3 v4 11 11 Reported to Trac as ticket: [http://trac.edgewall.org/ticket/7124 Improved TitleIndex macro: optionally ignores pages shipped with Trac] 12 12 13 Apply it to an existing install (patch saved in /tmp/): 13 Apply the patch to an existing install (patch saved in /tmp/). 14 15 First change to the directory where Trac is installed. If it is installed from my Debian package that is: 16 {{{ 17 cd /usr/share/python-support/trac/trac 18 }}} 19 If it is installed directly into Python it will be something like: 14 20 {{{ 15 21 cd /usr/lib/python2.5/site-packages/trac 22 }}} 23 Now apply the patch: 24 {{{ 16 25 sudo patch -p1 < /tmp/trac-0.11b-wiki-macros.diff 17 26 patching file wiki/macros.py
