Changes between Version 10 and Version 11 of TracUserPagePlugin


Ignore:
Timestamp:
Apr 21, 2015, 10:04:56 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracUserPagePlugin

    v10 v11  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Namespace for public or private user pages =
    32
    4 == Description ==
     3= Namespace for public or private user pages
    54
    6 Defines 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.
     5== Description
     6
     7Defines 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.
    78
    89!TracUserPage works nicely with the TracMyPagePlugin.
    910
    10 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    1112
    1213Existing bugs and feature requests for TracUserPagePlugin are
     
    1617[http://trac-hacks.org/newticket?component=TracUserPagePlugin&owner=dgc new ticket].
    1718
    18 == Download ==
     19[[TicketQuery(component=TracUserPagePlugin&group=type,format=progress)]]
     20
     21== Download
    1922
    2023Download the zipped source from [download:tracuserpageplugin here].
    2124
    22 == Source ==
     25== Source
    2326
    2427You can check out TracUserPagePlugin from [http://trac-hacks.org/svn/tracuserpageplugin here] using Subversion, or [source:tracuserpageplugin browse the source] with Trac.
    2528
    26 == Example ==
     29== Example
    2730
    28 {{{
     31Suppose there are the following entries in your `trac.ini` file:
     32{{{#!ini
    2933[components]
    3034userpageplugin.* = enabled
     
    3640}}}
    3741
    38 This defines the http://example.com/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.
     42This defines the `http://example.com/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.
    3943
    40 == Recent Changes ==
     44== Recent Changes
    4145
    4246[[ChangeLog(tracuserpageplugin, 3)]]
    4347
    44 == Author/Contributors ==
     48== Author/Contributors
    4549
    4650'''Author:''' [wiki:dgc] [[BR]]
    47 '''Maintainer:''' [wiki:dgc] [[BR]]
     51'''Maintainer:''' [[Maintainer]] [[BR]]
    4852'''Contributors:'''