http://bugs.winehq.org/show_bug.cgi?id=9285
Summary: "Bugs by Me" does not work. Product: WineHQ Bugzilla Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: minor Priority: P2 Component: misc-bugs AssignedTo: jnewman@codeweavers.com ReportedBy: hurtta+wine2@leija.mh.fmi.fi
"Bugs by Me" link does not work.
It gives error message
" The name hurtta wine2@leija.mh.fmi.fi is not a valid username. Either you misspelled it, or the person has not registered for a Bugzilla account."
Obviously username is not "hurtta wine2@leija.mh.fmi.fi"
It is "hurtta+wine2@leija.mh.fmi.fi"
http://bugs.winehq.org/show_bug.cgi?id=9285
--- Comment #1 from Kari Hurtta hurtta+wine2@leija.mh.fmi.fi 2007-08-12 12:18:27 --- This error message is appearead recently.
I this that "Bugs by Me" worked when I last time commented bug #3703. That is 2007-08-04
http://bugs.winehq.org/show_bug.cgi?id=9285
--- Comment #2 from Jan Zerebecki jan.wine@zerebecki.de 2007-08-12 12:42:29 --- 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.
http://bugs.winehq.org/show_bug.cgi?id=9285
Kari Hurtta hurtta+wine2@leija.mh.fmi.fi changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://bugs.winehq.org/
--- Comment #3 from Kari Hurtta hurtta+wine2@leija.mh.fmi.fi 2007-08-12 12:47:17 --- It is on http://bugs.winehq.org/ page. Title of box is "Saved Searches". It is on left column.
http://bugs.winehq.org/show_bug.cgi?id=9285
Jan Zerebecki jan.wine@zerebecki.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #4 from Jan Zerebecki jan.wine@zerebecki.de 2007-08-12 15:02:13 --- I just see, the same happens with the "Impersonate this user" link on the edit-user page.
http://bugs.winehq.org/show_bug.cgi?id=9285
--- Comment #5 from Kari Hurtta hurtta+wine2@leija.mh.fmi.fi 2007-08-14 10:01:03 ---
I this that "Bugs by Me" worked when I last time commented bug #3703.
should be: I think that ...
http://bugs.winehq.org/show_bug.cgi?id=9285
Michal Piaskowski piaskal+wine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piaskal+wine@gmail.com
--- Comment #6 from Michal Piaskowski piaskal+wine@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"
http://bugs.winehq.org/show_bug.cgi?id=9285
Jeremy Newman jnewman@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #7 from Jeremy Newman jnewman@codeweavers.com 2008-01-10 09:29:28 --- Thanks for the suggested fix, your patch seems to resolve the issue.
http://bugs.winehq.org/show_bug.cgi?id=9285
--- Comment #8 from Kari Hurtta hurtta+wine2@leija.mh.fmi.fi 2008-01-10 12:31:33 --- Yes, "Bugs by Me" on http://bugs.winehq.org/ page seems now work.
http://bugs.winehq.org/show_bug.cgi?id=9285
Jeremy Newman jnewman@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Jeremy Newman jnewman@codeweavers.com 2008-01-10 13:04:04 --- Good. Closing...