Page MenuHomePhabricator

Wickie37
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
Feb 7 2019, 3:16 PM (266 w, 4 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Wickie37 [ Global Accounts ]

Recent Activity

Jan 15 2021

Wickie37 added a comment to T271438: Citoid breaks URLs for www.transfermarkt.de - domain replaced by underscore in URL.

Thanks for your comments. Now I had a look at the source code myself. It does define the correct URL:

<link rel="canonical" href="https://www.transfermarkt.de/wechsel-im-winter-brentford-verpflichtet-dervi%C5%9Fo%C4%9Flu-watkins-verlangert-langfristig/view/news/342949" />

Open Graph has a different purpose and - in my opinion - shouldn't be used here. Or at least shouldn't be preferred over '<link rel="canonical"'.

Jan 15 2021, 10:35 AM · VisualEditor, Citoid

Jan 7 2021

Wickie37 created T271438: Citoid breaks URLs for www.transfermarkt.de - domain replaced by underscore in URL.
Jan 7 2021, 4:54 PM · VisualEditor, Citoid

Jul 28 2020

Wickie37 merged T259046: Empty page creation log for user with 100+ created pages into T218517: Page creation log show only recents entries.
Jul 28 2020, 4:16 PM · MediaWiki-Logevents, MediaWiki-Special-pages
Wickie37 merged task T259046: Empty page creation log for user with 100+ created pages into T218517: Page creation log show only recents entries.
Jul 28 2020, 4:16 PM · MediaWiki-Logevents
Wickie37 created T259046: Empty page creation log for user with 100+ created pages.
Jul 28 2020, 4:04 PM · MediaWiki-Logevents

Apr 29 2020

Wickie37 added a comment to T246720: Unable to save edit due to "The given Title does not belong to page" error (Wikipedias with FlaggedRevs enabled).

I the fix live? Because there is a new case on dewp:

Apr 29 2020, 2:07 PM · MW-1.35-notes (1.35.0-wmf.30; 2020-04-28), Platform Team Workboards (Clinic Duty Team), MediaWiki-Core-Revision-backend, MediaWiki-extensions-FlaggedRevs, Wikimedia-production-error

Mar 12 2020

Wickie37 added a comment to T246720: Unable to save edit due to "The given Title does not belong to page" error (Wikipedias with FlaggedRevs enabled).

New case on dewp: https://quarry.wmflabs.org/query/42941
Must have happened in the last two days, because editing and reviewing the page still worked then: https://de.wikipedia.org/wiki/Spezial:Logbuch?type=&user=&page=Bell+Food&wpdate=&tagfilter=&wpfilters%5B%5D=review

Mar 12 2020, 5:08 PM · MW-1.35-notes (1.35.0-wmf.30; 2020-04-28), Platform Team Workboards (Clinic Duty Team), MediaWiki-Core-Revision-backend, MediaWiki-extensions-FlaggedRevs, Wikimedia-production-error

Mar 11 2020

Wickie37 added a comment to T237191: FlaggedRevs: Automatic user promotion stopped working on some wikis on June 24, 2019.

AND (frp_revertedEdits>frp_totalContentEdits) < @revertedEditsRatio

Mar 11 2020, 1:46 PM · Release-Engineering-Team, Regression, MediaWiki-extensions-FlaggedRevs

Mar 10 2020

Wickie37 added a comment to T241168: Entry in 'revision' table, but no entry in 'page' table.

Additionally there are 141649 records in the table 'flaggedpages' pointing to non-existing pages: https://quarry.wmflabs.org/query/42871

Mar 10 2020, 6:17 PM · Wikimedia-database-issue (Bad data), MediaWiki-Core-Revision-backend

Mar 9 2020

Wickie37 added a comment to T246720: Unable to save edit due to "The given Title does not belong to page" error (Wikipedias with FlaggedRevs enabled).

The cases on deWP are know fixed by temporary moving the pages to a non-review namespace (which deletes the wrong db entries) and moving them back afterwards.

Mar 9 2020, 10:24 AM · MW-1.35-notes (1.35.0-wmf.30; 2020-04-28), Platform Team Workboards (Clinic Duty Team), MediaWiki-Core-Revision-backend, MediaWiki-extensions-FlaggedRevs, Wikimedia-production-error

Mar 6 2020

Wickie37 added a comment to T246720: Unable to save edit due to "The given Title does not belong to page" error (Wikipedias with FlaggedRevs enabled).

Looks like I was right with the faulty 'fp_stable' in the 'flaggedpages' db table:

Yes, and the fp_stable values should be unique least in the cases where both pages exists. However, I don't know how it handles the cases where page is deleted and then undeleted.

Mar 6 2020, 7:50 PM · MW-1.35-notes (1.35.0-wmf.30; 2020-04-28), Platform Team Workboards (Clinic Duty Team), MediaWiki-Core-Revision-backend, MediaWiki-extensions-FlaggedRevs, Wikimedia-production-error

Mar 3 2020

Wickie37 added a comment to T246720: Unable to save edit due to "The given Title does not belong to page" error (Wikipedias with FlaggedRevs enabled).

Looks like I was right with the faulty 'fp_stable' in the 'flaggedpages' db table:

Mar 3 2020, 8:35 PM · MW-1.35-notes (1.35.0-wmf.30; 2020-04-28), Platform Team Workboards (Clinic Duty Team), MediaWiki-Core-Revision-backend, MediaWiki-extensions-FlaggedRevs, Wikimedia-production-error
Wickie37 added a comment to T246720: Unable to save edit due to "The given Title does not belong to page" error (Wikipedias with FlaggedRevs enabled).

Another page with same issue: Andreas M. Fleckner

Mar 3 2020, 8:20 PM · MW-1.35-notes (1.35.0-wmf.30; 2020-04-28), Platform Team Workboards (Clinic Duty Team), MediaWiki-Core-Revision-backend, MediaWiki-extensions-FlaggedRevs, Wikimedia-production-error
Wickie37 added a comment to T246720: Unable to save edit due to "The given Title does not belong to page" error (Wikipedias with FlaggedRevs enabled).

I looked a bit through the code, the wrong page ID comes from this db query in FlaggedRevision::newFromStable().
When I got this right, it takes the page entry from the 'flaggedpages' table and joins the revision given by the 'fp_stable' field. And the wrong page ID is the one from the revision table.
So I would say, that it is most possibly a faulty 'fp_stable' entry, that could cause this behaviour.

Mar 3 2020, 5:34 PM · MW-1.35-notes (1.35.0-wmf.30; 2020-04-28), Platform Team Workboards (Clinic Duty Team), MediaWiki-Core-Revision-backend, MediaWiki-extensions-FlaggedRevs, Wikimedia-production-error
Wickie37 added a comment to T246720: Unable to save edit due to "The given Title does not belong to page" error (Wikipedias with FlaggedRevs enabled).

And editing still doesn't work when "review last changes" is checked

Mar 3 2020, 10:16 AM · MW-1.35-notes (1.35.0-wmf.30; 2020-04-28), Platform Team Workboards (Clinic Duty Team), MediaWiki-Core-Revision-backend, MediaWiki-extensions-FlaggedRevs, Wikimedia-production-error
Wickie37 removed a project from T246720: Unable to save edit due to "The given Title does not belong to page" error (Wikipedias with FlaggedRevs enabled): MediaWiki-Core-Revision-backend.
Mar 3 2020, 10:12 AM · MW-1.35-notes (1.35.0-wmf.30; 2020-04-28), Platform Team Workboards (Clinic Duty Team), MediaWiki-Core-Revision-backend, MediaWiki-extensions-FlaggedRevs, Wikimedia-production-error
Wickie37 added a comment to T246720: Unable to save edit due to "The given Title does not belong to page" error (Wikipedias with FlaggedRevs enabled).

Did someone change anything? Editing as IP was possible, and now I can even edit the page when logged in. But reviewing still doesn't work.

Mar 3 2020, 10:08 AM · MW-1.35-notes (1.35.0-wmf.30; 2020-04-28), Platform Team Workboards (Clinic Duty Team), MediaWiki-Core-Revision-backend, MediaWiki-extensions-FlaggedRevs, Wikimedia-production-error
Wickie37 added a project to T246720: Unable to save edit due to "The given Title does not belong to page" error (Wikipedias with FlaggedRevs enabled): MediaWiki-Core-Revision-backend.
Mar 3 2020, 9:44 AM · MW-1.35-notes (1.35.0-wmf.30; 2020-04-28), Platform Team Workboards (Clinic Duty Team), MediaWiki-Core-Revision-backend, MediaWiki-extensions-FlaggedRevs, Wikimedia-production-error
Wickie37 added a comment to T246720: Unable to save edit due to "The given Title does not belong to page" error (Wikipedias with FlaggedRevs enabled).

And this redirect page has the page ID 2784562 mentioned in the above Stack Trace...

Mar 3 2020, 9:16 AM · MW-1.35-notes (1.35.0-wmf.30; 2020-04-28), Platform Team Workboards (Clinic Duty Team), MediaWiki-Core-Revision-backend, MediaWiki-extensions-FlaggedRevs, Wikimedia-production-error
Wickie37 added a comment to T246720: Unable to save edit due to "The given Title does not belong to page" error (Wikipedias with FlaggedRevs enabled).

One curios thing I forgot to mention: The "review" link on the "pending changes" page doesn't even link to the right page, but to Hnutie za demokraciu, which is a redirect to the page.

Mar 3 2020, 9:15 AM · MW-1.35-notes (1.35.0-wmf.30; 2020-04-28), Platform Team Workboards (Clinic Duty Team), MediaWiki-Core-Revision-backend, MediaWiki-extensions-FlaggedRevs, Wikimedia-production-error

Mar 2 2020

Wickie37 created T246720: Unable to save edit due to "The given Title does not belong to page" error (Wikipedias with FlaggedRevs enabled).
Mar 2 2020, 9:38 PM · MW-1.35-notes (1.35.0-wmf.30; 2020-04-28), Platform Team Workboards (Clinic Duty Team), MediaWiki-Core-Revision-backend, MediaWiki-extensions-FlaggedRevs, Wikimedia-production-error

Jul 2 2019

Wickie37 added a comment to T226983: Page summary endpoint in RESTBase not updated since about June 27.

Sorry, this didn't come up on my search yesterday, so I opened a new task which most likely adresses the same issue: https://phabricator.wikimedia.org/T227033

Jul 2 2019, 7:50 AM · Platform Engineering (Needs Cleaning - Security, stability, performance, and scalability (TEC1)), Platform Team Workboards (Team 2), SRE, RESTBase-API, Page-Previews

Jul 1 2019

Wickie37 added a project to T227033: Page previews aren't updated anymore: RESTBase-API.
Jul 1 2019, 9:04 PM · RESTBase-API, RESTBase, Page-Previews
Wickie37 created T227033: Page previews aren't updated anymore.
Jul 1 2019, 8:39 PM · RESTBase-API, RESTBase, Page-Previews

Feb 9 2019

Wickie37 updated the task description for T215517: Different sizing of last image in <gallery mode="packed">.
Feb 9 2019, 9:13 PM · JavaScript, MediaWiki-Gallery, Multimedia

Feb 7 2019

Wickie37 created T215517: Different sizing of last image in <gallery mode="packed">.
Feb 7 2019, 3:36 PM · JavaScript, MediaWiki-Gallery, Multimedia