MediaWiki master
updateCredits.php File Reference

Go to the source code of this file.

Variables

 $collator = Collator::create( 'root' )
 
 $contributors = []
 
if(PHP_SAPI !='cli') $CREDITS = 'CREDITS'
 Update the CREDITS list by merging in the list of git commit authors.
 
 $END_CONTRIBUTORS = '<!-- END CONTRIBUTOR LIST -->'
 
 $footer = []
 
 $header = []
 
 $inFooter = false
 
 $inHeader = true
 
if(!file_exists( $CREDITS)) $lines = explode( "\n", file_get_contents( $CREDITS ) )
 
 $START_CONTRIBUTORS = '<!-- BEGIN CONTRIBUTOR LIST -->'
 

Variable Documentation

◆ $collator

$collator = Collator::create( 'root' )

Definition at line 74 of file updateCredits.php.

◆ $contributors

foreach ($lines as $line) $contributors = []

Definition at line 38 of file updateCredits.php.

Referenced by CreditsAction\getContributors().

◆ $CREDITS

if (PHP_SAPI !='cli') $CREDITS = 'CREDITS'

Update the CREDITS list by merging in the list of git commit authors.

The contents of the existing contributors list will be preserved. If a name needs to be removed for some reason that must be done manually before or after running this script.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/copyleft/gpl.html

Definition at line 31 of file updateCredits.php.

◆ $END_CONTRIBUTORS

$END_CONTRIBUTORS = '<!-- END CONTRIBUTOR LIST -->'

Definition at line 33 of file updateCredits.php.

◆ $footer

$footer = []

Definition at line 39 of file updateCredits.php.

Referenced by MediaWiki\Specials\SpecialStatistics\execute().

◆ $header

$header = []

Definition at line 37 of file updateCredits.php.

Referenced by HttpError\__construct(), DifferenceEngine\addHeader(), MediaWiki\Output\OutputPage\addLinkHeader(), WikitextContent\addSectionHeader(), MWHttpRequest\addTelemetry(), MediaWiki\Output\OutputPage\addVaryHeader(), Xml\buildTable(), MediaWiki\Request\HeaderCallback\callback(), ApiFormatBase\closePrinter(), Wikimedia\StaticArrayWriter\create(), WebPHandler\decodeExtendedChunkHeader(), WebPHandler\decodeLosslessChunkHeader(), WebPHandler\decodeLossyChunkHeader(), SwiftFileBackend\doStreamFile(), DjVuImage\dump(), GenerateConfigSchema\generateSchemaYaml(), PreferencesFormOOUI\getBody(), Profiler\getContentType(), MultiHttpClient\getCurlHandle(), MediaWiki\Request\WebResponse\getHeader(), MediaWiki\Output\OutputPage\getHeadLinksArray(), MWHttpRequest\getResponseHeader(), DifferenceEngine\getRevisionHeader(), BmpHandler\getSizeAndMetadata(), XCFHandler\getSizeAndMetadata(), MediaWiki\Specials\SpecialMediaStatistics\getTableHeaderRow(), MediaWiki\Output\OutputPage\getVaryHeader(), MediaWiki\Session\SessionManager\getVaryHeaders(), FileBackend\header(), ApiFormatBase\initPrinter(), ApiMain\logRequest(), ApiMain\modifyHelp(), InfoAction\onView(), MWHttpRequest\parseHeader(), MediaWiki\Rest\HeaderParser\IfNoneMatch\parseHeaderList(), HTTPFileStreamer\preprocessHeaders(), MediaWiki\Output\StreamFile\setHeader(), Wikimedia\Diff\DiffFormatter\startBlock(), Wikimedia\Diff\TableDiffFormatter\startBlock(), HTTPFileStreamer\stream(), and Wikimedia\StaticArrayWriter\write().

◆ $inFooter

$inFooter = false

Definition at line 36 of file updateCredits.php.

◆ $inHeader

$inHeader = true

Definition at line 35 of file updateCredits.php.

◆ $lines

◆ $START_CONTRIBUTORS

$START_CONTRIBUTORS = '<!-- BEGIN CONTRIBUTOR LIST -->'

Definition at line 32 of file updateCredits.php.