You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by Apache Bloodhound <de...@bloodhound.apache.org> on 2013/07/30 09:34:57 UTC

[Apache Bloodhound] #616: Component with umlauts destroys milestone view (Http 500)

#616: Component with umlauts destroys milestone view (Http  500)
-----------------------+--------------------
 Reporter:  cgraff     |      Owner:  nobody
     Type:  defect     |     Status:  new
 Priority:  major      |  Milestone:
Component:  dashboard  |    Version:  0.6.0
 Keywords:             |
-----------------------+--------------------
 By using a project component containing an umlaut the milestone view will
 not be shown anymore. The page then displays a Genshi error.

 The log file says the following:

 {{{
 2013-07-30 08:45:14,105 Trac[main] WARNING: [127.0.0.1] HTTPInternalError:
 500 Trac Error (Genshi UnicodeEncodeError error while rendering template
 (unknown template location))
 }}}

 === Steps to reproduce ===
 1. in your project create a component containing an umlaut
 2. create a milestone
 3. create a ticket and
 4. choose the component that contains the umlaut for this ticket
 5. assign this ticket to the milestone created before
 6. view the milestone

 === Notes ===

 Replacing the component's umlaut by an ''undangeours'' representation
 (e.g. ΓΌ -> ue) leads to a successful view of the milestone.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/616>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #616: Component with umlauts destroys milestone view (Http 500)

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#616: Component with umlauts destroys milestone view (Http  500)
------------------------+-----------------------
  Reporter:  cgraff     |      Owner:  rjollos
      Type:  defect     |     Status:  closed
  Priority:  major      |  Milestone:  Release 7
 Component:  ui design  |    Version:  0.6.0
Resolution:  fixed      |   Keywords:
------------------------+-----------------------
Changes (by rjollos):

 * status:  assigned => closed
 * resolution:   => fixed


-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/616#comment:3>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #616: Component with umlauts destroys milestone view (Http 500)

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#616: Component with umlauts destroys milestone view (Http  500)
------------------------+-----------------------
  Reporter:  cgraff     |      Owner:  nobody
      Type:  defect     |     Status:  new
  Priority:  major      |  Milestone:  Release 7
 Component:  dashboard  |    Version:  0.6.0
Resolution:             |   Keywords:
------------------------+-----------------------
Changes (by rjollos):

 * milestone:   => Release 7


Comment:

 Confirmed. Thank you for the report.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/616#comment:1>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #616: Component with umlauts destroys milestone view (Http 500)

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#616: Component with umlauts destroys milestone view (Http  500)
------------------------+-----------------------
  Reporter:  cgraff     |      Owner:  rjollos
      Type:  defect     |     Status:  assigned
  Priority:  major      |  Milestone:  Release 7
 Component:  ui design  |    Version:  0.6.0
Resolution:             |   Keywords:
------------------------+-----------------------
Changes (by rjollos):

 * status:  new => assigned
 * owner:  nobody => rjollos
 * component:  dashboard => ui design


Comment:

 (In [1508449])

 Fix for components with unicode characters preventing rendering of the
 milestone view. Fixes #616.

 The milestone view shows a list of components, and the milestone view
 would not render due to an improperly encoded href string. URL encoding of
 the query href parameters did not account for the possibility that the
 parameters could be unicode strings.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/616#comment:2>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker