In D25709#19636, @valerio.bozzolan wrote:OK.
@avivey what do you think about a new silly commodity method PhabricatorTransactions::findOneByType(array, string) ?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jul 1 2024
Jul 1 2024
(BTW, in D25698 we started deprecating remarkup.diviner for RemarkupReferenceController)
Jun 30 2024
Jun 30 2024
what will this do?
Jun 28 2024
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
Jun 27 2024
avivey added a comment to D25703: Fix PHP 8.1 "trim(null)" exception when creating a diff with an empty "Differential Revision:" field.
maybe just add if ($value === null) { continue; } somewhere before the this?
avivey added a comment to D25658: Fix call to non-existing renderChangesetLink() in PHUIDiffTableOfContentsItemView.
grep for PHUIDiffTableOfContentsItemView in the codebase to see where we might be using this class.
avivey added a comment to D25658: Fix call to non-existing renderChangesetLink() in PHUIDiffTableOfContentsItemView.
If we can't find the problem, that probably means we have some dead code here that should be removed.
avivey added a comment to D25658: Fix call to non-existing renderChangesetLink() in PHUIDiffTableOfContentsItemView.
Is there something that's not working here?
avivey accepted D25646: Correct rendering of workboard column move feed stories when a single transaction performs moves on multiple boards.
:shrug:
(re-opening, there's more work left here)
Jun 26 2024
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
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.
avivey awarded D25698: Make the Remarkup Help Page Extensible a Yellow Medal token.
Jun 23 2024
Jun 23 2024
It also collected lots of commits, since May 2023.
avivey added a comment to D25697: Run celerity map after rP1fa8c79b1ef86a9edda575b582b18fa24d60ea1f.
In D25697#19176, @20after4 wrote:I obviously failed to run ./bin/celerity map one more time before running arc diff.
There should really be some way to detect and prevent that mistake. It's one I've made probably 100 times before.
Jun 22 2024
Jun 22 2024
Jun 21 2024
Jun 21 2024
avivey renamed Blog Post: 2024 "Not Officially Summer" release blog post from 2024 "Not officially summer" release to 2024 "Not Officially Summer" release.
Jun 20 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
Jun 19 2024
avivey added a comment to D25694: Set "preconnect" HTTP header when "security.alternate-file-domain" is set.
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
Jun 16 2024
avivey updated the question details for Q139: Add remarkup syntax help for custom remarkup rule tokens.
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.
avivey added a comment to D25693: Conduit API: allow phriction.edit to modify viewPolicy and editPolicy.
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
Jun 9 2024
So PHP, very wow
Jun 7 2024
Jun 7 2024
avivey added a comment to D25685: Allow admins to access "Manage" page from user profile page menu on mobile.
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
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
Jun 4 2024
avivey added a comment to D25571: T15774: Celerity: javascript minification issue with template literals (backticked strings).
Please add some negative tests - things that could trigger this thing, but shouldn't.
Jun 3 2024
Jun 3 2024
Jun 2 2024
Jun 2 2024
avivey added a comment to T15749: Display warning about commenting on a task which is closed as a duplicate.
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
May 29 2024
avivey awarded T15843: Allow collapse and expand of workboard columns in mobile view a Hungry Hippo token.
avivey added a comment to D25672: Allow collapsing/expanding workboard column content by clicking its header.
Very cool!
Don't we have something like phutil_is_integer method somewhere?
May 26 2024
May 26 2024
May 25 2024
May 25 2024
This is spelling, not formatting.
Using a password in 2024 is a bad advice in general.
May 21 2024
May 21 2024
need to also test the result of renderPhabricatorLogo() when no logo set, when a custom logo is set, and when a custom logo is set but hidden (maybe. Maybe the logo file should be Attached to something public, so this situation can't really happen?)
That "don't sign a CLA" article should be titled "don't sign away your copyrights", to be more accurate and less click-bait-y. A CLA may ask you to sign away copyrights (which I feel makes the project non-open-source) ; It doesn't have to.
May 19 2024
May 19 2024
aklapper awarded T15048: Allow awarding Tokens to individual Comments a Love token.
avivey updated the task description for T15835: Misc "Return type is not covariant" errors for method Iterator::key().
May 14 2024
May 14 2024
(It's about spam, but it doesn't have anything explicitly sensitive. I've made it public now)
May 12 2024
May 12 2024
avivey added a comment to T15176: Evaluate a global Herald Maniphest action: "Block Task creation with message" (to allow custom Task constraints).
On a more meta level, Maniphest isn't well-suited to be an entry-form to be filled by a non-expert user; Nuance is/was intended for this use-case.
avivey added a comment to T15176: Evaluate a global Herald Maniphest action: "Block Task creation with message" (to allow custom Task constraints).
on the technical level, Herald can't block object creation - it runs after the fact, by the Daemons.
I think the 404 is possibly better then "silently fail without error".
avivey added a comment to D25635: Fix PHP 8.1 "preg_replace(null)" exception in PhabricatorEditorURIEngine.php.
How can we end up with null here?
May 11 2024
May 11 2024
Rebase
avivey closed T15133: Differential List View should show Repository as Resolved by committing rPea554af47649: Add (Advanced) Custom Fields to Item List.
May 9 2024
May 9 2024
May 8 2024
May 8 2024
avivey added a comment to T15096: Discuss Arcanist as a barrier to adoption of Phorge and how to address the underlying issues..
In T15096#12185, @valerio.bozzolan wrote:Another problem dramatically frequent for newcomers (at least in my office).
It's relatively too much easy to start with a similar commit message:
...
(run the full tests, and then count it as my + O1 Accept).
I think the costs of the extra translations are low, but the cost of "the tests are not being translated for developers" are even lower.
I'd be worried that this might break some tests that do relate to translation/extraction, but running arc unit --everything should solve that.
May 5 2024
May 5 2024
This is probably the right fix (or maybe moving shouldAllowPublic() to the base PhabricatorFactController).
Apr 29 2024
Apr 29 2024
avivey added a comment to T15780: Expose only canonical Clone URI in Diffusion when repo hosted externally and Differential uninstalled.
You can set "visibility" for each URI already.
Apr 28 2024
Apr 28 2024
avivey added a comment to T15801: Mention on landing page that Phorge is a community fork of Phabricator.
Yeah, thad makes sense, I guess.
Content licensed under Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) unless otherwise noted; code licensed under Apache 2.0 or other open source licenses. · CC BY-SA 4.0 · Apache 2.0