In D25636#17849, @valerio.bozzolan wrote:Nice catch. Basically the question is, why is this not working?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Jun 19 2024
Jun 19 2024
@revi: Could you please double-check and confirm that the line 144 in <phorge>/src/infrastructure/editor/PhabricatorEditorURIEngine.php is
'n' => $this->escapeToken($repository->getRepositorySlug()),
in your installation? Thanks in advance!
aklapper added inline comments to D25694: Set "preconnect" HTTP header when "security.alternate-file-domain" is set.
aklapper added a comment to D25694: Set "preconnect" HTTP header when "security.alternate-file-domain" is set.
can it cause anything bad
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.
aklapper added inline comments to D25694: Set "preconnect" HTTP header when "security.alternate-file-domain" is set.
speck added inline comments to D25694: Set "preconnect" HTTP header when "security.alternate-file-domain" is set.
Jun 18 2024
Jun 18 2024
aklapper committed rP5d479556c329: Display same items in mobile menu on User Profile page as on desktop.
Display same items in mobile menu on User Profile page as on desktop
valerio.bozzolan triaged T15859: Set "preconnect" HTTP header when "security.alternate-file-domain" is set as Wishlist priority.
aklapper added a comment to D25694: Set "preconnect" HTTP header when "security.alternate-file-domain" is set.
Good point, thanks! Updated.
aklapper updated the summary of D25694: Set "preconnect" HTTP header when "security.alternate-file-domain" is set.
• l2dy added a comment to D25694: Set "preconnect" HTTP header when "security.alternate-file-domain" is set.
Should the summary also include https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/preconnect as a reference? https://developer.mozilla.org/en-US/docs/Web/Performance/dns-prefetch doesn't mention preconnect in the first few paragraphs, so it's somewhat confusing.
Also remove now unused private $objectPHID
Remove a needless ->setObjectPHID($object_phid) call I missed now that we pass $object
I still don't like the solution of using place-holder text for that
Thanks for the review (and for your patience!).
Jun 16 2024
Jun 16 2024
avivey updated the question details for Q139: Add remarkup syntax help for custom remarkup rule tokens.
mturdus updated the task description for T15858: Conduit API: allow phriction.edit to modify viewPolicy and editPolicy.
mturdus updated the diff for D25693: Conduit API: allow phriction.edit to modify viewPolicy and editPolicy.
Updating D25693: Conduit API: allow phriction.edit to modify viewPolicy and editPolicy
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 15 2024
Jun 15 2024
mturdus requested review of D25693: Conduit API: allow phriction.edit to modify viewPolicy and editPolicy.
mturdus committed rP000bccf8e4f7: Fix PHP 8.1 "strlen(null)" exception in PhabricatorMailSMTPAdapter when sending….
Fix PHP 8.1 "strlen(null)" exception in PhabricatorMailSMTPAdapter when sending…
speck accepted D25692: Fix PHP 8.1 "strlen(null)" exception in PhabricatorMailSMTPAdapter when sending email.
Thank you!
mturdus retitled D25692: Fix PHP 8.1 "strlen(null)" exception in PhabricatorMailSMTPAdapter when sending email from Fix PHP 8.1 "strlen(null)" exception in Diviner when sending email via SMTP
aklapper added a comment to T15856: Navigating links using keyboard does not show an outline indicating the currently active link.
Jun 14 2024
Jun 14 2024
aklapper added a comment to T15749: Display warning about commenting on a task which is closed as a duplicate.
Cleaner attempt in D25546 Diff 2113.
Allow to setEditEngine when constructing a PhabricatorApplicationTransactionCommentView
Jun 13 2024
Jun 13 2024
aklapper added a comment to T15749: Display warning about commenting on a task which is closed as a duplicate.
Thanks for the pointers, I really appreciate them.
Ah, thanks, makes sense now. I'd probably rephrase "but harms the authors constraint" a little bit to explicitly cover what you explained well in D25676#18549 - an author PHID in $this->responsibles might not always be a member of a project or owner of a package, so the query results were incomplete beforehand.
zhe awarded Q138: SAML 2.0 support a Orange Medal token.
Jun 12 2024
Jun 12 2024
pppery changed the status of T15840: Don't give bad password advice when resetting password from Spite to Resolved by committing rP1bb7422662ac: Reword joke password reset email message.
Reword joke password reset email message
Jun 11 2024
Jun 11 2024
aklapper closed T15853: PHP 8.1 "strlen(null)" exception in Diviner when PHPDoc has no @task block, a subtask of T15064: Make Phorge compatible with PHP 8.1/8.2/8.3/8.4, as Resolved.
aklapper committed rP8f361810737c: Fix PHP 8.1 "strlen(null)" exception in Diviner when PHPDoc has no @task block.
Fix PHP 8.1 "strlen(null)" exception in Diviner when PHPDoc has no @task block
aklapper updated the test plan for D25689: Fix PHP 8.1 "strlen(null)" exception in Diviner when PHPDoc has no @task block.
speck added inline comments to D25690: Fix "Undefined offset: 1" exception in Diviner when @task value in PHPDoc is a single word.
speck accepted D25689: Fix PHP 8.1 "strlen(null)" exception in Diviner when PHPDoc has no @task block.
Ah I see below it assumes string. Thanks!
speck added a comment to D25689: Fix PHP 8.1 "strlen(null)" exception in Diviner when PHPDoc has no @task block.
Is it possible tasks isn’t a string in this case, where non_empty_scalar might be more of a match?
seems good, ty!
valerio.bozzolan updated the summary of D25691: Fix arc diff in Subversion for non-English languages.
valerio.bozzolan updated the summary of D25691: Fix arc diff in Subversion for non-English languages.
valerio.bozzolan triaged T15855: Fix "arc diff" in Subversion for non-English languages as Normal priority.
mturdus committed rP214988fafd75: T15774: Celerity: javascript minification issue with template literals….
T15774: Celerity: javascript minification issue with template literals…
aklapper committed rPc1d86da5b209: Initialize $cache_key variable in CelerityResourceController.php.
Initialize $cache_key variable in CelerityResourceController.php
Thanks. Moreover, looking at PhutilKeyValueCache it seems that setKey(null) has no sense. So thanks also for that extra care you already set.
aklapper accepted D25619: Fix overflowing of AphrontSideNavFilterView on small screens and tidy up nav bar styles.
Hi bekay, thanks for looking into this, very appreciated!
aklapper retitled D25689: Fix PHP 8.1 "strlen(null)" exception in Diviner when PHPDoc has no @task block from Fix PHP 8.1 "strlen(null)" exception in Diviner when PHPDoc has single @task block
aklapper renamed T15853: PHP 8.1 "strlen(null)" exception in Diviner when PHPDoc has no @task block from PHP 8.1 "strlen(null)" exception in Diviner when PHPDoc has single @task block to PHP 8.1 "strlen(null)" exception in Diviner when PHPDoc has no @task block.
Jun 10 2024
Jun 10 2024
aklapper committed rP10cb2521630a: Fix PHP 8.1 exceptions importing ICS file without attendee names.
Fix PHP 8.1 exceptions importing ICS file without attendee names
aklapper abandoned D25685: Allow admins to access "Manage" page from user profile page menu on mobile.
There is no reason to expose "Manage" for admins only. I'm abandoning this in favor of D25687.
aklapper requested review of D25687: Display same items in mobile menu on User Profile page as on desktop.
I will then need a rebase for D25363
aklapper updated the summary of D25686: Fix PHP 8.1 exceptions importing ICS file without attendee names.
aklapper requested review of D25686: Fix PHP 8.1 exceptions importing ICS file without attendee names.
Could you clarify if this is only supposed to work for import an .ics URI and not for importing a single event via an .ics file? Maybe I'm overcomplicating things, what I tried:
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