MediaWiki  REL1_31
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. More...
 
 $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 72 of file updateCredits.php.

◆ $contributors

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

Definition at line 36 of file updateCredits.php.

Referenced by CreditsAction\getContributors(), and InfoAction\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 29 of file updateCredits.php.

◆ $END_CONTRIBUTORS

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

Definition at line 31 of file updateCredits.php.

◆ $footer

$footer = []

Definition at line 37 of file updateCredits.php.

Referenced by SpecialStatistics\execute().

◆ $header

$header = []

Definition at line 35 of file updateCredits.php.

Referenced by DifferenceEngine\addHeader(), OutputPage\addLinkHeader(), WikitextContent\addSectionHeader(), OutputPage\addVaryHeader(), Xml\buildTable(), MediaWiki\HeaderCallback\callback(), ApiFormatBase\closePrinter(), WebPHandler\decodeExtendedChunkHeader(), WebPHandler\decodeLosslessChunkHeader(), WebPHandler\decodeLossyChunkHeader(), MimeAnalyzer\detectZipType(), SwiftFileBackend\doStreamFile(), DjVuImage\dump(), SpecialStatistics\formatRowHeader(), Profiler\getContentType(), MultiHttpClient\getCurlHandle(), WebResponse\getHeader(), BmpHandler\getImageSize(), XCFHandler\getImageSize(), DjVuImage\getInfo(), OutputPage\getKeyHeader(), XCFHandler\getMetadata(), SpecialStatistics\getOtherStats(), MWHttpRequest\getResponseHeader(), DifferenceEngine\getRevisionHeader(), MediaStatisticsPage\getTableHeaderRow(), OutputPage\getVaryHeader(), MediaWiki\Session\SessionManager\getVaryHeaders(), XCFHandler\getXCFMetaData(), MediaWiki\OutputHandler\handleGzip(), MWException\header(), MWExceptionRenderer\header(), Wikimedia\Http\SetCookieCompat\header(), ApiFormatBase\initPrinter(), RecompressTracked\logToFile(), InfoAction\makeHeader(), ApiMain\modifyHelp(), InfoAction\onView(), SpecialListGroupRights\outputNamespaceProtectionInfo(), MWHttpRequest\parseHeader(), DiffHistoryBlob\patch(), HTTPFileStreamer\preprocessHeaders(), XmlTest\provideMonthSelector(), DjVuImage\readChunk(), ResourceLoader\sendResponseHeaders(), MediaWiki\Tests\Maintenance\BaseDumpTest\setUpPrefetch(), MediaWiki\Tests\Maintenance\TextPassDumperDatabaseTest\setUpStub(), DiffFormatter\startBlock(), TableDiffFormatter\startBlock(), HTTPFileStreamer\stream(), ApiMainTest\testConditionalRequestHeadersOutput(), WebPHandlerTest\testExtractMetaData(), HttpErrorTest\testGetHtml(), OutputPageTest\testLinkHeaders(), HttpAcceptParserTest\testParseWeights(), and SetCookieCompatTest\testSetCookieEmulated().

◆ $inFooter

$inFooter = false

Definition at line 34 of file updateCredits.php.

◆ $inHeader

$inHeader = true

Definition at line 33 of file updateCredits.php.

◆ $lines

$lines = explode( "\n", file_get_contents( $CREDITS ) )

Definition at line 43 of file updateCredits.php.

◆ $START_CONTRIBUTORS

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

Definition at line 30 of file updateCredits.php.