Contents
Back link feature in Trac (trac:#611)
Description
This plugin provides a back link feature.
- Add Back Links section to ticket, wiki and milestone views.
- Update the
backlink
table automatically with gathered back links from tickets, wiki pages, milestones and changesets via*ChangeListener
interfaces. - Add
backlink sync
command, which updates thebacklink
table - Require Trac 1.0.5+ or 1.2+
Example for wiki:
Example for ticket:
See also trac:#611, TracBacksPlugin and BackLinksMacro.
Bugs/Feature Requests
Existing bugs and feature requests for TracBackLinkPlugin are here.
If you have any issues, create a new ticket.
defect |
8 / 9 |
||
---|---|---|---|
enhancement |
1 / 1 |
Download
Download the zipped source from here.
Source
You can check out TracBackLinkPlugin from here using Subversion, or browse the source with Trac.
Installation
- Install the plugin:
$ easy_install https://trac-hacks.org/svn/tracbacklinkplugin/1.0/
- Enable the plugin in your
trac.ini
file:[components] tracbacklink.* = enabled
- Execute
upgrade
command to createbacklink
table:$ trac-admin $ENV upgrade
- Execute
backlink sync
command to synchronizebacklink
table with several tables in Trac:$ trac-admin $ENV backlink sync
See also TracPlugins page for generic installation instructions.
Recent Changes
- 18606 by jun66j5 on 2023-12-19 09:45:49
-
TracBackLinkPlugin/1.0.15: fix
AttributeError
when invokingbacklink sync
with PostgreSQL (closes #14265)
- 18598 by jun66j5 on 2023-11-20 03:18:08
-
TracBackLinkPlugin/1.0.14: fix
backlink sync
command with Python 3 (closes #14253)
- 17971 by jun66j5 on 2021-01-25 08:50:34
-
TracBackLinkPlugin/1.0.13: fix
'Fragment' object is not callable
while rendering backlinks and add unit tests (closes #13619)
(more)
Author/Contributors
Author: OpenGroove,Inc. and tracpath
Maintainer: Jun Omae
Contributors:
Last modified 4 years ago
Last modified on Apr 2, 2021, 10:08:18 PM
Attachments (2)
- example-wiki.png (15.1 KB) - added by 8 years ago.
- example-ticket.png (8.9 KB) - added by 8 years ago.
Download all attachments as: .zip