Page MenuHomePhabricator

Tjoneslow (Thomas Jones-Low)
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Thursday

  • Clear sailing ahead.

User Details

User Since
Jul 4 2019, 11:05 AM (260 w, 4 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Tjoneslow [ Global Accounts ]

Recent Activity

Nov 13 2021

Tjoneslow added a comment to T237163: TranslatePageMoveJob segmentation fault.

I am also seeing this same problem. Try to move a translated page results in a segfault

Nov 13 2021, 2:43 PM · MW-1.35-release, MediaWiki-Logevents, MediaWiki-Core-JobQueue, MediaWiki-extensions-Translate

Jan 1 2021

Tjoneslow created T270995: Cargo query using HOLDS and a function isn't parsed correctly.
Jan 1 2021, 4:53 PM · MediaWiki-extensions-Cargo

Dec 7 2020

Tjoneslow added a comment to T268919: Failure in Cargo's cargo_store blocks the Translate extension from working.

I'm aware of the fix for the template parameters. In the template in the wiki there are two dozen parameters so finding these can be a problem. And with no feedback its not always apparent where these problems are.

Dec 7 2020, 10:42 PM · MediaWiki-extensions-Translate, MediaWiki-extensions-Cargo
Tjoneslow added a comment to T268919: Failure in Cargo's cargo_store blocks the Translate extension from working.

A little more information. I found the order of failures which cause this to happen.
If there is failure in the Cargo storage the Translate header will not show up in the page when saved.

Dec 7 2020, 12:19 PM · MediaWiki-extensions-Translate, MediaWiki-extensions-Cargo

Dec 1 2020

Tjoneslow added a comment to T268919: Failure in Cargo's cargo_store blocks the Translate extension from working.

@Yaron_Koren I changed the name of the column to "sophont_key" but that does not resolve the problem. So the name "code" is not the problem. As above I suspect there is a failure that is not generally visible and not interfering with the display of the page. But is stopping either the Cargo processing, the Translate processing, or both.

Dec 1 2020, 1:09 AM · MediaWiki-extensions-Translate, MediaWiki-extensions-Cargo
Tjoneslow added a comment to T268919: Failure in Cargo's cargo_store blocks the Translate extension from working.

The only two reasons this may be happening would be "PageContentSaveComplete hook is not executed" or "Exception is thrown when parsing translate tags". But I can't find any errors in the logs or otherwise.

Dec 1 2020, 1:03 AM · MediaWiki-extensions-Translate, MediaWiki-extensions-Cargo

Nov 29 2020

Tjoneslow added a comment to T268919: Failure in Cargo's cargo_store blocks the Translate extension from working.

Expected Results:

Nov 29 2020, 11:21 AM · MediaWiki-extensions-Translate, MediaWiki-extensions-Cargo

Nov 28 2020

Tjoneslow created T268919: Failure in Cargo's cargo_store blocks the Translate extension from working.
Nov 28 2020, 4:16 PM · MediaWiki-extensions-Translate, MediaWiki-extensions-Cargo
Tjoneslow updated Tjoneslow.
Nov 28 2020, 4:02 PM

Jun 15 2020

Tjoneslow created T255415: Forum no longer displays the last user / creation user in the summary page.
Jun 15 2020, 10:24 AM · MediaWiki-extensions-DPLforum

Apr 4 2020

Tjoneslow added a comment to T249185: Upgrade to 1.31 results in pages no longer being editable with "The revision #0 of the page named "Instruments, surgical" does not exist. " error.

Doing more work with a local copy of the database I found the actor table doesn't have the "extenal" users because they were not in the user table to copy into the actor table, and the supporting tables.

Apr 4 2020, 1:32 AM · MediaWiki-Core-Snapshots

Apr 3 2020

Tjoneslow added a comment to T249185: Upgrade to 1.31 results in pages no longer being editable with "The revision #0 of the page named "Instruments, surgical" does not exist. " error.

Thank you for posting the notes above. I looked through the reports.

Apr 3 2020, 1:21 AM · MediaWiki-Core-Snapshots

Apr 2 2020

Tjoneslow added a comment to T227269: [MagicNoCache] use of deprecated magicword::get function.

Per my employment contract, I'm not allowed to contribute to unapproved open source projects. I can write bug reports (very detailed), but not supply actual code.

Apr 2 2020, 2:01 AM · Patch-For-Review, MediaWiki-extensions-MagicNoCache
Tjoneslow created T249185: Upgrade to 1.31 results in pages no longer being editable with "The revision #0 of the page named "Instruments, surgical" does not exist. " error.
Apr 2 2020, 1:56 AM · MediaWiki-Core-Snapshots

Jan 8 2020

Tjoneslow added a comment to T242182: Query::getSubcategories() function returns bad query error.

This is for the DPL3 extension, the one not represented here.

Jan 8 2020, 11:59 AM · DynamicPageList (third-party)
Tjoneslow added a project to T242182: Query::getSubcategories() function returns bad query error: DynamicPageList (third-party).
Jan 8 2020, 2:35 AM · DynamicPageList (third-party)
Tjoneslow created T242182: Query::getSubcategories() function returns bad query error.
Jan 8 2020, 2:22 AM · DynamicPageList (third-party)

Jul 4 2019

Tjoneslow added a comment to T227273: Extension Cargo version 2.2 with MediaWiki 1.33 uses deprecated ParserOptions::setWrapOutputClass.

This only seems to appear on the tables using "Wikitext" columns. I have several tables, some using the Wikitext column type, and the warning appears viewing E.g. http://localhost/Special:CargoTables/RPGBook, but for the tables not using the Wikitext type, the warning does not appear.

Jul 4 2019, 12:49 PM · MediaWiki-extensions-Cargo
Tjoneslow added a comment to T227269: [MagicNoCache] use of deprecated magicword::get function.
diff --git a/MagicNoCache.hooks.php b/MagicNoCache.hooks.php
index 24f0ea6..a00e1cb 100644
--- a/MagicNoCache.hooks.php
+++ b/MagicNoCache.hooks.php
@@ -1,4 +1,6 @@
 <?php
+use MediaWiki\MediaWikiServices;
+
 class MagicNoCacheHooks {
Jul 4 2019, 12:28 PM · Patch-For-Review, MediaWiki-extensions-MagicNoCache
Tjoneslow created T227273: Extension Cargo version 2.2 with MediaWiki 1.33 uses deprecated ParserOptions::setWrapOutputClass.
Jul 4 2019, 12:17 PM · MediaWiki-extensions-Cargo
Tjoneslow created T227269: [MagicNoCache] use of deprecated magicword::get function.
Jul 4 2019, 11:12 AM · Patch-For-Review, MediaWiki-extensions-MagicNoCache