Last modified: 2009-09-10 18:35:16 UTC
At default skin, top right, it should be: <username> - preferences - my bugs - my requests - my votes - log out After answering something on a bug I noticed that "my bugs" was missing, it only showd "Preferences - My - My Requests" Should be a "bugs" in there.
Well, that's damned odd. :)
*** Bug 13737 has been marked as a duplicate of this bug. ***
*** Bug 14122 has been marked as a duplicate of this bug. ***
This may not be an issue about the configuration of bugzilla, but an issue about the behaviour of the software itself. If this can be reproduced, I would suggest checking the page source for presence of the 'missing text' and report the bug to Bugzilla (http://www.bugzilla.org/developers/reporting_bugs.html). Suggest close as INVALID, if indeed a Bugzilla issue.
The text is not in the page source: <div class="portlet" id="p-personal"> <h5>Personal tools</h5> <div class="pBody"> <ul> <li id="pt-userpage">Platonides@example.com</li> <li id="pt-preferences"><a href="userprefs.cgi">Preferences</a></li> <li id="pt-mybugs"><a href="buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=Platonides%example.com&emailtype1=exact&emailassigned_to1=1&emailreporter1=1">My </a></li> <li id="pt-myrequests"><a href="request.cgi?requester=Platonides%example.com&requestee=Platonides%example.com&do_union=1&group=type">My Requests</a></li> <li id="pt-myvotes"><a href="votes.cgi?action=show_user">My Votes</a></li> <li id="pt-logout"><a href="relogin.cgi">Log out</a></li> </ul> </div> </div>
That means IMO this is a bug in the standard product, and should be dealt with upstream.
Should be reported upstream. Closed as INVALID.
*** Bug 20205 has been marked as a duplicate of this bug. ***
Reopening and marking upstream.
Bulk-assigning open BZ issues to Fred.
Seems like there might be an issue in the template: [% IF user.showmybugslink %] [% filtered_username = user.login FILTER url_quote %] <li id="pt-mybugs"><a href="[% Param('mybugstemplate').replace('%userid%', filtered_username) %]">My [% terms.Bugs %]</a></li> looks like [% terms.Bugs %] is not getting parsed properly... Looking into it.
Well, I hard-coded it for the english language so that shouldn't be a problem anymore. Feel free to re-open the ticket if this is still an issue. However note that I was not able to reproduce it. --Fred.