Page MenuHomePhabricator

Link to buglist should have parameters
Closed, DeclinedPublic

Description

Author: saibotrash

Description:
The link in "Super! Bitte überprüfe noch, ob es sich hierbei nicht um einen bereits bekannten Fehler handelt." goes to https://bugzilla.wikimedia.org/query.cgi instead it should go to http://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&component=UploadWizard&resolution=---&product=MediaWiki+extensions like in the UW header link bar.


Version: master
Severity: minor

Details

Reference
bz33364
TitleReferenceAuthorSource BranchDest Branch
archive_dbs: fix path to tool_dirrepos/cloud/toolforge/disable-tool!13andrewarchivedbfixmaster
Roll archive_dbs stage into the archive stagerepos/cloud/toolforge/disable-tool!12andrewarchivedbmaster
Customize query in GitLab

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 12:07 AM
bzimport set Reference to bz33364.
bzimport added a subscriber: Unknown Object (MLST).

In trunk it is

'bugsLink': new mw.Uri( '//bugzilla.wikimedia.org/enter_bug.cgi?product=MediaWiki%20extensions&component=UploadWizard' ),

What are steps to (re)test this? Looking at the code I can only find this in resources/mediawiki/mediawiki.feedback.js:

if ( options.bugsLink === undefined ) {

		options.bugsLink = '//bugzilla.wikimedia.org/enter_bug.cgi';

}
if ( options.bugsListLink === undefined ) {

		options.bugsListLink = '//bugzilla.wikimedia.org/query.cgi';

}

Saibo: Could you please provide steps to reproduce this?
I have no idea which "New feedback dialog" this refers to.

Assuming this is about bugsListLink in UploadWizard/resources/mw.UploadWizard.js

> Moving to UW.

The links on Special:UploadWizard are proper in master, are you seeing this somewhere else?

(In reply to comment #5)

The links on Special:UploadWizard are proper in master

What does "proper" mean? What is the link? Where can I see this?

If you specify a page in the config for the key 'feedbackPage' UW shows a feedback link that opens up a dialog for user feedback. This dialog has links to UW bugs and to create a new UW bug.

By proper I meant that they point to what they are supposed to, rather than what the reporter says - https://bugzilla.wikimedia.org/query.cgi

So I asked if the bug being seen in some other place than Special:UW

Could you explain why it should point to https://bugzilla.wikimedia.org/query.cgi instead of https://bugzilla.wikimedia.org/buglist.cgi?resolution=---&component=UploadWizard ? Are there guidelines somewhere that I'm not aware of?

Pointing to https://bugzilla.wikimedia.org/query.cgi requires a user to know our Bugzilla taxonomy and that UW bug reports are under product "MediaWiki extensions" and component "UploadWizard" hence it's way harder to find already existing UW bug reports and to avoid duplicates.
Is there a good reason to expect such knowledge from users?

Is this bug resolved? Can we close it?

Still not getting how to reproduce this. Please reopen if there is still a problem (and provide steps to reproduce).