#2606 closed enhancement (fixed)
[Patch] 0.11 Support
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | SimpleTicketPlugin |
Severity: | normal | Keywords: | |
Cc: | Steffen Hoffmann | Trac Release: | 0.11 |
Description
Attached is a version with 0.11b1 support. This is my first foray into trac and python for that matter. Fields listed in the trac.ini are hidden from both the new ticket page and the view ticket page.
Now works in a similar way to HideValsPlugin. If a user has TICKET_SIMPLE then the listed fields will be hidden. All other permissions are as before.
Attachments (3)
Change History (12)
Changed 17 years ago by
Attachment: | 0.11b1-support.patch added |
---|
comment:1 Changed 16 years ago by
Hello,
I've got some questions about the 0.11 version of SimpleTicketPlugin:
- Does this patch works? If so, why is there "NOTE: This plugin is not compatible with the current trunk (0.11dev)." in the SimpleTicketPlugin page?
- Where can I get it? the link to 0.11b1-support.patch shows only a diff.
- How do I install it?
Sorry for these 'silly' questions but I'm new to trac.
Leos
comment:2 Changed 16 years ago by
Hi
This patch does work, at least for me. We are currently running it on 0.11 beta 1. It has not been tested on anything newer than that but if you do try it and could report back that would be great. I contributed an update but it has not been rolled into svn so technically 0.11 support is still not there, hence the note.
As for installing it the instructions at http://trac.edgewall.org/wiki/TracPlugins should help out. Basically just install setup tools and run "python setup.py bdist_egg" in the plugin root directory, then install with the tracs web admin interface.
Complete 0.11 source is attached
Changed 16 years ago by
Attachment: | daa_simpleticket_0.11.patch added |
---|
Updated patch to work against the current 0.11 source in svn
comment:3 Changed 16 years ago by
I've uploaded an updated patch that works against the current source in svn. It doesn't appear correctly in the diff viewer (existing trac bug), but you can download it and it should work fine
comment:4 Changed 15 years ago by
Summary: | 0.11 Support → [Patch] 0.11 Support |
---|
Has anyone testing this on an installation with the PrivateTicketsPlugin?
Does the plugin author have an opinion about this patch?
comment:5 Changed 13 years ago by
Owner: | changed from Noah Kantrowitz to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 Changed 13 years ago by
Cc: | Steffen Hoffmann added; anonymous removed |
---|
Patch seems to be working well with Trac 0.11.7. Please create a new ticket if you have any issues.
comment:8 Changed 13 years ago by
I got a bit mixed up here, and the version on the trunk was already working with Trac 0.11. I'll do a partial revert of these changes now.
0.11 support