lhc/web/wiklou.git
2015-11-11 jenkins-botMerge "Make TitleInputWidget configurable, if term...
2015-11-11 jenkins-botMerge "mw.loader: Use requestIdleCallback to update...
2015-11-11 jenkins-botMerge "Add flexbox mixins to mediawiki.mixins"
2015-11-11 jenkins-botMerge "Language: Convert names cache from MapCacheLRU...
2015-11-11 jenkins-botMerge "Title: Convert cache from MapCacheLRU to HashBag...
2015-11-11 Timo Tijhofmediawiki.Uri: Remove redundant jshint overrides for...
2015-11-11 jenkins-botMerge "build: Enable all remaining jsduck jsDoc rules...
2015-11-11 jenkins-botMerge "TitleSearchWidget: Only update results if the...
2015-11-11 jenkins-botMerge "UserMailer: Use PHP_EOL instead of DIY"
2015-11-11 David LynchTitleSearchWidget: Only update results if the query...
2015-11-11 Chad HorohoeUserMailer: Use PHP_EOL instead of DIY
2015-11-11 IsarraAdd flexbox mixins to mediawiki.mixins
2015-11-11 jenkins-botMerge "Avoid using !important and hide the nolabel...
2015-11-11 jenkins-botMerge "Update OOjs UI to v0.13.2"
2015-11-10 jenkins-botMerge "Make runOnTransactionIdleCallbacks() handle...
2015-11-10 James D. ForresterUpdate OOjs UI to v0.13.2
2015-11-10 jenkins-botMerge "Validates wgArticlePath does start with slash...
2015-11-10 JuneHyeon BaeValidates wgArticlePath does start with slash (/).
2015-11-10 jenkins-botMerge "Avoid doNotifyQueueEmpty() race conditions for...
2015-11-10 Aaron SchulzAvoid doNotifyQueueEmpty() race conditions for Redis
2015-11-10 Timo Tijhofmw.loader: Use requestIdleCallback to update module...
2015-11-10 FlorianMake TitleInputWidget configurable, if term should...
2015-11-10 Translation... Localisation updates from https://translatewiki.net.
2015-11-10 jenkins-botMerge "Migrate feeds from $messageMemc to the WAN cache"
2015-11-10 jenkins-botMerge "Various JobQueue test tweaks"
2015-11-10 Derk-Jan HartmanAvoid using !important and hide the nolabel instead
2015-11-10 jenkins-botMerge "Make getLaggedSlaveMode() use reuseConnection...
2015-11-10 jenkins-botMerge "resourceloader: Log if MessageBlobStore failed...
2015-11-10 Aaron SchulzMake getLaggedSlaveMode() use reuseConnection() as...
2015-11-10 jenkins-botMerge "Make FindOrphanedFiles handle bad file titles"
2015-11-10 jenkins-botMerge "Make FindOrphanedFiles handle files with ! properly"
2015-11-10 Aaron SchulzMigrate feeds from $messageMemc to the WAN cache
2015-11-10 jenkins-botMerge "Move Math specific CSS from core to extension"
2015-11-10 jenkins-botMerge "SpecialAllMessages: Use cached getHtmlCode(...
2015-11-10 Timo TijhofImplement mw.requestIdleCallback for deferred backgroun...
2015-11-10 FomafixSpecialAllMessages: Use cached getHtmlCode() instead...
2015-11-10 physikerweltMove Math specific CSS from core to extension
2015-11-10 Aaron SchulzMention main WAN and stash instances in cache debug...
2015-11-10 Aaron SchulzVarious JobQueue test tweaks
2015-11-10 Aaron SchulzImprove LoadBalancer::doWait() performance via APC
2015-11-10 jenkins-botMerge "Break long lines and cleanup some RefreshLinksJo...
2015-11-10 Timo Tijhofresourceloader: Log if MessageBlobStore failed to fetch...
2015-11-10 Timo Tijhofobjectcache: Reduce MediaWiki-specificness from Memcach...
2015-11-10 jenkins-botMerge "Sync up with Parsoid parserTests."
2015-11-10 jenkins-botMerge "Removed useless field in SqlBagOStuff"
2015-11-10 jenkins-botMerge "Upgrade JobRunner "COMMIT ENQUEUED" log entries...
2015-11-10 Arlo BreaultSync up with Parsoid parserTests.
2015-11-10 Aaron SchulzRemoved useless field in SqlBagOStuff
2015-11-10 jenkins-botMerge "MessageCache: Remove redundant Language::ucfirst...
2015-11-10 jenkins-botMerge "languages: Avoid getPreferredVariant() in ucfirs...
2015-11-10 Aaron SchulzUpgrade JobRunner "COMMIT ENQUEUED" log entries to...
2015-11-10 Timo Tijhoflanguages: Avoid getPreferredVariant() in ucfirst/lcfir...
2015-11-10 Timo TijhofMessageCache: Remove redundant Language::ucfirst()...
2015-11-10 jenkins-botMerge "BacklinkCache: Remove use of ProcessCacheLRU"
2015-11-10 jenkins-botMerge "Don't apply CSS columns if less than 3 results...
2015-11-10 Timo TijhofBacklinkCache: Remove use of ProcessCacheLRU
2015-11-09 Timo TijhofLanguage: Convert names cache from MapCacheLRU to HashB...
2015-11-09 Timo TijhofTitle: Convert cache from MapCacheLRU to HashBagOStuff
2015-11-09 Timo TijhofLinkCache: Convert from MapCacheLRU to HashBagOStuff.
2015-11-09 Timo TijhofLinkCache: Minor clean up of documentation and variable...
2015-11-09 Translation... Localisation updates from https://translatewiki.net.
2015-11-09 jenkins-botMerge "Convert LCStoreDB to using startAtomic/endAtomic"
2015-11-09 jenkins-botMerge "Revert "Disable Preferences save button before...
2015-11-09 jenkins-botMerge "Always defer the log publish() in recordUpload2"
2015-11-09 jenkins-botMerge "Make Swift iterators throw errors on failure"
2015-11-09 Aaron SchulzConvert LCStoreDB to using startAtomic/endAtomic
2015-11-09 TheDJRevert "Disable Preferences save button before setting...
2015-11-09 Timo Tijhofresourceloader: Remove use of msg_resource_links table
2015-11-09 GlaisherDon't apply CSS columns if less than 3 results were...
2015-11-09 jenkins-botMerge "Use HTMLForm in Special:AllPages"
2015-11-09 GlaisherUse HTMLForm in Special:AllPages
2015-11-09 jenkins-botMerge "Fix regression in I24d9b16"
2015-11-09 FomafixReplace Language::factory( $wgLanguageCode ) by $wgContLang
2015-11-08 Derk-Jan HartmanFix regression in I24d9b16
2015-11-08 Translation... Localisation updates from https://translatewiki.net.
2015-11-08 jenkins-botMerge "Work around broken HHVM ini_get() for 'upload_ma...
2015-11-08 Bartosz DziewońskiWork around broken HHVM ini_get() for 'upload_max_files...
2015-11-08 Derk-Jan HartmanRework the Preferences to prevent FOUC
2015-11-08 jenkins-botMerge "mediawiki.jqueryMsg: Update tests to mock magic...
2015-11-08 jenkins-botMerge "Add/update phpdoc"
2015-11-08 jenkins-botMerge "Remove various unused variables"
2015-11-08 jenkins-botMerge "Add class member definition for params"
2015-11-08 jenkins-botMerge "Fix casing of function calls in API"
2015-11-08 cenariumPass wpExistingTags in the request when multiple revisi...
2015-11-07 Translation... Localisation updates from https://translatewiki.net.
2015-11-07 ReedyAdd/update phpdoc
2015-11-07 ReedyRemove various unused variables
2015-11-07 ReedyAdd class member definition for params
2015-11-07 ReedyFix casing of function calls in API
2015-11-07 Brad JorschApiHelp: Fix undefined variable warning
2015-11-07 jenkins-botMerge "Use Arabic numerals in Punjabi (pa) locale"
2015-11-07 Federico LevaUse Arabic numerals in Punjabi (pa) locale
2015-11-07 FomafixTOC: Fix problems on RTL wikis
2015-11-07 Aaron SchulzBreak long lines and cleanup some RefreshLinksJob checks
2015-11-07 James D. Forresterbuild: Enable all remaining jsduck jsDoc rules except two
2015-11-07 jenkins-botMerge "Hotlink InstantCommons images by default to...
2015-11-07 Aaron SchulzEnforce stricter slave lag limits for bot API requests
2015-11-07 Aaron SchulzMerge "Add triggeringRevisionId to LinksUpdate JobSpec"
2015-11-07 Aaron SchulzAlways defer the log publish() in recordUpload2
2015-11-07 Aaron SchulzMake Swift iterators throw errors on failure
next