wiki:BackLinksMacro

Add a list of referring pages to your page

Description

BackLinks is a macro that can show you which wiki pages refer to the current page or to a page of your choice.

The plugin contains the functionality of the deprecated BackLinksMenuMacro, BackRefPatch and TicketBackLinksMacro.

Bugs/Feature Requests

Existing bugs and feature requests for BackLinksMacro are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out BackLinksMacro from here using Subversion, or browse the source with Trac.

Example

  • show which wiki-pages refer to actual page:
    [[BackLinks]]
    
  • show which wiki-pages refer to page pagename:
    [[BackLinks(pagename)]]
    

Recent Changes

[11969] by rjollos on 2012-09-11 07:08:25

Refs #5903, #9175, #9503:

  • Merged codebases for BackLinksMacro and BackLinksMenuMacro.
  • Modified SQL query to utilize Trac's database agnostic API. Possible matches are captured with a LIKE clause, and then filtered with a regex in the Python code.
[11968] by rjollos on 2012-09-11 00:57:28

Fixes #3773 (7.0dev)

  • Macro is now packaged for installation as an egg. Thanks to rekkanoryo@rekkanoryo.org for the initial patch.
  • Removed some unused imports.
  • Minor refactoring of the macro.
[11875] by rjollos on 2012-08-01 20:32:45
Fixes #8452: Changed incorrectly named table: WIKI -> wiki. Thank you terreorange.

Author/Contributors

Author: trapanator
Maintainer: none
Contributors:

Last modified 4 weeks ago Last modified on May 21, 2013 1:43:46 AM