Page MenuHomePhabricator

Cryptic (Cryptic)
User

Projects

User does not belong to any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Monday

  • No visible events.

User Details

User Since
May 27 2017, 9:56 PM (470 w, 6 d)
Availability
Available
LDAP User
Cryptic
MediaWiki User
Cryptic [ Global Accounts ]

Recent Activity

Dec 2 2025

Cryptic added a comment to T378953: Special:WantedPages lists existing MOS pages after enwiki namespace creation.

This isn't fixing itself - these pages are getting entries for both namespace=0 title='MOS:whatever' and namespace=126 title='whatever', rather than the latter replacing the former. For an example page I happened upon today, and tried unsuccessfully to fix by briefly removing the MOS: link entirely:

MariaDB [enwiki_p]> SELECT pagelinks.*, linktarget.* FROM pagelinks JOIN linktarget ON lt_id = pl_target_id JOIN page ON page_id = pl_from WHERE page_namespace = 10 AND page_title = 'R_from_short_cut' AND lt_title LIKE '%NOPIPE';
+----------+-------------------+--------------+-----------+--------------+------------+
| pl_from  | pl_from_namespace | pl_target_id | lt_id     | lt_namespace | lt_title   |
+----------+-------------------+--------------+-----------+--------------+------------+
| 39507473 |                10 |      5543400 |   5543400 |            0 | MOS:NOPIPE |
| 39507473 |                10 |    101191794 | 101191794 |          126 | NOPIPE     |
+----------+-------------------+--------------+-----------+--------------+------------+
Dec 2 2025, 9:29 AM · MediaWiki-Page-derived-data

Nov 6 2025

Cryptic added a comment to T405476: list=logevents slow or times out for users with many log entries but no recent activity.

@Anomie gives a query against the real tables in T71222#742492, though that's now very out of date (actor table, at minimum).

Nov 6 2025, 5:49 PM · Upstream, mariadb-optimizer-bug, MW-Interfaces-Team, DBA, Wikimedia-Slow-DB-Query, MediaWiki-Action-API, MediaWiki-Logevents
Cryptic added a comment to T409366: Temp accounts can't create pages in the 'Draft:' namespace on English Wikipedia.

Only about 43 per day - we're losing the pages that would have been created by ips, but registered non-autoconfirmed users were still creating drafts on 11/5 after the temp-account rollout.

Nov 6 2025, 4:51 AM · Product Safety and Integrity (Sprint Mint Choc Chip Ice Cream (Oct 20 - Nov 7)), Regression, WMF-General-or-Unknown, Temporary accounts

Sep 19 2025

Cryptic added a comment to T197029: Define in a single place the pseudoname of unnamed queries.

The more immediate problem than the repetition - as reported in both current duplicates - is that if you add a title and then either blank it or replace it with whitespace, it doesn't go back to "Click to add title..." on the query's page (example) and "Untitled query #54382" at /query/runs/all and the user's list of queries, it's blank on all three, and it's unclickable on the latter two.

Sep 19 2025, 1:59 AM · Quarry

Aug 25 2025

Cryptic added a comment to T317599: Allow ^ and $ in intitle regex search.

Since you've already solved \^ and [^charclass], and lucene doesn't support backreferences anyway, rewriting ^ to "[" + START_ANCHOR_MARKER + "\n\r\v\f]" at query time (and similarly for $) should be equivalent, right?

Aug 25 2025, 4:39 PM · User-notice-archive, Discovery-Search (2025.08.15 - 2025.09.05), CirrusSearch