Page MenuHomePhorge
Feed Advanced Search

Mar 25 2022

20after4 added a comment to D25035: Hide the blurb of a user when that user is disabled.

fwiw, this is how I handled it in the wikimedia fork:

Mar 25 2022, 04:45

Mar 21 2022

20after4 added a comment to T15074: Hide profile pictures and descriptions of disabled users.

Yes I agree, this is something I did on wikimedia's instance because we were getting a lot of spam with links in the profile description.

Mar 21 2022, 16:58 · Spam mitigation, Security

Mar 15 2022

20after4 updated the task description for T15071: Setup recurring Core meeting.
Mar 15 2022, 22:23 · Governance

Mar 14 2022

20after4 added a comment to T15030: Support a Phorge Extensions ecosystem.

@MacFan4000 the mediawiki auth is in core afaik. There is some custom stuff for the wikimedia ldap setup but the oauth part was merged upstream ages ago.

Mar 14 2022, 05:02 · Extension Development, Phactory: Community Projects, Phorge
20after4 added a comment to T15069: Disable spammers.

Yeah admittedly what I did was just a hack because I didn't want to implement storage and UI for a new "hidden" boolean flag.

Mar 14 2022, 05:00 · Upstream General/Unknown

Mar 13 2022

20after4 added a comment to T15069: Disable spammers.

On Wikipedia’s phabricator instance I implemented a patch that hides the profile text on disabled accounts which helps (slightly) to disincentivize spammers.

Mar 13 2022, 00:13 · Upstream General/Unknown

Mar 12 2022

20after4 updated the task description for T15071: Setup recurring Core meeting.
Mar 12 2022, 05:09 · Governance

Feb 25 2022

20after4 updated 20after4.
Feb 25 2022, 21:07
20after4 updated 20after4.
Feb 25 2022, 21:06

Feb 1 2022

20after4 updated subscribers of T15055: Import translations from translatewiki.net.
Feb 1 2022, 20:20 · Localization, Affects-Wikimedia, Phorge

Dec 5 2021

20after4 added a parent task for T15006: Re-brand Phorge: T15055: Import translations from translatewiki.net.
Dec 5 2021, 19:40 · Phorge
20after4 added a subtask for T15055: Import translations from translatewiki.net: T15006: Re-brand Phorge.
Dec 5 2021, 19:40 · Localization, Affects-Wikimedia, Phorge
20after4 added a comment to T15055: Import translations from translatewiki.net.

Once the rebranding is complete we can send updated strings to translatewiki so that everything remains in sync.

Dec 5 2021, 19:39 · Localization, Affects-Wikimedia, Phorge

Nov 27 2021

20after4 added a comment to T15043: Automatically move tasks between columns on project boards.

I didn't know columns could be deleted... I thought they were only ever hidden.

Nov 27 2021, 15:35 · Workboard
20after4 awarded T15062: Introducing Phixator 2 a Mountain of Wealth token.
Nov 27 2021, 15:31 · Phactory: Community Projects

Oct 15 2021

20after4 renamed T15055: Import translations from translatewiki.net from Import translations from translate wiki.net to Import translations from translatewiki.net.
Oct 15 2021, 17:11 · Localization, Affects-Wikimedia, Phorge
20after4 created T15055: Import translations from translatewiki.net.
Oct 15 2021, 17:11 · Localization, Affects-Wikimedia, Phorge

Sep 30 2021

20after4 added a comment to T15048: Allow awarding Tokens to individual Comments.
In T15048#1311, @Leon95 wrote:

^^ Awarding a Token to a "... awarded a token." Message would be a weird case. But what about removing this Message completely? (or add the Option to hide them) It bloats the history of some Objects imensely and is not that usefull in my opinion.

Sep 30 2021, 13:59 · Comments
20after4 awarded T15048: Allow awarding Tokens to individual Comments a Love token.
Sep 30 2021, 13:55 · Comments

Sep 14 2021

20after4 updated 20after4.
Sep 14 2021, 12:38
20after4 updated 20after4.
Sep 14 2021, 12:38

Sep 10 2021

20after4 added a comment to T15043: Automatically move tasks between columns on project boards.

Just having a dropdown here would be enough, I guess?

image.png (666×1 px, 84 KB)

Indeed.

Sep 10 2021, 14:33 · Workboard
20after4 added a comment to T15043: Automatically move tasks between columns on project boards.

@TitanNano: One way to store the type, without changing any schema, would be to drop it into the metadata json blob which columns already use for recording which column is the 'default'. Unfortunately that isn't the most convenient thing to query, however, it's not that bad thanks to mysql's json functions.

Sep 10 2021, 14:32 · Workboard

Sep 9 2021

20after4 added a comment to T15043: Automatically move tasks between columns on project boards.

It wouldn't be too hard to add a type to columns but we'd need a way to set the type from the UI somehow.

Sep 9 2021, 23:56 · Workboard

Sep 5 2021

20after4 added a comment to T15043: Automatically move tasks between columns on project boards.

I also agree that #3 seems promising. FWIW it's incredibly easy to develop new herald actions and as long as the current herald rules do the thing you want to do then the action would be very straightforward. Maybe the usability would be improved by exposing the rules that affect a board through the workboard UI instead of having them scattered around random and disorganized herald rules in the herald ui?

Sep 5 2021, 02:09 · Workboard

Aug 22 2021

20after4 awarded D25018: Add conduit endpoints for querying legalpad a Like token.
Aug 22 2021, 23:15
20after4 added a comment to D25018: Add conduit endpoints for querying legalpad.

Ok my implementation had a couple of additional search constraints which are missing here. Otherwise this looks good to me and is more complete. I'll probably abandon my patch and apply this one if you don't mind including the additional search constraints. (See suggested edits.)

Aug 22 2021, 23:14
20after4 added a comment to D25018: Add conduit endpoints for querying legalpad.

FWIW here is my implementation which overlaps somewhat:

Aug 22 2021, 22:58

Aug 18 2021

20after4 added a comment to D25018: Add conduit endpoints for querying legalpad.

Wow, this is something I developed for wikimedia but not nearly as extensive! I'll try to give some code review when I have a few minutes to look this over.

Aug 18 2021, 18:09
20after4 added a comment to D25015: Show confirmation dialog when closing a modal if form contents have been changed.

+1 this has bitten me before.

Aug 18 2021, 18:08 · Maniphest (archived)

Jul 29 2021

20after4 created T15037: Support OAuth login via GitHub/Google/etc?.
Jul 29 2021, 21:53 · Governance
20after4 added a comment to T15014: Develop a Phorge Release Process.

I can help out with upstream merges. I've been doing it on a regular basis for Wikimedia for a long time now. It's rarely been a problem but I'm been careful to make sure that Wikimedia's fork doesn't drift too far away from upstream.

Jul 29 2021, 21:33 · Phorge

Jul 19 2021

20after4 added a comment to T15030: Support a Phorge Extensions ecosystem.

regarding a monorepo, I'm not sure if there is an advantage to that, I'm fine with individual repos. I currently maintain most of Wikimedia's extensions in a single monorepo but I'd consider splitting them out into individual repos if any one them were candidates for upstreaming.

Jul 19 2021, 03:57 · Extension Development, Phactory: Community Projects, Phorge
20after4 added a comment to T15030: Support a Phorge Extensions ecosystem.

I'd like to host https://github.com/wikimedia/phabricator-antivandalism here, perhaps under a new name.

Jul 19 2021, 03:55 · Extension Development, Phactory: Community Projects, Phorge

Jul 14 2021

bfs awarded T15030: Support a Phorge Extensions ecosystem a Cup of Joe token.
Jul 14 2021, 09:26 · Extension Development, Phactory: Community Projects, Phorge

Jul 12 2021

brennen awarded T15030: Support a Phorge Extensions ecosystem a Like token.
Jul 12 2021, 19:38 · Extension Development, Phactory: Community Projects, Phorge
20after4 created T15030: Support a Phorge Extensions ecosystem.
Jul 12 2021, 18:08 · Extension Development, Phactory: Community Projects, Phorge
20after4 added a comment to D25013: Use the 2020/2021 MediaWiki Logo.

I landed this upstream.

Jul 12 2021, 01:29

Jul 3 2021

20after4 added a comment to T15011: Build a Phorge Developer Environment.

@willson556: phorge-devcontainer looks awesome. I'll try it out asap. I may be able to contribute as well, I've got a bit of experience building reusable development environments.

Jul 3 2021, 18:41 · Extension Development

Jun 22 2021

20after4 added a comment to T15004: Decide who has admin/commit/security access.
In T15004#100, @speck wrote:

On the topic of increasing community involvement we will also want to produce documentation for setting up development environments as well as the steps to submit changes upstream (like a quality checklist). To make development environments even easier we might want to consider supporting something like a vagrantfile so people can get started with very few steps.

Jun 22 2021, 13:12 · Governance, Phorge

Jun 20 2021

20after4 added a comment to T15014: Develop a Phorge Release Process.

fwiw the old upstream workflow has been very easy to follow as a downstream fork maintainer so I like keeping it mostly unchanged.

Jun 20 2021, 12:28 · Phorge
20after4 accepted D25009: Update arcanist readme to reference Phorge.

Shouldn't we also think about changing the name of arcanist or does it make sense to have a fork with the same name?

Jun 20 2021, 12:24

Jun 13 2021

20after4 awarded T15007: Extends access to part of phorge to logged out users a Like token.
Jun 13 2021, 01:59 · Upstream General/Unknown

Jun 12 2021

chris empowered 20after4 as an administrator.
Jun 12 2021, 23:12
20after4 updated 20after4.
Jun 12 2021, 22:17