Page MenuHomePhorge
Feed All Stories

Sun, May 5

valerio.bozzolan updated the name of F2179225: Custom Edit Permission when the Moon is Full.png from "Screenshot_20240505_160718.png" to "Custom Edit Permission when the Moon is Full.png".
Sun, May 5, 13:10
valerio.bozzolan claimed T15407: People: profile picture should be editable by their author (not by "No one").

After a small database inspection, it seems that uploading the picture causes:

Sun, May 5, 12:27 · User-valerio.bozzolan, People
valerio.bozzolan updated the task description for T15407: People: profile picture should be editable by their author (not by "No one").
Sun, May 5, 12:27 · User-valerio.bozzolan, People
valerio.bozzolan added a comment to D25505: Improve handling queries with "Current Viewer" set while not logged in.

I'm currently stuck on this since I'm trying to refactor the functions to support an indications about "I work for everybody" and "I work for only logged-in users" to be able to distinguish the case "The token exists" VS "The token exists but it's not visible" VS "The token does not exist"

Sun, May 5, 11:30
valerio.bozzolan attached a referenced file: F2179138: image.png.
Sun, May 5, 11:10 · UX, Good Starter Task, Files
waldyrious changed the visibility for F2179138: image.png.
Sun, May 5, 11:09
valerio.bozzolan attached a referenced file: F2179135: image.png.
Sun, May 5, 11:09 · UX, Good Starter Task, Files
waldyrious updated the task description for T15270: "Access Denied: Restricted File" strings concatenated without whitespace.
Sun, May 5, 11:08 · UX, Good Starter Task, Files
valerio.bozzolan updated the task description for T15270: "Access Denied: Restricted File" strings concatenated without whitespace.
Sun, May 5, 11:05 · UX, Good Starter Task, Files
valerio.bozzolan closed T15270: "Access Denied: Restricted File" strings concatenated without whitespace as Resolved by committing rPc8fb5046909c: Fix the whitespace issue in the message "Access Denied: Restricted File".
Sun, May 5, 11:02 · UX, Good Starter Task, Files
valerio.bozzolan closed D25419: Fix the whitespace issue in the message "Access Denied: Restricted File".
Sun, May 5, 11:02 · UX
valerio.bozzolan committed rPc8fb5046909c: Fix the whitespace issue in the message "Access Denied: Restricted File" (authored by waldyrious).
Fix the whitespace issue in the message "Access Denied: Restricted File"
Sun, May 5, 11:02
valerio.bozzolan added a revision to T15270: "Access Denied: Restricted File" strings concatenated without whitespace: D25419: Fix the whitespace issue in the message "Access Denied: Restricted File".
Sun, May 5, 11:02 · UX, Good Starter Task, Files
valerio.bozzolan updated the summary of D25419: Fix the whitespace issue in the message "Access Denied: Restricted File".
Sun, May 5, 11:02 · UX
valerio.bozzolan accepted D25419: Fix the whitespace issue in the message "Access Denied: Restricted File".

Thanks to @waldyrious for the change. Tested. It works.

Sun, May 5, 11:01 · UX
waldyrious accepted D25419: Fix the whitespace issue in the message "Access Denied: Restricted File".
Sun, May 5, 10:58 · UX
valerio.bozzolan added a reviewer for D25419: Fix the whitespace issue in the message "Access Denied: Restricted File": waldyrious.
Sun, May 5, 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.

Sun, May 5, 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()
Sun, May 5, 10:56 · UX
aklapper resigned from D25419: Fix the whitespace issue in the message "Access Denied: Restricted File".
Sun, May 5, 09:55 · UX
aklapper requested changes to D25419: Fix the whitespace issue in the message "Access Denied: Restricted File".

(Per my last comment)

Sun, May 5, 09:55 · UX
valerio.bozzolan triaged T15813: Being subscribed by others should generate a notification as Normal priority.
Sun, May 5, 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.
Sun, May 5, 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.

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

Sat, May 4

waldyrious created T15813: Being subscribed by others should generate a notification.
Sat, May 4, 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.

Sat, May 4, 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

Sat, May 4, 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?

Sat, May 4, 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.

Sat, May 4, 19:24 · Config
mainframe98 created T15812: Double escaped text when adding an auth provider.
Sat, May 4, 17:48 · Bug Reports
bekay added a comment to D25619: Fixes overflowing of AphrontSideNavFilterView on small screens and tidies 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

Sat, May 4, 17:27
speck added a comment to D25619: Fixes overflowing of AphrontSideNavFilterView on small screens and tidies 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

Sat, May 4, 17:18
bekay attached a referenced file: F2178277: Record_2024-05-04-19-00-08.mp4.
Sat, May 4, 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:

Sat, May 4, 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

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

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

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

screenies?

Sat, May 4, 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

Sat, May 4, 16:23
bekay updated the summary of D25619: Fixes overflowing of AphrontSideNavFilterView on small screens and tidies up nav bar styles.
Sat, May 4, 13:28
bekay added a revision to T15809: Homepage will overflow on small screens when feed content is too long: D25619: Fixes overflowing of AphrontSideNavFilterView on small screens and tidies up nav bar styles.
Sat, May 4, 13:25 · UX
bekay updated the summary of D25619: Fixes overflowing of AphrontSideNavFilterView on small screens and tidies up nav bar styles.
Sat, May 4, 13:25
bekay requested review of D25619: Fixes overflowing of AphrontSideNavFilterView on small screens and tidies up nav bar styles.
Sat, May 4, 13:21
aklapper requested review of D25618: Avoid search exception for calendar events when using localized time formats.
Sat, May 4, 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.
Sat, May 4, 12:21
aklapper updated the task description for T15811: Search exception when AM/PM string is localized in Calendar application.
Sat, May 4, 12:17
aklapper updated the task description for T15811: Search exception when AM/PM string is localized in Calendar application.
Sat, May 4, 12:07
aklapper created T15811: Search exception when AM/PM string is localized in Calendar application.
Sat, May 4, 12:06
revi requested review of D25616: docs/file_domain: Update cloudflare spelling and URLs.
Sat, May 4, 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.

Sat, May 4, 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.

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

Thanks!

Sat, May 4, 06:49

Fri, May 3

aklapper requested review of D25614: Explicitly cast "limit" (page size) API parameter to int.
Fri, May 3, 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.
Fri, May 3, 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.
Fri, May 3, 15:59 · PHP 8 support
aklapper created T15810: Exception when "limit" (page size) API parameter is float.
Fri, May 3, 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)

Fri, May 3, 15:48
aklapper updated the test plan for D25502: Make PhabricatorSearchIntField validate its input.
Fri, May 3, 15:46
aklapper added inline comments to D25502: Make PhabricatorSearchIntField validate its input.
Fri, May 3, 15:35
bekay updated the task description for T15809: Homepage will overflow on small screens when feed content is too long.
Fri, May 3, 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.
Fri, May 3, 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.
Fri, May 3, 13:10 · PHP 8 support
aklapper closed D25578: Fix PHP 8.1 "strlen(null)" exceptions adding an OAuth provider.
Fri, May 3, 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
Fri, May 3, 13:10
bekay updated the task description for T15809: Homepage will overflow on small screens when feed content is too long.
Fri, May 3, 12:36 · UX
bekay updated the task description for T15809: Homepage will overflow on small screens when feed content is too long.
Fri, May 3, 12:34 · UX
bekay triaged T15809: Homepage will overflow on small screens when feed content is too long as Normal priority.
Fri, May 3, 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

Fri, May 3, 12:33 · UX
bekay created T15809: Homepage will overflow on small screens when feed content is too long.
Fri, May 3, 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.

Fri, May 3, 10:59
revi asked Q135: Files larger than 8MB fails to upload for some S3-compatible apis?.
Fri, May 3, 09:06
revi created P36 errors.
Fri, May 3, 08:43

Thu, May 2

valerio.bozzolan moved T15541: "arc browse <file>" does not support Subversion from Backlog to Code Sprint Candidate on the User-valerio.bozzolan board.
Thu, May 2, 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 🌈

Thu, May 2, 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)

Thu, May 2, 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").
Thu, May 2, 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.
Thu, May 2, 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.

Thu, May 2, 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.

Thu, May 2, 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:

Thu, May 2, 13:40 · Diagrams (Extension)
bekay added a project to D25612: Use more css and phorge standard elements for application view: Diagrams (Extension).
Thu, May 2, 13:33 · Diagrams (Extension)
bekay updated subscribers of D25612: Use more css and phorge standard elements for application view.
Thu, May 2, 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.
Thu, May 2, 13:31
bekay updated the diff for D25612: Use more css and phorge standard elements for application view.
  • Fixes regression from missing html element
Thu, May 2, 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.

Thu, May 2, 10:34 · 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? :)

Thu, May 2, 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. :)

Thu, May 2, 08:56 · 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

Thu, May 2, 08:54 · 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.

Thu, May 2, 08:51 · 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.
Thu, May 2, 08:29
aklapper closed D25613: Fix exception trying to export empty task list to CSV.
Thu, May 2, 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
Thu, May 2, 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.
Thu, May 2, 08:28 · Deprecation Notice
aklapper closed D25611: Fix PHP 8.1 "strlen(null)" exception in PhabricatorPasteLanguageTransaction.php.
Thu, May 2, 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
Thu, May 2, 08:28
aklapper closed D25610: Fix PHP 8.1 "strlen(null)" exception in PhabricatorStandardCustomFieldLink.php.
Thu, May 2, 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.
Thu, May 2, 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
Thu, May 2, 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….
Thu, May 2, 08:16
aklapper closed D25527: Convert "Page Size" field in Maniphest Advanced Search to PhabricatorSearchIntField.
Thu, May 2, 08:16