Page MenuHomePhorge

mainframe98 (Klaas Skelte van der Werf)
Phorge enthusiast

Projects

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Tuesday

  • Clear sailing ahead.

User Details

User Since
Jun 11 2022, 10:32 (145 w, 1 d)
Availability
Available

Recent Activity

Fri, Mar 21

mainframe98 awarded T16021: Conpherence: Add "Can Create Rooms" policy a Like token.
Fri, Mar 21, 18:15 · Policy, Conpherence

Sun, Mar 9

mainframe98 added inline comments to D25535: T15011: Update support for XHPast on Windows.
Sun, Mar 9, 14:20

Thu, Mar 6

mainframe98 closed D25881: Fix packages base uri and introduce a console for that base uri.
Thu, Mar 6, 18:43
mainframe98 committed rP955ec7776064: Fix packages base uri and introduce a console for that base uri.
Fix packages base uri and introduce a console for that base uri
Thu, Mar 6, 18:43
mainframe98 added a comment to D25881: Fix packages base uri and introduce a console for that base uri.

Thanks. I'm personally fine with bug fixes for prototype apps.

Me too. Maybe this section should be removed?

Thu, Mar 6, 18:42

Tue, Mar 4

mainframe98 added a comment to T16006: "(Exception) No such token ""!" when directly accessing token giving URI.

Did some digging using the Network monitor. When using the dialog, Phorge sends this:

__csrf__: B@jqccc7335f3e341bab747f2a
__form__: 1
__dialog__: 1
tokenPHID: PHID-TOKN-emoji-7
__wflow__: true
__ajax__: true
__metablock__: 4

but using the direct URL, it sends this:

__csrf__: B@2rdakjrtaeed9a29351d9a9c
__form__: 1
__dialog__: 1

Unfortunately, all I can gleam is that the JavaScript doesn't trigger correctly when clicking on a token, and never sends the tokenPHID key-value pair as a result. It's clearly not handling the separate form correctly, because disabling JavaScript results in a proper experience.

Tue, Mar 4, 18:29
mainframe98 accepted D25752: Fix call to undefined method PhrictionDocumentTitleTransaction::renderHandleLink().

I haven't the foggiest how this transaction is supposed to use its stub variant; attempting to create a document at /w/parent/child causes an error about /w/parent/ being required.

Tue, Mar 4, 17:25 · Phriction
mainframe98 closed D25859: PhabricatorLiskDAO: Fragment serializer cache by class.
Tue, Mar 4, 16:56
mainframe98 committed rPe99e9a300367: PhabricatorLiskDAO: Fragment serializer cache by class.
PhabricatorLiskDAO: Fragment serializer cache by class
Tue, Mar 4, 16:56

Mon, Mar 3

mainframe98 requested changes to D25752: Fix call to undefined method PhrictionDocumentTitleTransaction::renderHandleLink().

This doesn't seem correct. renderObject doesn't take any arguments. I suspect the intention was renderHandle, as that method takes a PHID, which the metadata key mentions.

Mon, Mar 3, 19:04 · Phriction
mainframe98 accepted D25868: Fix PHP 8.1 "preg_match(null)" exception for missing User-Agent HTTP Header.
In D25868#23446, @slip wrote:

I found this, which suggests that this shouldn't be used for headers. https://secure.phabricator.com/D21862

Mon, Mar 3, 19:00
mainframe98 accepted D25894: Hide "Audits" section in Email Preferences when uninstalled.

Followed test plan, confirmed findings, accepted revision.

Mon, Mar 3, 18:54
mainframe98 added a comment to D25859: PhabricatorLiskDAO: Fragment serializer cache by class.

Yes, I'd like to see this merged, [...]

Mon, Mar 3, 18:50
mainframe98 updated the diff for D25859: PhabricatorLiskDAO: Fragment serializer cache by class.

Use !empty instead of isset to match previous type juggling behaviour

Mon, Mar 3, 18:50

Thu, Feb 27

mainframe98 updated the diff for D25900: Remove the onboard "mailKey" from Paste.

Remove the mailKey column from PhabricatorPaste

Thu, Feb 27, 19:50
mainframe98 added a comment to D25900: Remove the onboard "mailKey" from Paste.

You know better than me the context. Is there a possibility that an installation is already without that column?

Thu, Feb 27, 19:49
mainframe98 added a comment to D25899: Rebuild quickstart.sql.

Created D25900 for the deleted paste mailkey migration.

Thu, Feb 27, 19:19
mainframe98 requested review of D25900: Remove the onboard "mailKey" from Paste.
Thu, Feb 27, 19:16
mainframe98 accepted D25895: Do not create search_documentfield table; update docs.

Ran ./bin/storage upgrade --namespace phabricator_quickstart_test2, and that didn't fail.

Thu, Feb 27, 18:56
mainframe98 requested review of D25899: Rebuild quickstart.sql.
Thu, Feb 27, 18:42

Mon, Feb 24

mainframe98 added a comment to D25772: Projects: improve quality of destroy workflow.

This is much better. A few spelling errors remain, plus two suggestions to make sentences read a little less awkward.

Mon, Feb 24, 18:33 · Projects

Sat, Feb 22

mainframe98 awarded T15961: Should we adopt modern PHP type hints in Phorge source code? a Love token.
Sat, Feb 22, 12:32 · Phorge Development Tools, Discussion Needed

Feb 17 2025

mainframe98 added a comment to T15998: Add an "Authored Tasks" view/item to People profile menu.

Yes, please!

Feb 17 2025, 20:20 · People
mainframe98 awarded T15998: Add an "Authored Tasks" view/item to People profile menu a Mountain of Wealth token.
Feb 17 2025, 20:19 · People

Feb 16 2025

mainframe98 added a comment to D25859: PhabricatorLiskDAO: Fragment serializer cache by class.

I took the liberty to edit the commit message a bit to make reproduction easier (handy URIs to test, plus include the error message which allows easier search).

Feb 16 2025, 16:56
mainframe98 closed D25882: Unbreak the creation of Packages Versions.
Feb 16 2025, 16:45
mainframe98 committed rPebbe83c3941d: Unbreak the creation of Packages Versions.
Unbreak the creation of Packages Versions
Feb 16 2025, 16:45

Feb 15 2025

mainframe98 requested review of D25882: Unbreak the creation of Packages Versions.
Feb 15 2025, 21:09
mainframe98 requested review of D25881: Fix packages base uri and introduce a console for that base uri.
Feb 15 2025, 16:34
mainframe98 awarded D25878: Project archival dialog: Mention affected Herald rule conditions a Like token.
Feb 15 2025, 13:23

Feb 3 2025

mainframe98 requested changes to D25772: Projects: improve quality of destroy workflow.

I find the current iteration too difficult to read, although that may be partially caused by the mutual language barrier.

Feb 3 2025, 08:00 · Projects

Jan 26 2025

mainframe98 accepted D25535: T15011: Update support for XHPast on Windows.

Took some fiddling with VS2022 to find exactly what I needed to install, but worked like a charm afterwards.

Jan 26 2025, 13:29

Dec 25 2024

mainframe98 created T15982: Update the documentation for "Adding New CSS and JS" to not exclude extensions.
Dec 25 2024, 16:22 · Extension Development, Documentation

Dec 24 2024

mainframe98 added a revision to T15064: Make Phorge compatible with PHP 8.1/8.2/8.3/8.4: D25859: PhabricatorLiskDAO: Fragment serializer cache by class.
Dec 24 2024, 17:09 · PHP 8 support
mainframe98 added a task to D25859: PhabricatorLiskDAO: Fragment serializer cache by class: T15064: Make Phorge compatible with PHP 8.1/8.2/8.3/8.4.
Dec 24 2024, 17:09
mainframe98 updated the diff for D25859: PhabricatorLiskDAO: Fragment serializer cache by class.

Run unit tests

Dec 24 2024, 15:48
mainframe98 requested review of D25859: PhabricatorLiskDAO: Fragment serializer cache by class.
Dec 24 2024, 15:31

Dec 20 2024

mainframe98 closed D25858: Phriction: define an object creation title.
Dec 20 2024, 16:54
mainframe98 committed rP48a74638a78d: Phriction: define an object creation title.
Phriction: define an object creation title
Dec 20 2024, 16:54

Dec 19 2024

mainframe98 requested review of D25858: Phriction: define an object creation title.
Dec 19 2024, 18:20

Oct 28 2024

mainframe98 closed D25834: DarkConsole: Fix "strlen(null)" but for the "tab" query parameter.
Oct 28 2024, 08:26
mainframe98 committed rPddf26e89c873: DarkConsole: Fix "strlen(null)" but for the "tab" query parameter.
DarkConsole: Fix "strlen(null)" but for the "tab" query parameter
Oct 28 2024, 08:26

Oct 27 2024

mainframe98 requested review of D25834: DarkConsole: Fix "strlen(null)" but for the "tab" query parameter.
Oct 27 2024, 18:49
mainframe98 closed D25833: APC: Set ttl to 0 when ttl is not given.
Oct 27 2024, 14:12
mainframe98 committed rP74bf6c0e3c2b: APC: Set ttl to 0 when ttl is not given.
APC: Set ttl to 0 when ttl is not given
Oct 27 2024, 14:12
mainframe98 added inline comments to D25833: APC: Set ttl to 0 when ttl is not given.
Oct 27 2024, 14:03
mainframe98 updated the diff for D25833: APC: Set ttl to 0 when ttl is not given.
  • APC: Change the setKeys $ttl parameter default to 0
Oct 27 2024, 14:03
mainframe98 requested review of D25833: APC: Set ttl to 0 when ttl is not given.
Oct 27 2024, 13:00

Oct 20 2024

mainframe98 accepted D25809: ArcanistBundleTestCase: fix support of non-English environments.

Confirmed on KDE on Debian 12, everything set to Dutch: LC_ALL evaluates to nl_NL.UTF-8. Fails before applying this change, succeeds afterwards.

Oct 20 2024, 16:56
mainframe98 added a comment to T15927: Fix Arcanist unit test ArcanistBundleTestCase->testNonlocalTrailingNewline() on non-English terminal.

I can reproduce this (KDE on Debian 12, everything set to Dutch: LC_ALL evaluates to nl_NL.UTF-8). diff returns localized output, but doesn't when using LC_ALL=C.

Oct 20 2024, 16:55 · User-valerio.bozzolan

Aug 20 2024

mainframe98 awarded D25794: Add missing variable names to PHPDoc @param of methods a Love token.
Aug 20 2024, 20:43

May 18 2024

mainframe98 awarded D25626: The feed "created this task" should be the first one a Love token.
May 18 2024, 08:54

May 4 2024

mainframe98 created T15812: Double escaped text when adding an auth provider.
May 4 2024, 17:48 · Auth, Bug Reports

Jul 19 2023

valerio.bozzolan awarded Q66: Is Differential configured wrong or has something broken? a Like token.
Jul 19 2023, 14:35 · Differential
mainframe98 closed Q66: Is Differential configured wrong or has something broken? as resolved.
Jul 19 2023, 12:15 · Differential
mainframe98 added a comment to Q66: Is Differential configured wrong or has something broken?.

I have created T15559 with extra information, now that D25342 was closed and the issue behavior changed somewhat.

Jul 19 2023, 12:15 · Differential
mainframe98 created T15559: Exception "Failed to load file data for changeset" shown for Differential revisions containing changes to images and user being logged out.
Jul 19 2023, 12:14 · Bug Reports, Differential

Jul 11 2023

avivey awarded Q66: Is Differential configured wrong or has something broken? a Like token.
Jul 11 2023, 10:47 · Differential
mainframe98 asked Q66: Is Differential configured wrong or has something broken?.
Jul 11 2023, 10:24 · Differential

Sep 26 2022

mainframe98 updated mainframe98.
Sep 26 2022, 08:50