Changes between Version 12 and Version 13 of UserPicturesPlugin


Ignore:
Timestamp:
Feb 7, 2022, 9:31:15 PM (2 years ago)
Author:
figaro
Comment:

Cosmetic changes, link to associated plugin

Legend:

Unmodified
Added
Removed
Modified
  • UserPicturesPlugin

    v12 v13  
    1111This plugin allows a user to add a user picture icons (avatars) to his/her profile on Trac. The user picture then shows up next to the user name in for example tickets, query results and the file browser. Screenshots of the plugin in action can be found at https://github.com/trac-hacks/trac-UserPicturesPlugin/wiki/Screenshots
    1212
     13The approach of the plugin is to filter specific Trac views, gather all the authors found in the “data” hash being passed to Genshi, then using Genshi filters to insert additional avatar nodes with the proper img tags.
     14
     15Currently supported views are:
     16* Timeline
     17* Ticket details: reporter, owner, comments, comment diffs
     18* Attachment views (on tickets, wiki pages, etc)
     19* Source control views, such as directory listings, file contents, changesets
     20* Report and custom query views
     21* Wiki history, diffs and individual versions
     22* Search results
     23
    1324Credit goes to Michael Bayer for the idea and most of the code.
    1425
    15 See also: TracvatarPlugin
     26See also: UserManagerPlugin, TracvatarPlugin
    1627
    1728== Bugs/Feature Requests
     
    3748== Installation
    3849
    39  1. Install the plugin in your favorite way, such as python setup.py develop, uploading an egg, etc.
     50 1. General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    4051 1. Enable the component in your `trac.ini` file:
    4152{{{#!ini