Last modified: 2013-06-16 18:11:47 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 T51644, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 49644 - PageCuration's talk page section header should specify reviewed article
PageCuration's talk page section header should specify reviewed article
Status: RESOLVED INVALID
Product: MediaWiki extensions
Classification: Unclassified
PageCuration (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: easy
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-06-16 17:20 UTC by MZMcBride
Modified: 2013-06-16 18:11 UTC (History)
3 users (show)

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


Attachments

Description MZMcBride 2013-06-16 17:20:09 UTC
"A page you started has been reviewed!"

This should specify the page title of the reviewed page, otherwise a talk page can have a lot of duplicate headers.
Comment 1 Nischay Nahata 2013-06-16 17:53:52 UTC
This should be directly handled by editing the necessary template. In case of en.wp http://en.wikipedia.org/wiki/Template:Reviewednote-NPF

Doesn't have to do anything with the codebase, hence marking as INVALID
Comment 2 MZMcBride 2013-06-16 18:11:47 UTC
From <https://git.wikimedia.org/raw/mediawiki%2Fextensions%2FPageTriage/4608051c1f48e8f5c69f5206498df4a7dddba17a/PageTriage.php>:

---
$wgTalkPageNoteTemplate = array(
	'Mark' => 'Reviewednote-NPF',
	'UnMark' => array( 'note' => 'Unreviewednote-NPF', 'nonote' => 'Unreviewednonote-NPF' ),
	'Tags' => 'Taggednote-NPF'
);
---

This whole system is probably going to have to be tweaked. Mixing the subject line with the body text and using appendtext rather than section=new is simply wrong. But for now, I'll edit the relevant template.

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


Navigation
Links