wiki:TracBackLinkPlugin

Version 4 (modified by Ryan J Ollos, 7 years ago) (diff)

Fix typo.

Back link feature in Trac (trac:#611)

Description

This plugin provides back link feature.

  • Add Back Links section to ticket, wiki and milestone views.
  • Update automatically backlink table with gathered back links from tickets, wiki pages, milestones and changesets via *ChangeListener interfaces.
  • Add backlink sync command which updates backlink table first.

Screen shots

Bugs/Feature Requests

Existing bugs and feature requests for TracBackLinkPlugin are here.

If you have any issues, create a new ticket.

defect

7 / 8

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

  1. Install the plugin:
    $ easy_install https://trac-hacks.org/svn/tracbacklinkplugin/1.0/
    
  2. Enable the plugin in your trac.ini file:
    [components]
    tracbacklink.* = enabled
    
  3. Execute upgrade command to create backlink table:
    $ trac-admin $ENV upgrade
    
  4. Execute backlink sync command to synchronize backlink table with several tables in Trac:
    $ trac-admin $ENV backlink sync
    

See also TracPlugins page.

Recent Changes

18606 by jun66j5 on 2023-12-19 09:45:49
TracBackLinkPlugin/1.0.15: fix AttributeError when invoking backlink 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:

Attachments (2)

Download all attachments as: .zip