Ticket #360 (closed task: invalid)

Opened 3 years ago

Last modified 3 years ago

How to access the template/ticket.cs file via a plugin?

Reported by: stefanye Owned by: ianb
Priority: normal Milestone: 1.4.1
Component: deploy Version: released-version
Severity: normal Keywords:
Cc:

Description

I'm triing to modify the ticket/number view via a plugin, implementing the IRequestHandler interface. But I can't.. It is a shame because I could change the wiki or the query pages, but it is not the one I want. Is ticket.cs protected?

Change History

Changed 3 years ago by ianb

Are you trying to modify this trac instance? If so, then I assume no, the instance isn't set up to allow editing what you are thinking of. I'm not sure what you are trying to do?

Changed 3 years ago by stefanye

Yes, I want to add a button on that page (on trac which is on my server of course). A button which will show a popup with informations from the database. I succeed to modify the ticket.cs and put it on my environement in the template dir. But I want to send data via the req.hdfoptions? and the process_request via a plugin. (By the way I'm trying to do that on Trac 0.10!!).

Changed 3 years ago by ianb

  • status changed from new to closed
  • resolution set to invalid

Then you have the wrong bug tracker - this is the tracker for pythonpaste.org, not for Trac itself

Note: See TracTickets for help on using tickets.