Opened 17 years ago
Closed 12 years ago
#2197 closed task (fixed)
Trac 0.11 support
Reported by: | tnakani | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | high | Component: | CondFieldsPlugin |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Hello, Is this plugin scheduled to support Trac 0.11 ?
Attachments (2)
Change History (24)
comment:1 Changed 17 years ago by
Priority: | normal → high |
---|---|
Severity: | normal → major |
comment:2 follow-up: 12 Changed 17 years ago by
Priority: | high → normal |
---|---|
Severity: | major → normal |
Eventually it may support 0.11, but currently it does not.
comment:3 follow-up: 4 Changed 16 years ago by
Any updates on 0.11 support since May? Definitely, find the plugin to be valuable and would be willing to help out in the effort if given a few pointers on where to start and the approach to take in support 0.11.
comment:4 follow-up: 13 Changed 16 years ago by
Owner: | changed from Noah Kantrowitz to Aurelio Tinio |
---|---|
Status: | new → assigned |
Replying to aurelio:
Any updates on 0.11 support since May? Definitely, find the plugin to be valuable and would be willing to help out in the effort if given a few pointers on where to start and the approach to take in support 0.11.
Ok, finally got around to get this working under v0.11 of Trac and will submit a patch as soon as I get around to cleaning the changes I made. If anyone wants an alpha already packaged as an egg plugin feel free to message me.
comment:5 follow-up: 8 Changed 16 years ago by
Coderanger - We would love to try your alpha support of this plugin.
danny.klinger at gmail dot com
comment:6 Changed 16 years ago by
Hi Coderanger,
still having the alpha version of 0.11 around? Could you send me the egg file, I would also try to clean up and publish.
comment:8 follow-up: 9 Changed 16 years ago by
Replying to dklinger:
Coderanger - We would love to try your alpha support of this plugin.
danny.klinger at gmail dot com
Ooooh - did I ask for this from the wrong person? Sorry Aurelio.
comment:9 follow-up: 10 Changed 16 years ago by
Replying to dklinger:
Replying to dklinger:
Coderanger - We would love to try your alpha support of this plugin.
danny.klinger at gmail dot com
Ooooh - did I ask for this from the wrong person? Sorry Aurelio.
Ah, since I didn't immediately get any messages about the plugin this just eventually fell of my radar, so apologies for the delay. I'll go ahead and e-mail the egg to the provided address. However, I still intend to properly send a patch and get coderanger's approval.
comment:10 Changed 16 years ago by
Hi!
Replying to aurelio:
Ah, since I didn't immediately get any messages about the plugin this just eventually fell of my radar, so apologies for the delay. I'll go ahead and e-mail the egg to the provided address. However, I still intend to properly send a patch and get coderanger's approval.
Would you mind mailing it to me too, please? Happy to help with cleaning it up if you'd like it. :)
comment:11 Changed 16 years ago by
Ah, I should leave an address -- cjb AT laptop DOT org, please. Thanks!
comment:12 Changed 16 years ago by
Replying to coderanger:
Eventually it may support 0.11, but currently it does not.
Coderanger: has this plugin been scheduled to support Trac 0.11? (october 2008)
comment:13 Changed 16 years ago by
Replying to aurelio:
[...] Ok, finally got around to get this working under v0.11 of Trac and will submit a patch as soon as I get around to cleaning the changes I made. If anyone wants an alpha already packaged as an egg plugin feel free to message me.
I would also be extreemely happy if you can send me this patch... (it would maybee also good to provide it with a link from the project page, no?)... florianseydoux at gmail dot com [thx]
comment:14 Changed 16 years ago by
I would also really appreciate access to this patch -- it's the only thing stopping us from migrating to v0.11! djs@…
comment:15 Changed 16 years ago by
Attached patch, based on Aurelio's work, is a port to Trac 0.11 and Genshi. Key changes:
- Use the jquery from Trac, rather than bundling one
- Provide a static (cacheable) javascript file with most of the functionality
- Use Genshi transformations to insert the javascript variable assignments into the page header
Changed 16 years ago by
Attachment: | condfields-0.11.patch added |
---|
Condfields patch for Trac 0.11, adopting fixes from #2042
comment:17 Changed 16 years ago by
Owner: | changed from Aurelio Tinio to djs |
---|---|
Status: | assigned → new |
Nice changes and patch. djs mind if I reassign the ticket to you? I never did follow up with this ticket as I intended and doubt I'll have more free time to do so in the next few months.
comment:19 Changed 15 years ago by
Priority: | normal → high |
---|---|
Resolution: | fixed |
Severity: | normal → major |
Status: | closed → reopened |
No, it doesn't. This plugin does not work correctly with trac 0.11 for users that do not have TICKET_ADMIN permissions. The consequence is that for standard users some fields show up duplicated when creating new tickets. This must be fixed. A pitty that this plugin did not receive any attention for over a year.
comment:20 Changed 12 years ago by
Owner: | changed from djs to Ryan J Ollos |
---|---|
Status: | reopened → new |
comment:21 Changed 12 years ago by
comment:22 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
It should work with Trac 0.11 and later now, but I've only tested with Trac 1.0.1. Please report any specific issues you have in #9993.
is there some new information about this issue? the plugin doesn't work for me with trac 0.11rc1! are there any dependencies with this new version?