Page MenuHomePhabricator

JanusTroelsen (Ysangkok)
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
Jan 4 2015, 1:56 PM (578 w, 6 d)
Availability
Available
IRC Nick
ysangkok on freenode
LDAP User
Ysangkok
MediaWiki User
Ysangkok [ Global Accounts ]

Recent Activity

Feb 21 2025

JanusTroelsen added a comment to T386024: Support a "year" type in charts.

While ISO 8601 is useful for specifying a single point in time, or a calendar day, it isn't immediately to me how I should make tabs/charts where I have monthly data, like e.g. this file. I errorneusly added -31 to the year-month, but now some entries are invalid, as there aren't 31 days in e.g. February. JavaScript's Date constructor will still accept the value, and infer it as March 1st, which might make sense. But it would have been better to reject the data before it entered the system.

Feb 21 2025, 4:18 AM · Charts (Sprint 18)
JanusTroelsen added a comment to T386024: Support a "year" type in charts.

Isn't a date type already supported?

Feb 21 2025, 4:04 AM · Charts (Sprint 18)

Mar 16 2020

JanusTroelsen added a comment to T60546: Captcha support broken.

@Xqt looks great, thanks! I think the automatic solving could still be done by e.g. a regex parser and a manual interpreter, but that can go in another PR I guess.

Mar 16 2020, 5:17 PM · Patch-For-Review, Pywikibot

Aug 15 2019

JanusTroelsen set IRC Nick to ysangkok on freenode on JanusTroelsen.
Aug 15 2019, 7:56 PM
JanusTroelsen added a comment to T60546: Captcha support broken.

The fixes I needed to apply to get pywikibot automatically solving captchas for Haskellwiki are here: https://github.com/ysangkok/fix-wiki-links/blob/master/insc.py#L11

Aug 15 2019, 7:55 PM · Patch-For-Review, Pywikibot

Dec 5 2015

JanusTroelsen added a comment to T120489: Collaborative way to generate SVG/PNG graphs using Lua modules.

I trust you did consider https://gerrit.wikimedia.org/r/#/c/113759/ ?

Dec 5 2015, 3:03 AM · Community-Wishlist-Survey-2015

Sep 9 2015

JanusTroelsen added a comment to T66460: Dynamically generate files with Scribunto.

I have another implementation strategy idea. We could let the module generate iframe data that would be embedded by base64'ing it. Since iframes do not allow scripting per default (http://www.w3.org/TR/html5/webappapis.html#sandboxScriptBlocked) and the data would not be linkable, this would allow for manually made image-maps in SVG's but still retain security. Old browsers that run scripts in iframes per default, would need mitigation. The format of code in the module could be the same as my previous patch, but a new parser function would be needed. What do you think?

Sep 9 2015, 5:33 PM · Patch-Needs-Improvement, Scribunto

Jul 22 2015

JanusTroelsen added a comment to T66829: Allow hiding OAuth edits in Recent Changes.

I think the batch flag suggested by Pajn is a good compromise. Batch edits could be shown per default. A compromise seems necessary for AutoList.

Jul 22 2015, 12:25 PM · MediaWiki-extensions-OAuth