Modify ↓
Opened 16 years ago
Closed 16 years ago
#5507 closed defect (fixed)
Documentation for enabling plugin is wrong
| Reported by: | Jonathan Turkanis | Owned by: | dgc |
|---|---|---|---|
| Priority: | normal | Component: | TracUserPagePlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
The documentation shows:
[components] userpage.* = enabled
To enable the plugin, I had to change this to:
[components] userpageplugin.* = enabled
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Main page of the wiki updated.
Note: See
TracTickets for help on using
tickets.



I think I see why this is the case. In tracuserpageplugin/0.11/setup.py,
We should probably just update the main page of the wiki.