[Bug 9285] "Bugs by Me" does not work.

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jan 7 12:17:47 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=9285


Michal Piaskowski <piaskal+wine at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |piaskal+wine at gmail.com




--- Comment #6 from Michal Piaskowski <piaskal+wine at gmail.com>  2008-01-07 12:17:46 ---
(In reply to comment #2)
> You mean "My Bugs" from http://bugs.winehq.org/userprefs.cgi?tab=saved-searches
> (which you can't edit or forget)? Perhaps bugzilla doesn't escape the email
> address for URLs there.
> 

Looking at the file template/en/default/global/sidebar.html.tmpl 
I think that's the problem, but I can't test it without installing a web
server.

I think this line
            <a href="buglist.cgi?email1=[% user.email FILTER html
%]&emailtype1=exact&emailreporter1=1" 

 should be
            <a href="buglist.cgi?email1=[% user.email FILTER url_quote
%]&emailtype1=exact&emailreporter1=1" 


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list