MediaWiki master
|
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 -->' | |
$collator = Collator::create( 'root' ) |
Definition at line 74 of file updateCredits.php.
foreach ($lines as $line) $contributors = [] |
Definition at line 38 of file updateCredits.php.
Referenced by CreditsAction\getContributors().
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 CONTRIBUTOR LIST -->' |
Definition at line 33 of file updateCredits.php.
$footer = [] |
Definition at line 39 of file updateCredits.php.
Referenced by MediaWiki\Specials\SpecialStatistics\execute().
$header = [] |
Definition at line 37 of file updateCredits.php.
Referenced by HttpError\__construct(), DifferenceEngine\addHeader(), MediaWiki\Output\OutputPage\addLinkHeader(), MediaWiki\Content\WikitextContent\addSectionHeader(), MWHttpRequest\addTelemetry(), MediaWiki\Output\OutputPage\addVaryHeader(), MediaWiki\Xml\Xml\buildTable(), MediaWiki\Request\HeaderCallback\callback(), MediaWiki\Api\ApiFormatBase\closePrinter(), Wikimedia\StaticArrayWriter\create(), WebPHandler\decodeExtendedChunkHeader(), WebPHandler\decodeLosslessChunkHeader(), WebPHandler\decodeLossyChunkHeader(), Wikimedia\FileBackend\SwiftFileBackend\doStreamFile(), DjVuImage\dump(), GenerateConfigSchema\generateSchemaYaml(), PreferencesFormOOUI\getBody(), Profiler\getContentType(), Wikimedia\Http\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(), Wikimedia\FileBackend\FileBackend\header(), MediaWiki\Api\ApiFormatBase\initPrinter(), MediaWiki\Api\ApiMain\logRequest(), MediaWiki\Api\ApiMain\modifyHelp(), InfoAction\onView(), MWHttpRequest\parseHeader(), MediaWiki\Rest\HeaderParser\IfNoneMatch\parseHeaderList(), Wikimedia\FileBackend\HTTPFileStreamer\preprocessHeaders(), MediaWiki\Output\StreamFile\setHeader(), Wikimedia\Diff\DiffFormatter\startBlock(), Wikimedia\Diff\TableDiffFormatter\startBlock(), Wikimedia\FileBackend\HTTPFileStreamer\stream(), and Wikimedia\StaticArrayWriter\write().
$inFooter = false |
Definition at line 36 of file updateCredits.php.
$inHeader = true |
Definition at line 35 of file updateCredits.php.
$lines = explode( "\n", file_get_contents( $CREDITS ) ) |
Definition at line 45 of file updateCredits.php.
Referenced by Wikimedia\Diff\DiffOpAdd\__construct(), Wikimedia\Diff\DiffOpDelete\__construct(), Wikimedia\Diff\DiffFormatter\added(), Wikimedia\Diff\TableDiffFormatter\added(), Wikimedia\Diff\UnifiedDiffFormatter\added(), Skin\addToSidebarPlain(), Wikimedia\Diff\Diff\closing(), Wikimedia\Diff\WordLevelDiff\closing(), Wikimedia\Diff\DiffFormatter\context(), Wikimedia\Diff\TableDiffFormatter\context(), Wikimedia\Diff\DiffFormatter\deleted(), Wikimedia\Diff\TableDiffFormatter\deleted(), Wikimedia\Diff\UnifiedDiffFormatter\deleted(), ClassCollector\getClasses(), UploadBase\getFilenamePrefixBlacklist(), MediaWiki\Rest\HeaderContainer\getRawHeaderLines(), FormatMetadata\getVisibleFields(), SearchHighlighter\highlightSimple(), MediaWiki\Block\AutoblockExemptionList\isExempt(), Wikimedia\Diff\DiffFormatter\lines(), Wikimedia\Diff\UnifiedDiffFormatter\lines(), Wikimedia\Diff\Diff\orig(), Wikimedia\Diff\WordLevelDiff\orig(), MediaWiki\Content\WikiTextStructure\parseSettingsInMessage(), EnhancedChangesList\recentChangesBlockGroup(), and MediaWiki\Parser\Parser\renderImageGallery().
$START_CONTRIBUTORS = '<!-- BEGIN CONTRIBUTOR LIST -->' |
Definition at line 32 of file updateCredits.php.