I don't know if anybody is supposed to run
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Feb 19 2025
Alright, even after calling ->withEpochInRange(null, null) this very code change (comparing null with null) works fine without a problem, so I'd not add that additional null check
Oh wait I totally misunderstood you, sigh
Uh, nice thought! Phorge accepts and handles correctly one or two parameters being null which I think is fine as-is, so I'd only check for switched parameters created by confused developers here.
Small question. Is it supposed to be used with null+null?
arc lint arc unit
Maybe also just declaring $path = '' as default in 209
Feb 18 2025
Ooops, indeed. Thanks for finding that. Abandoning in favor of D25869.
In D25363#18825, @aklapper wrote:
- Resulting E13 still shows "Private User 1" to "Private User 5" with no user matching - I don't think that is expected but I'm not sure we want to care as that is no regression?
I've tested this and I'm impressed. You probably have changed my life.
- Fixes indents, adds emoji support, improves REGEX
For consistency, I'm wondering whether to
- rename src/applications/people/menuitem/PhabricatorPeopleTasksProfileMenuItem.php to src/applications/people/menuitem/PhabricatorPeopleTasksAssignedProfileMenuItem.php,
- rename src/applications/people/controller/PhabricatorPeopleProfileTasksController.php to src/applications/people/controller/PhabricatorPeopleProfileTasksAssignedController.php,
- update const ITEM_TASKS = 'people.tasks' to const ITEM_TASKS_ASSIGNED = 'people.tasks.assigned;,
- update 'tasks/(?P<id>[1-9]\d*)/' =>'PhabricatorPeopleProfileTasksController' to 'tasks-assigned/(?P<id>[1-9]\d*)/' =>'PhabricatorPeopleProfileTasksAssignedController'
as there is more than one "task" thingie now?
In T15726#15399, @aklapper wrote:Fund: Going to http://phorge.localhost/fund/create/ and creating a New Initiative anyway yields
EXCEPTION: (RuntimeException) Undefined array key "totalAsCurrency" at [<arcanist>/src/error/PhutilErrorHandler.php:273]
Gotcha. Any opinion on this?
Maybe duplicate patch, look for same title (I'm on mobile now)
This would absolutely be useful in both the personal and professional Phorge instances I admin :)
Feb 17 2025
Yes, please!
In D25864#23737, @valerio.bozzolan wrote:Question: in an ideal world would you love even more the same button, that "just" prefills the textarea?
Eh, let's make this exit(0) as that's more consistent with existing calls in the Arcanist codebase
Thanks. I can confirm with PHP 8.4.4 after upgrading one of my machines.
Probably same game as T15679 somewhere in src/applications/phriction/controller/PhrictionMoveController.php
In T15990#20841, @aklapper wrote:Which PHP version do you use?
Note that (clone $foo)->bar() is still invalid so you need to use id(clone $foo)->bar().
Finally something that can be tested using arc anoid - I guess?
Test plan works! Thanks :3
grep -r " id(" --include=*.php . | wc -l gives a whopping 11220 results.
Would we accept a patch if I cooked up one? :)
I fail to reproduce with PHP 8.3 with the given steps: ../arcanist/bin/arc diff --create --help prints the help as expected, with no error.
Which PHP version do you use?
Hi @nib - still thanks and you are welcome in updating this patch using something like this:
last cosmetic change on a title with extra "==="
Question: in an ideal world would you love even more the same button, that "just" prefills the textarea? That could be also probably done server-side, without JavaScript. That would help T15991 even more I think.
git rebase master
add missing comma
implement tips, simplify (thanks)
With full respect of Badges, I don't see how a business can build an empire on this Badges menu entry. Anyway, if your business feel tampered by having this moved down by some pixels, please propose a patch to introduce a better menu management for this, like project menu that is more flexible :3
Insert a tear to play again :3
Okay, got to wait until D25885 is merged first
Okay, got to wait until D25885 is merged first
Feb 16 2025
Let's try again without celerity noise
I wonder what's wrong with my CSS/JS, sigh
As I uploaded a new diff now how do I request a new review / reset the existing one "Changes Requested"?
"Foist Upon", or which vaguely named oh so "funny" option from the "Add Action..." dropdown which makes non-native speakers feel stupid and be scared to choose the wrong option? Oh UX and usability...
having a portal with something useful (e.g. a Dashboard): shows the Dashboard
Remove first person voice in a few areas. And a bit of swearing that slipped through from my notes.
Run ./bin/celerity map
Rename function to override from parent class, as proposed by Valerio
Right, PhabricatorDashboardPortalProfileMenuEngine extends PhabricatorProfileMenuEngine so we can override newNoContentView()... that probably makes most sense, thanks