Changes between Initial Version and Version 1 of TracUserPagePlugin


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

New hack TracUserPagePlugin, created by dgc

Legend:

Unmodified
Added
Removed
Modified
  • TracUserPagePlugin

    v1 v1  
     1= TracUserPage =
     2
     3== Description ==
     4
     5Defines a namespace for user pages, where users can place personal wiki pages that can be public or private.  A private page can only be opened by TRAC_ADMIN or the user whose login name matches the wiki page.  Users can use this page to store a personal set of reports, queries, macros, etc.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for TracUserPagePlugin are
     10[report:9?COMPONENT=TracUserPagePlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=TracUserPagePlugin&owner=dgc new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:tracuserpageplugin here].
     18
     19== Source ==
     20
     21You can check out TracUserPagePlugin from [http://trac-hacks.org/svn/tracuserpageplugin here] using Subversion, or [source:tracuserpageplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25[components]
     26tracuserpage.* = enabled
     27
     28[userpage]
     29default = private
     30error = u_private
     31root = /wiki/u/
     32
     33This defines the http://example.org/wiki/u/ prefix as a namespace for user pages.  /wiki/u/santa would be a page belonging to the user 'santa'.  Because pages are 'default = private', santa would be able to view this page when logged in, and so would TRAC_ADMIN users, but everyone else would receive the /wiki/u_private page instead.
     34
     35== Recent Changes ==
     36
     37[[ChangeLog(tracuserpageplugin, 3)]]
     38
     39== Author/Contributors ==
     40
     41'''Author:''' [wiki:dgc] [[BR]]
     42'''Contributors:'''