Last modified: 2009-09-10 18:35:16 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T15134, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 13134 - process_bug.cgi hides "bugs"
process_bug.cgi hides "bugs"
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Bugzilla (Other open bugs)
unspecified
All All
: Lowest trivial with 1 vote (vote)
: ---
Assigned To: Fred Vassard
: upstream
: 13737 14122 20205 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-02-24 17:18 UTC by Hans-Petter Fjeld
Modified: 2009-09-10 18:35 UTC (History)
6 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Hans-Petter Fjeld 2008-02-24 17:18:19 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.
Comment 1 Brion Vibber 2008-02-27 23:49:37 UTC
Well, that's damned odd. :)
Comment 2 Brion Vibber 2008-04-14 20:01:48 UTC
*** Bug 13737 has been marked as a duplicate of this bug. ***
Comment 3 Alexandre Emsenhuber [IAlex] 2008-05-14 16:18:04 UTC
*** Bug 14122 has been marked as a duplicate of this bug. ***
Comment 4 Siebrand Mazeland 2008-10-20 22:46:36 UTC
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.
Comment 5 Platonides 2008-10-20 22:52:09 UTC
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&#64;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&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=Platonides%example.com&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;emailreporter1=1">My&nbsp;</a></li>
            <li id="pt-myrequests"><a href="request.cgi?requester=Platonides%example.com&amp;requestee=Platonides%example.com&amp;do_union=1&amp;group=type">My&nbsp;Requests</a></li>
            <li id="pt-myvotes"><a href="votes.cgi?action=show_user">My&nbsp;Votes</a></li>
            <li id="pt-logout"><a href="relogin.cgi">Log&nbsp;out</a></li>

        </ul>
      </div>
    </div>
Comment 6 Siebrand Mazeland 2008-10-20 22:55:12 UTC
That means IMO this is a bug in the standard product, and should be dealt with upstream.
Comment 7 Siebrand Mazeland 2008-10-20 23:31:46 UTC
Should be reported upstream. Closed as INVALID.
Comment 8 Brion Vibber 2009-08-12 23:39:12 UTC
*** Bug 20205 has been marked as a duplicate of this bug. ***
Comment 9 Brion Vibber 2009-08-12 23:39:35 UTC
Reopening and marking upstream.
Comment 10 Brion Vibber 2009-08-12 23:44:52 UTC
Bulk-assigning open BZ issues to Fred.
Comment 11 Fred Vassard 2009-09-10 18:27:10 UTC
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&nbsp;[% terms.Bugs %]</a></li>

looks like [% terms.Bugs %] is not getting parsed properly... Looking into it.
Comment 12 Fred Vassard 2009-09-10 18:35:16 UTC
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.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links