-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Birger wrote:
Hello there,
It is possible to view in the list of recent changes whether a specific version of a page has been patrolled or not. Unfortunately, when a user visits a page and goes to the page history, he/she cannot see which versions of that specific page has been patrolled or not.
Does anyone know how it is possible to show the same "patrolled-or-not"-specifications in the form of a red exclamation mark (like in the recent changes list) in the page history? I am using Mediawiki 1.6.8.
Thanks in advance for any help!
I don't think it's possible: Recent Changes seems to use the table recentchanges in the database which includes the patrolling information, while the page history seems to use the table revision, which doesn't include it.