Changes between Version 8 and Version 9 of UserPicturesPlugin


Ignore:
Timestamp:
Aug 24, 2015, 3:52:36 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • UserPicturesPlugin

    v8 v9  
    1919
    2020If you have any issues, create a
    21 [http://trac-hacks.org/newticket?component=UserPicturesPlugin&owner=ejucovy new ticket].
     21[/newticket?component=UserPicturesPlugin new ticket].
     22
     23[[TicketQuery(component=UserPicturesPlugin&group=type,format=progress)]]
    2224
    2325== Download
     
    3436
    3537 1. Install the plugin in your favorite way, such as python setup.py develop, uploading an egg, etc.
    36  1. Enable the component in `trac.ini`:
    37 {{{
    38 #!ini
     38 1. Enable the component in your `trac.ini` file:
     39{{{#!ini
    3940[components]
    4041userpictures.* = enabled
    4142}}}
    4243 1. Choose your preferred avatar engine. For Gravatar:
    43 {{{
    44 #!ini
     44{{{#!ini
    4545[userpictures]
    4646pictures_provider = UserPicturesGravatarProvider
     
    4848
    4949For UserManagerPlugin integration, ensure that the UserManagerPlugin is installed and enabled, and then:
    50 
    51 {{{
    52 #!ini
     50{{{#!ini
    5351[userpictures]
    5452pictures_provider = UserPicturesUserManagerProvider