Page MenuHomePhabricator
Feed Advanced Search

Oct 8 2015

PleaseStand edited projects for T114983: Book creator: cache problem, added: Collection; removed MediaWiki-libs-BagOStuff, MediaWiki-extensions-BookManager.
Oct 8 2015, 6:54 PM · Collection

Oct 7 2015

PleaseStand added a comment to T114208: User skin preference for MonoBook changed to default (Vector) on small and medium wikis (about 95% of wikis).

[...] the linked patch above to prevent this from happening again.

Oct 7 2015, 10:48 PM · RelEng-Archive-FY201718-Q2, Essential-Work, WMF-General-or-Unknown, DBA, Regression
PleaseStand committed rMW0379e466e3e4: Turn $wgSearchRunSuggestedQueryPercent into $wgSearchRunSuggestedQuery (authored by MaxSem).
Turn $wgSearchRunSuggestedQueryPercent into $wgSearchRunSuggestedQuery
Oct 7 2015, 2:09 AM

Sep 29 2015

PleaseStand added a comment to T64371: Gerrit should track follow-ups to a merged change (by commit SHA-1 and Change-Id), like CodeReview used to.
In T64371#680404, @scfc wrote:

Couldn't we abuse our Gerrit -> Bugzilla tool for that? If a changeset A is uploaded and it contains something looking like a SHA1/Gerrit Change-Id in the commit message referring to changeset B, add a comment to B that links to A.

Sep 29 2015, 9:47 PM · Upstream, Gerrit

Sep 27 2015

PleaseStand committed rMW975b4d0c344c: Web installer: Fix collapsing of field help text.
Web installer: Fix collapsing of field help text
Sep 27 2015, 10:51 PM

Sep 26 2015

PleaseStand committed rEVIDfdf1aa35b55f: Remove redundant $db->resultObject() call.
Remove redundant $db->resultObject() call
Sep 26 2015, 7:51 PM
PleaseStand committed rEOVSd42e40b7d14d: Remove redundant $db->resultObject() calls.
Remove redundant $db->resultObject() calls
Sep 26 2015, 7:45 PM
PleaseStand committed rEOAIcc53fe616018: Remove redundant $db->resultObject() call.
Remove redundant $db->resultObject() call
Sep 26 2015, 6:07 PM
PleaseStand committed rEMAP05009fd4a224: Remove redundant $db->resultObject() call.
Remove redundant $db->resultObject() call
Sep 26 2015, 6:02 PM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXTa985e4e2800b: Updated mediawiki/extensions Project: mediawiki/extensions/OAI… (authored by PleaseStand).
Updated mediawiki/extensions Project: mediawiki/extensions/OAI…
Sep 26 2015, 5:52 PM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXT03d41efdad3a: Updated mediawiki/extensions Project: mediawiki/extensions/Video… (authored by PleaseStand).
Updated mediawiki/extensions Project: mediawiki/extensions/Video…
Sep 26 2015, 5:51 PM
PleaseStand committed rEDISfa6475f0607b: Remove redundant $db->resultObject() call.
Remove redundant $db->resultObject() call
Sep 26 2015, 5:49 PM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXT2c04ced11780: Updated mediawiki/extensions Project: mediawiki/extensions/Disambiguator… (authored by PleaseStand).
Updated mediawiki/extensions Project: mediawiki/extensions/Disambiguator…
Sep 26 2015, 5:47 PM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXT17be2b48d843: Updated mediawiki/extensions Project: mediawiki/extensions/Oversight… (authored by PleaseStand).
Updated mediawiki/extensions Project: mediawiki/extensions/Oversight…
Sep 26 2015, 5:46 PM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXT7838c98872a6: Updated mediawiki/extensions Project: mediawiki/extensions/Maps… (authored by PleaseStand).
Updated mediawiki/extensions Project: mediawiki/extensions/Maps…
Sep 26 2015, 5:46 PM
PleaseStand created T113839: Stylesheets should not both specify "media" and contain @media.
Sep 26 2015, 8:43 AM · Metrolook

Sep 25 2015

PleaseStand committed rMW3f516b51390e: Remove unused private property LinkCache::$mClassVer.
Remove unused private property LinkCache::$mClassVer
Sep 25 2015, 4:40 PM

Sep 24 2015

PleaseStand committed rMW45a6214c1ee2: CurlHttpRequest: Follow redirects even under open_basedir.
CurlHttpRequest: Follow redirects even under open_basedir
Sep 24 2015, 11:16 PM

Sep 23 2015

Gerrit Code Review <gerrit@wikimedia.org> committed rMEXTda49d09e32e7: Updated mediawiki/extensions Project: mediawiki/extensions/RSS… (authored by PleaseStand).
Updated mediawiki/extensions Project: mediawiki/extensions/RSS…
Sep 23 2015, 2:04 PM

Sep 19 2015

PleaseStand committed rMWa0f6af5521bb: DatabaseBase::deadlockLoop(): Remove unused variables.
DatabaseBase::deadlockLoop(): Remove unused variables
Sep 19 2015, 6:27 AM

Sep 18 2015

PleaseStand committed rMW5a4c5985ae86: Database: Remove unused errorCount() method.
Database: Remove unused errorCount() method
Sep 18 2015, 9:10 AM

Sep 1 2015

PleaseStand added a comment to T59463: Call to a member function real_escape_string() on a non-object in DatabaseMysqli.php on line 187.

Since rMWc63fde6797c2b6ba, this error would instead appear in the log as an DBUnexpectedError exception: "DB connection was already closed or the connection dropped." Though the question remains: In this case, how is mConn becoming a non-object, and why is the DatabaseMysqli object used afterward?

Sep 1 2015, 5:05 AM · RelEng-Archive-FY201718-Q2, Wikimedia-production-error, MediaWiki-libs-Rdbms

Aug 26 2015

PleaseStand committed rMW49107fcc291c: deleteEqualMessages.php: Avoid "Transaction already in progress" warning.
deleteEqualMessages.php: Avoid "Transaction already in progress" warning
Aug 26 2015, 5:59 AM
PleaseStand committed rMW2b66dc047f57: Fix typo in UploadFromUrlJob::initializeSessionData().
Fix typo in UploadFromUrlJob::initializeSessionData()
Aug 26 2015, 5:57 AM

Aug 25 2015

PleaseStand added a comment to T74221: hash_init leaks memory in hhvm, impacting performance of pbkdf2.

The memory leak from bitwise string operations (not hash_init) was fixed upstream, and the fix was deployed by Wikimedia a while ago (see T78727, T86813).

Aug 25 2015, 7:51 PM · HHVM, Performance Issue, MediaWiki-General
PleaseStand closed T74221: hash_init leaks memory in hhvm, impacting performance of pbkdf2 as Resolved.
Aug 25 2015, 7:45 PM · HHVM, Performance Issue, MediaWiki-General
PleaseStand added a project to T48561: cleanUp UTF normalization tests should use data providers: MediaWiki-libs-utfnormal.
Aug 25 2015, 7:40 PM · MediaWiki-libs-utfnormal, Performance Issue, MediaWiki-Core-Tests

Aug 21 2015

PleaseStand added a comment to T58249: Backport fixes to Scribunto in REL1_21.

MediaWiki 1.21 is now an "Obsolete release" according to https://www.mediawiki.org/wiki/Version_lifecycle, so should this request be declined now?

Aug 21 2015, 6:28 PM · Scribunto
PleaseStand created T109873: Scribunto uses deprecated SyntaxHighlight_GeSHi methods.
Aug 21 2015, 6:20 PM · MW-1.32-notes (WMF-deploy-2018-04-24 (1.32.0-wmf.1)), MW-1.31-release, Patch-For-Review, SyntaxHighlight, MediaWiki-Vagrant, Technical-Debt, Scribunto
PleaseStand updated the task description for T107632: refreshLinks.php fails to delete all link entries from nonexistent pages.
Aug 21 2015, 11:20 AM · MW-1.25-release, MW-1.26-release, WMF-deploy-2015-08-11_(1.26wmf18), Patch-For-Review, MediaWiki-Maintenance-system, Regression

Aug 19 2015

PleaseStand committed rMWa7cb31718818: Remove maintenance script fixSlaveDesync.php.
Remove maintenance script fixSlaveDesync.php
Aug 19 2015, 5:12 PM

Aug 17 2015

PleaseStand committed rMW43ad3e8f6c83: Cleanup after extraction of utfnormal library.
Cleanup after extraction of utfnormal library
Aug 17 2015, 10:58 PM

Aug 16 2015

PleaseStand created T109236: Inaccessible page title beginning with "Gadget:".
Aug 16 2015, 7:54 PM · Wikimedia-Site-requests

Aug 15 2015

PleaseStand committed rMW20cbd0f226a1: Make PPFrame::RECOVER_COMMENTS actually work.
Make PPFrame::RECOVER_COMMENTS actually work
Aug 15 2015, 11:04 AM

Aug 14 2015

PleaseStand updated subscribers of T39417: templatelinks corruption.

Some ghost entries are left in template links, see bug 36195 for maintenance script to be run for that case.

Aug 14 2015, 12:02 PM · WMF-General-or-Unknown
PleaseStand created T109045: Missing tab styles in "DB clusters" page (on noc.wikimedia.org).
Aug 14 2015, 9:51 AM · Patch-For-Review, Wikimedia-Site-requests

Aug 11 2015

PleaseStand committed rMWbe49081be6dc: refreshLinks.php: Don't wait for slaves if nothing found in a chunk.
refreshLinks.php: Don't wait for slaves if nothing found in a chunk
Aug 11 2015, 7:02 PM

Aug 6 2015

PleaseStand committed rMW6a1e956428ad: refreshLinks.php: Fix deletion of link entries from nonexistent pages.
refreshLinks.php: Fix deletion of link entries from nonexistent pages
Aug 6 2015, 2:29 AM

Aug 4 2015

PleaseStand added a comment to T107837: The titles that are in non-normalized Unicode form aren't reported as non-normalized by API.

See also T29849.

Aug 4 2015, 5:45 AM · MediaWiki-Action-API

Aug 3 2015

PleaseStand added a comment to T107289: Use "&" instead of "\u0026" for urls in JS redirect pages (for easier copy/paste).

This is automatically done by Xml::encodeJsCall -> Xml::encodeJsVar -> FormatJson::encode( ..., ..., FormatJson::UTF8_OK ). I don't know if there is a specific reason for it...

Aug 3 2015, 6:41 AM · MW-1.42-notes (1.42.0-wmf.4; 2023-11-07), MediaWiki-Platform-Team, Patch-For-Review, JavaScript, MediaWiki-ContentHandler

Jul 31 2015

PleaseStand added a subtask for T44180: make "refreshLinks.php --dfn-only" faster (to work on en.wiki): T107632: refreshLinks.php fails to delete all link entries from nonexistent pages.
Jul 31 2015, 10:10 PM · Wikimedia-maintenance-script-run, Wikimedia-Site-requests, Performance Issue, MediaWiki-Maintenance-system
PleaseStand added a parent task for T107632: refreshLinks.php fails to delete all link entries from nonexistent pages: T44180: make "refreshLinks.php --dfn-only" faster (to work on en.wiki).
Jul 31 2015, 10:10 PM · MW-1.25-release, MW-1.26-release, WMF-deploy-2015-08-11_(1.26wmf18), Patch-For-Review, MediaWiki-Maintenance-system, Regression
PleaseStand added a comment to T44180: make "refreshLinks.php --dfn-only" faster (to work on en.wiki).

Script needs to be rerun after T107632 is fixed.

Jul 31 2015, 10:09 PM · Wikimedia-maintenance-script-run, Wikimedia-Site-requests, Performance Issue, MediaWiki-Maintenance-system
PleaseStand reopened T44180: make "refreshLinks.php --dfn-only" faster (to work on en.wiki) as "Open".
Jul 31 2015, 10:09 PM · Wikimedia-maintenance-script-run, Wikimedia-Site-requests, Performance Issue, MediaWiki-Maintenance-system
PleaseStand reopened T44180: make "refreshLinks.php --dfn-only" faster (to work on en.wiki), a subtask of T18112: Run "refreshLinks.php --dfn-only" on all wikis periodically, as Open.
Jul 31 2015, 10:09 PM · Wiktionary-fr, Wikimedia-maintenance-script-run, SRE, Wikimedia-Site-requests
PleaseStand reopened T44180: make "refreshLinks.php --dfn-only" faster (to work on en.wiki), a subtask of T31782: [DO NOT USE] Maintenance scripts waiting to be run on Wikimedia wikis (tracking) [superseded by #WMF-maintenance-script-run], as Open.
Jul 31 2015, 10:09 PM · Wikimedia-maintenance-script-run, Tracking-Neverending
PleaseStand created T107632: refreshLinks.php fails to delete all link entries from nonexistent pages.
Jul 31 2015, 10:08 PM · MW-1.25-release, MW-1.26-release, WMF-deploy-2015-08-11_(1.26wmf18), Patch-For-Review, MediaWiki-Maintenance-system, Regression

Jul 22 2015

PleaseStand added a comment to T106388: Audit all existing code to ensure that any extension currently or previously adding blobs to ExternalStore has been registering a reference in the text table (and fix up if wrong).

AbuseFilter is already updating the text table AFAIS.

Jul 22 2015, 10:42 AM · MediaWiki-Core-Revision-backend, MediaWiki-Engineering, Release-Engineering-Team (Radar), Platform Engineering (Icebox)

Jul 19 2015

PleaseStand added a comment to T50342: MediaWiki silently breaks when you enable $wgValidateAllHtml outside of Apache.

The patch was merged quite a while ago (as rMW559afbf6d3a92123), so is this bug now fixed?

Jul 19 2015, 12:50 AM · Patch-For-Review, MediaWiki-General

Jul 8 2015

PleaseStand added a comment to T42254: Version number shouldn't always use localized parentheses.

The patch was merged, so was this issue fixed?

Jul 8 2015, 10:16 PM · Patch-For-Review, I18n, good first task, MediaWiki-Internationalization

Jul 6 2015

PleaseStand added a comment to T104756: The "archive" database table schema is inconsistent with update patch.

Some context:

Jul 6 2015, 5:49 PM · MediaWiki-Page-deletion, MediaWiki-Installer, Patch-For-Review, Schema-change

Jul 3 2015

PleaseStand created T104732: Unhandled Exception ("RuntimeException") when trying to view rSVN.
Jul 3 2015, 9:21 PM · Phabricator
PleaseStand created T104731: Unhandled Exception ("AphrontCountQueryException") when trying to view a particular user profile.
Jul 3 2015, 9:10 PM · Phabricator
PleaseStand added a comment to T99414: SELECT command denied to user for table 'logging_userindex'.

The query runs to completion if I change "USE commonswiki;" to "USE commonswiki_p;" (http://quarry.wmflabs.org/query/4189). So is this a problem with Quarry?

Jul 3 2015, 10:08 AM · Quarry

Jun 26 2015

PleaseStand added a comment to T86655: Decommission svn.wikimedia.org server (import SVN into Phabricator).

The recent changes seem to have broken even Phabricator's Subversion viewer:

Jun 26 2015, 1:30 AM · RelEng-Archive-FY201718-Q1, SRE, Patch-For-Review, Wikimedia-Subversion

Jun 18 2015

PleaseStand added a comment to T97929: Allow @PleaseStand access to #wmf-nda and security tasks (with csteipp approval).

Is that signed now? Unclear what the status of this request is.

Jun 18 2015, 4:53 PM · Security-Team, WMF-NDA-Requests

Jun 9 2015

PleaseStand committed rMW4485856913db: api/i18n: Fix a couple typos.
api/i18n: Fix a couple typos
Jun 9 2015, 1:53 PM

Jun 3 2015

PleaseStand placed T97926: refreshLinks.php --dfn-only cron jobs do not seem to be running up for grabs.
Jun 3 2015, 3:17 PM · SRE, Wikimedia-Site-requests
PleaseStand closed T97926: refreshLinks.php --dfn-only cron jobs do not seem to be running as Resolved.

Script appears to have run on s3, as evident on mediawikiwiki (before, after).

Jun 3 2015, 3:16 PM · SRE, Wikimedia-Site-requests
PleaseStand closed T97926: refreshLinks.php --dfn-only cron jobs do not seem to be running, a subtask of T18112: Run "refreshLinks.php --dfn-only" on all wikis periodically, as Resolved.
Jun 3 2015, 3:16 PM · Wiktionary-fr, Wikimedia-maintenance-script-run, SRE, Wikimedia-Site-requests
PleaseStand committed rMW5fca8e5130a5: Combine deleteArchived{Files,Revisions}.inc into the .php scripts.
Combine deleteArchived{Files,Revisions}.inc into the .php scripts
Jun 3 2015, 12:06 AM
PleaseStand renamed T100908: mw.Api#saveOptions performs multiple concurrent requests, which is unreliable from Database query error to mw.Api#saveOptions performs multiple concurrent requests, which is unreliable.
Jun 3 2015, 12:01 AM · MW-1.29-release (WMF-deploy-2017-01-31_(1.29.0-wmf.10)), MW-1.29-release-notes, Wikimedia-production-error, MediaWiki-libs-Rdbms, MediaWiki-Action-API

Jun 2 2015

PleaseStand updated subscribers of T100908: mw.Api#saveOptions performs multiple concurrent requests, which is unreliable.

I can reproduce it by executing this in the console:

mw.loader.using( 'mediawiki.api.options' )
.done( function () {
    ( new mw.Api() )
    .saveOptions( {"nickname":"[[User:foobar|foobar]]","searchNs829":"1"} )
    .always( function ( a, b ) {
        console.log( 'error?', JSON.stringify( b.error ) );
    } );
} );
Jun 2 2015, 11:59 PM · MW-1.29-release (WMF-deploy-2017-01-31_(1.29.0-wmf.10)), MW-1.29-release-notes, Wikimedia-production-error, MediaWiki-libs-Rdbms, MediaWiki-Action-API

May 17 2015

PleaseStand committed rMWeb11a00a1e15: Remove maintenance script deleteImageMemcached.php.
Remove maintenance script deleteImageMemcached.php
May 17 2015, 2:44 AM

May 13 2015

PleaseStand added a comment to T98841: msgnw:xyz doesn't work with hidden comments .

I think this is a bug in Preprocessor_DOM::expand() and Preprocessor_Hash::expand(). When the output type is Parser::OT_HTML (so $this->parser->ot['html'] is true), the PPFrame::RECOVER_COMMENTS flag has no effect.

May 13 2015, 10:45 AM · MW-1.26-release, WMF-deploy-2015-08-25_(1.26wmf20), Patch-For-Review, MediaWiki-Templates, MediaWiki-Parser
PleaseStand added a comment to T98882: MediaWiki core tests fail with HHVM 3.6.1+dfsg1-1+wm2 : gmp_init(): Unable to convert variable to GMP - string is not an integer.

I think I know what's causing the gmp_init() failures and will upload a fix for that bug.

May 13 2015, 7:16 AM · MW-1.25-release, Upstream, Wikimedia-production-error, Patch-For-Review, MediaWiki-Core-Tests, HHVM

May 10 2015

PleaseStand edited projects for T44180: make "refreshLinks.php --dfn-only" faster (to work on en.wiki), added: Wikimedia-Site-requests; removed Shell, Patch-For-Review.
May 10 2015, 6:17 AM · Wikimedia-maintenance-script-run, Wikimedia-Site-requests, Performance Issue, MediaWiki-Maintenance-system

May 6 2015

PleaseStand committed rMCUTcfc77c93d88c: Add script that checks for incorrectly capitalized class names.
Add script that checks for incorrectly capitalized class names
May 6 2015, 9:20 PM
PleaseStand committed rMW924a34c29839: Remove --max-slave-lag options and remnants from maintenance scripts.
Remove --max-slave-lag options and remnants from maintenance scripts
May 6 2015, 8:38 PM
PleaseStand committed rMW8f70ae8a9404: update.php: Remove max seconds of lag from wfWaitForSlaves() call.
update.php: Remove max seconds of lag from wfWaitForSlaves() call
May 6 2015, 8:37 PM

May 5 2015

PleaseStand added a comment to T97929: Allow @PleaseStand access to #wmf-nda and security tasks (with csteipp approval).

Sign here: <name - country> https://phabricator.wikimedia.org/L2

May 5 2015, 10:50 PM · Security-Team, WMF-NDA-Requests
PleaseStand edited projects for T98110: Pagelinks table contains a row having pl_from = 0, added: Cloud-Services; removed MediaWiki-libs-Rdbms.
May 5 2015, 3:14 AM · DBA, Cloud-Services
PleaseStand added a comment to T97926: refreshLinks.php --dfn-only cron jobs do not seem to be running.

Today, the script did run on dewiki (in s5); see the query results linked from T98110.

May 5 2015, 2:38 AM · SRE, Wikimedia-Site-requests
PleaseStand created T98110: Pagelinks table contains a row having pl_from = 0.
May 5 2015, 2:34 AM · DBA, Cloud-Services

May 3 2015

PleaseStand created T97929: Allow @PleaseStand access to #wmf-nda and security tasks (with csteipp approval).
May 3 2015, 9:49 AM · Security-Team, WMF-NDA-Requests
PleaseStand created T97926: refreshLinks.php --dfn-only cron jobs do not seem to be running.
May 3 2015, 9:00 AM · SRE, Wikimedia-Site-requests
PleaseStand added a comment to T97885: Bold the watchlist link in personal tools when there are updates.

This was proposed somewhere else already, but I couldn't find a report [...]

May 3 2015, 8:56 AM · MediaWiki-Watchlist

May 2 2015

PleaseStand committed rMWc9b73a38bcdf: convertExtensionToRegistration.php: Ignore i18n shims.
convertExtensionToRegistration.php: Ignore i18n shims
May 2 2015, 5:01 AM
PleaseStand committed rMW5f6fdaab7741: generateJsonI18n.php: Remove features that should no longer be needed.
generateJsonI18n.php: Remove features that should no longer be needed
May 2 2015, 4:53 AM

May 1 2015

PleaseStand closed T32013: DBA cache backend uses $wgTmpDirectory instead of $wgCacheDirectory as Declined.

DBABagOStuff was removed in rMW736820f8f2dc6bcf (1.23.0).

May 1 2015, 9:53 PM · good first task, MediaWiki-General
PleaseStand closed T67772: update.php: Time taken is incorrect when the upgrade takes 1 hour or more as Resolved.

Change was merged.

May 1 2015, 2:16 AM · Patch-For-Review, MediaWiki-Installer
PleaseStand reassigned T73355: Collection: Use of "toJSON" is deprecated. Use JSON.stringify instead (module "json" for polyfill). from PleaseStand to cscott.
May 1 2015, 1:47 AM · Technical-Debt, JavaScript, Collection
PleaseStand closed T73355: Collection: Use of "toJSON" is deprecated. Use JSON.stringify instead (module "json" for polyfill). as Resolved.

see T74003

May 1 2015, 1:47 AM · Technical-Debt, JavaScript, Collection

Apr 9 2015

PleaseStand committed rMWe10055bfdc62: update.php: Correctly report durations >= 1 hour.
update.php: Correctly report durations >= 1 hour
Apr 9 2015, 12:28 AM

Apr 8 2015

PleaseStand added a comment to T38195: "refreshLinks.php --dfn-only" can't reliably make it through a full enwiki run.

The above change is in 1.25wmf24, which has been deployed to all Wikipedias. There may still be some performance issues, though the script should now be able to run to completion.

Apr 8 2015, 9:10 PM · Patch-For-Review, WMF-General-or-Unknown

Apr 6 2015

PleaseStand added a comment to T92357: Fix database master queries from HTTP GET/HEAD before active-active multi-dc.

It's deployed and it's all GETs. I have the feeling that this was already accounted for elsewhere in the code :) Oh, well...

Apr 6 2015, 7:38 PM · Wikimedia-Performance-recommendation, Sustainability (MediaWiki-MultiDC), MediaWiki-General

Mar 31 2015

PleaseStand added a comment to T94536: "[dismiss]" shown on all desktop/mobile pages regardless of the wiki having any sitenotice at the time.

It looks like mediawiki.org uses a similar hack (<p></p>). I'm working on a core patch to allow setting the anonnotice to the empty string.

Mar 31 2015, 5:14 PM · Patch-For-Review, Regression, DismissableSiteNotice
PleaseStand added a comment to T94536: "[dismiss]" shown on all desktop/mobile pages regardless of the wiki having any sitenotice at the time.

I haven't seen it on en.m.wikipedia.org, though recently I have on en.m.wiktionary.org when logged out (since $wgDismissableSiteNoticeForAnons was enabled).

Mar 31 2015, 4:47 PM · Patch-For-Review, Regression, DismissableSiteNotice

Mar 30 2015

PleaseStand committed rMWf422ee6bf274: Fix ORDER BY in fixUserRegistration.php.
Fix ORDER BY in fixUserRegistration.php
Mar 30 2015, 6:46 PM
PleaseStand added a comment to T55130: Categories should be displayed in a responsive table and be mobile friendly..

I don't see how it would be possible to fix the CategoryTree problem (mentioned above in T55130#1102370 and reported by another user as T92767) while still using CSS multi-column layout (as opposed to, e.g. multiple divs styled as table cells) for this. How would you tell the browser to keep the entire tree view in a single column and not rebalance the columns, yet not put everything into a single column and not constrain the column height either? (At least without some ugly hack like copying the remaining links in the column into a separate "overlay" element I don't think so.)

Mar 30 2015, 6:06 PM · Patch-For-Review, MediaWiki-Categories
PleaseStand created T94374: DismissableSiteNotice's close link is shown even when JavaScript is disabled.
Mar 30 2015, 12:10 AM · Regression, DismissableSiteNotice

Mar 29 2015

PleaseStand added a parent task for T40865: [DO NOT USE] Next wmf deployment (tracking) [superseded by #WMF-Server-Backports]: T94369: Prevent JS breakage on cached pages that refer to _mwq.
Mar 29 2015, 10:28 PM · WMF-Server-Backports, Tracking-Neverending
PleaseStand added a subtask for T94369: Prevent JS breakage on cached pages that refer to _mwq: T40865: [DO NOT USE] Next wmf deployment (tracking) [superseded by #WMF-Server-Backports].
Mar 29 2015, 10:28 PM · WMF-deploy-2015-03-25_(1.25wmf23), MediaWiki-ResourceLoader
PleaseStand created T94369: Prevent JS breakage on cached pages that refer to _mwq.
Mar 29 2015, 10:27 PM · WMF-deploy-2015-03-25_(1.25wmf23), MediaWiki-ResourceLoader
PleaseStand added a project to T92767: Subcategory links move to another column when clicked or expanded: MediaWiki-extensions-CategoryTree.

When any category is expanded through the drop-down mark, the list of categories is redistributed to list columns and the category name with the expand/roll-up mark is moved.

Mar 29 2015, 1:05 AM · MediaWiki-extensions-CategoryTree, MediaWiki-Categories
PleaseStand added a comment to T94314: 3 columns layout broken on Google Chrome.

When I uncheck the -webkit-column-break-inside: avoid; on .mw-category-group in Chromium's Developer Tools and resize the window to a width below 768px and back again, the page does display in three columns.

Mar 29 2015, 12:50 AM · MediaWiki-Categories, Regression

Mar 26 2015

PleaseStand committed rMWa1e005155921: refreshLinks.php: Limit rows scanned per query in deleteLinksFromNonexistent().
refreshLinks.php: Limit rows scanned per query in deleteLinksFromNonexistent()
Mar 26 2015, 10:11 PM

Mar 25 2015

PleaseStand committed rELISb906714fb57f: Remove use of DatabaseBase::strencode().
Remove use of DatabaseBase::strencode()
Mar 25 2015, 12:30 AM

Mar 24 2015

PleaseStand committed rMWc576d1994e4c: RELEASE-NOTES: Increase minimum MySQL version to 5.0.3.
RELEASE-NOTES: Increase minimum MySQL version to 5.0.3
Mar 24 2015, 5:40 PM
PleaseStand committed rMWcbfd6cff6d68: Remove unused class DBObject.
Remove unused class DBObject
Mar 24 2015, 5:40 PM