Personal Workboard of @valerio.bozzolan.
Feel free to add a weird icon.
Personal Workboard of @valerio.bozzolan.
Feel free to add a weird icon.
Ok, I'll improve it, because I still have a lot to learn about Phorge and its source code, otherwise I'll fix those issues myself
If there is an issue in Phorge then please provide steps to reproduce in Phorge. Please also strip unneeded full quotes which make comments hard to read. Thanks!
In T15056#21737, @danielyepezgarces wrote:T391929 In that task on Wikimedia Phabricator, I had put some issues
Steps to reproduce the bug:
- Enable the "Dark Mode (Experimental)" theme in Wikimedia Phabricator.
- Go to the Phabricator Workboard.
- Click on any button that has a dropdown menu.
And with these steps you can see the error like the images I have attached
I just checked that the issue can be replicated in the Accessibility workboard, on the Affects-Wikimedia workboard it looks good
In T15056#21750, @aklapper wrote:In T15056#21737, @danielyepezgarces wrote:@danielyepezgarces: Please always provide clear steps to reproduce something somewhere, in most recent Phorge itself.
P.S. I wonder... what happens if we expose the width/height here. But probably just touching that would be enough. Still, patch welcome 👍
Thanks. Yes. I can reproduce. Relevant documentation:
In T15056#21737, @danielyepezgarces wrote:
I don't know if what I done on D25935 is correct, but as usual, Request Changes if I did it wrong.
I relied on the code on PhabricatorUserEmpowerTransaction to try to make PhabricatorApplicationUninstallTransaction require MFA if enabled.
It seems H29 works lol. I've improved it a bit to do not trigger if the celerity map was already touched.
@valerio.bozzolan could you please add to either H28 or H29 Affected files contains none of map.php?
In T15203#21226, @valerio.bozzolan wrote:(M is short for Mockup probably)
(M is short for Mockup probably)
On this server, we changed the config to /^(Q|V|M)\d$/ because we don't have P1 tickets.
I'm also not sure what M is short for.
In T15203#21219, @avivey wrote:The V123 syntax is disabled by remarkup.ignored-object-names config by default; The default is /^(Q|V|M|P)\d$/ (basically anything starting with Q, V, M, or P), for "Q1" (biz-talk for April), "V1" (for versions), "M1" (for ?????) and "P1" (Jira for "important bug").
I'm honestly surprised about layout=inline working for {T123} - I thought is only works for images. But it can probably be made to work for Votes (or rather, all objects) like it does for tasks.
The V123 syntax is disabled by remarkup.ignored-object-names config by default; The default is /^(Q|V|M|P)\d$/ (basically anything starting with Q, V, M, or P), for "Q1" (biz-talk for April), "V1" (for versions), "M1" (for ?????) and "P1" (Jira for "important bug").
Uh! That's magic. Thanks avivey. Created here: H29 Phorge: add comment to remember "celerity map" - T15209
P.S. - useful snippet shared by Daimona from Wikimedia:
Increasing a bit the priority since this is feasible, simple to reproduce, and really frustrating in 2025.
That's a good question. In general in Phorge/Phabricator any archived thing is editable. So I would say no, that archiving a chat still allows to write a message. But maybe it should not generate notifications.
The code to select which tests to run by default is in ArcanistWorkflow::selectPathsForWorkflow().
This makes me and probably other people mad lol
Do you think that this is wontfix? I think yes after https://we.phorge.it/T15281#10042