Last modified: 2013-07-01 19:55:01 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 T51123, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 49123 - New page's patrol button should always be visible, even when not having special links
New page's patrol button should always be visible, even when not having speci...
Status: VERIFIED FIXED
Product: MediaWiki
Classification: Unclassified
Patrolling (Other open bugs)
1.22.0
All All
: Normal enhancement (vote)
: 1.22.0 release
Assigned To: Nobody - You can work on this!
: design
Depends on:
Blocks: 15936
  Show dependency treegraph
 
Reported: 2013-06-04 13:54 UTC by Nemo
Modified: 2013-07-01 19:55 UTC (History)
7 users (show)

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


Attachments

Description Nemo 2013-06-04 13:54:10 UTC
For a complete fix of bug 15936, new page's patrol button should always be visible, even when you don't come from Special:RecentChanges or Special:NewPages.
With the fix for bug 15936, the parameter rcid=X was replaced with patrolpage=1, but essentially the situation didn't change, as noted on 48928.

Note that now a button is often visible at the bottom (even without special links, just at normal page URL) which is not about page patrolling as it used to be, but about change patrolling; bug 49115 is about clarifying the purpose of that button.
Comment 1 Bawolff (Brian Wolff) 2013-06-04 13:56:31 UTC
So if a revision of a page can be both new page patrolled and revision patrolled, would it make sense to have both in the footer one after each other, like as follows:

[Mark page as patrolled]
[Mark revision as patrolled]

?
Comment 2 Nemo 2013-06-04 14:02:26 UTC
(In reply to comment #1)
> So if a revision of a page can be both new page patrolled and revision
> patrolled, would it make sense to have both in the footer one after each
> other,
> like as follows:
> 
> [Mark page as patrolled]
> [Mark revision as patrolled]

I doubt it. A minimal fix of this bug would require the page patrolling link to appear where the change patrolling link is not shown; a complete fix would make the latter always disappear if the former can be shown.

The space has always been used only for page patrolling, which should therefore take precedence.
Comment 3 Andre Klapper 2013-06-04 17:15:59 UTC
Nemo: Why did you set a Target Milestone here? If this is just "normal" priority and nobody works on it, it looks like wishful thinking?
Comment 4 Nemo 2013-06-04 17:22:13 UTC
(In reply to comment #3)
> Nemo: Why did you set a Target Milestone here? 

Because it doesn't make sense to release the fix for bug 15936 without a fix for this.
Comment 5 Gerrit Notification Bot 2013-06-05 01:03:23 UTC
Related URL: https://gerrit.wikimedia.org/r/67040 (Gerrit Change Ib4d72179e4029f0c089c3147bdf4bd6daac0374e)
Comment 6 Nemo 2013-06-05 17:46:27 UTC
(In reply to comment #5)
> Related URL: https://gerrit.wikimedia.org/r/67040 (Gerrit Change
> Ib4d72179e4029f0c089c3147bdf4bd6daac0374e)

Adding Kaldari and Benny to cc so that they can check for interactions with PageTriage.
Comment 7 Bawolff (Brian Wolff) 2013-06-06 04:23:00 UTC
+keyword design since this is essentially confusion caused over a usability issue
Comment 8 Marius Hoch 2013-06-11 01:51:57 UTC
Change has been merged.
Comment 9 Nemo 2013-06-13 22:40:05 UTC
(In reply to comment #8)
> Change has been merged.

I still can't patrol a page without rcid: https://translatewiki.net/wiki/User:Danielquayle
Comment 10 Marius Hoch 2013-06-13 23:41:20 UTC
(In reply to comment #9)
> (In reply to comment #8)
> > Change has been merged.
> 
> I still can't patrol a page without rcid:
> https://translatewiki.net/wiki/User:Danielquayle

Fixed in follow-up: https://gerrit.wikimedia.org/r/68588
Comment 11 Nemo 2013-06-16 09:14:15 UTC
Yay, I tested on translatewiki.net: recent new pages, new pages created before the patch, new pages with subsequent non autopatrolled edit; all seems to work.
Comment 12 Nemo 2013-07-01 19:55:01 UTC
I've tried a quick and dirty query to see if the revision patrolling link in the place of the new page patrolling link, which was available in 1.22wmf5-6, had any effect on amount of patrolling.
Given a number of assumptions one shouldn't make:

----

SELECT count(*)

FROM logging log

WHERE log.log_type = 'patrol'
AND log.log_action = 'patrol'
AND log.log_timestamp BETWEEN /*20130521200000 AND*/ 20130605235800 AND 20130620180400
AND ( log.log_params LIKE '%"6::auto";i:0%' 
OR    log.log_params LIKE '%\n0' /* not autopatrolled */ ) ;

----

So, in the 13 days before the change / with the change:
fr.wiki: 11791 / 12296
nl.wiki: 35436 / 30711
it.wiki: 7652 / 7506

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


Navigation
Links