Hi,
I wish I had a traceback, but it's failing silently. The email thread
you provided was helpful because I went back and reviewed a lot of code
and found places where I needed to NOT escape the HDF entries. ( a la
this changeset: http://projects.edgewall.com/trac/changeset/2685#file10)
So now report.py, model.py, api.py work fine together, but when I
import web_ui.py, something gets clobbered and all of my handlers
disappear. I don't get a traceback. I don't get my menu nav button, nor
any handlers. Since this plugin is modeled on the Ticket functionality,
I tried looking at differences between the two web_ui.py files. I
couldn't see anytyhing meaningful --most changes were for variable names
or extra fields we used. Is there something that changed in 0.93 that
would make web_ui.py work differently?
-Nate
Can you provide more details? Do you have a traceback, or a specific
error message?
The handling of string escaping changed between 0.9.2 and 0.9.3. For
details, see:
- http://projects.edgewall.com/trac/milestone/0.9.3
- http://lists.edgewall.com/archive/trac/2006-January/006220.html
--Bruce
On 1/25/06, Nathaniel Villaume <[EMAIL PROTECTED]> wrote:
We have a plugin that works just fine on 0.92, but does not work on
0.93. This plugin is modeled on the ticket system. What kinds of changes
might I need to make it work in 0.93?
The symptoms are that the handler is not recognized.
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac