Page MenuHomePhabricator

S0ring
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Friday

  • Clear sailing ahead.

User Details

User Since
Oct 1 2019, 8:06 AM (295 w, 1 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
S0ring [ Global Accounts ]

Recent Activity

Mon, May 19

S0ring added a comment to T389464: When using the Pivot skin on MW 1.43, images included in templates are not displayed.

Thanks to your comments regarding which extensions & skins that are installed on the wiki(s).

Mon, May 19, 10:19 AM · MediaWiki-skins-Pivot, MW-1.43-release, Regression
S0ring added a comment to T389464: When using the Pivot skin on MW 1.43, images included in templates are not displayed.

@S0ring, to confirm if I'm understanding you correctly, is the issue here that — there's a template with the following contents:

<div>
{| class="cmbox"  style="border: 2px; border-style: solid; border-color: #8E2043; width: 100%; vertical-align: middle;"
|-
| class="cmbox-image" style="vertical-align: middle; width: 70px"|[[Datei:mb-achtung.png|none|link=]]
| class="cmbox-text"|{{{1}}}
|}
</div>

On MediaWiki 1.39, that template displays the image (mb-achtung.png). However, after upgrading to MediaWiki 1.43, the image is no longer displayed.
Is that correct, or am I misunderstanding something? (/genuine question)

Mon, May 19, 8:03 AM · MediaWiki-skins-Pivot, MW-1.43-release, Regression
S0ring added a comment to T389464: When using the Pivot skin on MW 1.43, images included in templates are not displayed.

@Aklapper: I just wanted to get your attention to this issue which it blocks our migration on 3 wikis. But meanwhile the priority has been changed from High to Needs Triage.

Mon, May 19, 6:50 AM · MediaWiki-skins-Pivot, MW-1.43-release, Regression

Fri, May 16

S0ring triaged T389464: When using the Pivot skin on MW 1.43, images included in templates are not displayed as High priority.

The images are missing in all templates upgrade to 1.43, not only on Special:UncategorizedTemplates. We have 3 wiki's where this issue occured.

Fri, May 16, 8:22 AM · MediaWiki-skins-Pivot, MW-1.43-release, Regression

Thu, May 15

S0ring created T394424: Contributors Compatibility with MW 1.43: update.php deletes ipblock table.
Thu, May 15, 3:02 PM · MediaWiki-extensions-Contributors

Tue, May 13

S0ring closed T393900: Compatibility with MW 1.43: PageForms: Use of wfGetDB was deprecated in MediaWiki 1.39 as Resolved.

I've downloaded the version for 1.43 using the ExtensionDistributor [1] and thus I got PageForms v.5.8.1.

Tue, May 13, 9:09 AM · MediaWiki-extensions-Page_Forms

Mon, May 12

S0ring added a comment to T393900: Compatibility with MW 1.43: PageForms: Use of wfGetDB was deprecated in MediaWiki 1.39.

Purposed solution: replace the line 64 of PageForms/includes/PF_ValuesUtils.php

		$db = wfGetDB( DB_REPLICA );

with

		$loadBalancer = MediaWikiServices::getInstance()->getDBLoadBalancer();
		$db = $loadBalancer->getConnection( DB_REPLICA );
Mon, May 12, 2:03 PM · MediaWiki-extensions-Page_Forms
S0ring created T393900: Compatibility with MW 1.43: PageForms: Use of wfGetDB was deprecated in MediaWiki 1.39.
Mon, May 12, 1:59 PM · MediaWiki-extensions-Page_Forms

Thu, May 8

S0ring created T393693: LinkedWiki: 'popper.js' package file not found.
Thu, May 8, 12:05 PM · MediaWiki-extensions-LinkedWiki
S0ring added a comment to T393582: MsCalendar Compatibility with MW 1.43: LoadBalancer::getConnectionRef was deprecated in MediaWiki 1.39.

The warning has disappeared in the newer master version MsCalendar 3.1
https://github.com/wikimedia/mediawiki-extensions-MsCalendar

Thu, May 8, 11:58 AM · MediaWiki-extensions-MsCalendar

Wed, May 7

S0ring created T393582: MsCalendar Compatibility with MW 1.43: LoadBalancer::getConnectionRef was deprecated in MediaWiki 1.39.
Wed, May 7, 11:21 AM · MediaWiki-extensions-MsCalendar

Apr 28 2025

S0ring added a comment to T392574: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in ConfirmAccount/includes/backend/UserAccountRequest.php:93.

This is about PHP 8.1.32 (MW 1.39 and MW 1.43)

Apr 28 2025, 5:50 AM · PHP 8.1 support, MediaWiki-extensions-ConfirmAccount

Apr 24 2025

S0ring updated the task description for T392574: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in ConfirmAccount/includes/backend/UserAccountRequest.php:93.
Apr 24 2025, 11:09 AM · PHP 8.1 support, MediaWiki-extensions-ConfirmAccount
S0ring created T392574: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in ConfirmAccount/includes/backend/UserAccountRequest.php:93.
Apr 24 2025, 11:08 AM · PHP 8.1 support, MediaWiki-extensions-ConfirmAccount

Apr 16 2025

S0ring closed T389758: autoCreateUser fails on a Interwiki Wiki's with shared database as Resolved.

Sharing the 'actor' table only was sufficient to fix the error, thank you!

Apr 16 2025, 11:29 AM · MediaWiki-Platform-Team (Radar), MediaWiki-Core-AuthManager

Mar 24 2025

S0ring created T389758: autoCreateUser fails on a Interwiki Wiki's with shared database.
Mar 24 2025, 9:26 AM · MediaWiki-Platform-Team (Radar), MediaWiki-Core-AuthManager

Mar 20 2025

S0ring updated the task description for T389464: When using the Pivot skin on MW 1.43, images included in templates are not displayed.
Mar 20 2025, 9:07 AM · MediaWiki-skins-Pivot, MW-1.43-release, Regression
S0ring created T389464: When using the Pivot skin on MW 1.43, images included in templates are not displayed.
Mar 20 2025, 9:07 AM · MediaWiki-skins-Pivot, MW-1.43-release, Regression

Feb 28 2025

S0ring added a comment to T386903: Duplicate entry on Table pagelinks error during update script.

It is not clear how this duplicate entry during time occured, please explain what you meant by "some bad data stayed longer".
pl_from_namespace was not always a primary key on table pagelinks, could be this the case here?
By adding a clean up step, do you mean the update.php can for example starting automatically the rebuildall.php maintenance script instead of failing?

Feb 28 2025, 4:29 PM · MediaWiki-Installer

Feb 21 2025

S0ring added a comment to T386903: Duplicate entry on Table pagelinks error during update script.

Due to this error, the update.php script was interrupted, the database was corrupted and the upgrade was compromised. We had to downgrade back to MW 1.39 and restore the backup.

Feb 21 2025, 6:37 AM · MediaWiki-Installer

Feb 20 2025

S0ring added a comment to T386903: Duplicate entry on Table pagelinks error during update script.
mysql> describe pagelinks;
+-------------------+---------------------+------+-----+---------+-------+
| Field             | Type                | Null | Key | Default | Extra |
+-------------------+---------------------+------+-----+---------+-------+
| pl_from           | int(10) unsigned    | NO   |     | 0       |       |
| pl_from_namespace | int(11)             | NO   | MUL | 0       |       |
| pl_target_id      | bigint(20) unsigned | NO   | MUL | NULL    |       |
+-------------------+---------------------+------+-----+---------+-------+
3 rows in set (0.00 sec)
Feb 20 2025, 7:40 AM · MediaWiki-Installer
S0ring created T386903: Duplicate entry on Table pagelinks error during update script.
Feb 20 2025, 7:10 AM · MediaWiki-Installer

Feb 7 2025

S0ring renamed T385861: Upload images from VisualEditor fails when DataTransfer extension is installed from Upload images from VisualEditor fail with "Invalid response from the server." when DataTransfer extension is installed to Upload images from VisualEditor fails when DataTransfer extension is installed.
Feb 7 2025, 11:18 AM · MediaWiki-extensions-DataTransfer
S0ring created T385861: Upload images from VisualEditor fails when DataTransfer extension is installed.
Feb 7 2025, 9:56 AM · MediaWiki-extensions-DataTransfer

Jan 27 2025

S0ring created T384856: Compatibility with MW 1.43: Class "ReCaptchaNoCaptcha" not found.
Jan 27 2025, 4:57 PM · ConfirmEdit (CAPTCHA extension)

Jan 22 2025

S0ring updated the task description for T384474: Compatibility with MW 1.43: WikiSearch: Use of wfGetDB was deprecated in MediaWiki 1.39.
Jan 22 2025, 2:36 PM · MediaWiki-extensions-Other
S0ring created T384474: Compatibility with MW 1.43: WikiSearch: Use of wfGetDB was deprecated in MediaWiki 1.39.
Jan 22 2025, 2:36 PM · MediaWiki-extensions-Other
S0ring closed T384339: Compatibility with MW 1.43: PFHooks::registerModules(): Argument #1 ($resourceLoader) must be of type ResourceLoader as Resolved.

Indeed, my mediawiki container runs unexpected with the older Page Forms version 5.6.3 (without the fix) instead of 5.8.1 (with the fix).
It seems this has occured because of the Semantic Bundle 6.1.0 (supported for MW 1.35-1.41) which overwrites any separate Page Forms version. Waiting for 6.2.0...

Jan 22 2025, 9:01 AM · MediaWiki-extensions-Page_Forms

Jan 21 2025

S0ring created T384339: Compatibility with MW 1.43: PFHooks::registerModules(): Argument #1 ($resourceLoader) must be of type ResourceLoader.
Jan 21 2025, 3:48 PM · MediaWiki-extensions-Page_Forms
S0ring added a project to T384295: Compatibility with MW 1.43: Use of MediaWiki\Parser\ParserOutput::setPageProperty with non-string value was deprecated: MediaWiki-extensions-LinkedWiki.
Jan 21 2025, 12:06 PM · MediaWiki-extensions-LinkedWiki
S0ring created T384295: Compatibility with MW 1.43: Use of MediaWiki\Parser\ParserOutput::setPageProperty with non-string value was deprecated.
Jan 21 2025, 12:05 PM · MediaWiki-extensions-LinkedWiki

Oct 4 2024

S0ring created T376447: mediawiki:1.39.10 Warning: PHP Startup: Unable to load dynamic library 'luasandbox'.
Oct 4 2024, 6:49 AM · Docker-Hub-MediaWiki

May 8 2024

S0ring created T364450: DPL3: ⧼hitcounters-nviews⧽ shown instead of counter values.
May 8 2024, 8:11 AM · MediaWiki-extensions-HitCounters

Jan 10 2024

S0ring closed T340441: mediawiki:1.39.3 docker image build fails during memcached installation with pecl as Resolved.

As mentioned before, the workaround has helped, no issue anymore. Sorry, I should have closed the ticket a while ago.

Jan 10 2024, 9:48 PM · Docker-Hub-MediaWiki

Jul 4 2023

S0ring added a comment to T340441: mediawiki:1.39.3 docker image build fails during memcached installation with pecl .

In the meantime similar issues were reported:
https://serverfault.com/questions/1134001/memcached-support-requires-libmemcached
https://stackoverflow.com/questions/76490445/problem-adding-memcached-support-in-docker-for-php8-1-using-bookworm

Jul 4 2023, 10:48 AM · Docker-Hub-MediaWiki

Jun 26 2023

S0ring added a comment to T340441: mediawiki:1.39.3 docker image build fails during memcached installation with pecl .

Yes, it is the latest debian stable. How to install memcached without errors?

Jun 26 2023, 2:57 PM · Docker-Hub-MediaWiki
S0ring added a comment to T340441: mediawiki:1.39.3 docker image build fails during memcached installation with pecl .

No dependant image, I am open to any working solution. and the big question still, why is the image build with bookworm?

Jun 26 2023, 2:31 PM · Docker-Hub-MediaWiki
S0ring updated the task description for T340441: mediawiki:1.39.3 docker image build fails during memcached installation with pecl .
Jun 26 2023, 12:21 PM · Docker-Hub-MediaWiki
S0ring created T340441: mediawiki:1.39.3 docker image build fails during memcached installation with pecl .
Jun 26 2023, 12:19 PM · Docker-Hub-MediaWiki

May 17 2023

S0ring closed T336786: DrawioEditor: ValueError: DOMDocument::loadXML(): Argument #1 ($source) must not be empty as Resolved.

After installing the newer version using git, the error has disappeared.
git clone https://github.com/wikimedia/mediawiki-extensions-DrawioEditor DrawioEditor

May 17 2023, 12:56 PM · MediaWiki-extensions-DrawioEditor

May 16 2023

S0ring reopened T336786: DrawioEditor: ValueError: DOMDocument::loadXML(): Argument #1 ($source) must not be empty as "Open".

The extension is working fine with SVG only (which is set by default and recommended), but not with PNG (which is supported).
Here the documentation: https://github.com/wikimedia/mediawiki-extensions-DrawioEditor#file-type

May 16 2023, 8:37 PM · MediaWiki-extensions-DrawioEditor
S0ring closed T336786: DrawioEditor: ValueError: DOMDocument::loadXML(): Argument #1 ($source) must not be empty as Resolved.

Adding the #drawio tag without type is working

May 16 2023, 4:32 PM · MediaWiki-extensions-DrawioEditor
S0ring updated the task description for T336786: DrawioEditor: ValueError: DOMDocument::loadXML(): Argument #1 ($source) must not be empty.
May 16 2023, 4:26 PM · MediaWiki-extensions-DrawioEditor
S0ring created T336786: DrawioEditor: ValueError: DOMDocument::loadXML(): Argument #1 ($source) must not be empty.
May 16 2023, 4:26 PM · MediaWiki-extensions-DrawioEditor

Apr 13 2023

S0ring created T334662: LinkedWiki fails to install (with Node.js 18.x).
Apr 13 2023, 11:14 AM · MediaWiki-extensions-LinkedWiki

Mar 10 2023

S0ring closed T331388: Pivot skin: Icons are broken after upgrade to MW1.39 as Resolved.

This error occured because the pivot directory is in MW1.39 case sensitive (in MW1.35 wasn't).
The solution was to change 'pivot' to 'Pivot' and of course wfLoadSkin( 'Pivot' ); instead of wfLoadSkin( 'pivot' );

Mar 10 2023, 9:42 AM · MediaWiki-skins-Pivot

Mar 7 2023

S0ring created T331388: Pivot skin: Icons are broken after upgrade to MW1.39.
Mar 7 2023, 8:50 AM · MediaWiki-skins-Pivot

Jul 15 2021

S0ring added a comment to T286696: Create a Magic Word for "creation date of an article" / date of initial revision.

Hi @Aklapper, sorry for the misunderstanding. The author is looking for a solution to be able to show the creation date of an article within citations.
There is no technical description how could exactly be solved, but we suggested if possible to be implemented with the MW variables (aka magic words).

Jul 15 2021, 12:32 PM · MediaWiki-Parser
S0ring added a comment to T286696: Create a Magic Word for "creation date of an article" / date of initial revision.

Hi @Aklapper, thanks for mention it, I filled out the use case(s) as requested.

Jul 15 2021, 11:15 AM · MediaWiki-Parser
S0ring updated the task description for T286696: Create a Magic Word for "creation date of an article" / date of initial revision.
Jul 15 2021, 8:56 AM · MediaWiki-Parser
S0ring created T286696: Create a Magic Word for "creation date of an article" / date of initial revision.
Jul 15 2021, 7:01 AM · MediaWiki-Parser

Jul 14 2021

S0ring updated the task description for T286634: SubPageList3 compatibility with DisplayTitle: LogicException Can not happen.
Jul 14 2021, 6:54 PM · MediaWiki-extensions-SubPageList3
S0ring renamed T286634: SubPageList3 compatibility with DisplayTitle: LogicException Can not happen from SubPageList3 compatibility with DisplayTitle to SubPageList3 compatibility with DisplayTitle: LogicException Can not happen.
Jul 14 2021, 6:42 AM · MediaWiki-extensions-SubPageList3
S0ring created T286634: SubPageList3 compatibility with DisplayTitle: LogicException Can not happen.
Jul 14 2021, 6:36 AM · MediaWiki-extensions-SubPageList3

Jun 25 2020

S0ring updated the task description for T256351: readapidenied: Collection extension is not working for private wiki's.
Jun 25 2020, 7:16 AM · MW-Interfaces-Team, Collection, MediaWiki-Action-API
S0ring created T256351: readapidenied: Collection extension is not working for private wiki's.
Jun 25 2020, 6:59 AM · MW-Interfaces-Team, Collection, MediaWiki-Action-API

Jun 2 2020

S0ring created T254251: Special:ListFiles doesn't find anything when search term contains non-ascii characters.
Jun 2 2020, 2:43 PM · Commons, MediaWiki-File-management, MediaWiki-Special-pages

Mar 24 2020

S0ring updated the task description for T248389: PDF's bold and italic fonts for arabic text appear unreadable.
Mar 24 2020, 1:49 PM · Collection
S0ring created T248389: PDF's bold and italic fonts for arabic text appear unreadable.
Mar 24 2020, 1:46 PM · Collection

Feb 19 2020

S0ring added a comment to T34207: Special:Listfiles doesn't find anything when search term contains non-ascii characters.

There are reports of it not even working for ASCII characters due to a bad lowercase conversion on a varbinary column

See this topic where a workaround is provided and is actually very popupar, given the amount of thank comments received by the author of the workaround: Topic:Pwjch65m0lbr7n8e.

Feb 19 2020, 12:20 PM · Patch-For-Review, good first task, MediaWiki-Special-pages

Jan 24 2020

S0ring added a comment to T119817: Instructions for installation of Math extension need complete revamp.

The error Could not locate the bindings file... is due to a bad installation of librsvg2, i.e. the directory node_modules/librsvg/build doesn't exist.
For a proper installation use --unsafe-perm option for npm install command:

Jan 24 2020, 9:31 AM · Documentation, Math

Nov 11 2019

S0ring created T237929: Compatibility with $wgReadOnly.
Nov 11 2019, 10:08 AM · MediaWiki-extensions-SimpleSAMLphp

Oct 1 2019

S0ring added a comment to T198511: VisualEditor losing Media: links.
Oct 1 2019, 8:24 AM · VisualEditor, MW-1.33-notes (1.33.0-wmf.1; 2018-10-23), Parsoid, VisualEditor-Media