Changes between Version 8 and Version 9 of UsernameDecoratePlugin


Ignore:
Timestamp:
Mar 22, 2016, 9:42:21 PM (8 years ago)
Author:
figaro
Comment:

From http to https

Legend:

Unmodified
Added
Removed
Modified
  • UsernameDecoratePlugin

    v8 v9  
    55== Description
    66
    7 The plugin allows a Trac administrator to show author information instead of username in a Trac wiki, ticket and timeline pages. Fullname, email and username of each author can be used for the author information.
     7The plugin allows a Trac administrator to show author information instead of username in a Trac wiki, ticket and timeline pages. Full name, email and user name of an author can be used for the author information.
    88
    99The implementation of this plugin was conceived via t:#7339.
     
    3030
    3131 1. Install the plugin:
    32 {{{#!sh
    33 easy_install http://trac-hacks.org/svn/usernamedecorateplugin/0.12
     32 {{{#!sh
     33easy_install https://trac-hacks.org/svn/usernamedecorateplugin/0.12
    3434}}}
    3535 1. Enable the plugin in your `trac.ini` file:
    36 {{{#!ini
     36 {{{#!ini
    3737[components]
    3838tracusernamedecorate.* = enabled