Contents
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 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 09/11/12 07:08:25
- 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 09/11/12 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 08/01/12 20:32:45
Fixes #8452: Changed incorrectly named table: WIKI -> wiki. Thank you terreorange.
[11853] by rjollos on 07/31/12 09:57:09
Fixes #6876: Applied patch that adds documentation to the WikiMacros page.
Author/Contributors
Author: trapanator
Maintainer: none
Contributors:

