User Details
- User Since
- Jun 10 2021, 05:36 (171 w, 11 h)
- Roles
- Administrator
- Availability
- Available
- Timezone
- UTC+2
Yesterday
Fri, Sep 6
Tue, Sep 3
Wed, Aug 28
Sat, Aug 24
Also related: T15025
Aug 8 2024
I've filed T15908 for the "quick create from column to do what I mean".
(@arp - the images you pasted did not get Attached, so they are Private; Please set them manually to Public so they can be seen. We have an open ticket for that somewhere)
Aug 7 2024
It's probably better to exclude ICS files from TXT in .arclint, or define their own section, rather then add hard-coded exceptions in here.
It's not "impossible" on the technical level, it's just not obviously the right solution.
Aug 6 2024
...set it by default to the space that the project belongs to...
Aug 5 2024
I did some digging:
Aug 4 2024
This entire method looks very hacky to me. I guess at the bottom of every useful UI, there's a bunch of if statements that map icon names to code.
Aug 3 2024
BTW - is something normalizing the header casing?
Aug 2 2024
I'm happy to log it, but I'm nos sure this counts as "fixes" the issue - it still requires an admin to monitor the logs.
But then maybe T15887 and its friends can be collected to a single common "more visibility for Herald errors" issue.
Jul 30 2024
Jul 29 2024
You didn't have Trusted Contributors membership, which provides access to the repo. Try now
Jul 15 2024
👍👍
Jul 11 2024
I think we're all aligned here...
Jul 10 2024
The best way is probably to make an Extension:
Jul 9 2024
Jul 8 2024
these pages should have Macro disabled, probably. A user on the install can add more macros that would break the page in some other ways. Probably.
Jul 3 2024
Once we remove this, we'll need to handle this edge-case:
- I've closed a ticket as "duplicate of T1", but I was wrong and want to mark it as "duplicate of T2" instead (and say it's not a dup of T1).
Jul 2 2024
Jul 1 2024
(BTW, in D25698 we started deprecating remarkup.diviner for RemarkupReferenceController)
Jun 30 2024
what will this do?
Jun 28 2024
I'm assuming you're talking about dropping a file in the text area when editing the page, right? Not just dropping it when viewing a wiki page?
Presumably resolved by D25134.
Jun 27 2024
maybe just add if ($value === null) { continue; } somewhere before the this?
grep for PHUIDiffTableOfContentsItemView in the codebase to see where we might be using this class.
If we can't find the problem, that probably means we have some dead code here that should be removed.
Is there something that's not working here?
:shrug:
(re-opening, there's more work left here)
Jun 26 2024
Do we still need the auto-complete feature? In modern times, the OS has the "insert emoji" feature built-in (at least, Windows and Android and KDE do).
Jun 24 2024
Ok, this looks much better then what we have today, so yay.
Looks good! I want to play with it locally before accepting.
Jun 23 2024
It also collected lots of commits, since May 2023.
Jun 22 2024
Jun 21 2024
Jun 20 2024
What's the current behavior for fallback from cs_CZ? Would it make sense to set the default to en_US in the base class?
Jun 19 2024
What if $cdn has some evil characters? Do we have some escaping, or can it cause anything bad, or do we not care? Looks like we're including a bunch of other config as-is here, so maybe it's ok.
Looks good to me.
Jun 16 2024
I still don't like the solution of using place-holder text for that; But this implementation also adds another DB access which I think is redundant.
Instead of this diff, can you add a modern endpoint that uses the EditEngine/transactions? e.g. maniphest.edit, badge.edit, etc.
That will need a different name (phriction.document.edit?), but will allow full editing capability.
Jun 9 2024
So PHP, very wow
Jun 7 2024
As T15224 suggest, this menu should have the same content as the side-menu on non-mobile view; And in most places, the framework handles that, by actually moving that menu.
So the "right" fix is to find what creates the current side-menu and make sure we call that, or figuring out why they're different here and normally the same.
Jun 6 2024
There may be some room for extra clarity for users in complex organization setups, but this is a rare enough operation (outside of dev) that it's probably not worth worrying about.
Jun 4 2024
Please add some negative tests - things that could trigger this thing, but shouldn't.
Jun 3 2024
Jun 2 2024
I think the EditEngine is what's used to create the actions form, and it has some sense of the object's status (see for example the available actions on Revisions - these change based on the revision's state).
Maybe it can get an additional "field" for this warning, and display it based on task status.
May 29 2024
Very cool!