Modify

Opened 14 years ago

Closed 14 years ago

#7216 closed defect (fixed)

Activity charts don't display

Reported by: karri.kahelin@… Owned by: Daren Thomas
Priority: normal Component: YumlPreprocessorMacro
Severity: critical Keywords:
Cc: Trac Release: 0.11

Description

Activity charts don't display. They are generated a URL with superfluous comma in the end. Attached is a patch fixing that behavior.

Attachments (0)

Change History (2)

comment:1 Changed 14 years ago by karri.kahelin@…

Meh, can't seem to be able to attach the patch, getting "500 Internal Server Error (Submission rejected as potential spam (Maximum number of external links per post exceeded))"

Oh well, just replace every content.replace('\n', ', ') with content.strip().replace('\n', ', ')

comment:2 Changed 14 years ago by anonymous

Resolution: fixed
Status: newclosed

Confirmed. The bug manifested itself in all the charts! Only yuml.me handled the trailing comma in the other two charts a little more gracefully. I have updated the file with the proposed patch and tested it with the examples on the website: It works now!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Daren Thomas.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.