Opened 18 years ago
Closed 18 years ago
#6057 closed defect (worksforme)
ticket query macro should use table to have ticket number and subject on one line in all the cases
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
pls make syntax which can easily be copied out of trac and inserted into a document. in this case <dl> is used, but it does not at all look like a dl. but when copy-pasting out of the browser, it then gets the dl-look. a table, or nothing at all would be more wise, i guess. or a dl which includes number and subject in the definition, and nothing in the contents … or the long description.
example
[[TicketQuery(version=0.6|0.7&resolution=duplicate)]]
is displayed like
- #181
 - Wiki preview injects new lines
 - #204
 - request for colour legend (or something similar) for ticket groups in reports
 - #226
 - Ticket Dependencies
 - #239
 - Link to diff of specifik wiki change instead of the page itself
 - #351
 - All ticket modifications should be tracked in timeline
 - #413
 - Installing on Windows, drive other than C:
 - #450
 - Diffviewer should try to convert the text into utf-8.
 - #475
 - merging of similar tickets
 - #519
 - Python process sometimes hangs on Windows Server 2003
 - #529
 - IE 5-6 over HTTPS broken downloads
 
while when copying to some text processing / word / openoffice it is displayed wrong, like in the attachement.
Attachments (1)
Change History (5)
by , 18 years ago
| Attachment: | table-instead-of-dd.png added | 
|---|
comment:1 by , 18 years ago
there seems to be another problem, with ie you cannot see the ticket numbers in this ticket query result list?
comment:2 by , 18 years ago
The example in #comment:description is displayed correctly for me using IE7.
comment:4 by , 18 years ago
| Resolution: | → worksforme | 
|---|---|
| Status: | new → closed | 
If a table is wanted, then the table format can be used:
example
[[TicketQuery(version=0.6|0.7&resolution=duplicate,col=id|summary,format=table)]]
is displayed like



  
ticket number and subject not on same line, in word/openoffice/etc