Ticket #40 (new defect)

Opened 3 years ago

Last modified 3 years ago

TicketBox ticket titles

Reported by: ebrown@esolvere.com Assigned to: gotoh
Priority: normal Component: TicketBoxMacro
Severity: normal Keywords:
Cc: Trac Release:

Description

It would be awesome to be able to use TicketBox? to show a list of tickets with their titles:

[[TicketBox(200px,tickettitles,'%d Open Tickets',[report:1])]]

would generate

 #1 Exception in Core::Authen...
#19 Usernames containing '%'...
#23 Error during install

You could structure it with <div>s such that the <div> containing the title was <div style="width:300px;white-space:nowrap;overflow:hidden"> to automatically keep it on 1 line.

Attachments

TicketBox-withtext.diff (1.8 kB) - added by Gary Oberbrunner on 10/11/05 14:21:06.
Patch to support optional ticket descriptions as well as text.

Change History

08/30/05 00:40:16 changed by athomas

  • owner changed from athomas to gotoh.
  • component changed from TracHacks to TicketBoxMacro.

10/11/05 14:21:06 changed by Gary Oberbrunner

  • attachment TicketBox-withtext.diff added.

Patch to support optional ticket descriptions as well as text.

10/11/05 14:32:09 changed by Gary Oberbrunner

I've enclosed a patch against the 0.9 version of Oct. 7, 2005 that supports ticket descriptions. You use it by creating a report that outputs at least two fields: "ticket" which is the ID number, and "text" which is whatever you want the text to say (could come from ticket summary for instance). If the report has no "text" field, it behaves as it used to. If it does have "text", it creates a somewhat different format like this:

#40: do something #41: fix widgets #99: fronobulate the snozzwangler

I didn't do the <div> idea from the original ticket though, but it seems like a good idea.

10/11/05 14:34:19 changed by anonymous

Sorry that last example didn't come out right. Each ticket and its number were supposed to be on a separate line, like this:

#40: do something
#41: fix widgets
#99: fronobulate the snozzwangler

01/09/06 08:35:23 changed by athomas

  • milestone deleted.

Milestone 0.9 deleted


Add/Change #40 (TicketBox ticket titles)




Change Properties
Action