wiki:TracMyPagePlugin

Version 6 (modified by dgc, 15 years ago) (diff)

Move that detail to a separate (non-summary) section

TracMyPage

Description

Adds a navigation bar tab for 'My Page', a wiki page whose name is expanded from a template and your user ID.

TracMyPage works nicely with the TracUserPagePlugin.

Bugs/Feature Requests

Existing bugs and feature requests for TracMyPagePlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:tracmypageplugin here].

Source

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

Example

[components]
mypage.* = enabled

[mypage]
url = /wiki/u/%s 

This causes the 'My Page' tab for http://trac.example.com/ to yield a redirect to http://trac.example.com/wiki/u/admiralnelson when the user 'admiralnelson' is logged in and has the MYPAGE_VIEW permission.

Nota Bene

  • To see the My Page tab, a user must be logged in and have the MYPAGE_VIEW permission. To make My Page available to all users, grant MYPAGE_VIEW to the authenticated subject in Admin/Permissions.

Recent Changes

15471 by rjollos on 2016-04-14 00:22:20
Remove tag_svn_revsion attribute

The attribute isn't supported in setuptools >= 10.

13932 by rjollos on 2014-05-20 16:59:39
Added missing __init__.py. Fixes #11753.

Patch by agil.

10452 by rjollos on 2011-07-12 06:00:09
Show plugin's svn revision on webadmin plugin panel.
(more)

Author/Contributors

Author: dgc
Contributors: