Page MenuHomePhabricator

Lens0021
User

Projects

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Friday

  • Clear sailing ahead.

User Details

User Since
Sep 25 2018, 2:39 AM (235 w, 1 d)
Availability
Available
IRC Nick
lens0021
LDAP User
Lens0021
MediaWiki User
Lens0021 [ Global Accounts ]

An operator of https://femiwiki.com, a 3rd-party wiki in Korean.

Babel: ko-N, ja-3, en-2

https://gitlab.com/lens0021

Recent Activity

Fri, Mar 24

Lens0021 placed T283974: Add an option to update.php script of LocalisationUpdate for scoping component and extension up for grabs.
Fri, Mar 24, 5:50 AM · Patch-For-Review, MediaWiki-extensions-LocalisationUpdate

Fri, Mar 17

Lens0021 awarded T300728: Include Visual Editor extension on Wikibase.cloud a Like token.
Fri, Mar 17, 5:06 PM · Wikibase.cloud

Tue, Mar 14

Lens0021 updated the task description for T332008: A special page for the render action.
Tue, Mar 14, 2:35 PM · Patch-For-Review, MediaWiki-Special-pages
Lens0021 updated the task description for T332008: A special page for the render action.
Tue, Mar 14, 2:10 PM · Patch-For-Review, MediaWiki-Special-pages
Lens0021 renamed T332008: A special page for the render action from Special pages for render to A special page for the render action.
Tue, Mar 14, 2:09 PM · Patch-For-Review, MediaWiki-Special-pages
Lens0021 claimed T332008: A special page for the render action.
Tue, Mar 14, 2:09 PM · Patch-For-Review, MediaWiki-Special-pages
Lens0021 created T332008: A special page for the render action.
Tue, Mar 14, 2:07 PM · Patch-For-Review, MediaWiki-Special-pages

Sat, Mar 4

Lens0021 added a comment to T330562: mw.ext.UnlinkedWikibase should return 1-indexed arrays.

For any wiki administrators:
This issue make the ipairs() do not work. I've had to apply this function to the output to work around it:

local function convertTo1IndexedArray(array)
	local newArray = {}
Sat, Mar 4, 9:43 PM · Patch-For-Review, MediaWiki-extensions-UnlinkedWikibase
Lens0021 created T331213: No GrowthExperiments support on DarkMode.
Sat, Mar 4, 9:37 PM · Patch-For-Review, MediaWiki-extensions-DarkMode

Feb 25 2023

Lens0021 created T330562: mw.ext.UnlinkedWikibase should return 1-indexed arrays.
Feb 25 2023, 10:07 AM · Patch-For-Review, MediaWiki-extensions-UnlinkedWikibase

Feb 11 2023

Lens0021 added a comment to T283484: [mwcli mwdd] Possibly use `docker compose` instead of requiring `docker-compose` internally.

My updated workaround:

Feb 11 2023, 2:07 PM · mwcli

Feb 6 2023

Lens0021 added a subtask for T328610: Default gadgets to run on mobile: T303681: RL targets for gadget definition pages .
Feb 6 2023, 1:36 PM · Patch-For-Review, MediaWiki-extensions-Gadgets, User-notice
Lens0021 added a parent task for T303681: RL targets for gadget definition pages : T328610: Default gadgets to run on mobile.
Feb 6 2023, 1:36 PM · MW-1.41-notes (1.41.0-wmf.1; 2023-03-20), MediaWiki-extensions-Gadgets

Feb 3 2023

Lens0021 awarded T156873: Choose a recommended IDE for MediaWiki and maintain a plugin for it a Love token.
Feb 3 2023, 1:15 PM · Developer Productivity, Developer-Wishlist (2017)
Lens0021 updated Lens0021.
Feb 3 2023, 4:57 AM

Jan 24 2023

Lens0021 added a comment to T286217: Upgrade lists.wikimedia.org to next Mailman/hyperkitty/postorius versions.

I'm waiting for this because HyperKitty v1.3.5 provides RSS feed. (https://gitlab.com/mailman/hyperkitty/-/merge_requests/302)

Jan 24 2023, 12:00 AM · SRE, Wikimedia-Mailing-lists

Jan 21 2023

Lens0021 awarded T286217: Upgrade lists.wikimedia.org to next Mailman/hyperkitty/postorius versions a Like token.
Jan 21 2023, 5:26 PM · SRE, Wikimedia-Mailing-lists

Jan 8 2023

Lens0021 added a watcher for MediaWiki-extensions-UnlinkedWikibase: Lens0021.
Jan 8 2023, 11:43 PM
Lens0021 removed a watcher for mwcli: Lens0021.
Jan 8 2023, 9:14 PM

Dec 31 2022

Lens0021 awarded T316183: Publish UnlinkedWikibase extension a Like token.
Dec 31 2022, 3:25 AM · MediaWiki-extensions-UnlinkedWikibase

Dec 25 2022

Lens0021 added a comment to T285859: Support Pygments styles.

fyi: https://www.mediawiki.org/wiki/Extension:SyntaxHighlightThemes

Dec 25 2022, 5:24 PM · SyntaxHighlight

Nov 30 2022

Lens0021 added a comment to T4306: Allow sorting of Special:Whatlinkshere lists by page title.

It sounds like a bad experience. I am waiting for someone who builds the new extension.

Nov 30 2022, 3:18 PM · Performance-Team (Radar), DBA, Community-Wishlist-Survey-2022, MediaWiki-Special-pages

Nov 4 2022

Lens0021 removed a watcher for MediaWiki-extensions-CommentStreams: Lens0021.
Nov 4 2022, 2:32 PM

Oct 6 2022

Lens0021 created T319499: `sudo mw update` failed on Mac "panic: user: unknown userid 502".
Oct 6 2022, 2:54 AM · mwcli

Oct 2 2022

Lens0021 added a comment to T4306: Allow sorting of Special:Whatlinkshere lists by page title.

Any review or advice for my patch are welcome. :)

Oct 2 2022, 12:01 PM · Performance-Team (Radar), DBA, Community-Wishlist-Survey-2022, MediaWiki-Special-pages

Oct 1 2022

Lens0021 added a comment to T221729: Filtering namespaces on "What links here:" times out: "PHP fatal error: entire web request took longer than 60 seconds and timed out".

Is this related to T297754?

Oct 1 2022, 3:45 PM · MediaWiki-Special-pages, Performance Issue, User-DannyS712

Sep 27 2022

Lens0021 added a comment to T4306: Allow sorting of Special:Whatlinkshere lists by page title.

I believe tweaking https://github.com/wikimedia/mediawiki/blob/9397a235/includes/specials/SpecialWhatLinksHere.php#L402-L411 is a key.
I wrote PoC for 1.38 and it worked: https://github.com/femiwiki/UnifiedExtensionForFemiwiki/blob/REL1_38/includes/Specials/SpecialOrderedWhatLinksHere.php
But the user interface should be designed newly.

Sep 27 2022, 1:16 PM · Performance-Team (Radar), DBA, Community-Wishlist-Survey-2022, MediaWiki-Special-pages

Sep 25 2022

Lens0021 added a comment to T283484: [mwcli mwdd] Possibly use `docker compose` instead of requiring `docker-compose` internally.

I've faced an issue related to this with a fresh new Fedora installation:

$ rpm -E %fedora
36
$ mwdev dev mw install --dbtype=sqlite
missing executables: docker-compose
Sep 25 2022, 1:48 PM · mwcli

Sep 8 2022

Lens0021 merged task T317273: Wikipedia wordmark overlaps echo icons on Skin:Timeless on smaller screens into T272764: Overlap of word mark and icons.
Sep 8 2022, 4:08 AM · Growth-Team, Notifications, Timeless
Lens0021 merged T317273: Wikipedia wordmark overlaps echo icons on Skin:Timeless on smaller screens into T272764: Overlap of word mark and icons.
Sep 8 2022, 4:08 AM · Timeless

Sep 7 2022

Lens0021 added a comment to T297536: Page hierarchy: Native support for navigation bar(links).

I think we can. Thank you for your and the team's effort.

Sep 7 2022, 12:32 AM · MediaWiki-Core-Skin-Architecture, MediaWiki-Interface
Lens0021 awarded T313349: Allow special pages to register navigation links in skins a Like token.
Sep 7 2022, 12:24 AM · MW-1.39-notes (1.39.0-wmf.28; 2022-09-05), Readers-Web-Backlog (Kanbanana-2022-23-Q1), Patch-For-Review, MediaWiki-Special-pages, MediaWiki-Core-Skin-Architecture (Menus 2.0)

Jul 12 2022

Lens0021 updated the task description for T312149: [1.40 release] Remove SkinTemplateNavigation and SkinTemplateNavigation::SpecialPage hooks.
Jul 12 2022, 1:03 PM · MW-1.40-release, MediaWiki-Core-Skin-Architecture, Wikifab, Wikispeech, MediaWiki-extensions-UserProtect, MediaWiki-extensions-PageSchemas, MediaWiki-extensions-MintyDocs, FileAnnotations, MediaWiki-extensions-CollaborationKit, MediaWiki-extensions-Approved-Revs, MediaWiki-extensions-PdfBook

Jul 10 2022

Lens0021 added a comment to T312708: Cannot update the schema of flaggedtemplates table from 1.37 to 1.38.

I think we had a similar issue in our production, you need to basically clean up rows that have duplicate data. You can also run pruneRevData.php to reduce the size of the table (and chance of corrupt data being there) drastically (run it with --prune --rev-age=31536000 --rev-num=5 as well)

Jul 10 2022, 9:31 PM · MediaWiki-extensions-FlaggedRevs
Lens0021 updated Lens0021.
Jul 10 2022, 3:36 PM
Lens0021 updated the task description for T312708: Cannot update the schema of flaggedtemplates table from 1.37 to 1.38.
Jul 10 2022, 1:00 AM · MediaWiki-extensions-FlaggedRevs
Lens0021 created T312708: Cannot update the schema of flaggedtemplates table from 1.37 to 1.38.
Jul 10 2022, 12:50 AM · MediaWiki-extensions-FlaggedRevs

Jul 9 2022

Lens0021 added a comment to T298170: Provide NUMBEROFVIEWS magic word (to directly give pageviews).

asaik, PageViewInfo can load pageviews for a certain period. So the total pageview since the page creation is not good to be handled by PageViewInfo.

Jul 9 2022, 5:46 PM · PageViewInfo, MediaWiki-General
Lens0021 added a comment to T309871: flaggedtemplates table cannot be created.

I've never written a database patch, but if there is no one to do this, I will. Should I?

Jul 9 2022, 8:45 AM · MW-1.39-notes (1.39.0-wmf.21; 2022-07-18), Schema-change, MediaWiki-extensions-FlaggedRevs, MW-1.38-release

Jul 8 2022

Lens0021 added a comment to T312149: [1.40 release] Remove SkinTemplateNavigation and SkinTemplateNavigation::SpecialPage hooks.

I'm having some trouble with this for Wikispeech. Codesniffer doesn't like the function name onSkinTemplateNavigation__Universal which is implemented from SkinTemplateNavigation__UniversalHook.

Jul 8 2022, 3:40 PM · MW-1.40-release, MediaWiki-Core-Skin-Architecture, Wikifab, Wikispeech, MediaWiki-extensions-UserProtect, MediaWiki-extensions-PageSchemas, MediaWiki-extensions-MintyDocs, FileAnnotations, MediaWiki-extensions-CollaborationKit, MediaWiki-extensions-Approved-Revs, MediaWiki-extensions-PdfBook

Jul 4 2022

Lens0021 closed T308546: UnexpectedValueException: Path '//en.wikipedia.beta.wmflabs.org/api/rest_v1/media/math/check/tex' has no service. as Resolved.
Jul 4 2022, 3:56 PM · MW-1.39-notes (1.39.0-wmf.13; 2022-05-23), Math, Beta-Cluster-Infrastructure

Jun 3 2022

Lens0021 created T309871: flaggedtemplates table cannot be created.
Jun 3 2022, 2:22 PM · MW-1.39-notes (1.39.0-wmf.21; 2022-07-18), Schema-change, MediaWiki-extensions-FlaggedRevs, MW-1.38-release

May 21 2022

Lens0021 added a comment to T12687: ParserFunctions insert a newline character before the returned result.

herd wrote:

Duping up, bug 12974 properly indicates it is a core problem and affects more than just parserfunctions/extensions.

*** This bug has been marked as a duplicate of bug 12974 ***

May 21 2022, 9:42 AM · ParserFunctions

May 20 2022

Lens0021 awarded T92315: OOUI: Responsive VE toolbar a Like token.
May 20 2022, 5:51 PM · Patch-For-Review, VisualEditor, OOUI

May 19 2022

Lens0021 updated subscribers of T300498: Sunset the LocalisationUpdate extension.

I guess Miraheze wikis use LU? At least it seems to be installed currently. CC @Universal_Omega

May 19 2022, 6:59 AM · Language-Team (Language-2022-April-June), MediaWiki Language Extension Bundle, MediaWiki-extensions-LocalisationUpdate
Lens0021 added a comment to T300498: Sunset the LocalisationUpdate extension.

@Lens0021 are you planning to keep using the extension? In that case we are not going to request archiving.

May 19 2022, 6:53 AM · Language-Team (Language-2022-April-June), MediaWiki Language Extension Bundle, MediaWiki-extensions-LocalisationUpdate
Lens0021 awarded T54582: TemplateData: Allow hinting to specify auto-numbered parameter names in some fashion a Like token.
May 19 2022, 6:11 AM · WMDE-References-FocusArea, Patch-For-Review, patch-welcome, ProveIt-Gadget, VisualEditor-MediaWiki, VisualEditor, TemplateData

May 17 2022

Lens0021 claimed T308546: UnexpectedValueException: Path '//en.wikipedia.beta.wmflabs.org/api/rest_v1/media/math/check/tex' has no service..
May 17 2022, 1:30 PM · MW-1.39-notes (1.39.0-wmf.13; 2022-05-23), Math, Beta-Cluster-Infrastructure
Lens0021 added a comment to T306572: Cannot use Wikimedia's Mathoid if self-hosted RESTBase is available.

Could this change have caused T308546?

May 17 2022, 1:23 PM · MW-1.39-notes (1.39.0-wmf.13; 2022-05-23), Math, Math-Non-WMF-Installations

May 16 2022

Lens0021 claimed T306572: Cannot use Wikimedia's Mathoid if self-hosted RESTBase is available.
May 16 2022, 10:46 AM · MW-1.39-notes (1.39.0-wmf.13; 2022-05-23), Math, Math-Non-WMF-Installations

May 15 2022

Lens0021 added a comment to T306572: Cannot use Wikimedia's Mathoid if self-hosted RESTBase is available.

@Physikerwelt I'm not sure using wgVisualEditorParsoidAutoConfig for that purpose is suitable and/or whether the patch will be accepted. Is what you are saying you can +2?

May 15 2022, 5:15 PM · MW-1.39-notes (1.39.0-wmf.13; 2022-05-23), Math, Math-Non-WMF-Installations

May 14 2022

Lens0021 placed T306572: Cannot use Wikimedia's Mathoid if self-hosted RESTBase is available up for grabs.

I manually set up a Parsoid, a RESTBase, and a Mathoid and replaced the 'zero-conf VisualEditor' and using them since 2021.[1] But after filing this task, I've replaced the Mathoid with the Wikimedia Mathoid[2] (for monetary reasons) with a forked extension with hacked code,[3] so I am removing myself as the assignee.

May 14 2022, 2:13 PM · MW-1.39-notes (1.39.0-wmf.13; 2022-05-23), Math, Math-Non-WMF-Installations
Lens0021 awarded T4306: Allow sorting of Special:Whatlinkshere lists by page title a Like token.
May 14 2022, 8:03 AM · Performance-Team (Radar), DBA, Community-Wishlist-Survey-2022, MediaWiki-Special-pages
Lens0021 awarded T117754: Convert Special:WhatLinksHere to OOUI a Like token.
May 14 2022, 8:01 AM · MW-1.39-notes (1.39.0-wmf.18; 2022-06-27), Patch-For-Review, Advanced Mobile Contributions, MediaWiki-Special-pages, Design, UI-Standardization

May 9 2022

Lens0021 created T307928: Removal of "auto-number headings" preference doesn't seem to be listed in RELEASE-NOTES-1.38.
May 9 2022, 3:11 PM · MW-1.38-notes, MW-1.39-notes (1.39.0-wmf.15; 2022-06-06), MediaWiki-Documentation, MW-1.38-release

May 8 2022

Lens0021 created T307864: A composer dependency of OAuth extension contains PHP 8.0 syntax.
May 8 2022, 1:57 PM · MediaWiki-extensions-OAuth

May 4 2022

Lens0021 closed T307542: anoneditwarning does not show links properly if $wgServer is a protocol-relative URL as Invalid.

I should set wgServer to '//default.mediawiki.mwdd.localhost:8080';

May 4 2022, 6:02 AM
Lens0021 created T307542: anoneditwarning does not show links properly if $wgServer is a protocol-relative URL.
May 4 2022, 5:42 AM

Apr 28 2022

Lens0021 created T307068: Add an option to show linked pages as related articles.
Apr 28 2022, 5:46 AM · Readers-Web-Backlog, RelatedArticles
Lens0021 awarded T306864: Easy way to get mysql command line access a Like token.
Apr 28 2022, 2:01 AM · mwcli

Apr 22 2022

Lens0021 awarded T303681: RL targets for gadget definition pages a Like token.
Apr 22 2022, 3:15 PM · MW-1.41-notes (1.41.0-wmf.1; 2023-03-20), MediaWiki-extensions-Gadgets

Apr 20 2022

Lens0021 awarded T302628: Implement native MathML rendering in Math a Like token.
Apr 20 2022, 9:41 PM · MW-1.40-notes (1.40.0-wmf.17; 2023-01-02), User-Physikerwelt, Math-Non-WMF-Installations, Research ideas, Math
Lens0021 created T306572: Cannot use Wikimedia's Mathoid if self-hosted RESTBase is available.
Apr 20 2022, 9:22 PM · MW-1.39-notes (1.39.0-wmf.13; 2022-05-23), Math, Math-Non-WMF-Installations
Lens0021 added a subtask for T297536: Page hierarchy: Native support for navigation bar(links): T283954: Subpages: The arrow before the link to basepage is a literal string and not customizable.
Apr 20 2022, 1:40 PM · MediaWiki-Core-Skin-Architecture, MediaWiki-Interface
Lens0021 added a parent task for T283954: Subpages: The arrow before the link to basepage is a literal string and not customizable: T297536: Page hierarchy: Native support for navigation bar(links).
Apr 20 2022, 1:40 PM · patch-welcome, MediaWiki-Core-Skin-Architecture, Design, MediaWiki-Internationalization, MediaWiki-Interface

Apr 19 2022

Lens0021 awarded T284951: [EPIC] Simplify the RelatedArticles extension a Like token.
Apr 19 2022, 6:02 PM · Readers-Web-Backlog (Needs Prioritization (Tech)), Goal, RelatedArticles
Lens0021 claimed T257746: VisualEditor is not initialized on any other mobile skin than Minerva Neue.
Apr 19 2022, 2:40 AM · MW-1.39-notes (1.39.0-wmf.9; 2022-04-25), VisualEditor-MediaWiki-Mobile, MobileFrontend, VisualEditor

Apr 18 2022

Lens0021 awarded T48556: [Epic] Wikidata 3rd party client (Instant Wikidata) a Love token.
Apr 18 2022, 2:50 PM · Epic, Wikidata, MediaWiki-extensions-WikibaseClient
Lens0021 added a comment to T299229: Give skins to an option to unsplit Alerts and Messages.

T142981 seems to be a version of this but for Echo itself. If hopefully, that is solved first, this task could be needless.

Apr 18 2022, 2:26 PM · Growth-Team, Notifications

Apr 15 2022

Lens0021 awarded T190114: Integrate TemplateStyles errors with CodeEditor a Like token.
Apr 15 2022, 5:52 PM · CodeEditor, TemplateStyles
Lens0021 added a comment to T265675: RGBA hexadecimal value is not supported in background-color (no support for transparency value).

It is on css-color-4 and I uploaded a PR https://github.com/Fyrd/caniuse/pull/6240

Apr 15 2022, 4:03 PM · css-sanitizer, TemplateStyles
Lens0021 added a comment to T265675: RGBA hexadecimal value is not supported in background-color (no support for transparency value).

I think I can't because I am not sure about #rrggbbaa. it is not found on https://www.w3.org/TR/css-color-3/ but described on mdn web docs.

Apr 15 2022, 3:55 PM · css-sanitizer, TemplateStyles
Lens0021 added a comment to T265675: RGBA hexadecimal value is not supported in background-color (no support for transparency value).

I have searched for more listed features:

Apr 15 2022, 3:32 PM · css-sanitizer, TemplateStyles
Lens0021 added a comment to T265675: RGBA hexadecimal value is not supported in background-color (no support for transparency value).

CSS3 colors seem to be compatible with all Grade C+ browsers according to https://caniuse.com/css3-colors, so there is no blocker on this?

Apr 15 2022, 2:51 PM · css-sanitizer, TemplateStyles

Apr 14 2022

Lens0021 added a comment to T277363: New search widget API doesn't work in "Special:" and "File:" namespace.

This seems to be fixed on English Wikipedia now. What happened?

Apr 14 2022, 6:24 PM · Readers-Web-Backlog, Platform Team Workboards (Clinic Duty Team), Vector (legacy skin), Design-Systems-team-20200324-20220422 (Vue.js Search Experience (Vector modern)), Desktop Improvements (Vector 2022)
Lens0021 awarded T30131: Modernize the look and usability of page histories a Like token.
Apr 14 2022, 5:44 PM · MediaWiki-Page-history, Community-Wishlist-Survey-2015, Design

Apr 13 2022

Lens0021 awarded T272624: Menus 2.0: Simplify how we modify menus in MediaWiki a Like token.
Apr 13 2022, 5:03 PM · MediaWiki-Core-Skin-Architecture (Menus 2.0), Epic
Lens0021 awarded T293289: [GOAL] Componentize Skin classes a Like token.
Apr 13 2022, 4:54 PM · MediaWiki-Core-Skin-Architecture (Menus 2.0)
Lens0021 renamed T6086: Support appending to the toolbox in a similar fassion as [[MediaWiki:Sidebar]] from Support appending to the toolbox to Support appending to the toolbox in a similar fassion as [[MediaWiki:Sidebar]].
Apr 13 2022, 4:50 PM · MediaWiki-Core-Skin-Architecture (Menus 2.0), good first task, patch-welcome, MediaWiki-Interface

Apr 12 2022

Lens0021 closed T305779: BundleSizeTest for a skin tests the default skin as Resolved.
Apr 12 2022, 2:14 AM · MW-1.38-notes, MW-1.39-notes (1.39.0-wmf.8; 2022-04-18), Performance-Team, MediaWiki-ResourceLoader

Apr 9 2022

Lens0021 claimed T305779: BundleSizeTest for a skin tests the default skin.
Apr 9 2022, 12:21 PM · MW-1.38-notes, MW-1.39-notes (1.39.0-wmf.8; 2022-04-18), Performance-Team, MediaWiki-ResourceLoader
Lens0021 renamed T305779: BundleSizeTest for a skin tests the default skin from Setting SkinOOUIThemes increases the bundlesize of other skin's OOUIIconPackModule to BundleSizeTest for a skin tests the default skin.
Apr 9 2022, 11:58 AM · MW-1.38-notes, MW-1.39-notes (1.39.0-wmf.8; 2022-04-18), Performance-Team, MediaWiki-ResourceLoader
Lens0021 created T305779: BundleSizeTest for a skin tests the default skin.
Apr 9 2022, 10:37 AM · MW-1.38-notes, MW-1.39-notes (1.39.0-wmf.8; 2022-04-18), Performance-Team, MediaWiki-ResourceLoader
Lens0021 awarded T304166: ToC: visual changes a Like token.
Apr 9 2022, 4:07 AM · MW-1.39-notes (1.39.0-wmf.7; 2022-04-11), Desktop Improvements (Vector 2022), Readers-Web-Backlog (Kanbanana-FY-2021-22)

Apr 7 2022

Lens0021 awarded T142981: Provide a single entry point for notification that anticipates the urgency of the notifications received a Like token.
Apr 7 2022, 12:43 PM · Growth-Team-Filtering, Growth-Team, Notifications

Mar 24 2022

Lens0021 changed the subtype of T270879: EchoApi.markAllRead( 'local', 'all' ) has no effect from "Task" to "Bug Report".
Mar 24 2022, 6:34 AM · MW-1.39-notes (1.39.0-wmf.9; 2022-04-25), Growth-Team (Current Sprint), MediaWiki-Action-API, Notifications

Mar 18 2022

Lens0021 removed a project from T224431: WikiApiary: Website "General" tab is broken for WMF and probably some other wikis: Patch-For-Review.
Mar 18 2022, 1:10 PM · WikiApiary

Mar 4 2022

Lens0021 added a comment to T303039: Create project tag for Wikinews.

Though there is no guarantee to be implemented, Refinement of MediaWiki to meet the needs of the Wikinews project (news writing and approval, feed, DynamicPageList, RSS) on Community Wishlist Survey 2022 suggests some tasks to the developers. To organize the suggestion and split it to smaller tasks, and make it easy to find out any Wikinews related tasks for people interested, there should be a way to tracking.

Mar 4 2022, 12:45 PM · Project-Admins
Lens0021 created T303039: Create project tag for Wikinews.
Mar 4 2022, 11:59 AM · Project-Admins

Mar 2 2022

Lens0021 added a parent task for T283474: Update StructuredDiscussions to use the new HookContainer/HookRunner system: T283459: Equivalent of PageSaveComplete hook for StructuredDiscussions.
Mar 2 2022, 11:37 AM · Patch-For-Review, Growth-Team, StructuredDiscussions
Lens0021 added a subtask for T283459: Equivalent of PageSaveComplete hook for StructuredDiscussions: T283474: Update StructuredDiscussions to use the new HookContainer/HookRunner system.
Mar 2 2022, 11:37 AM · StructuredDiscussions
Lens0021 removed a parent task for T283474: Update StructuredDiscussions to use the new HookContainer/HookRunner system: T283459: Equivalent of PageSaveComplete hook for StructuredDiscussions.
Mar 2 2022, 11:36 AM · Patch-For-Review, Growth-Team, StructuredDiscussions
Lens0021 removed a subtask for T283459: Equivalent of PageSaveComplete hook for StructuredDiscussions: T283474: Update StructuredDiscussions to use the new HookContainer/HookRunner system.
Mar 2 2022, 11:36 AM · StructuredDiscussions

Mar 1 2022

Lens0021 added a comment to T300498: Sunset the LocalisationUpdate extension.

@Lens0021 You have an open patch for this extension. I'm curious to hear your thoughts on this proposal.

Mar 1 2022, 1:28 PM · Language-Team (Language-2022-April-June), MediaWiki Language Extension Bundle, MediaWiki-extensions-LocalisationUpdate

Feb 20 2022

Lens0021 added a parent task for T283474: Update StructuredDiscussions to use the new HookContainer/HookRunner system: T283459: Equivalent of PageSaveComplete hook for StructuredDiscussions.
Feb 20 2022, 3:43 PM · Patch-For-Review, Growth-Team, StructuredDiscussions
Lens0021 added a subtask for T283459: Equivalent of PageSaveComplete hook for StructuredDiscussions: T283474: Update StructuredDiscussions to use the new HookContainer/HookRunner system.
Feb 20 2022, 3:43 PM · StructuredDiscussions

Jan 27 2022

Lens0021 merged T299199: UI of Wikibase Repository seems to be designed for legacy Vector at first into T300182: Wikidata.org responsive behaviour conflicts with Vector Max width.
Jan 27 2022, 4:30 PM · Patch-For-Review, Wikimedia-Site-requests, wdwb-tech, Readers-Web-Backlog (Kanbanana-FY-2021-22), Wikidata, Vector (legacy skin), Desktop Improvements (Vector 2022), Wikidata-Campsite
Lens0021 merged task T299199: UI of Wikibase Repository seems to be designed for legacy Vector at first into T300182: Wikidata.org responsive behaviour conflicts with Vector Max width.
Jan 27 2022, 4:29 PM · Wikidata, MediaWiki-extensions-WikibaseRepository

Jan 25 2022

Lens0021 added a comment to T294746: Provide machine readable information about MediaWiki versions.

How about reusing https://www.wikidata.org/wiki/Q83#P348 Wikidata statement or its JSON representation https://www.wikidata.org/wiki/Special:EntityData/Q83.json, though it is too long and too nested? I believe that editing the statement is already a step in the release process.

Jan 25 2022, 3:48 AM · MediaWiki-Releasing

Jan 22 2022

Lens0021 added a comment to T275588: Pressing enter on site list field removes the current field.

I think it was a bug of HTMLFormFieldCloner itself rather than GlobalWatchlist. Is there a ticket for HTMLFormFieldCloner?

Jan 22 2022, 5:25 PM · MW-1.37-notes (1.37.0-wmf.14; 2021-07-12), User-DannyS712, MediaWiki-extensions-GlobalWatchlist