Page MenuHomePhorge
Feed All Stories

May 5 2024

valerio.bozzolan added a reviewer for D25419: Fix the whitespace issue in the message "Access Denied: Restricted File": waldyrious.
May 5 2024, 10:58 · UX
waldyrious added a comment to D25419: Fix the whitespace issue in the message "Access Denied: Restricted File".

Thanks for the recommendation, Andre! I conferred with @valerio.bozzolan and he agrees, too. I have updated the patch.

May 5 2024, 10:57 · UX
waldyrious updated the diff for D25419: Fix the whitespace issue in the message "Access Denied: Restricted File".
  • Use phutil_implode_html() instead of implode()
May 5 2024, 10:56 · UX
aklapper resigned from D25419: Fix the whitespace issue in the message "Access Denied: Restricted File".
May 5 2024, 09:55 · UX
aklapper requested changes to D25419: Fix the whitespace issue in the message "Access Denied: Restricted File".

(Per my last comment)

May 5 2024, 09:55 · UX
valerio.bozzolan triaged T15813: Being subscribed by others should generate a notification as Normal priority.
May 5 2024, 01:15 · Bug Reports
valerio.bozzolan renamed T15813: Being subscribed by others should generate a notification from Any action involving a given user should generate a notification for that user to Being subscribed by others should generate a notification.
May 5 2024, 01:15 · Bug Reports
valerio.bozzolan added a comment to T15813: Being subscribed by others should generate a notification.

I can reproduce but the title is so generic that makes this not actionable.

May 5 2024, 01:13 · Bug Reports
valerio.bozzolan awarded T15813: Being subscribed by others should generate a notification a Like token.
May 5 2024, 01:10 · Bug Reports

May 4 2024

waldyrious created T15813: Being subscribed by others should generate a notification.
May 4 2024, 23:48 · Bug Reports
aklapper added a comment to D25614: Explicitly cast "limit" (page size) API parameter to int.

I guess that would imply editing 15-20 *ConduitAPIMethod.php files which currently

$limit = $request->getValue('limit');
if (!$limit) {
  $limit = $this->getDefaultLimit();
}

and add something like

if (!is_int($limit) && !ctype_digit($limit)) {
  throw new Exception(pht('Field "limit" must be an integer value.'));
}

? Hmm.

May 4 2024, 21:06
aklapper added a comment to T15372: "RuntimeException: Undefined array key" when pasting "a {{{a}}} a" comment (due to regex in PhutilRemarkupInterpreterBlockRule.php).

That's because we applied D25415

May 4 2024, 20:34 · Bug Reports
valerio.bozzolan closed T15372: "RuntimeException: Undefined array key" when pasting "a {{{a}}} a" comment (due to regex in PhutilRemarkupInterpreterBlockRule.php) as Resolved.

Cannot reproduce anymore / fixed?

May 4 2024, 19:51 · Bug Reports
valerio.bozzolan placed T15299: Config page runs git commands that should have an HOME to open gitconfig correctly up for grabs.

Lol. I don't know what we should do here. Feel free to wontfix. Probably this is the solution to an unclear issue.

May 4 2024, 19:24 · Config
mainframe98 created T15812: Double escaped text when adding an auth provider.
May 4 2024, 17:48 · Bug Reports
bekay added a comment to D25619: Fix overflowing of AphrontSideNavFilterView on small screens and tidy up nav bar styles.
In D25619#17360, @speck wrote:

Ah, yes thank you for the video. I should have clarified but was asking for screenies of the result after this change. The changes look reasonable but I’m not a regular css user

May 4 2024, 17:27
speck added a comment to D25619: Fix overflowing of AphrontSideNavFilterView on small screens and tidy up nav bar styles.

Ah, yes thank you for the video. I should have clarified but was asking for screenies of the result after this change. The changes look reasonable but I’m not a regular css user

May 4 2024, 17:18
bekay attached a referenced file: F2178277: Record_2024-05-04-19-00-08.mp4.
May 4 2024, 17:09 · UX
bekay updated subscribers of T15809: Homepage will overflow on small screens when feed content is too long.

@speck here you can see the described overflowing:

May 4 2024, 17:09 · UX
bekay added a comment to T15809: Homepage will overflow on small screens when feed content is too long.

Test for feed: https://we.phorge.it/source/phorge/browse/master/src/view/layout/AphrontSideNavFilterView.php

May 4 2024, 16:54 · UX
bekay added a comment to D25619: Fix overflowing of AphrontSideNavFilterView on small screens and tidy up nav bar styles.

All described here with screenshot (and now video): T15809

May 4 2024, 16:52
speck added a comment to D25619: Fix overflowing of AphrontSideNavFilterView on small screens and tidy up nav bar styles.

screenies?

May 4 2024, 16:33
speck added a comment to D25614: Explicitly cast "limit" (page size) API parameter to int.

Should the conduit handler also check this and throw an exception? Doing so will send back a more informative error to the caller. I did some of this in https://secure.phabricator.com/D21872

May 4 2024, 16:23
bekay updated the summary of D25619: Fix overflowing of AphrontSideNavFilterView on small screens and tidy up nav bar styles.
May 4 2024, 13:28
bekay added a revision to T15809: Homepage will overflow on small screens when feed content is too long: D25619: Fix overflowing of AphrontSideNavFilterView on small screens and tidy up nav bar styles.
May 4 2024, 13:25 · UX
bekay updated the summary of D25619: Fix overflowing of AphrontSideNavFilterView on small screens and tidy up nav bar styles.
May 4 2024, 13:25
bekay requested review of D25619: Fix overflowing of AphrontSideNavFilterView on small screens and tidy up nav bar styles.
May 4 2024, 13:21
aklapper requested review of D25618: Avoid search exception for calendar events when using localized time formats.
May 4 2024, 12:21
aklapper added a revision to T15811: Search exception when AM/PM string is localized in Calendar application: D25618: Avoid search exception for calendar events when using localized time formats.
May 4 2024, 12:21 · Calendar
aklapper updated the task description for T15811: Search exception when AM/PM string is localized in Calendar application.
May 4 2024, 12:17 · Calendar
aklapper updated the task description for T15811: Search exception when AM/PM string is localized in Calendar application.
May 4 2024, 12:07 · Calendar
aklapper created T15811: Search exception when AM/PM string is localized in Calendar application.
May 4 2024, 12:06 · Calendar
revi requested review of D25616: docs/file_domain: Update cloudflare spelling and URLs.
May 4 2024, 10:35
revi added a comment to D25607: Add docs for color code formatting.

Haven't tested yet, I was just trying to document the patch behavior.

May 4 2024, 09:34
valerio.bozzolan added a comment to D25607: Add docs for color code formatting.

Just a question. Does it work for you? Since locally, {#FA8072} still does not work for me.

May 4 2024, 07:49
valerio.bozzolan accepted D25614: Explicitly cast "limit" (page size) API parameter to int.

Thanks!

May 4 2024, 06:49

May 3 2024

aklapper requested review of D25614: Explicitly cast "limit" (page size) API parameter to int.
May 3 2024, 16:03
aklapper added a revision to T15810: Exception when "limit" (page size) API parameter is float: D25614: Explicitly cast "limit" (page size) API parameter to int.
May 3 2024, 16:03 · PHP 8 support
aklapper renamed T15810: Exception when "limit" (page size) API parameter is float from Explicitly cast "limit" (page size) API parameter to int to Exception when "limit" (page size) API parameter is float.
May 3 2024, 15:59 · PHP 8 support
aklapper created T15810: Exception when "limit" (page size) API parameter is float.
May 3 2024, 15:58 · PHP 8 support
aklapper updated the diff for D25502: Make PhabricatorSearchIntField validate its input.

Add return value (though it seems to make no difference)

May 3 2024, 15:48
aklapper updated the test plan for D25502: Make PhabricatorSearchIntField validate its input.
May 3 2024, 15:46
aklapper added inline comments to D25502: Make PhabricatorSearchIntField validate its input.
May 3 2024, 15:35
bekay updated the task description for T15809: Homepage will overflow on small screens when feed content is too long.
May 3 2024, 15:27 · UX
aklapper closed T15786: PHP 8.1 "strlen(null)" exceptions adding an OAuth provider, a subtask of T15064: Make Phorge compatible with PHP 8.1/8.2/8.3, as Resolved.
May 3 2024, 13:10 · PHP 8 support
aklapper closed T15786: PHP 8.1 "strlen(null)" exceptions adding an OAuth provider as Resolved by committing rP81653abb5440: Fix PHP 8.1 "strlen(null)" exceptions adding an OAuth provider.
May 3 2024, 13:10 · PHP 8 support
aklapper closed D25578: Fix PHP 8.1 "strlen(null)" exceptions adding an OAuth provider.
May 3 2024, 13:10
aklapper committed rP81653abb5440: Fix PHP 8.1 "strlen(null)" exceptions adding an OAuth provider.
Fix PHP 8.1 "strlen(null)" exceptions adding an OAuth provider
May 3 2024, 13:10
bekay updated the task description for T15809: Homepage will overflow on small screens when feed content is too long.
May 3 2024, 12:36 · UX
bekay updated the task description for T15809: Homepage will overflow on small screens when feed content is too long.
May 3 2024, 12:34 · UX
bekay triaged T15809: Homepage will overflow on small screens when feed content is too long as Normal priority.
May 3 2024, 12:33 · UX
bekay claimed T15809: Homepage will overflow on small screens when feed content is too long.

Root problem is the https://we.phorge.it/source/phorge/browse/master/src/view/layout/AphrontSideNavFilterView.php with its styles: https://we.phorge.it/source/phorge/browse/master/webroot/rsrc/css/phui/phui-basic-nav-view.css

May 3 2024, 12:33 · UX
bekay created T15809: Homepage will overflow on small screens when feed content is too long.
May 3 2024, 12:28 · UX
Mormegil added a comment to Q113: How to create a bug report (Answer 145).

Yeah, I believe the most important adaptation is the //File a Bug Report// section saying that until you are confirmed as a "trusted contributor", you need to report bugs in the form of a Ponder question.

May 3 2024, 10:59
revi asked Q135: Files larger than 8MB fails to upload for some S3-compatible apis using upload form at /file/upload (but works using Drag & Drop).
May 3 2024, 09:06
revi created P36 errors.
May 3 2024, 08:43

May 2 2024

valerio.bozzolan moved T15541: "arc browse <file>" does not support Subversion from Backlog to Code Sprint Candidate on the User-valerio.bozzolan board.
May 2 2024, 18:31 · User-valerio.bozzolan, Arcanist
valerio.bozzolan added a comment to T15643: Support marking text with <ins> in Remarkup.

To implement this, you may want to start from this 🌈

May 2 2024, 18:09 · Feature Requests, Remarkup
valerio.bozzolan raised the priority of T15407: People: profile picture should be editable by their author (not by "No one") from Normal to High.

(Oh sorry avivey, I have not noticed your priority action - I agree)

May 2 2024, 17:41 · User-valerio.bozzolan, People
valerio.bozzolan renamed T15407: People: profile picture should be editable by their author (not by "No one") from People: uploaded thumbnails should be editable by their author (not by "No one") to People: profile picture should be editable by their author (not by "No one").
May 2 2024, 17:34 · User-valerio.bozzolan, People
aklapper removed a project from T15407: People: profile picture should be editable by their author (not by "No one"): Affects-Wikimedia.
May 2 2024, 16:36 · User-valerio.bozzolan, People
aklapper added a comment to T15407: People: profile picture should be editable by their author (not by "No one").

I do not (yet?) understand the use case of this task.

May 2 2024, 16:34 · User-valerio.bozzolan, People
valerio.bozzolan moved T15407: People: profile picture should be editable by their author (not by "No one") from Backlog to Code Sprint Candidate on the User-valerio.bozzolan board.

Indeed reported from a Wikimedia user about Wikimedia Phabricator.

May 2 2024, 16:17 · User-valerio.bozzolan, People
bekay added a comment to T15806: Use drawio viewer for rendering of diagrams.

I have a nice working version here, which renders the diagram with the drawio viewer javascript component:

May 2 2024, 13:40 · Diagrams (Extension)
bekay added a project to D25612: Use more css and phorge standard elements for application view: Diagrams (Extension).
May 2 2024, 13:33 · Diagrams (Extension)
bekay updated subscribers of D25612: Use more css and phorge standard elements for application view.
May 2 2024, 13:33 · Diagrams (Extension)
aklapper renamed T15735: Fix the various CSS inconsistencies of phui tags from Fix the various inconsistencies of phui tags to Fix the various CSS inconsistencies of phui tags.
May 2 2024, 13:31
bekay updated the diff for D25612: Use more css and phorge standard elements for application view.
  • Fixes regression from missing html element
May 2 2024, 13:31 · Diagrams (Extension)
valerio.bozzolan added a comment to T15744: Render html color codes in remarkup.

Anyway, even with this fix, for some reasons I can't still use this feature with a comment like {#0000ff} in my local installation 🤔 I'm confused since the unit test works.

May 2 2024, 10:34 · Discussion Needed, Remarkup
aklapper added a comment to D25505: Improve handling queries with "Current Viewer" set while not logged in.

This single-casing of a specific class is not ideal, but given the complexity of other proposals here I'd like to get the current four lines in. Any other opinions? :)

May 2 2024, 10:19
zajdee added a comment to T15744: Render html color codes in remarkup.

@valerio.bozzolan yes, just now. I have only realized that there is a fix already after opening the ticket raised as a concern. Hadn't checked this in the past few days, so here I am, finally with my account approved and the issue is fixed. Thank you. :)

May 2 2024, 08:56 · Discussion Needed, Remarkup
valerio.bozzolan added a comment to T15744: Render html color codes in remarkup.

@zajdee have you already tried to update to latest master? After 6ab2b56a1a4a6 I mean. Thanks for this confirmation

May 2 2024, 08:54 · Discussion Needed, Remarkup
zajdee added a comment to T15744: Render html color codes in remarkup.

EDIT: This was already reported and resolved in T15802: Regression: HTML entities rendered as plain text in config option descriptions, I'm keeping the comment just to track this.

May 2 2024, 08:51 · Discussion Needed, Remarkup
aklapper closed T15789: Exception trying to export empty task list to CSV as Resolved by committing rP84c57f5e5751: Fix exception trying to export empty task list to CSV.
May 2 2024, 08:29
aklapper closed D25613: Fix exception trying to export empty task list to CSV.
May 2 2024, 08:29
aklapper committed rP84c57f5e5751: Fix exception trying to export empty task list to CSV.
Fix exception trying to export empty task list to CSV
May 2 2024, 08:29
aklapper closed T15808: Deprecation notice @ PhabricatorPasteLanguageTransaction.php:17 as Resolved by committing rP279ed1ee7661: Fix PHP 8.1 "strlen(null)" exception in PhabricatorPasteLanguageTransaction.php.
May 2 2024, 08:28 · Deprecation Notice
aklapper closed D25611: Fix PHP 8.1 "strlen(null)" exception in PhabricatorPasteLanguageTransaction.php.
May 2 2024, 08:28
aklapper committed rP279ed1ee7661: Fix PHP 8.1 "strlen(null)" exception in PhabricatorPasteLanguageTransaction.php.
Fix PHP 8.1 "strlen(null)" exception in PhabricatorPasteLanguageTransaction.php
May 2 2024, 08:28
aklapper closed D25610: Fix PHP 8.1 "strlen(null)" exception in PhabricatorStandardCustomFieldLink.php.
May 2 2024, 08:26
aklapper closed T15807: Deprecation notice @ PhabricatorStandardCustomFieldLink.php:24 as Resolved by committing rP488960ae7a80: Fix PHP 8.1 "strlen(null)" exception in PhabricatorStandardCustomFieldLink.php.
May 2 2024, 08:26 · Deprecation Notice
aklapper committed rP488960ae7a80: Fix PHP 8.1 "strlen(null)" exception in PhabricatorStandardCustomFieldLink.php.
Fix PHP 8.1 "strlen(null)" exception in PhabricatorStandardCustomFieldLink.php
May 2 2024, 08:26
aklapper closed T15723: Convert "Page Size" field in ManiphestTaskSearchEngine.php to PhabricatorSearchIntField as Resolved by committing rPfbe07fbeefca: Convert "Page Size" field in Maniphest Advanced Search to….
May 2 2024, 08:16
aklapper closed D25527: Convert "Page Size" field in Maniphest Advanced Search to PhabricatorSearchIntField.
May 2 2024, 08:16
aklapper committed rPfbe07fbeefca: Convert "Page Size" field in Maniphest Advanced Search to….
Convert "Page Size" field in Maniphest Advanced Search to…
May 2 2024, 08:16

May 1 2024

speck accepted D25578: Fix PHP 8.1 "strlen(null)" exceptions adding an OAuth provider.

Thank you for testing. I think this looks good. In the one case that the old var is used it’s rendered as a string in pht so string assumption seems okay here.

May 1 2024, 23:12
speck accepted D25613: Fix exception trying to export empty task list to CSV.

One by one

May 1 2024, 23:04
speck accepted D25611: Fix PHP 8.1 "strlen(null)" exception in PhabricatorPasteLanguageTransaction.php.

thank you!

May 1 2024, 23:03
speck accepted D25610: Fix PHP 8.1 "strlen(null)" exception in PhabricatorStandardCustomFieldLink.php.

yarp

May 1 2024, 23:02
aklapper removed a project from T15372: "RuntimeException: Undefined array key" when pasting "a {{{a}}} a" comment (due to regex in PhutilRemarkupInterpreterBlockRule.php): Affects-Wikimedia.
May 1 2024, 17:31 · Bug Reports
aklapper abandoned D25234: Fix exception and error message rendering some markup matching figlet/cowsay regex.

The underlying issue is way more contained now that rP7868ab3754fa is merged. I'm abandoning this revision to clean up my backlog.

May 1 2024, 17:31
aklapper updated the diff for D25501: Feed: Do not query and display data of uninstalled applications.

Break long line into two

May 1 2024, 17:30
aklapper added a comment to D25578: Fix PHP 8.1 "strlen(null)" exceptions adding an OAuth provider.

If we find 10 minutes, let's test this on every provider, as last time it gave us a little surprise on one of them

May 1 2024, 17:24
aklapper requested review of D25613: Fix exception trying to export empty task list to CSV.
May 1 2024, 16:52
aklapper added a revision to T15789: Exception trying to export empty task list to CSV: D25613: Fix exception trying to export empty task list to CSV.
May 1 2024, 16:52
bekay updated the test plan for D25612: Use more css and phorge standard elements for application view.
May 1 2024, 16:12 · Diagrams (Extension)
bekay requested review of D25612: Use more css and phorge standard elements for application view.
May 1 2024, 16:10 · Diagrams (Extension)
bekay updated subscribers of T15806: Use drawio viewer for rendering of diagrams.
May 1 2024, 16:09 · Diagrams (Extension)
aklapper added a revision to T15808: Deprecation notice @ PhabricatorPasteLanguageTransaction.php:17: D25611: Fix PHP 8.1 "strlen(null)" exception in PhabricatorPasteLanguageTransaction.php.
May 1 2024, 15:48 · Deprecation Notice
aklapper requested review of D25611: Fix PHP 8.1 "strlen(null)" exception in PhabricatorPasteLanguageTransaction.php.
May 1 2024, 15:48