Page MenuHomePhabricator

Missing message "apihelp-pagetriageaction-param-tags"
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:

The raw text "⧼apihelp-pagetriageaction-param-tags⧽" is displayed.

What should have happened instead?:

The user should see:

Change tags to apply to the log entries generated for this action.

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Hello I want to work on this task. Can u tell what should be displayed at that section??

@Ayushk21 the text could be:

Change tags to apply to the log entries generated for this action.

cc @Novem_Linguae @Pppery if you have another suggestion

kostajh updated the task description. (Show Details)

@kostajh, I am new to MediaWiki and would like to contribute. I have cloned the repository,
installed Git Gerrit and Git Review, but I am having trouble finding the page where I can make changes.
Can you guide me on how to proceed?

I have clone the repo from here = git clone ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/PageTriage

@Ayushk21. Hey there. In your code editor (such as VS Code), try doing an all file search for apihelp-pagetriageaction-param-.

The two files that should be modified for this patch are i18n/en.json and i18n/qqq.json. You should add a line to each. You can look at similar entries in these files for an idea of what you should add and where. Hope this helps.

(For future reference, such information should be added to the task description before marking as good first task - thanks.)

image.png (559×1 px, 84 KB)

  • I have made the chages and updated the files but while doing git review -R

It is giving error:
fatal: unable to access 'https://gerrit-replica.wikimedia.org/r/mediawiki/extensions/PageTriage/': The requested URL returned error: 403

What should I do ??

@Ayushk21: Follow https://www.mediawiki.org/wiki/Gerrit/Tutorial so you don't use incorrect URLs (read-only replica), and see https://www.mediawiki.org/wiki/New_Developers#Communication_tips where to bring up such questions instead as this task is not the right place. Thanks. :)

Change 883507 had a related patch set uploaded (by Ayushk21; author: Ayushk21):

[mediawiki/extensions/PageTriage@master] Resolved issue for tags in apihelp-pagetriageaction-param

https://gerrit.wikimedia.org/r/883507

Change 884113 had a related patch set uploaded (by Ayushk21; author: Ayushk21):

[mediawiki/extensions/PageTriage@master] Updaated the change required in 1118n/qqq.json

https://gerrit.wikimedia.org/r/884113

Change 884113 abandoned by Ayushk21:

[mediawiki/extensions/PageTriage@master] Updaated the change required in 1118n/qqq.json

Reason:

wrongly updated the new patch

https://gerrit.wikimedia.org/r/884113

Change 883507 had a related patch set uploaded (by Ayushk21; author: Ayushk21):

[mediawiki/extensions/PageTriage@master] Add missing apihelp-pagetriageaction-param-tags message

https://gerrit.wikimedia.org/r/883507

Change 883507 merged by jenkins-bot:

[mediawiki/extensions/PageTriage@master] Add missing apihelp-pagetriageaction-param-tags message

https://gerrit.wikimedia.org/r/883507

Pppery assigned this task to Ayushk21.
Pppery removed a project: Patch-For-Review.