Page MenuHomePhorge
Feed Advanced Search

Jul 14 2023

aklapper added a revision to T15552: User avatar image cropped in top bar when no Real Name set: D25348: Do not crop user avatar image in top bar when no Real Name set.
Jul 14 2023, 09:35 · Bug Reports
aklapper added a revision to T15553: Long filename in file upload popup not ellipsized in Firefox; overflows box: D25347: Always ellipsize long filename in file upload dialog.
Jul 14 2023, 09:27 · Bug Reports
aklapper created T15553: Long filename in file upload popup not ellipsized in Firefox; overflows box.
Jul 14 2023, 09:06 · Bug Reports
aklapper created T15552: User avatar image cropped in top bar when no Real Name set.
Jul 14 2023, 08:50 · Bug Reports

Jul 13 2023

aklapper created T15551: Cannot see bottom content of workboard column when column header has more than one line.
Jul 13 2023, 14:26 · Workboard, Bug Reports

Jul 11 2023

avivey added a comment to T15533: Bug: Unhandled Exception ("Exception") - Diff Parse Exception: Expected '\ No newline at end of file'..
  • the setlocal isn't supposed to make a difference (it only applies the command string itself - ie if a file is named 🧆.txt.
  • Setting E is more likely to cause this problem then to solve it...
Jul 11 2023, 18:31 · Localization, Bug Reports, Diffusion
avivey added a comment to T15533: Bug: Unhandled Exception ("Exception") - Diff Parse Exception: Expected '\ No newline at end of file'..

I think these two are related here:

Jul 11 2023, 17:25 · Localization, Bug Reports, Diffusion
avivey added a comment to T15533: Bug: Unhandled Exception ("Exception") - Diff Parse Exception: Expected '\ No newline at end of file'..

(I'm able to reproduce. Had to apt-get install language-pack-hu for that...)

Jul 11 2023, 17:08 · Localization, Bug Reports, Diffusion

Jul 10 2023

avivey added a revision to T15502: Aphlict expects Phorge to be installed in a directory called "phabricator": D25344: Aphlict - search for default config in the right place.
Jul 10 2023, 20:56 · Bug Reports, Aphlict
avivey edited projects for T15533: Bug: Unhandled Exception ("Exception") - Diff Parse Exception: Expected '\ No newline at end of file'., added: Bug Reports, Localization; removed Arcanist.
Jul 10 2023, 20:08 · Localization, Bug Reports, Diffusion
avivey added a project to T15276: changes to js files should always invoke PhabricatorCelerityTestCase: Phorge Development Tools.
Jul 10 2023, 20:06 · Phorge Development Tools, Bug Reports

Jul 9 2023

valerio.bozzolan added a comment to Q59: Diffusion Identity reassignment doesn't propagate correctly.

Is there a Task about this? if not, feel free to open that in Diffusion at least. I'm interested in seeing this fixed.

Jul 9 2023, 21:45 · People, Diffusion, Bug Reports
valerio.bozzolan added a comment to Q59: Diffusion Identity reassignment doesn't propagate correctly.

Ouch sorry renamed again since I forgot the discussion. Still an annoying bug and found your question.

Jul 9 2023, 21:43 · People, Diffusion, Bug Reports
valerio.bozzolan updated Q59: Diffusion Identity reassignment doesn't propagate correctly from Diffusion Identity reassignment doesn't propagate correctly in People queries to Diffusion Identity reassignment doesn't propagate correctly.
Jul 9 2023, 21:42 · People, Diffusion, Bug Reports
valerio.bozzolan updated Q59: Diffusion Identity reassignment doesn't propagate correctly from Identity reassignment doesn't propagate correctly in Diffusion to Diffusion Identity reassignment doesn't propagate correctly in People queries.
Jul 9 2023, 21:41 · People, Diffusion, Bug Reports

Jul 6 2023

Cigaryno moved T15536: PHP 8.1 bug reports from mturdus from Backlog to Epic on the PHP 8 support board.
Jul 6 2023, 20:01 · Bug Reports, PHP 8 support
valerio.bozzolan updated the task description for T15536: PHP 8.1 bug reports from mturdus.
Jul 6 2023, 19:40 · Bug Reports, PHP 8 support
valerio.bozzolan updated the task description for T15536: PHP 8.1 bug reports from mturdus.
Jul 6 2023, 19:35 · Bug Reports, PHP 8 support
valerio.bozzolan added a revision to T15536: PHP 8.1 bug reports from mturdus: D25256: T15064: PHP8 related corrections.
Jul 6 2023, 19:31 · Bug Reports, PHP 8 support
valerio.bozzolan triaged T15536: PHP 8.1 bug reports from mturdus as High priority.
Jul 6 2023, 19:31 · Bug Reports, PHP 8 support
valerio.bozzolan closed T15493: Dashboard Tabs: allow to move Right as Resolved by committing rP92861cc1f000: Dashboard Tabs: fix action "Move Right".
Jul 6 2023, 11:31 · Bug Reports, User-valerio.bozzolan, Dashboards
valerio.bozzolan closed T15492: Dashboard Tabs: "Move" actions works but sometime are grayed out as Resolved by committing rPcae1246359c6: Dashboard Tabs: render "Move" buttons grayed out more consistently.
Jul 6 2023, 11:31 · Bug Reports, UX, User-valerio.bozzolan, Dashboards

Jul 5 2023

szotsaki closed Q65: Bug: Unhandled Exception ("Exception") - Diff Parse Exception: Expected '\ No newline at end of file'. as obsolete.
Jul 5 2023, 21:28 · Bug Reports

Jul 4 2023

avivey closed T15516: Regression in PhabricatorStandardCustomField.php:304 - field can be an integer as Resolved by committing rP603cf474ee1d: Fix int fields for now.
Jul 4 2023, 09:26 · Bug Reports

Jul 3 2023

avivey added a revision to T15516: Regression in PhabricatorStandardCustomField.php:304 - field can be an integer: D25325: Fix int fields for now.
Jul 3 2023, 18:06 · Bug Reports
speck added a comment to T15516: Regression in PhabricatorStandardCustomField.php:304 - field can be an integer.

I agree that non-string/null should be handled differently. I guess I don’t see the difference between null + strlen being used vs. the proposed nonempty_string/stringlike, and that making that change is explicitly acknowledging that casting is expected/intentional when it isn’t and instead the different types should be handled appropriately (your suggested long-term solution).

Jul 3 2023, 17:56 · Bug Reports
avivey added a comment to T15516: Regression in PhabricatorStandardCustomField.php:304 - field can be an integer.

I'm pretty sure that any place where strlen is getting something that isn't a string (including int), that's actually a bug. In Phabricator code, strlen was only supposed to be used when expecting a string or null; All the places we now find aren't strings, are places where we were wrong about the type of the object.
Epriestley says something like that at https://secure.phabricator.com/T13588#257329 .

Jul 3 2023, 17:42 · Bug Reports
valerio.bozzolan added a comment to T15516: Regression in PhabricatorStandardCustomField.php:304 - field can be an integer.

Honestly I do not love the idea of if(strlen($something)) to answer the question "Is this empty when casted to string?".

Jul 3 2023, 15:29 · Bug Reports
speck added a comment to T15516: Regression in PhabricatorStandardCustomField.php:304 - field can be an integer.

Wouldn’t this be better as a null + strlen check? It was originally a strlen I assume.

Jul 3 2023, 14:05 · Bug Reports
valerio.bozzolan updated the task description for T15516: Regression in PhabricatorStandardCustomField.php:304 - field can be an integer.
Jul 3 2023, 12:25 · Bug Reports
avivey removed a project from T15516: Regression in PhabricatorStandardCustomField.php:304 - field can be an integer: Phorge.
Jul 3 2023, 11:04 · Bug Reports
avivey claimed T15516: Regression in PhabricatorStandardCustomField.php:304 - field can be an integer.

I don't think I intended to land this change.

Jul 3 2023, 09:55 · Bug Reports
valerio.bozzolan updated the task description for T15516: Regression in PhabricatorStandardCustomField.php:304 - field can be an integer.
Jul 3 2023, 09:54 · Bug Reports
valerio.bozzolan updated the task description for T15516: Regression in PhabricatorStandardCustomField.php:304 - field can be an integer.
Jul 3 2023, 09:45 · Bug Reports
valerio.bozzolan triaged T15516: Regression in PhabricatorStandardCustomField.php:304 - field can be an integer as Unbreak Now! priority.
Jul 3 2023, 09:42 · Bug Reports

Jul 1 2023

Cigaryno triaged T15513: Cannot edit Conpherence rooms on mobile as Low priority.
Jul 1 2023, 15:25 · User-Cigaryno, Mobile, Conpherence, Bug Reports
Cigaryno moved T15513: Cannot edit Conpherence rooms on mobile from Backlog to Bug Reports on the User-Cigaryno board.
Jul 1 2023, 15:09 · User-Cigaryno, Mobile, Conpherence, Bug Reports
Cigaryno moved T15513: Cannot edit Conpherence rooms on mobile from Backlog to Bug Reports on the Mobile board.
Jul 1 2023, 15:09 · User-Cigaryno, Mobile, Conpherence, Bug Reports
Cigaryno created T15513: Cannot edit Conpherence rooms on mobile.
Jul 1 2023, 15:08 · User-Cigaryno, Mobile, Conpherence, Bug Reports

Jun 30 2023

valerio.bozzolan added a comment to Q65: Bug: Unhandled Exception ("Exception") - Diff Parse Exception: Expected '\ No newline at end of file'..

Nice! I flagged you as Trusted Contributors. (and if a friend of yours is also able to create such beautiful bug reports, feel free to flag them as well by yourself :D)

Jun 30 2023, 15:18 · Bug Reports
szotsaki added a comment to Q65: Bug: Unhandled Exception ("Exception") - Diff Parse Exception: Expected '\ No newline at end of file'..

Thanks for the quick reply. I updated the question with the backtrace and a shell reproducer

Jun 30 2023, 15:00 · Bug Reports
szotsaki updated the question details for Q65: Bug: Unhandled Exception ("Exception") - Diff Parse Exception: Expected '\ No newline at end of file'..
Jun 30 2023, 15:00 · Bug Reports
valerio.bozzolan added a comment to Q65: Bug: Unhandled Exception ("Exception") - Diff Parse Exception: Expected '\ No newline at end of file'..

Thanks :) Please try to add more details in order to allow other people to reproduce this problem.

Jun 30 2023, 07:59 · Bug Reports
szotsaki asked Q65: Bug: Unhandled Exception ("Exception") - Diff Parse Exception: Expected '\ No newline at end of file'..
Jun 30 2023, 07:57 · Bug Reports
Cigaryno moved T15125: Unknown edge constant "26"! when deleting a file with old attachment edges from Backlog to Bug Reports on the Affects-Wikimedia board.
Jun 30 2023, 07:24 · Affects-Wikimedia, Files, Bug Reports

Jun 29 2023

Cigaryno added a watcher for Bug Reports: Cigaryno.
Jun 29 2023, 22:08
valerio.bozzolan moved T15474: Dashboard Tabs is not open anymore as default at startup from Backlog to Bug Reports on the Affects-Wikimedia board.
Jun 29 2023, 13:44 · Affects-Wikimedia, User-valerio.bozzolan, Dashboards, Bug Reports
Cigaryno added a project to T15502: Aphlict expects Phorge to be installed in a directory called "phabricator": Bug Reports.
Jun 29 2023, 10:49 · Bug Reports, Aphlict

Jun 27 2023

valerio.bozzolan closed T15474: Dashboard Tabs is not open anymore as default at startup, a subtask of T15146: Dashboards: Tab panel sometimes displays the content of two tabs, as Resolved.
Jun 27 2023, 06:15 · Dashboards, Bug Reports
valerio.bozzolan closed T15474: Dashboard Tabs is not open anymore as default at startup as Resolved by committing rP659e13fa6d0e: Fix UX regression in Dashboard Tabs Panel.
Jun 27 2023, 06:15 · Affects-Wikimedia, User-valerio.bozzolan, Dashboards, Bug Reports

Jun 24 2023

avivey assigned T15485: error when running arc liberate after deleting a source file to goddenrich.
Jun 24 2023, 18:21 · Arcanist, Bug Reports
avivey added a comment to T15485: error when running arc liberate after deleting a source file.

I'm unable to reproduce:
I've deleted a file in arcanist library, and ran arc liberate. I got no error message and the __phutil_library_map__.php was updated correctly.

Jun 24 2023, 09:10 · Arcanist, Bug Reports

Jun 23 2023

valerio.bozzolan added a project to T15271: Fix Exception "PhutilMissingSymbolException" that can happen after new Countdown permission: Bug Reports.
Jun 23 2023, 15:26 · Bug Reports, Policy, User-valerio.bozzolan, Affects-Wikimedia
valerio.bozzolan added a project to T15343: Herald Transcript of old Tasks: Unhandled Exception: Call to a member function getAppliedTransactionPHIDs() on bool: Bug Reports.
Jun 23 2023, 15:26 · Bug Reports, Affects-Wikimedia, Herald
valerio.bozzolan added a comment to T15229: Customize query for Projects in Dashboard returns 404.

Yeah it seems the Workflow /project/query/all/customize/?search.objectPHID=PHID-DSHP-<PHID-FOR-REQUEST> has no sense

Jun 23 2023, 12:36 · Dashboards, Bug Reports
valerio.bozzolan updated the task description for T15229: Customize query for Projects in Dashboard returns 404.
Jun 23 2023, 12:32 · Dashboards, Bug Reports
valerio.bozzolan moved T15492: Dashboard Tabs: "Move" actions works but sometime are grayed out from Code Sprint Candidate to PingDeath 🌚 on the User-valerio.bozzolan board.
Jun 23 2023, 11:48 · Bug Reports, UX, User-valerio.bozzolan, Dashboards
valerio.bozzolan added a revision to T15492: Dashboard Tabs: "Move" actions works but sometime are grayed out: D25308: Dashboard Tabs: render "Move" buttons grayed out more consistently.
Jun 23 2023, 11:07 · Bug Reports, UX, User-valerio.bozzolan, Dashboards
valerio.bozzolan renamed T15492: Dashboard Tabs: "Move" actions works but sometime are grayed out from Dashboard Tabs: bug in "Move" actions when you cannot edit the panel to Dashboard Tabs: "Move" actions works but sometime are grayed out.
Jun 23 2023, 10:52 · Bug Reports, UX, User-valerio.bozzolan, Dashboards
valerio.bozzolan moved T15493: Dashboard Tabs: allow to move Right from Backlog to PingDeath 🌚 on the User-valerio.bozzolan board.
Jun 23 2023, 10:37 · Bug Reports, User-valerio.bozzolan, Dashboards
valerio.bozzolan added a revision to T15493: Dashboard Tabs: allow to move Right: D25307: Dashboard Tabs: fix action "Move Right".
Jun 23 2023, 10:35 · Bug Reports, User-valerio.bozzolan, Dashboards
valerio.bozzolan added a project to T15493: Dashboard Tabs: allow to move Right: Bug Reports.
Jun 23 2023, 10:28 · Bug Reports, User-valerio.bozzolan, Dashboards
valerio.bozzolan updated the task description for T15474: Dashboard Tabs is not open anymore as default at startup.
Jun 23 2023, 09:36 · Affects-Wikimedia, User-valerio.bozzolan, Dashboards, Bug Reports
valerio.bozzolan updated the task description for T15474: Dashboard Tabs is not open anymore as default at startup.
Jun 23 2023, 09:34 · Affects-Wikimedia, User-valerio.bozzolan, Dashboards, Bug Reports
valerio.bozzolan renamed T15474: Dashboard Tabs is not open anymore as default at startup from Dashboard Tabs is not open anymore at startup to Dashboard Tabs is not open anymore as default at startup.
Jun 23 2023, 09:20 · Affects-Wikimedia, User-valerio.bozzolan, Dashboards, Bug Reports

Jun 22 2023

valerio.bozzolan moved T15474: Dashboard Tabs is not open anymore as default at startup from Backlog to PingDeath 🌚 on the User-valerio.bozzolan board.
Jun 22 2023, 14:29 · Affects-Wikimedia, User-valerio.bozzolan, Dashboards, Bug Reports

Jun 19 2023

valerio.bozzolan added a project to T15485: error when running arc liberate after deleting a source file: Arcanist.
Jun 19 2023, 19:44 · Arcanist, Bug Reports
goddenrich created T15485: error when running arc liberate after deleting a source file.
Jun 19 2023, 16:11 · Arcanist, Bug Reports
valerio.bozzolan claimed T15474: Dashboard Tabs is not open anymore as default at startup.
Jun 19 2023, 10:27 · Affects-Wikimedia, User-valerio.bozzolan, Dashboards, Bug Reports
valerio.bozzolan added a project to T15229: Customize query for Projects in Dashboard returns 404: Dashboards.
Jun 19 2023, 10:26 · Dashboards, Bug Reports
valerio.bozzolan added projects to T15474: Dashboard Tabs is not open anymore as default at startup: Dashboards, User-valerio.bozzolan.
Jun 19 2023, 10:25 · Affects-Wikimedia, User-valerio.bozzolan, Dashboards, Bug Reports
valerio.bozzolan added a project to T15146: Dashboards: Tab panel sometimes displays the content of two tabs: Dashboards.

Premising that now we have a regression here :D

Jun 19 2023, 10:25 · Dashboards, Bug Reports
valerio.bozzolan added a parent task for T15474: Dashboard Tabs is not open anymore as default at startup: T15146: Dashboards: Tab panel sometimes displays the content of two tabs.
Jun 19 2023, 10:25 · Affects-Wikimedia, User-valerio.bozzolan, Dashboards, Bug Reports
valerio.bozzolan added a subtask for T15146: Dashboards: Tab panel sometimes displays the content of two tabs: T15474: Dashboard Tabs is not open anymore as default at startup.
Jun 19 2023, 10:25 · Dashboards, Bug Reports
valerio.bozzolan added a revision to T15146: Dashboards: Tab panel sometimes displays the content of two tabs: D25291: Fix UX regression in Dashboard Tabs Panel.
Jun 19 2023, 10:24 · Dashboards, Bug Reports

Jun 17 2023

valerio.bozzolan added a project to T15474: Dashboard Tabs is not open anymore as default at startup: Bug Reports.
Jun 17 2023, 15:35 · Affects-Wikimedia, User-valerio.bozzolan, Dashboards, Bug Reports

Jun 8 2023

aklapper added a comment to T15125: Unknown edge constant "26"! when deleting a file with old attachment edges.

For the records, I had the same experience when deleting a repository via ./bin/remove destroy rESHP for Unknown edge constant "25" (not 26 as mentioned in the task title) in downstream https://phabricator.wikimedia.org/T119588

Jun 8 2023, 16:46 · Affects-Wikimedia, Files, Bug Reports

Jun 7 2023

smith updated Q59: Diffusion Identity reassignment doesn't propagate correctly from Identity reassignment doesn't propagate correctly in Diffusion Commits search results to Identity reassignment doesn't propagate correctly in Diffusion.
Jun 7 2023, 10:20 · People, Diffusion, Bug Reports
valerio.bozzolan added a comment to Q59: Diffusion Identity reassignment doesn't propagate correctly.

Oh sorry I love to randomly rename things :D

Jun 7 2023, 10:19 · People, Diffusion, Bug Reports
valerio.bozzolan updated Q59: Diffusion Identity reassignment doesn't propagate correctly from Identity reassignment doesn't propagate correctly in Diffusion "Recent commits" (/people/commits/) to Identity reassignment doesn't propagate correctly in Diffusion Commits search results.
Jun 7 2023, 10:18 · People, Diffusion, Bug Reports
smith added a comment to Q59: Diffusion Identity reassignment doesn't propagate correctly.

No, your edit is not correct. The same happens in search, as I indicated in the description:

or craft a query for Diffusion commits, specifying X as author

So if after following my instructions you go to /diffusion/commit/query/all/, you see all of the commits with the author field correctly displayed. If, however, you proceed to editing a query and you select user X as author, you get the "old state".

Jun 7 2023, 10:17 · People, Diffusion, Bug Reports
valerio.bozzolan added a comment to Q59: Diffusion Identity reassignment doesn't propagate correctly.

Let's try to reduce the surface

Jun 7 2023, 10:14 · People, Diffusion, Bug Reports
valerio.bozzolan updated Q59: Diffusion Identity reassignment doesn't propagate correctly from Identity reassignment doesn't propagate correctly in Diffusion to Identity reassignment doesn't propagate correctly in Diffusion "Recent commits" (/people/commits/).
Jun 7 2023, 10:13 · People, Diffusion, Bug Reports
smith updated the question details for Q59: Diffusion Identity reassignment doesn't propagate correctly.
Jun 7 2023, 08:58 · People, Diffusion, Bug Reports
valerio.bozzolan updated the question details for Q59: Diffusion Identity reassignment doesn't propagate correctly.
Jun 7 2023, 08:36 · People, Diffusion, Bug Reports
smith added a comment to Q59: Diffusion Identity reassignment doesn't propagate correctly.

Done.

Jun 7 2023, 08:34 · People, Diffusion, Bug Reports
valerio.bozzolan added a comment to Q59: Diffusion Identity reassignment doesn't propagate correctly.

Ah sorry for this bug, please visit the files and set Public (I cannot see them)

Jun 7 2023, 08:27 · People, Diffusion, Bug Reports
smith added a project to Q59: Diffusion Identity reassignment doesn't propagate correctly: Diffusion.
Jun 7 2023, 07:40 · People, Diffusion, Bug Reports
avivey closed Q56: Herald runs even for non-permanent refs as resolved.
Jun 7 2023, 07:39 · Bug Reports, Herald
smith added a comment to T15449: Herald commit hooks run for non-published refs.

Just trying to convince you.
If the feature works, it adds functionality that can't be easily replicated. You can have a bunch of complex Herald rules and bypass them all just by declaring that ^temp/ refs are now non-permanent. If the feature doesn't work (or maybe doesn't exist, rather), you have to go to each Herald rule and explicitly exclude ^temp/ branches, which is a lot of work for something that (at least for me) looks like it should be simple.

Jun 7 2023, 07:38 · Herald, Bug Reports
avivey added a comment to T15449: Herald commit hooks run for non-published refs.

I'm not, personally, 100% convinced that the hooks should be blocked from running on these refs - there's plenty of edge-cases where this might be even more confusing (commits can become published in a bunch of ways).

Jun 7 2023, 07:33 · Herald, Bug Reports
avivey created T15449: Herald commit hooks run for non-published refs.
Jun 7 2023, 07:31 · Herald, Bug Reports
smith added a comment to Q59: Diffusion Identity reassignment doesn't propagate correctly.

Here, I assigned one of your identities to myself:

image.png (362×370 px, 18 KB)

Now when you go to the list of your commits, there is some entry from "me", but there shouldn't.
image.png (383×503 px, 27 KB)

And when you look at my commits, there are none — but there should, as this commit is now mine, as far as Diffusion is concerned.
image.png (376×475 px, 15 KB)

image.png (234×757 px, 17 KB)

Jun 7 2023, 07:23 · People, Diffusion, Bug Reports
smith added a comment to Q59: Diffusion Identity reassignment doesn't propagate correctly.

This is about Diffusion identity assignment feature. List of identities is here: https://we.phorge.it/diffusion/identity/
The simplest way to test it would be to make a test repository and proceed according to the instructions as above. I hope the process is laid out quite clearly.

Jun 7 2023, 07:16 · People, Diffusion, Bug Reports
valerio.bozzolan added a comment to Q59: Diffusion Identity reassignment doesn't propagate correctly.

I'm not quite sure to have understood everything. Can you attach a cute screenshot or something? :)

Jun 7 2023, 06:50 · People, Diffusion, Bug Reports

Jun 6 2023

smith updated the question details for Q59: Diffusion Identity reassignment doesn't propagate correctly.
Jun 6 2023, 19:33 · People, Diffusion, Bug Reports
smith updated the question details for Q59: Diffusion Identity reassignment doesn't propagate correctly.
Jun 6 2023, 14:53 · People, Diffusion, Bug Reports
smith asked Q59: Diffusion Identity reassignment doesn't propagate correctly.
Jun 6 2023, 14:51 · People, Diffusion, Bug Reports

Jun 2 2023

aklapper closed T15146: Dashboards: Tab panel sometimes displays the content of two tabs as Resolved.

Patch merged thus resolving

Jun 2 2023, 16:28 · Dashboards, Bug Reports
speck added a comment to T15135: Unable to set 'Can Browse User Directory' to public.

I wonder if this is related to not being able to use the Diffusion repository file auto-complete when not logged in even though the repo is publicly accessible.

Jun 2 2023, 03:53 · People, Policy, Bug Reports, User-Cigaryno