| | 1 | = Allows reporting tickets with a different username = |
|---|
| | 2 | |
|---|
| | 3 | == Description == |
|---|
| | 4 | |
|---|
| | 5 | Since 0.10, you have been unable to use a different name for the Reporter field when entering tickets. This plugin allows that ability again. Beware that this does no checking on the username given (which is part of the reason this feature was removed from Trac itself). |
|---|
| | 6 | |
|---|
| | 7 | Make sure the user entering the ticket has the `TICKET_FAKE_USERNAME` permission (or `TICKET_ADMIN`). |
|---|
| | 8 | |
|---|
| | 9 | == Bugs/Feature Requests == |
|---|
| | 10 | |
|---|
| | 11 | Existing bugs and feature requests for FakeUsernamePlugin are |
|---|
| | 12 | [report:9?COMPONENT=FakeUsernamePlugin here]. |
|---|
| | 13 | |
|---|
| | 14 | If you have any issues, create a |
|---|
| | 15 | [http://trac-hacks.org/newticket?component=FakeUsernamePlugin&owner=coderanger new ticket]. |
|---|
| | 16 | |
|---|
| | 17 | == Download == |
|---|
| | 18 | |
|---|
| | 19 | Download the zipped source from [download:fakeusernameplugin here]. |
|---|
| | 20 | |
|---|
| | 21 | == Source == |
|---|
| | 22 | |
|---|
| | 23 | You can check out FakeUsernamePlugin from [http://trac-hacks.org/svn/fakeusernameplugin here] using Subversion, or [source:fakeusernameplugin browse the source] with Trac. |
|---|
| | 24 | |
|---|
| | 25 | == Example == |
|---|
| | 26 | |
|---|
| | 27 | To enable: |
|---|
| | 28 | {{{ |
|---|
| | 29 | [components] |
|---|
| | 30 | fakeusername.* = enabled |
|---|
| | 31 | }}} |
|---|
| | 32 | |
|---|
| | 33 | == Recent Changes == |
|---|
| | 34 | |
|---|
| | 35 | [[ChangeLog(fakeusernameplugin, 3)]] |
|---|
| | 36 | |
|---|
| | 37 | == Author/Contributors == |
|---|
| | 38 | |
|---|
| | 39 | '''Author:''' [wiki:coderanger] [[BR]] |
|---|
| | 40 | '''Contributors:''' |