Page MenuHomePhabricator

FreedomFighterSparrow (Dror S.)
User

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Sunday

  • Clear sailing ahead.

User Details

User Since
Oct 14 2014, 2:58 PM (493 w, 3 d)
Availability
Available
LDAP User
FreedomFighterSparrow
MediaWiki User
FreedomFighterSparrow [ Global Accounts ]

Recent Activity

Feb 26 2023

FreedomFighterSparrow added a comment to T308264: CargoBackLinks::setBackLinks causes deadlock on innoDB engine.

AFAIK, SemanticDependencyUpdater is only for SMW; cargo_backlinks is Cargo's own dependency updater, and without it no results will be refreshed on edits/deletes.

Feb 26 2023, 6:53 AM · MediaWiki-extensions-Cargo

Sep 28 2022

FreedomFighterSparrow added a comment to T308264: CargoBackLinks::setBackLinks causes deadlock on innoDB engine.

In my case it happened with CargoBackLinks::removeBackLinks(), and the only way I could bypass it is by setting $wgJobRunRate = 0 and then re-running through runJobs.php.

Sep 28 2022, 4:04 PM · MediaWiki-extensions-Cargo
Restricted Application added a project to T85762: Get rid of the Uncommitted DB writes notice: Performance-Team.

One example would be with Cargo; runJobs.php would show "uncommited DB writes", which is true - but it's because there was a previous exception, such as:
Error 1213 from CargoBackLinks::removeBackLinks, Deadlock found when trying to get lock; try restarting transaction.

Sep 28 2022, 4:00 PM · Performance-Team, MediaWiki-libs-Rdbms

Mar 30 2022

FreedomFighterSparrow added a comment to T272111: Elasticsearch, a CirrusSearch dependency, is switching to SSPL/Custom licence.

@Legoktm, see T272238 and T280482 - it seems OpenSearch is the relevant replacement in the future, and this task can be left closed.

Mar 30 2022, 10:48 PM · Discovery-Search, Software-Licensing, CirrusSearch

Feb 9 2022

FreedomFighterSparrow committed rEMBP803e643b424a: Merge branch 'master' into REL1_35.
Merge branch 'master' into REL1_35
Feb 9 2022, 10:14 AM
FreedomFighterSparrow committed rEMBP9559e2ddd418: Modernize the code base.
Modernize the code base
Feb 9 2022, 10:14 AM
FreedomFighterSparrow closed T180952: Option to have MultiBoilerplate not overwrite content of existing pages as Declined.

Another extension exists for this use case.

Feb 9 2022, 7:19 AM · MediaWiki-extensions-MultiBoilerplate

Apr 28 2021

FreedomFighterSparrow added a comment to T185555: Preview tab has disappeared.

If anyone else gets here, just adding that someone already made a gadget to replace this functionality, and you can get it here: https://help.fandom.com/wiki/Special:Gadgets/export/previewTab

Apr 28 2021, 12:53 AM · WikiEditor

Apr 13 2021

FreedomFighterSparrow added a comment to T170001: Support CodeMirror syntax highlighting on RTL wikis.

This demo, which uses CodeMirror 5.60, seems to work fine with RTL. Editing on HE Wikipedia, which runs 5.58.3, doesn't seem to work well. Is the issue actually with CodeMirror?

Apr 13 2021, 4:20 PM · MW-1.42-notes (1.42.0-wmf.2; 2023-10-24), I18n, RTL, MediaWiki-extensions-CodeMirror

Jan 5 2021

FreedomFighterSparrow added a comment to T271073: wrong translation in es.json.

Oops, I should have to linked to AutocreateCategoryPages:
https://translatewiki.net/w/i.php?title=Special:Translate&group=ext-autocreatecategorypages&language=es&filter=&action=translate

Jan 5 2021, 10:21 AM · I18n, translatewiki.net, MediaWiki-extensions-AutoCreateCategoryPages

Jan 4 2021

FreedomFighterSparrow added a comment to T271073: wrong translation in es.json.

Hi @Jakeukalane, we really should be more friendly to new comers! Thank you very much for wanting to fix the translation. You can find the Spanish translation for MultiBolerplate on translatewiki here:
https://translatewiki.net/w/i.php?title=Special:Translate&group=ext-multiboilerplate&language=es&filter=&action=translate

Jan 4 2021, 9:17 PM · I18n, translatewiki.net, MediaWiki-extensions-AutoCreateCategoryPages

Jun 20 2020

FreedomFighterSparrow added a comment to T254755: PageForms tokens input ignores existing values only option.

Thanks, @priyanshu_varshney!

Jun 20 2020, 1:11 PM · Patch-For-Review, MediaWiki-extensions-Page_Forms

Jun 18 2020

FreedomFighterSparrow added a comment to T250759: namespace has no effect when values_from_concept values_from_category are used.

Actually, you're right - it could be done through the template.
git blame says you checked this in back in 2016, "Based on a patch from
Simon Heimler" (gerrit change 288625 https://gerrit.wikimedia.org/r/288625).
It looks like the entire tokens onChange function was removed at some
point, likely during the Select2 library upgrade, and so this change was
lost there.

Jun 18 2020, 6:22 PM · MediaWiki-extensions-Page_Forms
FreedomFighterSparrow updated subscribers of T250759: namespace has no effect when values_from_concept values_from_category are used.

@Yaron_Koren , I was just about to report something along the same lines - the documentation specifies we can use the "namespace" param with both combobox and tokens input types, but only the combobox has code to handle this - combobox_proto.onChange in ext.pf.select2.combobox.js.

Jun 18 2020, 11:38 AM · MediaWiki-extensions-Page_Forms
FreedomFighterSparrow added a comment to T254755: PageForms tokens input ignores existing values only option.

I believe this is due to opts.tags = true; (line #156) - it should be false if existingvaluesonly is set.

Jun 18 2020, 11:23 AM · Patch-For-Review, MediaWiki-extensions-Page_Forms
FreedomFighterSparrow added a comment to T255656: Template not called by any page leads to infinite loading in Special:MultiPageEdit.

I saw this issue when there are no values to display - and it does look like the category is empty. Is this the case here?

Jun 18 2020, 9:32 AM · MediaWiki-extensions-Page_Forms

Jun 4 2020

FreedomFighterSparrow closed T253351: Special:CargoTables doesn't show a link to Special:MultiPageEdit if the form has spaces in its name as Resolved.

Merged.

Jun 4 2020, 10:11 PM · MediaWiki-extensions-Page_Forms

May 22 2020

FreedomFighterSparrow added a comment to T253351: Special:CargoTables doesn't show a link to Special:MultiPageEdit if the form has spaces in its name.

@Aklapper, I see, and I'll keep that in mind. Thank you.

May 22 2020, 3:03 PM · MediaWiki-extensions-Page_Forms
FreedomFighterSparrow added a comment to T253351: Special:CargoTables doesn't show a link to Special:MultiPageEdit if the form has spaces in its name.

@Aklapper, I read that and actually did change the commit message accordingly (https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/PageForms/+/597880/1..2//COMMIT_MSG), but it still wasn't picked up...

May 22 2020, 12:04 PM · MediaWiki-extensions-Page_Forms

May 21 2020

FreedomFighterSparrow added a comment to T253352: Special:CreateClass fails due to PF_CreatePageJob.php: Class 'MediaWikiServices' not found.

Reedy, any ideas what I did wrong? My uploaded changes don't get linked to issues. They don't even get a bot review. For this issue I uploaded Change 597878, which never got linked, and I also uploaded https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/PageForms/+/597880/, which should have to linked to T253351. Any ideas what I'm doing wrong?

May 21 2020, 11:22 PM · MediaWiki-extensions-Page_Forms
FreedomFighterSparrow added a comment to T253351: Special:CargoTables doesn't show a link to Special:MultiPageEdit if the form has spaces in its name.

Apparently, I'm really bad at using git-review... Let's see if I can manually link the change: Change 597880

May 21 2020, 10:53 PM · MediaWiki-extensions-Page_Forms
FreedomFighterSparrow added a comment to T253352: Special:CreateClass fails due to PF_CreatePageJob.php: Class 'MediaWikiServices' not found.

I just realized you uploaded a patch for this, as my patch never made it here. I must be doing something wrong with git-review.

May 21 2020, 10:39 PM · MediaWiki-extensions-Page_Forms
FreedomFighterSparrow added a comment to T253352: Special:CreateClass fails due to PF_CreatePageJob.php: Class 'MediaWikiServices' not found.

You're right; I found one more in PF_HelperFormAction.php. Should I just add it to the same patch?

May 21 2020, 10:38 PM · MediaWiki-extensions-Page_Forms
FreedomFighterSparrow created T253352: Special:CreateClass fails due to PF_CreatePageJob.php: Class 'MediaWikiServices' not found.
May 21 2020, 9:46 PM · MediaWiki-extensions-Page_Forms
FreedomFighterSparrow created T253351: Special:CargoTables doesn't show a link to Special:MultiPageEdit if the form has spaces in its name.
May 21 2020, 9:44 PM · MediaWiki-extensions-Page_Forms

May 11 2020

FreedomFighterSparrow added a comment to T246861: Deprecate not passing a user to ParserOptions::__construct and ::newCanonical.

And here I was just trying to set up my Vagrant env to review this. Oh well. Thanks, guys!

May 11 2020, 2:47 PM · MW-1.36-notes (1.36.0-wmf.25; 2021-01-05), Platform Team Workboards (External Code Reviews), MW-1.35-notes (1.35.0-wmf.38; 2020-06-23), Patch-For-Review, Technical-Debt (Deprecation process), MediaWiki-General, User-DannyS712

Feb 26 2019

FreedomFighterSparrow closed T26659: Whitelist additional values for the WAI-ARIA role attribute on certain elements in wikitext as Resolved.

This is now merged, so I see no reason why it was left open.

Feb 26 2019, 7:19 AM · MW-1.27-release (WMF-deploy-2016-02-02_(1.27.0-wmf.12)), MW-1.27-release-notes, Accessibility, MediaWiki-Parser
FreedomFighterSparrow closed T26659: Whitelist additional values for the WAI-ARIA role attribute on certain elements in wikitext, a subtask of T26583: wiki-text should support presentational tables, as Resolved.
Feb 26 2019, 7:19 AM · Parser, Accessibility, MediaWiki-Parser

Jun 9 2018

Gerrit Code Review <gerrit@wikimedia.org> committed rEPFM69ee840c030b: Update patch set 3 (authored by FreedomFighterSparrow).
Update patch set 3
Jun 9 2018, 7:06 PM
Gerrit Code Review <gerrit@wikimedia.org> committed rEPFM995d9327004d: Update patch set 2 (authored by FreedomFighterSparrow).
Update patch set 2
Jun 9 2018, 7:06 PM
Gerrit Code Review <gerrit@wikimedia.org> committed rEPFM1e319320b8d1: Update patch set 1 (authored by FreedomFighterSparrow).
Update patch set 1
Jun 9 2018, 7:06 PM
Gerrit Code Review <gerrit@wikimedia.org> committed rEPFM62a339499638: Create patch set 2 (authored by FreedomFighterSparrow).
Create patch set 2
Jun 9 2018, 7:06 PM
Gerrit Code Review <gerrit@wikimedia.org> committed rEPFM8564dbf2a456: Create change (authored by FreedomFighterSparrow).
Create change
Jun 9 2018, 7:06 PM
Gerrit Code Review <gerrit@wikimedia.org> committed rEPFMc261b23c6e51: Update patch set 3 (authored by FreedomFighterSparrow).
Update patch set 3
Jun 9 2018, 7:00 PM
Gerrit Code Review <gerrit@wikimedia.org> committed rEPFM4e4fb3a5689e: Final NoteDb migration updates (authored by FreedomFighterSparrow).
Final NoteDb migration updates
Jun 9 2018, 7:00 PM
Gerrit Code Review <gerrit@wikimedia.org> committed rEPFM93714089e28b: Create change (authored by FreedomFighterSparrow).
Create change
Jun 9 2018, 7:00 PM

Apr 12 2018

FreedomFighterSparrow updated subscribers of T106075: add tracking category for imagemap errors. add imagemap tag to the prop list for "Special:PagesWithProp".

@IKhitron, I did quite a bit of work on this, even though this isn't really relevant to me (I don't even use this extension myself). I fixed each and every one of @Tgr's comments since the last time you pushed for this. @eranroz did a +1 review, but I have no way of forcing someone to actually go through a +2 review. It also seems some work was done on this extension since then, which requires a proper rebase - I think I'm done for now.

Apr 12 2018, 5:11 PM · Patch-Needs-Improvement, MediaWiki-TrackingCategories, Multimedia, ImageMap

Nov 20 2017

FreedomFighterSparrow added a comment to T180952: Option to have MultiBoilerplate not overwrite content of existing pages.

Hi Charles,
I'm not really familiar with BoilerRoom, as I've never needed that functionality myself.

Nov 20 2017, 4:11 PM · MediaWiki-extensions-MultiBoilerplate
FreedomFighterSparrow added a comment to T180952: Option to have MultiBoilerplate not overwrite content of existing pages.

Hi Charles,
It seems like you are looking for the functionality of Extension:BoilerRoom. Maybe it fits your use case better?

Nov 20 2017, 3:03 PM · MediaWiki-extensions-MultiBoilerplate

Aug 3 2017

FreedomFighterSparrow added a comment to T155088: Call to protected method Article::getContentObject() from context 'WidgetRenderer'.

You probably need to send @Yaron_Koren an email directly. His email is on every one of his extensions' pages.

Aug 3 2017, 1:53 PM · Patch-For-Review, MediaWiki-extensions-Widgets

Jul 28 2017

FreedomFighterSparrow closed T161387: Change AutoCreateCategoryPages to not have to grab entire namespace as Resolved.

Yes, indeed.

Jul 28 2017, 8:53 PM · MediaWiki-extensions-AutoCreateCategoryPages

Jul 11 2017

FreedomFighterSparrow added a comment to T106075: add tracking category for imagemap errors. add imagemap tag to the prop list for "Special:PagesWithProp".

@IKhitron, I'm still around. I just did not have the time to deal with @Tgr's review, as I did this fix as a distraction, and according to the best practices I could find (as in, copied everything from extension:Score, assuming what was good enough for one deployed extension would be good for another). I probably need to rollback the exceptions I added, and that's it.

Jul 11 2017, 8:10 PM · Patch-Needs-Improvement, MediaWiki-TrackingCategories, Multimedia, ImageMap

Jul 2 2017

FreedomFighterSparrow committed rEPFM1f2c091f645a: Add a Hebrew translation for namespace PF_NS_FORM.
Add a Hebrew translation for namespace PF_NS_FORM
Jul 2 2017, 9:38 AM

Jun 26 2017

FreedomFighterSparrow committed rEPFM448ed27dd0ba: Add option 'hide if empty' to wiki sections in forms.
Add option 'hide if empty' to wiki sections in forms
Jun 26 2017, 1:01 PM

Jun 24 2017

FreedomFighterSparrow committed rEPFMe2b79cd11080: Add option 'hide when empty' to wiki sections in forms.
Add option 'hide when empty' to wiki sections in forms
Jun 24 2017, 8:25 PM

May 14 2017

FreedomFighterSparrow added a comment to T146636: Elasticsearch upgrade to 2.3: Backport to Mediawiki 1.27 LTS.

@Krinkle, we're definitely not in agreement there - but I appreciate your thoughtful reply.

May 14 2017, 1:08 AM · MW-1.27-release, Discovery-Search, Discovery-ARCHIVED, CirrusSearch

May 6 2017

FreedomFighterSparrow added a comment to T161387: Change AutoCreateCategoryPages to not have to grab entire namespace.

Sorry for taking so long on this... I have uploaded a patchset with your changes and merged it, @labster, and will merge it as soon as gerrit allows me.
I'm busy with other things ATM, so I'll leave the improved existence-check to another time.

May 6 2017, 2:42 PM · MediaWiki-extensions-AutoCreateCategoryPages

Apr 23 2017

FreedomFighterSparrow added a comment to T106075: add tracking category for imagemap errors. add imagemap tag to the prop list for "Special:PagesWithProp".

Eran's comments? Yeah, a long time ago. You can see everything looking at
the change (https://gerrit.wikimedia.org/r/#/c/324722/).

Apr 23 2017, 5:06 AM · Patch-Needs-Improvement, MediaWiki-TrackingCategories, Multimedia, ImageMap

Apr 22 2017

FreedomFighterSparrow updated subscribers of T106075: add tracking category for imagemap errors. add imagemap tag to the prop list for "Special:PagesWithProp".

@IKhitron, nothing new, and I'm sorry to say this is usually what happens when I try to make small contributions - I have no idea how to attract +2 commiters to them... and I believe ImageMap has no specific ownership I'll try adding @Tgr as a reviewer, since he is the only listed member in the ImageMap project on Phabricator.

Apr 22 2017, 8:23 PM · Patch-Needs-Improvement, MediaWiki-TrackingCategories, Multimedia, ImageMap
FreedomFighterSparrow added a comment to T163423: Can't create new article from search when including a quote in the search string.

Yeah, I saw what it was for, but I guess in a perfect world it wouldn't
trigger for a single quote (which isn't special syntax) or for quotes
around a single word (which, again, isn't special syntax AFAIK).

Apr 22 2017, 8:12 PM · Discovery-ARCHIVED, CirrusSearch

Apr 20 2017

FreedomFighterSparrow created T163423: Can't create new article from search when including a quote in the search string.
Apr 20 2017, 8:50 AM · Discovery-ARCHIVED, CirrusSearch

Apr 14 2017

FreedomFighterSparrow added a comment to T155088: Call to protected method Article::getContentObject() from context 'WidgetRenderer'.

I did too...
Using WikiPage->getContent() is indeed the new recommended method (see docs/contenthandler.txt). I'll submit the above patch for review in a few moments.

Apr 14 2017, 12:59 PM · Patch-For-Review, MediaWiki-extensions-Widgets

Mar 25 2017

FreedomFighterSparrow added a comment to T161387: Change AutoCreateCategoryPages to not have to grab entire namespace.

Sure, this is my responsiblity to maintain, after all. @labster, any particular form of credit? Currently it's just a line in the changelog:

  • Version 1.0.2, 2017-03-25: A much improved query of pre-existing categories, by Brent Laabs (labster).
Mar 25 2017, 10:48 AM · MediaWiki-extensions-AutoCreateCategoryPages
FreedomFighterSparrow added a comment to T161387: Change AutoCreateCategoryPages to not have to grab entire namespace.

Hmm, yes, that makes a *lot* of sense :-)
I'll update the code soon. Thank you very much!

Mar 25 2017, 10:22 AM · MediaWiki-extensions-AutoCreateCategoryPages

Mar 3 2017

FreedomFighterSparrow added a comment to T146636: Elasticsearch upgrade to 2.3: Backport to Mediawiki 1.27 LTS.

@EBernhardson - I don't think so, because ElasticSearch 1.x is EOL. Running EOL software is kind of... wrong. There no sense keeping back-compatibility with EOL software.

Mar 3 2017, 11:51 PM · MW-1.27-release, Discovery-Search, Discovery-ARCHIVED, CirrusSearch

Feb 3 2017

FreedomFighterSparrow added a comment to T142845: Changes/Diff preview in WikiEditor not styled properly in 0.0.5 (1.27.0).

Thank you, @TheDJ! This is great :-)

Feb 3 2017, 12:56 PM · MW-1.28-release (WMF-deploy-2016-10-04_(1.28.0-wmf.21)), WikiEditor

Feb 1 2017

FreedomFighterSparrow added a comment to T142845: Changes/Diff preview in WikiEditor not styled properly in 0.0.5 (1.27.0).

It really should... 1.27 is the LTS release, after all (I just spent almost an hour digging through WikiEditor until I found the problem, and only then found this phab issue).

Feb 1 2017, 2:09 PM · MW-1.28-release (WMF-deploy-2016-10-04_(1.28.0-wmf.21)), WikiEditor

Dec 14 2016

FreedomFighterSparrow closed T35435: Add MediaWiki:Multiboilerplate to the Admin Links page, a subtask of T40638: [DO NOT USE] Interface messages needing rewording or documentation and other issues with existing messages [superseded by #Voice_&_Tone], as Declined.
Dec 14 2016, 11:18 AM · MediaWiki-Internationalization, Tracking-Neverending, I18n, MediaWiki-User-Interface
FreedomFighterSparrow closed T35435: Add MediaWiki:Multiboilerplate to the Admin Links page as Declined.

This is very old and I see no current interest, so I'm declining this. Anybody can reopen if interested.

Dec 14 2016, 11:17 AM · Voice & Tone, good first task, MediaWiki-extensions-MultiBoilerplate
FreedomFighterSparrow added a comment to E413: Code Review Office Hours.
Suggested byTask and/or Description of patchLink to patch
@FreedomFighterSparrowT106075https://gerrit.wikimedia.org/r/#/c/324722/
@FreedomFighterSparrowConvert extension:Lockdown to extension registrationhttps://gerrit.wikimedia.org/r/#/c/325281/
Dec 14 2016, 10:39 AM · events, Release-Engineering-Team, Developer-Advocacy, IRC-Meetings, Patch-For-Review

Dec 6 2016

FreedomFighterSparrow added a comment to T148582: Lockdown blocks extensions relying on API interaction.

Well, I didn't just backport it myself because I wanted to make sure with @daniel that this isn't dependant on other changes, so I fully agree with your tagging :-)

Dec 6 2016, 11:05 AM · Patch-For-Review, MW-1.27-release, MediaWiki-extensions-Lockdown

Dec 4 2016

FreedomFighterSparrow added a comment to T148582: Lockdown blocks extensions relying on API interaction.

Well, according to my testing just now, backporting Daniel's change 303369 to REL1_27 is enough to fix this issue. @Kghbln, can you confirm?

Dec 4 2016, 3:09 PM · Patch-For-Review, MW-1.27-release, MediaWiki-extensions-Lockdown

Dec 1 2016

FreedomFighterSparrow added a comment to T106075: add tracking category for imagemap errors. add imagemap tag to the prop list for "Special:PagesWithProp".

Anybody wants to review this? Basically I just copied stuff over from extension:Score, even though there's no indication if their way is the recommended one.

Dec 1 2016, 2:19 PM · Patch-Needs-Improvement, MediaWiki-TrackingCategories, Multimedia, ImageMap

Nov 22 2016

FreedomFighterSparrow added a comment to T148582: Lockdown blocks extensions relying on API interaction.

I think there might still be an issue related to getEffectiveGroups():

  • Using api.php?action=query&meta=userinfo&uiprop=groups, I'm not getting all the groups of my user.
  • Using api.php?action=query&list=users&ususers=my_username&usprop=groups retrieves the correct groups.
Nov 22 2016, 7:02 AM · Patch-For-Review, MW-1.27-release, MediaWiki-extensions-Lockdown

Nov 6 2016

FreedomFighterSparrow added a comment to T24759: different boilerplates per namespace.

Hi Cboltz, I definitely symphatize with the overfilled todo - my queue never empties too - but this means the patch is just not good enough to make it into the code, which requires proper documentation and no loss of functionality.

Nov 6 2016, 10:26 PM · MediaWiki-extensions-MultiBoilerplate

Nov 3 2016

FreedomFighterSparrow added a comment to T35435: Add MediaWiki:Multiboilerplate to the Admin Links page.

Is anybody actually interested in this?
If nobody replies in the next month or so, I will close this as 'declined'.

Nov 3 2016, 2:14 PM · Voice & Tone, good first task, MediaWiki-extensions-MultiBoilerplate
FreedomFighterSparrow added a comment to T24759: different boilerplates per namespace.

@Cboltz, first of all: thanks!

Nov 3 2016, 2:11 PM · MediaWiki-extensions-MultiBoilerplate
FreedomFighterSparrow closed T15171: Namespace-based boilerplate listing as Declined.

This is an extremely old plan by the original author of the extension. Because of the following:

Nov 3 2016, 1:54 PM · MediaWiki-extensions-MultiBoilerplate

May 26 2016

FreedomFighterSparrow added a parent task for T108489: Generalise CapsuleMultiselectWidget and CheckboxMultiselectWidget into a MultiselectWidget: T91147: Create a generalised multi-select widget (aka CapsuleMultiselectWidget).
May 26 2016, 12:31 PM · OOUI
FreedomFighterSparrow added a subtask for T91147: Create a generalised multi-select widget (aka CapsuleMultiselectWidget): T108489: Generalise CapsuleMultiselectWidget and CheckboxMultiselectWidget into a MultiselectWidget.
May 26 2016, 12:31 PM · Technical-Debt, OOUI

May 21 2016

FreedomFighterSparrow removed a project from T35435: Add MediaWiki:Multiboilerplate to the Admin Links page: I18n.
May 21 2016, 10:23 PM · Voice & Tone, good first task, MediaWiki-extensions-MultiBoilerplate
FreedomFighterSparrow closed T43787: Allow wikilinks in boilerplate page as Resolved.

Resolved with the merge of 260516.

May 21 2016, 10:22 PM · Patch-For-Review, MediaWiki-extensions-MultiBoilerplate

Apr 9 2016

FreedomFighterSparrow added a comment to T125323: Sitenotice message sometimes shown at bottom of site for readers / logged-out users.

Doubtful. This was done in the days when crawlers did not run JavaScript.

Apr 9 2016, 5:00 PM · MW-1.29-release (WMF-deploy-2017-04-25_(1.29.0-wmf.21)), Patch-For-Review, DismissableSiteNotice, MediaWiki-General

Apr 1 2016

FreedomFighterSparrow added a comment to T91201: [GOAL] Accessibility settings/preferences on desktop and mobile.

@violetto, any obvious next steps you can think of?

Apr 1 2016, 2:16 PM · Web-Team-Backlog (Needs Prioritization (Tech)), Navigation Restructure (Web), Epic, Desktop Improvements (Vector 2022), Wikimania-Hackathon-2016, Wikimania-Hackathon-2015, MediaWiki-Core-Preferences, Design, Accessibility, Wikimedia-Hackathon-2015
FreedomFighterSparrow awarded T123880: Do not use nested tables for displaying JSON data in MediaWiki:*.json pages (because mobile resolutions) a Like token.
Apr 1 2016, 12:32 PM · patch-welcome, Mobile, JsonConfig, MediaWiki-ContentHandler, Accessibility, MediaWiki-User-Interface

Jan 18 2016

FreedomFighterSparrow added a comment to T43787: Allow wikilinks in boilerplate page.

@Jhf2442, mind doing a quick review of my changeset? It'd be nice if I don't just self-merge things all the time, and besides, this is just small change upon your work.

Jan 18 2016, 6:53 PM · Patch-For-Review, MediaWiki-extensions-MultiBoilerplate

Dec 24 2015

FreedomFighterSparrow added a comment to T43787: Allow wikilinks in boilerplate page.

@Jhf2442, I uploaded a new changeset (somehow Gerrit hasn't notified Phabricator yet):

  • The same change had to be applied for the special page, otherwise it broke (yes, code duplication is evil and should be remedied)
  • I cleaned up the code in that part ("$things", really? talk about descriptive names)
  • I documented the option in the README and the new version in the CHANGELOG (trying to set a good example in documenting stuff)
  • I added your nick as an author/contributor. If you prefer a different wording for your credit, upload a new changset or let me know and I'll do that.
Dec 24 2015, 12:37 AM · Patch-For-Review, MediaWiki-extensions-MultiBoilerplate

Dec 22 2015

FreedomFighterSparrow added a comment to T43787: Allow wikilinks in boilerplate page.

@Jhf2442: I'll look at this now and merge.

Dec 22 2015, 11:13 AM · Patch-For-Review, MediaWiki-extensions-MultiBoilerplate

Dec 3 2015

FreedomFighterSparrow added a comment to T43787: Allow wikilinks in boilerplate page.

@Jhf2442: I'd like to move away from a wiki content model eventually and to cut out all this regex, but in the meantime, this is probably a good idea (even though it's not a use case of mine). I'll try to test and add it soon. Thanks!

Dec 3 2015, 9:40 AM · Patch-For-Review, MediaWiki-extensions-MultiBoilerplate

Jul 28 2015

FreedomFighterSparrow closed T58871: Automatically use boilerplate if page title matches boilerplate description as Declined.

This makes no sense to me personally, and was submitted long ago without a use case, so I really can't see it as relevant. In an attempt to de-clutter things, I'm closing this as wontfix.

Jul 28 2015, 5:44 PM · MediaWiki-extensions-MultiBoilerplate

Jun 24 2015

FreedomFighterSparrow committed rEMBPe2cc71a7df96: Attempt to fix a bug with using [[MediaWiki:MultiBoilerplate]].
Attempt to fix a bug with using [[MediaWiki:MultiBoilerplate]]
Jun 24 2015, 11:45 PM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXT73d57c4a1a1b: Updated mediawiki/extensions Project: mediawiki/extensions/MultiBoilerplate… (authored by FreedomFighterSparrow).
Updated mediawiki/extensions Project: mediawiki/extensions/MultiBoilerplate…
Jun 24 2015, 11:05 PM

May 25 2015

FreedomFighterSparrow added a comment to T100266: Taxis to the airport or train station.

@Isarra, the terminals are very close together (a 2 minute drive terminal 2->1, terminals 2 & 3 are right next to each other).

May 25 2015, 1:41 PM · Wikimedia-Hackathon-2015
FreedomFighterSparrow added a comment to T97968: Discuss mobile support in the mw skinning system for responsive skins.

So, is this a fair summary of our discussion?

May 25 2015, 1:32 PM · MediaWiki-User-Interface, Wikimedia-Hackathon-2015
FreedomFighterSparrow added a comment to T97968: Discuss mobile support in the mw skinning system for responsive skins.

Yay!

May 25 2015, 10:39 AM · MediaWiki-User-Interface, Wikimedia-Hackathon-2015
FreedomFighterSparrow added a comment to T100266: Taxis to the airport or train station.

My flight is at 12:00pm tomorrow (26th), flight TK1808 from terminal 1. I guess there's no reason to leave earlier than 9:45-10:00 by taxi. Anybody else?

May 25 2015, 10:35 AM · Wikimedia-Hackathon-2015

May 24 2015

FreedomFighterSparrow added a comment to T97968: Discuss mobile support in the mw skinning system for responsive skins.

Cool. See you there :-)

May 24 2015, 10:11 PM · MediaWiki-User-Interface, Wikimedia-Hackathon-2015
FreedomFighterSparrow committed rEMBPdb666ff10019: Update extension.json. (authored by Paladox).
Update extension.json.
May 24 2015, 9:13 PM
FreedomFighterSparrow committed rEMBPeaa733d469ab: Update to use ExtensionRegistry (breaks b/c compatibility MW < 1.25).
Update to use ExtensionRegistry (breaks b/c compatibility MW < 1.25)
May 24 2015, 6:22 PM
FreedomFighterSparrow committed rEACP2a5f5e7ce529: Convert to extension registration for MediaWiki 1.25.
Convert to extension registration for MediaWiki 1.25
May 24 2015, 6:19 PM
FreedomFighterSparrow committed rEACP8b88b8cea1b5: Convert to extension registration for MediaWiki 1.25.
Convert to extension registration for MediaWiki 1.25
May 24 2015, 5:05 PM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXTf1fe1bdf358b: Updated mediawiki/extensions Project… (authored by FreedomFighterSparrow).
Updated mediawiki/extensions Project…
May 24 2015, 5:04 PM
FreedomFighterSparrow committed rEMBP3a25200da8c8: Update to use ExtensionRegistry (breaks b/c compatibility MW < 1.25).
Update to use ExtensionRegistry (breaks b/c compatibility MW < 1.25)
May 24 2015, 4:06 PM
Gerrit Code Review <gerrit@wikimedia.org> committed rMEXT00434b487433: Updated mediawiki/extensions Project: mediawiki/extensions/MultiBoilerplate… (authored by FreedomFighterSparrow).
Updated mediawiki/extensions Project: mediawiki/extensions/MultiBoilerplate…
May 24 2015, 3:43 PM
FreedomFighterSparrow added a comment to T91201: [GOAL] Accessibility settings/preferences on desktop and mobile.

Great, @violetto! Very clear now, IMO.
@Nirzar, is this also the "advanced" screen for the sidebar widget?

May 24 2015, 1:32 PM · Web-Team-Backlog (Needs Prioritization (Tech)), Navigation Restructure (Web), Epic, Desktop Improvements (Vector 2022), Wikimania-Hackathon-2016, Wikimania-Hackathon-2015, MediaWiki-Core-Preferences, Design, Accessibility, Wikimedia-Hackathon-2015

May 23 2015

FreedomFighterSparrow added a comment to T27844: Record stats on extension downloads.
May 23 2015, 10:24 PM · Patch-For-Review, ExtensionDistributor
FreedomFighterSparrow added a comment to T97968: Discuss mobile support in the mw skinning system for responsive skins.

Well, I'm willing. Any other takers here?

May 23 2015, 5:07 PM · MediaWiki-User-Interface, Wikimedia-Hackathon-2015
FreedomFighterSparrow added a comment to T97968: Discuss mobile support in the mw skinning system for responsive skins.

Truthfully? a too-fancy way of saying "*any* ideas you've already came up
with?".

May 23 2015, 4:48 PM · MediaWiki-User-Interface, Wikimedia-Hackathon-2015
FreedomFighterSparrow added a comment to T91201: [GOAL] Accessibility settings/preferences on desktop and mobile.

Nice :-)
The textsize buttons are very clear, but do you feel that the contrast buttons are self-explanatory? I'm not sure.

May 23 2015, 4:43 PM · Web-Team-Backlog (Needs Prioritization (Tech)), Navigation Restructure (Web), Epic, Desktop Improvements (Vector 2022), Wikimania-Hackathon-2016, Wikimania-Hackathon-2015, MediaWiki-Core-Preferences, Design, Accessibility, Wikimedia-Hackathon-2015
FreedomFighterSparrow added a comment to T97968: Discuss mobile support in the mw skinning system for responsive skins.

@Isarra, do you have any established ideas regarding this?

May 23 2015, 4:35 PM · MediaWiki-User-Interface, Wikimedia-Hackathon-2015