Changes between Initial Version and Version 1 of TracMyPagePlugin


Ignore:
Timestamp:
Mar 6, 2009, 4:24:13 PM (15 years ago)
Author:
dgc
Comment:

New hack TracMyPagePlugin, created by dgc

Legend:

Unmodified
Added
Removed
Modified
  • TracMyPagePlugin

    v1 v1  
     1= TracMyPage =
     2
     3== Description ==
     4
     5Adds a navigation bar tab for 'My Page', a wiki page whose name is expanded from a template and your user ID.  You must be logged in to see 'My Page'.
     6
     7Works nicely with the TracUserPage plugin.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for TracMyPagePlugin are
     12[report:9?COMPONENT=TracMyPagePlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=TracMyPagePlugin&owner=dgc new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:tracmypageplugin here].
     20
     21== Source ==
     22
     23You can check out TracMyPagePlugin from [http://trac-hacks.org/svn/tracmypageplugin here] using Subversion, or [source:tracmypageplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27{{{
     28[components]
     29tracmypage.* = enabled
     30
     31[mypage]
     32url = /wiki/u/%s
     33}}}
     34
     35This 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.
     36
     37== Recent Changes ==
     38
     39[[ChangeLog(tracmypageplugin, 3)]]
     40
     41== Author/Contributors ==
     42
     43'''Author:''' [wiki:dgc] [[BR]]
     44'''Contributors:'''