Modify

Opened 17 years ago

Closed 17 years ago

#1926 closed defect (fixed)

Summary and Description fields in reports are broken, well sort of. Report 8 is broken

Reported by: jmt4b04d4v Owned by: jmt4b04d4v
Priority: normal Component: TracSpanishTranslation
Severity: normal Keywords: reports
Cc: Trac Release: 0.10

Description (last modified by jmt4b04d4v)

Reports: {1}, {2}, {3}, {4}, {5}, {6} define sumario as report field (instead of summary), but that breaks appropriate formatting (no mouse tool tip, neither link gets activated).

TracReports don't mention this but seems to me that summary is a keyword (if set, mouse tool tip and link gets activated)

Also, description field is translated in every report, but it's a keyword.

Last, report {8} is broken:

Traceback (most recent call last):
  File "/usr/local/trac-0.10.5dev//lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/trac-0.10.5dev//lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/trac-0.10.5dev//lib/python2.4/site-packages/trac/ticket/report.py", line 88, in process_request
    resp = self._render_view(req, db, id)
  File "/usr/local/trac-0.10.5dev//lib/python2.4/site-packages/trac/ticket/report.py", line 248, in _render_view
    req.hdf['report.message'] = unicode('Falló la ejecución del Reporte: %s', 'utf-8') % e
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 15: ordinal not in range(128)

Attachments (1)

mylyn-context.zip (860 bytes) - added by jmt4b04d4v 17 years ago.
mylyn/context/zip

Download all attachments as: .zip

Change History (3)

comment:1 Changed 17 years ago by jmt4b04d4v

Description: modified (diff)
Status: newassigned

Acept it, attach context.

Changed 17 years ago by jmt4b04d4v

Attachment: mylyn-context.zip added

mylyn/context/zip

comment:2 Changed 17 years ago by jmt4b04d4v

Resolution: fixed
Status: assignedclosed

(In [2576]) closes #1926 : Summary and Description fields in reports are broken, well sort of. Report 8 is broken http://trac-hacks.org/ticket/1926

  • Restored summary and description fields in reports.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain jmt4b04d4v.
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.