lhc/web/wiklou.git
2018-07-14 Aaron SchulzConvert PasswordReset to using MapCacheLRU
2018-07-14 jenkins-botMerge "Mention MariaDB first, before MySQL in installer."
2018-07-14 jenkins-botMerge "Accept BCP 47 codes as aliases for nonstandard...
2018-07-14 jenkins-botMerge "tests: Add a doc test for release notes' existen...
2018-07-14 jenkins-botMerge "Follow-up 267d99fa8: Fix RELEASE-NOTES-1.32...
2018-07-14 James D. Forrestertests: Add a doc test for release notes' existence...
2018-07-13 C. Scott AnanianAccept BCP 47 codes as aliases for nonstandard variants
2018-07-13 C. Scott AnanianHard deprecate support for Parsoid v1 API
2018-07-13 jenkins-botMerge "Revert "Pedantic strict equals.""
2018-07-13 jenkins-botMerge "Use func_num_args() in MapCacheLRU::clear()...
2018-07-13 jenkins-botMerge "Hard-deprecate ContentHandler::makeParserOptions()"
2018-07-13 Translation... Localisation updates from https://translatewiki.net.
2018-07-13 jenkins-botMerge "Ensure LanguageCode::bcp47() returns a valid...
2018-07-13 Daniel KinzlerRevert "Pedantic strict equals."
2018-07-13 jenkins-botMerge "rcfilters: Fix filter menu checkbox alignment...
2018-07-13 C. Scott AnanianEnsure LanguageCode::bcp47() returns a valid BCP 47...
2018-07-13 Brad JorschHard-deprecate ContentHandler::makeParserOptions()
2018-07-13 Brad JorschDeprecate ContentHandler::makeParserOptions()
2018-07-13 jenkins-botMerge "Hard deprecate Language::truncate()"
2018-07-13 James D. Forresterrcfilters: Fix filter menu checkbox alignment after...
2018-07-13 jenkins-botMerge "Don't armor french spaces before punctuation...
2018-07-13 jenkins-botMerge "Add test for PageArchive::getPreviousRevision"
2018-07-13 jenkins-botMerge "Put <dt>/<dd>/<li> in the always-suppressing...
2018-07-13 jenkins-botMerge "Use a closure instead of PathRouterPatternReplacer"
2018-07-13 Arlo BreaultPut <dt>/<dd>/<li> in the always-suppressing category...
2018-07-13 jenkins-botMerge "<ins>/<del> elements can be phrasing or flow"
2018-07-13 Arlo Breault<ins>/<del> elements can be phrasing or flow
2018-07-13 Aaron SchulzUse func_num_args() in MapCacheLRU::clear() for sanity
2018-07-13 danielAdd test for PageArchive::getPreviousRevision
2018-07-13 David Causse[PageArchive] Fetch ar_rev_id instead of ar_id
2018-07-13 Timo Tijhofinstaller: Add missing new-line after "comment fields...
2018-07-13 jenkins-botMerge "Let 'shows page creation' test be skipped"
2018-07-13 Stephane BissonLet 'shows page creation' test be skipped
2018-07-12 jenkins-botMerge "Replace use of deprecated Language::truncate()"
2018-07-12 James D. ForresterFollow-up 267d99fa8: Fix RELEASE-NOTES-1.32 line length
2018-07-12 Translation... Localisation updates from https://translatewiki.net.
2018-07-12 Adam WightPedantic strict equals.
2018-07-12 jenkins-botMerge "WebReponse: Use values altered in 'WebResponseSe...
2018-07-12 jenkins-botMerge "Fix populateContentTables.php with no rows"
2018-07-12 Brad JorschFix populateContentTables.php with no rows
2018-07-12 Kevin IsraelStringUtils: Deprecate Replacer classes
2018-07-12 jenkins-botMerge "Deprecate specialized file errors in OutputPage...
2018-07-12 jenkins-botMerge "Start working on phan-taint-check warnings....
2018-07-12 jenkins-botMerge "Mark InnoDB as recomended in the installer."
2018-07-12 Brian WolffMention MariaDB first, before MySQL in installer.
2018-07-12 Brian WolffMark InnoDB as recomended in the installer.
2018-07-12 Arlo BreaultSync up with Parsoid parserTests.txt
2018-07-12 jenkins-botMerge "Special:Log: Convert to HTMLForm"
2018-07-12 Brian WolffStart working on phan-taint-check warnings. Fix minor...
2018-07-12 jenkins-botMerge "objectcache: make CachedBagOStuff implement...
2018-07-11 jenkins-botMerge "Add config to use change_tag_def table for Speci...
2018-07-11 jenkins-botMerge "Hide TOC with CSS instead of JavaScript"
2018-07-11 Translation... Localisation updates from https://translatewiki.net.
2018-07-11 jenkins-botMerge "shell.php: prevent permission error"
2018-07-11 jenkins-botMerge "Convert numerous UNIQUE INDEX to PRIMARY KEY"
2018-07-11 jenkins-botMerge "rdbms: add IDatabase::lockForUpdate() convenienc...
2018-07-11 ReedyConvert numerous UNIQUE INDEX to PRIMARY KEY
2018-07-11 jenkins-botMerge "Rename index type_action to log_type_action"
2018-07-11 ReedyRename index type_action to log_type_action
2018-07-11 jenkins-botMerge "Update OOUI to v0.27.5"
2018-07-11 jenkins-botMerge "RCFilters: Explicitly set the default highlight...
2018-07-11 Brian WolffDeprecate specialized file errors in OutputPage and...
2018-07-11 James D. ForresterUpdate OOUI to v0.27.5
2018-07-11 Roan KattouwRCFilters: Explicitly set the default highlight color...
2018-07-11 FomafixUse $lang->hasVariants() instead of count( $lang->getVa...
2018-07-11 Amir SarabadaniAdd config to use change_tag_def table for Special...
2018-07-11 Aaron Schulzobjectcache: make CachedBagOStuff implement makeKeyInte...
2018-07-11 Aaron Schulzrdbms: fix value of ChronologyProtector::POSITION_COOKI...
2018-07-11 jenkins-botMerge "In RevisionStore, use DB_MASTER when READ_LATEST...
2018-07-11 jenkins-botMerge "Simplify PHP by using ?? and ?:"
2018-07-11 jenkins-botMerge "Implement makeKeyInternal() for ReplicatedBagOSt...
2018-07-11 Tim StarlingUse a closure instead of PathRouterPatternReplacer
2018-07-10 James D. ForresterExpand the default watchlist time from 3 to 7 days
2018-07-10 Brad JorschSpecialChangeEmail: Log email changes
2018-07-10 FomafixSimplify PHP by using ?? and ?:
2018-07-10 jenkins-botMerge "mediawiki.language: Combine with 'mediawiki...
2018-07-10 jenkins-botMerge "mediawiki.api: Simplify mw.Api constructor"
2018-07-10 Translation... Localisation updates from https://translatewiki.net.
2018-07-10 Timo TijhofReplace redundant Assert calls with native typehint
2018-07-10 danielIn RevisionStore, use DB_MASTER when READ_LATEST is...
2018-07-10 Aaron Schulzrdbms: add IDatabase::lockForUpdate() convenience method
2018-07-10 jenkins-botMerge "Use master when fetching revision to base a...
2018-07-10 jenkins-botMerge "Run populateContentTables.php from update.php"
2018-07-10 jenkins-botMerge "RELEASE-NOTES-1.32: Re-wrap to 80 chars again"
2018-07-10 Timo Tijhofmediawiki.language: Combine with 'mediawiki.language...
2018-07-10 danielUse master when fetching revision to base a null-revis...
2018-07-10 jenkins-botMerge "Special:PasswordReset: Make the user field a...
2018-07-10 Brad JorschRun populateContentTables.php from update.php
2018-07-10 Timo Tijhofmediawiki.api: Simplify mw.Api constructor
2018-07-10 Bartosz Dziewońskimw.special.preferences: Prevent invisible accessibility...
2018-07-10 jenkins-botMerge "List deleted revisions in well defined order"
2018-07-10 jenkins-botMerge "[MCR] Make PageArchive aware of MCR"
2018-07-10 danielList deleted revisions in well defined order
2018-07-10 daniel[MCR] Make PageArchive aware of MCR
2018-07-10 Aaron SchulzImplement makeKeyInternal() for ReplicatedBagOStuff...
2018-07-10 Prateek SaxenaSpecial:Log: Convert to HTMLForm
2018-07-10 jenkins-botMerge "mediawiki.inspect: Add headings to console and...
2018-07-10 jenkins-botMerge "Fix the bug for dates between 1912 and 1941...
2018-07-10 jenkins-botMerge "Use Language::equals to compare Language objects"
2018-07-10 jenkins-botMerge "Language: compare on same object in equals()"
next