- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Nov 15 2017
Nov 15 2017
Reedy <reedy@wikimedia.org> committed rMW4f718260a3d4: Add RELEASE-NOTES for BotPasswords backports.
Reedy <reedy@wikimedia.org> committed rMWf126b2e0c056: Allow putting the app ID in the password for bot passwords (authored by Gergő Tisza <gtisza@wikimedia.org>).
Reedy <reedy@wikimedia.org> committed rMW1f4cb6ecb9b9: Updated dev dependancy phpunit/phpunit from v4.8.24 to v4.8.36.
Reedy <reedy@wikimedia.org> committed rMW7a6c018920ce: Set $wgUserEmailUseReplyTo = true by default (authored by Kunal Mehta <legoktm@member.fsf.org>).
Reedy <reedy@wikimedia.org> committed rMW5b97740a42c8: Remove use of implicitGroupBy() in ActiveUsersPager (authored by Aaron Schulz <aschulz@wikimedia.org>).
Reedy <reedy@wikimedia.org> committed rMWe3e57802f91e: Add RELEASE-NOTES for 1.27 backports.
Huji <huji.huji@gmail.com> committed rMW347a8860a933: Password reset link is shown when no reset options are available (authored by Huji Lee <huji.huji@gmail.com>).
Gerrit Code Review <gerrit@wikimedia.org> committed rMW8cc1b2e8810b: Merge "Password reset link is shown when no reset options are available" into… (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
Margaret Epps <mepps@wikimedia.org> committed rMWa539d275377b: Update DI with default processor_form value.
Margaret Epps <mepps@wikimedia.org> committed rMW9dcfe69ce80a: Update with latest commits in DonationInterface.
Margaret Epps <mepps@wikimedia.org> committed rMW5303a8e66338: Update DonationInterface.
Kunal Mehta <legoktm@member.fsf.org> committed rMWfeedefba8bb1: Add DB_REPLICA from 1.28+.
Reedy <reedy@wikimedia.org> committed rMW50b61ffbe2c7: Quote $default in PostgresUpdater::setDefault.
Elliott Eggleston <ejegg@ejegg.com> committed rMWd150287f0b64: Update FundraisingEmailUnsubscribe extension.
Elliott Eggleston <ejegg@ejegg.com> committed rMWd2ce6970a761: Update DonationInterface submodule.
Elliott Eggleston <ejegg@ejegg.com> committed rMW101143408f74: Update DonationInterface submodule.
Margaret Epps <mepps@wikimedia.org> committed rMWb88b805c3b22: Update DI with revertion of PaymentNotIntiated.
Elliott Eggleston <ejegg@ejegg.com> committed rMWc2a3d434d123: Update DonationInterface submodule.
Elliott Eggleston <ejegg@ejegg.com> committed rMWb9859f6c0efd: Update DonationInterface submodule.
Elliott Eggleston <ejegg@ejegg.com> committed rMWf0722a548efd: Update DonationInterface submodule.
Elliott Eggleston <ejegg@ejegg.com> committed rMW6104e3dea7a7: Update DonationInterface submodule.
Elliott Eggleston <ejegg@ejegg.com> committed rMW896f16ac380a: Update DonationInterface submodule.
Elliott Eggleston <ejegg@ejegg.com> committed rMW798f385f671b: Merge branch 'REL1_27' into fundraising/REL1_27.
Elliott Eggleston <ejegg@ejegg.com> committed rMW7ed72430d771: Update DonationInterface submodule.
Elliott Eggleston <ejegg@ejegg.com> committed rMW9da84823ff4a: Update DonationInterface submodule.
Elliott Eggleston <ejegg@ejegg.com> committed rMWcd42438856b0: Rename 'variants' to 'form_variants'.
Elliott Eggleston <ejegg@ejegg.com> committed rMWed2e4811067a: Update DonationInterface submodule.
Elliott Eggleston <ejegg@ejegg.com> committed rMW26b16eadc119: Update DonationInterface submodule.
Elliott Eggleston <ejegg@ejegg.com> committed rMW1802e437c8dd: Add GC form variant with no city and state.
Elliott Eggleston <ejegg@ejegg.com> committed rMW3d9c4d8094a8: Update DonationInterface submodule.
Elliott Eggleston <ejegg@ejegg.com> committed rMW691115837b3b: Update DonationInterface submodule.
Reedy <reedy@wikimedia.org> committed rMW53912df847b6: RELEASE-NOTES for PHP 7.1 backports.
Reedy <reedy@wikimedia.org> committed rMW6f8e1386ccb7: CryptRand: only use random_bytes on php 7 and HHVM (authored by Derk-Jan Hartman <hartman.wiki@gmail.com>).
Reedy <reedy@wikimedia.org> committed rMWb0ced6ef7361: Add support for PHP7 random_bytes in favor of mcrypt_create_iv (authored by Derk-Jan Hartman <hartman.wiki@gmail.com>).
Reedy <reedy@wikimedia.org> committed rMWbfcb0a08840d: Flesh out 1.27.4 RELEASE-NOTES from merged commits.
Gerrit Code Review <gerrit@wikimedia.org> committed rMWc65b8da98df1: Merge "Avoid passing $this by reference in hooks" into REL1_27 (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
Reedy <reedy@wikimedia.org> committed rMWac0327012748: Replace &$this with $this in MediaWiki/core hook system.
Reedy <reedy@wikimedia.org> committed rMWcfe340340086: Avoid passing $this by reference in hooks (authored by Yuriy Shnitkovskiy <dominno@ukr.net>).
Reedy <reedy@wikimedia.org> committed rMWd1b43f85d6a8: Remove &$this usage (authored by Subin Siby <subins2000@gmail.com>).
Reedy <reedy@wikimedia.org> committed rMW5d301ea24297: upload: Avoid &$this in hooks (authored by rlot <rj23@protonmail.com>).
Gerrit Code Review <gerrit@wikimedia.org> committed rMW98e2398b99f3: Merge "Replace &$this with $this in MediaWiki/core hook system" into REL1_27 (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
Reedy <reedy@wikimedia.org> committed rMWe7201a87b56c: EditPage: Avoid use of &$this in hooks (authored by Justin Du <justin.d128@gmail.com>).
Gerrit Code Review <gerrit@wikimedia.org> committed rMW7450aad17e60: Merge "Replaced &$this with $this" into REL1_27 (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
Reedy <reedy@wikimedia.org> committed rMW09e4648e9814: Replace some usages of &$this in hook parameters (authored by Victor Barbu <victorbarbu08@gmail.com>).
Reedy <reedy@wikimedia.org> committed rMW30f44d36d8ad: Replace &$this with $this in MediaWiki/core hook system (authored by divadsn <divad.nnamtdeis@gmail.com>).
Reedy <reedy@wikimedia.org> committed rMW566253b61f08: Replaced &$this with $this (authored by awu42 <9922yalp@gmail.com>).
Elliott Eggleston <ejegg@ejegg.com> committed rMW58d33b837167: Update DonationInterface extension.
Elliott Eggleston <ejegg@ejegg.com> committed rMW2d1080778c78: Update DonationInterface submodule.
Brian Wolff <bawolff+wn@gmail.com> committed rMWa5728feb9fe1: Allow SVGs using an older proposed recommendation DTD (authored by Matthias Mullie <git@mullie.eu>).
Robert Vogel <vogel@hallowelt.biz> committed rMW95070fd2f2db: Allow namespaces defined in extension.json to be overwritten locally. (authored by daniel <daniel.kinzler@wikimedia.de>).
Elliott Eggleston <ejegg@ejegg.com> committed rMWbd9f7305d7c4: Update DonationInterface submodule.
Gerrit Code Review <gerrit@wikimedia.org> committed rMW20c975e38ef4: Merge "Allow namespaces defined in extension.json to be overwritten locally."… (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
Elliott Eggleston <ejegg@ejegg.com> committed rMWbf97cd236bde: Update DonationInterface.
Bartosz Dziewoński <matma.rex@gmail.com> committed rMW486e566cfef6: Special:Preferences: Use OOjs UI.
Elliott Eggleston <ejegg@ejegg.com> committed rMWc3be2bfd8f2b: Update DonationInterface submodule.
Reedy <reedy@wikimedia.org> committed rMWc75f0e95c988: SECURITY: API: Avoid some silliness with browser-guessed filenames (authored by Brad Jorsch <bjorsch@wikimedia.org>).
Elliott Eggleston <ejegg@ejegg.com> committed rMW19f94ad455e4: Update DonationInterface submodule.
Elliott Eggleston <ejegg@ejegg.com> committed rMWc531e11f7eed: Update DonationInterface submodule.
Elliott Eggleston <ejegg@ejegg.com> committed rMW084d0f99e454: Update DonationInterface submodule.
Translation updater bot <l10n-bot@translatewiki.net> committed rMWb43ca14eaf7a: Localisation updates from https://translatewiki.net..
Reedy <reedy@wikimedia.org> committed rMWfea3bbcdae4f: SECURITY: Escape internal error message (authored by Brian Wolff <bawolff+wn@gmail.com>).
Reedy <reedy@wikimedia.org> committed rMW25390162c755: SECURITY: Add throttling for BotPasswords authentication attempts (authored by Brad Jorsch <bjorsch@wikimedia.org>).
Gerrit Code Review <gerrit@wikimedia.org> committed rMW9ec3af51bb04: Merge "DatabaseUpdater: Add modifyExtensionTable()" (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
Gerrit Code Review <gerrit@wikimedia.org> committed rMW52e76843e268: Merge "Special:Preferences: Use OOjs UI" (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
Gerrit Code Review <gerrit@wikimedia.org> committed rMWd6a25bd8c9eb: Merge "Split interface from WatchedItemStore" (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
Addshore <addshorewiki@gmail.com> committed rMW962e7a4f2a78: Tests for Revision::getRevisionText with ExternalStore usage (authored by addshore <addshorewiki@gmail.com>).
WMDE-Fisch <christoph.jauera@wikimedia.de> committed rMW34dad2522704: Split interface from WatchedItemStore (authored by addshore <addshorewiki@gmail.com>).
Addshore <addshorewiki@gmail.com> committed rMWd2bfadf1aeb6: Test for Revision::getRecentChange (authored by addshore <addshorewiki@gmail.com>).
Roan Kattouw <roan.kattouw@gmail.com> committed rMW99f1d55818c1: DatabaseUpdater: Add modifyExtensionTable().
addshore <addshorewiki@gmail.com> committed rMW24b24e493ee7: Introduce ExternalStoreFactory.
Gerrit Code Review <gerrit@wikimedia.org> committed rMW5c39992e395c: Merge "Introduce ExternalStoreFactory" (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
Chad <chadh@wikimedia.org> committed rMWb0944a13712e: Fix up logging grouping in ApiStashEdit (authored by Chad Horohoe <chadh@wikimedia.org>).
Tim Starling <tstarling@wikimedia.org> committed rMWb0af2fbe4211: Do not limit filesize when running a maintenance script.
Gerrit Code Review <gerrit@wikimedia.org> committed rMW917a4fe05af7: Merge "Do not limit filesize when running a maintenance script" (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
Brad Jorsch <bjorsch@wikimedia.org> committed rMWf1bbd1ad401d: PostgreSQL: Use correct PK name so patch-site_stats-pk.sql isn't run when not….
Gerrit Code Review <gerrit@wikimedia.org> committed rMW85b49b0b73b4: Merge "Fix up logging grouping in ApiStashEdit" (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
Gerrit Code Review <gerrit@wikimedia.org> committed rMW3cfa071542f5: Merge "Family name of Thiemo changed" (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
addshore <addshorewiki@gmail.com> committed rMW64c973060c22: Initial tests for Revision::getRevisionText.
Gerrit Code Review <gerrit@wikimedia.org> committed rMW74280f862447: Merge "Tests for Revision::userCan" (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
Thiemo Mättig <thiemo.maettig@wikimedia.de> committed rMW1f2ff32cca54: Family name of Thiemo changed.
Gerrit Code Review <gerrit@wikimedia.org> committed rMW69f4cbfee84c: Merge "Initial tests for Revision::getRevisionText" (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
Gerrit Code Review <gerrit@wikimedia.org> committed rMW396c7f3a00af: Merge "Test for Revision::newKnownCurrent" (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
addshore <addshorewiki@gmail.com> committed rMWdb13c66ff297: Tests for Revision::userCan.
addshore <addshorewiki@gmail.com> committed rMW392955def19f: Tests for Revision::userCanBitfield.
Gerrit Code Review <gerrit@wikimedia.org> committed rMWd6b41380f7a7: Merge "Tests for Revision::userCanBitfield" (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
addshore <addshorewiki@gmail.com> committed rMWee78c151a19a: Test for Revision::newKnownCurrent.
Jdlrobson <jrobson@wikimedia.org> committed rMW4e7021a2318e: Provide message/warning/error box abstraction (authored by jdlrobson <jdlrobson@gmail.com>).
Ed Sanders <esanders@wikimedia.org> committed rMWcc1d2f631b4d: Use mw-parser-output for content styles, instead of mw-body-content.
Gerrit Code Review <gerrit@wikimedia.org> committed rMW7853da416d5e: Merge "RCFilters: fix call to changesListModel.update()" (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
Stephane Bisson <sbisson@wikimedia.org> committed rMWdf30c7d65a16: RCFilters: fix call to changesListModel.update().
Gerrit Code Review <gerrit@wikimedia.org> committed rMWea89bd1cf6c9: Merge "Change disabled saved filter tooltip" (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
petarpetkovic <ppetkovic@wikimedia.org> committed rMW2a28aefa49ba: Change disabled saved filter tooltip.
Gerrit Code Review <gerrit@wikimedia.org> committed rMW1d4bdfeb6122: Merge "Use mw-parser-output for content styles, instead of mw-body-content" (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
Translation updater bot <l10n-bot@translatewiki.net> committed rMW07e064725e7e: Localisation updates from https://translatewiki.net..
addshore <addshorewiki@gmail.com> committed rMW0000ea39a0bd: Move watcheditem classes to watcheditem directory.
Gerrit Code Review <gerrit@wikimedia.org> committed rMWcc122862fa41: Merge "Move watcheditem classes to watcheditem directory" (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
Gerrit Code Review <gerrit@wikimedia.org> committed rMW1b13888ed6bd: Merge "Change the rfcurl from protocol relative to HTTPS" (authored by jenkins-bot <jenkins-bot@gerrit.wikimedia.org>).
Fomafix <fomafix@googlemail.com> committed rMW66216b12ee2c: Change the rfcurl from protocol relative to HTTPS.
Translation updater bot <l10n-bot@translatewiki.net> committed rMW2fdd6a2fb8b1: Localisation updates from https://translatewiki.net..
Translation updater bot <l10n-bot@translatewiki.net> committed rMW5ac19adf0896: Localisation updates from https://translatewiki.net..