Page MenuHomePhabricator
Feed Advanced Search

Jul 26 2017

Alexia created T171749: Argument 1 passed to DOMXPath::__construct() must be an instance of DOMDocument..
Jul 26 2017, 2:58 PM · MediaWiki-extensions-RandomImage

Jun 2 2017

Alexia created T166913: Create a conversion utility to update extension manifest v1 to v2..
Jun 2 2017, 9:38 PM · MediaWiki-Maintenance-system, Patch-For-Review

May 26 2017

Alexia added a comment to T165981: Implement a prototype JavaScript review system for MediaWiki.

On Gamepedia we use a vetting process before giving people administrator level access and we actively engage with the administrators in our IRC/Slack channels. However, an extension like this would be useful once the number of wikis/admins grow past what is reasonable to handle. As for taking over accounts we have our own AuthenticationProvider and SessionProvider that more or less mitigates those possibilities.(I won't say it is impossible though!)

May 26 2017, 8:20 AM · Brickimedia, ShoutWiki, MediaWiki-Farmers, Security, Developer-Advocacy, MediaWiki-extension-requests, JavaScript, Wikimedia-Hackathon-2017

Jan 5 2017

Alexia added a comment to T151770: Frequent loss of session data in Firefox (since around 2016-11-28).

I can confirm that our editors at Gamepedia are experiencing the same issue with *.gamepedia.com wikis. Our top wiki editors primarily use Firefox and they all began to experience this issue after upgrading to Firefox 50 in November 2016. Since there are many wikis they visit they regularly break that 150 cookie limit. I tested and checked this with an editor today observing that despite cookies being set on individual subdomains(example.gamepedia.com) Firefox is keeping a limit of 150 cookies for the whole of gamepedia.com.

Jan 5 2017, 10:12 PM · User-notice-archive, Upstream, Browser-Support-Firefox, MediaWiki-Core-AuthManager, Contributors-Team

Oct 19 2016

Alexia added a comment to T147212: Do not rely on indexed fields in MySQL queries in CargoUtils::getTables()..

I made a patch that fixes all of these instances.

Oct 19 2016, 6:13 PM · MediaWiki-extensions-Cargo
Alexia added a comment to T147212: Do not rely on indexed fields in MySQL queries in CargoUtils::getTables()..

This shows up as issue in the CargoTables special page as well.

Oct 19 2016, 5:38 PM · MediaWiki-extensions-Cargo

Oct 3 2016

Alexia created T147212: Do not rely on indexed fields in MySQL queries in CargoUtils::getTables()..
Oct 3 2016, 5:31 PM · MediaWiki-extensions-Cargo

Aug 15 2016

Alexia created T143041: [Spike: 1 hour] The mobileaction URL toggle piece only sets a cookie on special pages..
Aug 15 2016, 7:47 PM · Spike, Web-Team-Backlog, MobileFrontend

May 21 2016

Alexia added a comment to T135876: setupSkinUserCss (Hook SkinVectorStyleModules) is no longer called..

That doesn't explain anything. I still don't see why the small change in when the hook gets called broke your extension. The function is still called, and it's still called with the same parameters. So is the hook in Vector.

May 21 2016, 9:29 AM · Web-Team-Backlog (Tracking), Vector (legacy skin)
Alexia added a comment to T135876: setupSkinUserCss (Hook SkinVectorStyleModules) is no longer called..

That change was part of https://gerrit.wikimedia.org/r/#/c/273745/ by @Krinkle.

The setupSkinUserCss() method should still be called from OutputPage::buildCssLinks(). Is that not working for you for some reason?

May 21 2016, 8:21 AM · Web-Team-Backlog (Tracking), Vector (legacy skin)

May 20 2016

Alexia created T135876: setupSkinUserCss (Hook SkinVectorStyleModules) is no longer called..
May 20 2016, 8:57 PM · Web-Team-Backlog (Tracking), Vector (legacy skin)

Mar 15 2016

Alexia added a comment to T101652: Unclosed "Enlarge" <a> tag from thumbnail is leaking on Special:BookSources.

Here is a very simple way to reproduce it tossing it into any page. $wgTidyConfig is the default of null and $wgUseTidy is the default of false. I have not figured out a fix yet.

Mar 15 2016, 8:26 PM · ImageMap, MediaWiki-Parser, MediaWiki-Special-pages

Feb 16 2016

Alexia added a comment to T126644: Investigation: Gamepedia's cross-wiki watchlist code.

The develop branch contains several untested fixes that should make it easier to run it outside the Hydra Wiki Platform.

  • Switched to CentralIdLookup factory.
  • Renamed $dsSiteKey to $wgSiteKey - This will have to be defined per site configuration.
  • Database schema updates will run if the site being updated has $wgSiteKey set to 'master'.
Feb 16 2016, 8:55 PM · Community-Tech

Feb 12 2016

Alexia added a comment to T126644: Investigation: Gamepedia's cross-wiki watchlist code.

Now open sourced:
https://github.com/HydraWiki/GlobalWatchlist

Feb 12 2016, 9:52 PM · Community-Tech

Feb 11 2016

Alexia added a comment to T126644: Investigation: Gamepedia's cross-wiki watchlist code.

Yes, it is on my list to make open source. I am not entirely sure it will be usable in its current state due it being a memory hog. My 20% time is on Fridays so I will look at this tomorrow and sanitize any strings that might be considered proprietary before pushing it up to GitHub.

Feb 11 2016, 9:59 PM · Community-Tech

Dec 14 2015

Alexia added a comment to T120694: PHP 7 compatibility: Embedded variable syntax.

I ran php7mar against this and did not find any current instances PHP 7 breaking variable interpolation. I could not get phan to work as it just produces segmentation faults.

Dec 14 2015, 7:31 AM · PHP 7.0 support, MediaWiki-General, WMF-General-or-Unknown, Technical-Debt

Dec 2 2015

Alexia added a comment to T48611: Change settings to not override those set in LocalSettings.php or other custom setting sources.

This patch was abandoned in Gerrit.

Dec 2 2015, 5:31 PM · MediaWiki-extensions-SphinxSearch
Alexia closed T48611: Change settings to not override those set in LocalSettings.php or other custom setting sources as Declined.
Dec 2 2015, 5:31 PM · MediaWiki-extensions-SphinxSearch

Oct 20 2015

Alexia added a comment to T65497: PHP Warning: Invalid argument supplied for foreach() in SpecialPageFactory.php.

I believe this was the bug fixed by this pull request and was merged into 1.24+.
https://gerrit.wikimedia.org/r/#/c/59522/

Oct 20 2015, 7:18 PM · Essential-Work, Wikimedia-production-error, MediaWiki-Special-pages

Oct 19 2015

Alexia added a comment to T108616: Local path disclosure when using ImageMagick as a scaler.

I investigated the GraphicsMagick issue. At some point they merged in the "+set Thumb::URI" fix/feature, but I can not find it in their change logs. The recommendation I have is for people using it to make sure they are running the latest version.

Oct 19 2015, 6:06 PM · Security, MW-1.27-release (WMF-deploy-2015-10-27_(1.27.0-wmf.4)), MW-1.27-release-notes, MW-1.26-release, MW-1.23-release, MW-1.24-release, MW-1.25-release, Patch-For-Review, Security-Team, Vuln-Infoleak

Sep 23 2015

Alexia added a comment to T5525: Cross-wiki watchlists.

The GlobalWatchlist extension that runs on Gamepedia is tied heavily into the Curse account system to be able to use a single user identifier. Exactly like the global_id used by Extension:CentralAuth. Releasing it in its current state would result in code that is unusable by anyone else. There are future plans for the team, one year or more, to rework the Curse account system so that extensions that rely on it can be easily decoupled.

Sep 23 2015, 4:18 PM · Growth-Team-Filtering, Growth-Team, MediaWiki-CrossWikiWatchlist, Phlogiston-Category, Community-Wishlist-Survey-2015, MediaWiki-Watchlist, German-Community-Wishlist, Contributors-Team, Design, Epic, Crosswiki, MediaWiki-extensions-CentralAuth

Sep 10 2015

Alexia added a comment to T110349: Using magic words ({{PAGENAME}}) in parser function tags (<dpl>).

This is fixed/improved in the 3.0.4 release.
https://github.com/Alexia/DynamicPageList/releases/tag/3.0.4

Sep 10 2015, 4:30 PM · DynamicPageList (third-party), MediaWiki-Parser
Alexia closed T110349: Using magic words ({{PAGENAME}}) in parser function tags (<dpl>) as Resolved.
Sep 10 2015, 4:29 PM · DynamicPageList (third-party), MediaWiki-Parser

Aug 28 2015

Alexia added a comment to T110349: Using magic words ({{PAGENAME}}) in parser function tags (<dpl>).

This is fixed in the develop branch on the Github repository. It will be packaged in the next release.
https://github.com/Alexia/DynamicPageList/commit/2ba36f01f0a417480c19c20bdeeee0a995aa86c3

Aug 28 2015, 7:42 PM · DynamicPageList (third-party), MediaWiki-Parser

Aug 26 2015

Alexia added a comment to T110349: Using magic words ({{PAGENAME}}) in parser function tags (<dpl>).

I put this on our internal tracker to be worked on and I should get to it this week if not today.

Aug 26 2015, 3:54 PM · DynamicPageList (third-party), MediaWiki-Parser

Jul 16 2015

Alexia created T106082: The .mw-translate-helplink-wrapper help link in Special:PageTranslation clobbers the "Pages proposed for translation" header..
Jul 16 2015, 7:58 PM · WMF-deploy-2015-07-28_(1.26wmf16), Patch-For-Review, MediaWiki-extensions-Translate

May 8 2015

Alexia added a comment to T48342: ConfirmEdit prompting for CAPTCHA breaks saving of new page from Semantic Forms.

This appears to fix the issue on my end.

May 8 2015, 8:21 PM · Patch-For-Review, MediaWiki-extensions-Page_Forms, ConfirmEdit (CAPTCHA extension)

May 7 2015

Alexia added a comment to T48342: ConfirmEdit prompting for CAPTCHA breaks saving of new page from Semantic Forms.

It appears ConfirmEdit tries to initiate a WikiPage object with the NS_SPECIAL namespace.

May 7 2015, 9:07 PM · Patch-For-Review, MediaWiki-extensions-Page_Forms, ConfirmEdit (CAPTCHA extension)

May 6 2015

Alexia added a comment to T98403: MF butchers resource loader modules..

Alright. Would there be any opposition to adding developer notes to the Extension:MobileFrontend page? I searched and looked around for a couple hours trying to find details and ended up here to report a bug figuring there was no way around it.

May 6 2015, 8:56 PM · MobileFrontend, Web-Team-Backlog
Alexia created T98403: MF butchers resource loader modules..
May 6 2015, 8:28 PM · MobileFrontend, Web-Team-Backlog

Mar 22 2015

Alexia closed T78678: EmbedVideo.i18n.magic.php interferes with mySQL replication in a wiki cluster as Resolved.
Mar 22 2015, 2:09 AM · MediaWiki-extensions-EmbedVideo
Alexia added a comment to T78678: EmbedVideo.i18n.magic.php interferes with mySQL replication in a wiki cluster.

I am looking into this now. I'll copy the resolution here from Github when completed.

@Alexia: Any news?

Mar 22 2015, 2:07 AM · MediaWiki-extensions-EmbedVideo

Mar 20 2015

Alexia added a comment to T93253: Editing an Interwiki entry without making any changes results in an error with no language string, but does in fact update successfully..

I forgot about the patch uploader. I just sent one through with corrected logic.

Mar 20 2015, 3:06 PM · MediaWiki-extensions-Interwiki

Mar 19 2015

Alexia created T93253: Editing an Interwiki entry without making any changes results in an error with no language string, but does in fact update successfully..
Mar 19 2015, 7:13 PM · MediaWiki-extensions-Interwiki

Dec 17 2014

Alexia added a comment to T78678: EmbedVideo.i18n.magic.php interferes with mySQL replication in a wiki cluster.

I am looking into this now. I'll copy the resolution here from Github when completed.

Dec 17 2014, 5:02 PM · MediaWiki-extensions-EmbedVideo

Nov 28 2014

Kghbln awarded T73621: Not loading site CSS on Special:UserLogin/Preferences breaks wikis which use it to create a skin/theme a Orange Medal token.
Nov 28 2014, 5:54 PM · Regression, MediaWiki-User-login-and-signup