Go to the documentation of this file.
44 parent::__construct(
$query, $moduleName,
'pc' );
53 $pages = array_keys( $this->
getPageSet()->getGoodTitles() );
56 if (
$params[
'continue'] !==
null ) {
57 $cont = explode(
'|',
$params[
'continue'] );
59 $cont_page = (int)$cont[0];
60 $pages = array_filter( $pages,
function ( $v ) use ( $cont_page ) {
61 return $v >= $cont_page;
64 if ( !count( $pages ) ) {
71 $continuePages =
null;
72 if ( count( $pages ) > self::MAX_PAGES ) {
74 $pages = array_slice( $pages, 0, self::MAX_PAGES );
83 'anons' =>
'COUNT(DISTINCT rev_user_text)',
88 $this->
addOption(
'GROUP BY',
'rev_page' );
91 $fit =
$result->addValue(
array(
'query',
'pages', $row->page ),
92 'anoncontributors', $row->anons
110 'page' =>
'rev_page',
111 'user' =>
'rev_user',
112 'username' =>
'MAX(rev_user_text)',
117 $this->
addOption(
'GROUP BY',
'rev_page, rev_user' );
122 if ( count( $pages ) > 1 ) {
123 $this->
addOption(
'ORDER BY',
'rev_page, rev_user' );
125 $this->
addOption(
'ORDER BY',
'rev_user' );
128 $limitGroups =
array();
130 $excludeGroups =
false;
131 $limitGroups =
$params[
'group'];
132 } elseif (
$params[
'excludegroup'] ) {
133 $excludeGroups =
true;
134 $limitGroups =
$params[
'excludegroup'];
135 } elseif (
$params[
'rights'] ) {
136 $excludeGroups =
false;
142 if ( !$limitGroups ) {
143 if ( $continuePages !==
null ) {
151 } elseif (
$params[
'excluderights'] ) {
152 $excludeGroups =
true;
153 foreach (
$params[
'excluderights']
as $r ) {
158 if ( $limitGroups ) {
159 $limitGroups = array_unique( $limitGroups );
162 $excludeGroups ?
'LEFT OUTER JOIN' :
'INNER JOIN',
163 array(
'ug_user=rev_user',
'ug_group' => $limitGroups )
165 $this->
addWhereIf(
'ug_user IS NULL', $excludeGroups );
168 if (
$params[
'continue'] !==
null ) {
169 $cont = explode(
'|',
$params[
'continue'] );
171 $cont_page = (int)$cont[0];
172 $cont_user = (int)$cont[1];
174 "rev_page > $cont_page OR " .
175 "(rev_page = $cont_page AND " .
176 "rev_user >= $cont_user)"
182 foreach (
$res as $row ) {
192 array(
'userid' => $row->user,
'name' => $row->username ),
202 if ( $continuePages !==
null ) {
220 'excludegroup' =>
array(
228 'excluderights' =>
array(
246 'Limit users to given group name(s)',
247 'Does not include implicit or auto-promoted groups like *, user, or autoconfirmed'
249 'excludegroup' =>
array(
250 'Exclude users in given group name(s)',
251 'Does not include implicit or auto-promoted groups like *, user, or autoconfirmed'
254 'Limit users to those having given right(s)',
255 'Does not include rights granted by implicit or auto-promoted groups ' .
256 'like *, user, or autoconfirmed'
258 'excluderights' =>
array(
259 'Limit users to those not having given right(s)',
260 'Does not include rights granted by implicit or auto-promoted groups ' .
261 'like *, user, or autoconfirmed'
263 'limit' =>
'How many contributors to return',
264 'continue' =>
'When more results are available, use this to continue',
269 return array_merge( parent::getPossibleErrors(),
271 array(
'group',
'excludegroup',
'rights',
'excluderights' )
277 return 'Get the list of logged-in contributors and ' .
278 'the count of anonymous contributors to a page.';
283 'api.php?action=query&prop=contributors&titles=Main_Page',
288 return 'https://www.mediawiki.org/wiki/API:Properties#contributors_.2F_pc';
A query module to show contributors to a page.
The index of the header message $result[1]=The index of the body text message $result[2 through n]=Parameters passed to body text message. Please note the header message cannot receive/use parameters. 'ImportHandleLogItemXMLTag':When parsing a XML tag in a log item. $reader:XMLReader object $logInfo:Array of information Return false to stop further processing of the tag 'ImportHandlePageXMLTag':When parsing a XML tag in a page. $reader:XMLReader object $pageInfo:Array of information Return false to stop further processing of the tag 'ImportHandleRevisionXMLTag':When parsing a XML tag in a page revision. $reader:XMLReader object $pageInfo:Array of page information $revisionInfo:Array of revision information Return false to stop further processing of the tag 'ImportHandleToplevelXMLTag':When parsing a top level XML tag. $reader:XMLReader object Return false to stop further processing of the tag 'ImportHandleUploadXMLTag':When parsing a XML tag in a file upload. $reader:XMLReader object $revisionInfo:Array of information Return false to stop further processing of the tag 'InfoAction':When building information to display on the action=info page. $context:IContextSource object & $pageInfo:Array of information 'InitializeArticleMaybeRedirect':MediaWiki check to see if title is a redirect. $title:Title object for the current page $request:WebRequest $ignoreRedirect:boolean to skip redirect check $target:Title/string of redirect target $article:Article object 'InterwikiLoadPrefix':When resolving if a given prefix is an interwiki or not. Return true without providing an interwiki to continue interwiki search. $prefix:interwiki prefix we are looking for. & $iwData:output array describing the interwiki with keys iw_url, iw_local, iw_trans and optionally iw_api and iw_wikiid. 'InternalParseBeforeSanitize':during Parser 's internalParse method just before the parser removes unwanted/dangerous HTML tags and after nowiki/noinclude/includeonly/onlyinclude and other processings. Ideal for syntax-extensions after template/parser function execution which respect nowiki and HTML-comments. & $parser:Parser object & $text:string containing partially parsed text & $stripState:Parser 's internal StripState object 'InternalParseBeforeLinks':during Parser 's internalParse method before links but after nowiki/noinclude/includeonly/onlyinclude and other processings. & $parser:Parser object & $text:string containing partially parsed text & $stripState:Parser 's internal StripState object 'InvalidateEmailComplete':Called after a user 's email has been invalidated successfully. $user:user(object) whose email is being invalidated 'IRCLineURL':When constructing the URL to use in an IRC notification. Callee may modify $url and $query, URL will be constructed as $url . $query & $url:URL to index.php & $query:Query string $rc:RecentChange object that triggered url generation 'IsFileCacheable':Override the result of Article::isFileCacheable()(if true) $article:article(object) being checked 'IsTrustedProxy':Override the result of wfIsTrustedProxy() $ip:IP being check $result:Change this value to override the result of wfIsTrustedProxy() 'IsUploadAllowedFromUrl':Override the result of UploadFromUrl::isAllowedUrl() $url:URL used to upload from & $allowed:Boolean indicating if uploading is allowed for given URL 'isValidEmailAddr':Override the result of User::isValidEmailAddr(), for instance to return false if the domain name doesn 't match your organization. $addr:The e-mail address entered by the user & $result:Set this and return false to override the internal checks 'isValidPassword':Override the result of User::isValidPassword() $password:The password entered by the user & $result:Set this and return false to override the internal checks $user:User the password is being validated for 'Language::getMessagesFileName':$code:The language code or the language we 're looking for a messages file for & $file:The messages file path, you can override this to change the location. 'LanguageGetNamespaces':Provide custom ordering for namespaces or remove namespaces. Do not use this hook to add namespaces. Use CanonicalNamespaces for that. & $namespaces:Array of namespaces indexed by their numbers 'LanguageGetMagic':DEPRECATED, use $magicWords in a file listed in $wgExtensionMessagesFiles instead. Use this to define synonyms of magic words depending of the language $magicExtensions:associative array of magic words synonyms $lang:language code(string) 'LanguageGetSpecialPageAliases':DEPRECATED, use $specialPageAliases in a file listed in $wgExtensionMessagesFiles instead. Use to define aliases of special pages names depending of the language $specialPageAliases:associative array of magic words synonyms $lang:language code(string) 'LanguageGetTranslatedLanguageNames':Provide translated language names. & $names:array of language code=> language name $code language of the preferred translations 'LanguageLinks':Manipulate a page 's language links. This is called in various places to allow extensions to define the effective language links for a page. $title:The page 's Title. & $links:Associative array mapping language codes to prefixed links of the form "language:title". & $linkFlags:Associative array mapping prefixed links to arrays of flags. Currently unused, but planned to provide support for marking individual language links in the UI, e.g. for featured articles. 'LinkBegin':Used when generating internal and interwiki links in Linker::link(), before processing starts. Return false to skip default processing and return $ret. See documentation for Linker::link() for details on the expected meanings of parameters. $skin:the Skin object $target:the Title that the link is pointing to & $html:the contents that the< a > tag should have(raw HTML) $result
addFields( $value)
Add a set of fields to select to the internal array.
const MAX_PAGES
We don't want to process too many pages at once (it hits cold database pages too heavily),...
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
resetQueryParams()
Blank the internal arrays with query parameters.
getResult()
Get the result object.
select( $method, $extraQuery=array())
Execute a SELECT query based on the values in the internal arrays.
getParamDescription()
Returns an array of parameter descriptions.
__construct( $query, $moduleName)
addOption( $name, $value=null)
Add an option such as LIMIT or USE INDEX.
This is a base class for all Query modules.
getExamples()
Returns usage examples for this module.
getDB()
Get the Query database connection (read-only)
getAllowedParams()
Returns an array of allowed parameters (parameter name) => (default value) or (parameter name) => (ar...
addTables( $tables, $alias=null)
Add a set of tables to the internal array.
the array() calling protocol came about after MediaWiki 1.4rc1.
List of Api Query prop modules.
extractRequestParams( $parseLimit=true)
Using getAllowedParams(), this function makes an array of the values provided by the user,...
execute()
Evaluates the parameters, performs the requested query, and sets up the result.
dieContinueUsageIf( $condition)
Die with the $prefix.
addJoinConds( $join_conds)
Add a set of JOIN conditions to the internal array.
addWhereFld( $field, $value)
Equivalent to addWhere(array($field => $value))
static getAllGroups()
Return the set of defined explicit groups.
getDescription()
Returns the description string for this module.
static getAllRights()
Get a list of all available permissions.
getPageSet()
Get the PageSet object to work on.
getCacheMode( $params)
Get the cache mode for the data generated by this module.
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such as
addWhere( $value)
Add a set of WHERE clauses to the internal array.
setContinueEnumParameter( $paramName, $paramValue)
Set a query-continue value.
getRequireMaxOneParameterErrorMessages( $params)
Generates the possible error requireMaxOneParameter() can die with.
return true to allow those checks to and false if checking is done use this to change the tables headers temp or archived zone change it to an object instance and return false override the list derivative used the name of the old file when set the default code will be skipped add a value to it if you want to add a cookie that have to vary cache options can modify $query
requireMaxOneParameter( $params)
Die if more than one of a certain set of parameters is set and not false.
addPageSubItem( $pageId, $item, $elemname=null)
Same as addPageSubItems(), but one element of $data at a time.
addWhereIf( $value, $condition)
Same as addWhere(), but add the WHERE clauses only if a condition is met.
static getGroupsWithPermission( $role)
Get all the groups who have a given permission.