Page MenuHomePhorge
Feed All Stories

Feb 21 2023

valerio.bozzolan added a comment to T15043: Automatically move tasks between columns on project boards.

(I agree that internally, the Herald rule should be saved as a Global Task-based. And I agree that it should be easily added and edited from the Workboard. I think that, in the future, this still need the Project Tag to be saved internally - as a kind of Object rule - so that, in the future, it will allow a more efficient query to find all global Herald rules without a Tag + all global Herald rules that are assigned to a Tag where that Tag is IN the list of Task's Tags.)

Feb 21 2023, 06:54 · Workboard
valerio.bozzolan added a comment to T15109: Subpress listing of Projects in subscriber search.

@rraval Could you or someone else verify that a project that is made visible only to Administrators still shows up when a user opens the search selection list on the Subscribers field? And is this considered to be a bug or a feature? Of course i can set up a new Task for this if that makes sense.

Feb 21 2023, 06:43 · Config, Projects, Maniphest
valerio.bozzolan added a comment to T15130: Organize Projects here.

Is this related to Phorge itself?

Feb 21 2023, 06:30 · phorge.it install, User-Cigaryno
valerio.bozzolan accepted D25068: Workboard: improve the Create Task link to mention the Project slug.

I tested locally following the test plan and I've found this edit very useful.

Feb 21 2023, 06:25
valerio.bozzolan updated the diff for D25027: Allow an infinite number of arcpatch_DXXXX_X branches to be created.

arc lint

Feb 21 2023, 06:09 · Arcanist (archived)
Dylsss updated the summary of D25068: Workboard: improve the Create Task link to mention the Project slug.
Feb 21 2023, 03:07
Dylsss updated the summary of D25068: Workboard: improve the Create Task link to mention the Project slug.
Feb 21 2023, 03:07
Dylsss added a revision to T15147: Prefill tags when user opens new task form in new tab from workboard column: D25068: Workboard: improve the Create Task link to mention the Project slug.
Feb 21 2023, 03:06 · Projects, Workboard
Dylsss added a task to D25068: Workboard: improve the Create Task link to mention the Project slug: T15147: Prefill tags when user opens new task form in new tab from workboard column.
Feb 21 2023, 03:06
Dylsss requested review of D25068: Workboard: improve the Create Task link to mention the Project slug.
Feb 21 2023, 03:06
Dylsss created T15147: Prefill tags when user opens new task form in new tab from workboard column.
Feb 21 2023, 02:56 · Projects, Workboard
Dylsss updated the diff for D25052: Add and use new RemarkupMetadata class.

Rebased on master, ran bin/celerity map to resolve merge conflict.

Feb 21 2023, 00:23 · Remarkup

Feb 20 2023

Dylsss retitled D25067: Change erroneous loose comparison to strict comparison in tab panels from Change erroneous loose comparison to strict comparison
Feb 20 2023, 23:42
Dylsss added a revision to T15146: Dashboards: Tab panel sometimes displays the content of two tabs: D25067: Change erroneous loose comparison to strict comparison in tab panels.
Feb 20 2023, 23:41 · Dashboards, Bug Reports
Dylsss added a task to D25067: Change erroneous loose comparison to strict comparison in tab panels: T15146: Dashboards: Tab panel sometimes displays the content of two tabs.
Feb 20 2023, 23:41
Dylsss requested review of D25067: Change erroneous loose comparison to strict comparison in tab panels.
Feb 20 2023, 23:40
Dylsss created T15146: Dashboards: Tab panel sometimes displays the content of two tabs.
Feb 20 2023, 22:59 · Dashboards, Bug Reports

Feb 17 2023

Lectrician1 added a comment to Q38: Database tables documentation? (Answer 33).

Wow! Thank you so much.

Feb 17 2023, 20:37
Dylsss added Q38: Database tables documentation? (Answer 33).
Feb 17 2023, 20:08
MauMoJo added a comment to Q19: Are there plans to switch from PHPExcel to PHPSpreadsheet for Maniphest task export (Answer 27).

Thank you.

Feb 17 2023, 10:12
valerio.bozzolan added a comment to T15145: Evaluate PHP Rector to quick refactor Phorge to support PHP 8.1 / 8.2 or do other things.

I'm not assigned to this since I'm not really active. I was just curious. Feel free to give it a try and add more notes.

Feb 17 2023, 09:38 · PHP 8 support, User-valerio.bozzolan
valerio.bozzolan added a comment to T15047: Officially raise minimum required PHP version to 7.2.
In T15047#3542, @avivey wrote:

I personally hate the $a = []; style, at least for empty arrays - I find it not-explicit enough.

Feb 17 2023, 09:37 · Phorge
avivey added a project to T15144: Conduit transaction.search: Missing "Constraint" section in the documentation: Good Starter Task.
Feb 17 2023, 08:34 · Conduit, User-valerio.bozzolan
avivey created Good Starter Task.
Feb 17 2023, 08:34
avivey triaged T15144: Conduit transaction.search: Missing "Constraint" section in the documentation as Normal priority.

Looks like that's because PhabricatorBadgesSearchConduitAPIMethod extends PhabricatorSearchEngineAPIMethod, and TransactionSearchConduitAPIMethod extends ConduitAPIMethod directly...

Feb 17 2023, 08:29 · Conduit, User-valerio.bozzolan
avivey added Q38: Database tables documentation? (Answer 32).
Feb 17 2023, 08:26
avivey added a comment to T15047: Officially raise minimum required PHP version to 7.2.

Maybe unrelated. Can we - right now - update the coding standard to avoid $a = array() (that is a tremendous old approach) to just adopt $a = []? Note that the short version was introduced in PHP 5.4, that already is the minimum version right now. I'm talking about this document:

https://we.phorge.it/book/contrib/article/php_coding_standards/

Feb 17 2023, 08:10 · Phorge

Feb 15 2023

LidiyaMartin added a comment to Q32: ExecFuture / Diffusion returns "fatal: detected dubious ownership in repository at ..." (Answer 28).
Feb 15 2023, 11:44
valerio.bozzolan updated the task description for T15145: Evaluate PHP Rector to quick refactor Phorge to support PHP 8.1 / 8.2 or do other things.
Feb 15 2023, 11:39 · PHP 8 support, User-valerio.bozzolan
valerio.bozzolan updated the task description for T15145: Evaluate PHP Rector to quick refactor Phorge to support PHP 8.1 / 8.2 or do other things.
Feb 15 2023, 11:29 · PHP 8 support, User-valerio.bozzolan
valerio.bozzolan added a comment to T15047: Officially raise minimum required PHP version to 7.2.

Maybe unrelated. Can we - right now - update the coding standard to avoid $a = array() (that is a tremendous old approach) to just adopt $a = []? Note that the short version was introduced in PHP 5.4, that already is the minimum version right now. I'm talking about this document:

Feb 15 2023, 10:51 · Phorge
valerio.bozzolan lowered the priority of T15054: Improve Feed search filters to hide "minor activities" from Low to Wishlist.
Feb 15 2023, 10:49 · User-valerio.bozzolan
valerio.bozzolan updated the task description for T15145: Evaluate PHP Rector to quick refactor Phorge to support PHP 8.1 / 8.2 or do other things.
Feb 15 2023, 10:01 · PHP 8 support, User-valerio.bozzolan
valerio.bozzolan triaged T15145: Evaluate PHP Rector to quick refactor Phorge to support PHP 8.1 / 8.2 or do other things as Low priority.
Feb 15 2023, 09:54 · PHP 8 support, User-valerio.bozzolan
valerio.bozzolan added Q38: Database tables documentation? (Answer 31).
Feb 15 2023, 07:38

Feb 14 2023

valerio.bozzolan created T15144: Conduit transaction.search: Missing "Constraint" section in the documentation.
Feb 14 2023, 16:23 · Conduit, User-valerio.bozzolan
valerio.bozzolan added a comment to Q39: New behaviour when we add picture in Phriction page.

Thank you for this question.

Feb 14 2023, 15:10 · Files (archived), Phriction
mludwicz changed the visibility for F253774: image.png.
Feb 14 2023, 14:02
mludwicz changed the visibility for F253775: image.png.
Feb 14 2023, 14:02
mludwicz changed the visibility for F253776: image.png.
Feb 14 2023, 14:01
mludwicz asked Q39: New behaviour when we add picture in Phriction page.
Feb 14 2023, 14:01 · Files (archived), Phriction

Feb 13 2023

Lectrician1 asked Q38: Database tables documentation?.
Feb 13 2023, 15:56
valerio.bozzolan added a comment to D25066: Workboard: Milestone Name easily editable (instead of surfing 3 pages).

Here a stupid spoiler of this. Milestone before:

Feb 13 2023, 11:14

Feb 11 2023

valerio.bozzolan updated the task description for T15143: Allow to quick-edit a Milestone name from Workboard menu.
Feb 11 2023, 20:23 · UX, Affects-Wikimedia, User-valerio.bozzolan, Workboard
valerio.bozzolan added a comment to D25066: Workboard: Milestone Name easily editable (instead of surfing 3 pages).

Some explanations:

Feb 11 2023, 18:43
valerio.bozzolan updated the diff for D25066: Workboard: Milestone Name easily editable (instead of surfing 3 pages).

avoid same variable storing different things

Feb 11 2023, 18:29
valerio.bozzolan requested review of D25066: Workboard: Milestone Name easily editable (instead of surfing 3 pages).
Feb 11 2023, 18:19
valerio.bozzolan added a revision to T15143: Allow to quick-edit a Milestone name from Workboard menu: D25066: Workboard: Milestone Name easily editable (instead of surfing 3 pages).
Feb 11 2023, 18:19 · UX, Affects-Wikimedia, User-valerio.bozzolan, Workboard
valerio.bozzolan updated the task description for T15143: Allow to quick-edit a Milestone name from Workboard menu.
Feb 11 2023, 17:55 · UX, Affects-Wikimedia, User-valerio.bozzolan, Workboard
valerio.bozzolan updated the name of F253462: Milestone editable from Workboard, test case.png from "Screenshot_2023_02_11_184915.png" to "Milestone editable from Workboard, test case.png".
Feb 11 2023, 17:53
valerio.bozzolan claimed T15143: Allow to quick-edit a Milestone name from Workboard menu.
Feb 11 2023, 17:33 · UX, Affects-Wikimedia, User-valerio.bozzolan, Workboard
valerio.bozzolan updated the name of F253460: Phorge editing Milestone.png from "Screenshot_2023_02_11_183050.png" to "Phorge editing Milestone.png".
Feb 11 2023, 17:31
valerio.bozzolan updated the name of F253458: Phorge Workboard Column Edit.png from "Screenshot_2023_02_11_182900.png" to "Phorge Workboard Column Edit.png".
Feb 11 2023, 17:29
valerio.bozzolan created T15143: Allow to quick-edit a Milestone name from Workboard menu.
Feb 11 2023, 17:28 · UX, Affects-Wikimedia, User-valerio.bozzolan, Workboard
valerio.bozzolan updated the name of F253457: Phorge WorkBoard context menu screenshot.png from "Screenshot_2023_02_11_182704.png" to "Phorge WorkBoard context menu screenshot.png".
Feb 11 2023, 17:27
valerio.bozzolan closed T15131: Add Workboards support for Differential as Invalid.

Please feel free to re-open, adding something in the description :)

Feb 11 2023, 17:22 · Clarification Needed, Differential, Workboard, User-Cigaryno
valerio.bozzolan updated Q37: What is our opinion about "Self Actions"? (Personally, In our Team, in new installs) from Do you really like the "Self Actions" option? to Do we really want "Self Actions" email notifications enabled as default for new installs?.
Feb 11 2023, 12:55 · Config (archived), Mail (deprecated)
valerio.bozzolan updated the question details for Q37: What is our opinion about "Self Actions"? (Personally, In our Team, in new installs).
Feb 11 2023, 12:54 · Config (archived), Mail (deprecated)
valerio.bozzolan updated the question details for Q37: What is our opinion about "Self Actions"? (Personally, In our Team, in new installs).
Feb 11 2023, 12:50 · Config (archived), Mail (deprecated)
valerio.bozzolan added a comment to 2023 Week 2.

I'm unsure about my lines since they do not fit in this week. But I'm not bold enough to create a dedicated week, since this was not promoted to stable.

Feb 11 2023, 12:03
valerio.bozzolan edited the content of 2023 Week 2.
Feb 11 2023, 11:59
valerio.bozzolan closed T15141: Show a summary on the top of each Conduit API page as Resolved by committing rP36dba82224de: Show the API summary on the top of each Conduit API page.
Feb 11 2023, 10:11 · Conduit, User-valerio.bozzolan
valerio.bozzolan closed D25063: Show the API summary on the top of each Conduit API page.
Feb 11 2023, 10:11
valerio.bozzolan committed rP36dba82224de: Show the API summary on the top of each Conduit API page.
Show the API summary on the top of each Conduit API page
Feb 11 2023, 10:11
valerio.bozzolan closed D25064: Add small documentation details.
Feb 11 2023, 10:10
valerio.bozzolan committed rP20fb93d1a4be: Add small documentation details.
Add small documentation details
Feb 11 2023, 10:10
valerio.bozzolan closed D25065: Allow to prefill name and description fields of a new Passphrase.
Feb 11 2023, 10:08
valerio.bozzolan closed T15142: Allow to prefill name and description fields in a new Passphrase as Resolved by committing rP83672ba949fb: Allow to prefill name and description fields of a new Passphrase.
Feb 11 2023, 10:08 · Passphrase, User-valerio.bozzolan
valerio.bozzolan committed rP83672ba949fb: Allow to prefill name and description fields of a new Passphrase.
Allow to prefill name and description fields of a new Passphrase
Feb 11 2023, 10:08

Feb 10 2023

avivey added a comment to D25064: Add small documentation details.

(If I remember correctly the rules we set for rP, you should be able to arc land all of these now)

Feb 10 2023, 21:41
avivey accepted D25064: Add small documentation details.
Feb 10 2023, 21:40
avivey accepted D25065: Allow to prefill name and description fields of a new Passphrase.
Feb 10 2023, 21:39
MacFan4000 added a member for Trusted Contributors: Dzahn.
Feb 10 2023, 21:32
avivey accepted D25063: Show the API summary on the top of each Conduit API page.
Feb 10 2023, 21:17
valerio.bozzolan asked Q37: What is our opinion about "Self Actions"? (Personally, In our Team, in new installs).
Feb 10 2023, 19:52 · Config (archived), Mail (deprecated)
valerio.bozzolan added inline comments to D25065: Allow to prefill name and description fields of a new Passphrase.
Feb 10 2023, 19:46
valerio.bozzolan requested review of D25065: Allow to prefill name and description fields of a new Passphrase.
Feb 10 2023, 19:44
valerio.bozzolan added a revision to T15142: Allow to prefill name and description fields in a new Passphrase: D25065: Allow to prefill name and description fields of a new Passphrase.
Feb 10 2023, 19:44 · Passphrase, User-valerio.bozzolan
valerio.bozzolan claimed T15142: Allow to prefill name and description fields in a new Passphrase.
Feb 10 2023, 19:39 · Passphrase, User-valerio.bozzolan
valerio.bozzolan updated the name of F253249: Passphrase screenshot.png from "Screenshot_2023_02_10_203831.png" to "Passphrase screenshot.png".
Feb 10 2023, 19:39
valerio.bozzolan created T15142: Allow to prefill name and description fields in a new Passphrase.
Feb 10 2023, 19:38 · Passphrase, User-valerio.bozzolan
valerio.bozzolan added a comment to Q13: Is anyone allowed to add a query/application to the homepage? (Answer 11).

@dcog please set your images as visible to everybody (I cannot see them) thanks

Feb 10 2023, 17:00
valerio.bozzolan added a comment to Q26: JavaScript error on main page (Answer 20).

@kretov.d note that the provided images should be set to visible for everyone (now I cannot see them). Thanks

Feb 10 2023, 16:59
syncer added a comment to Q35: Does Phorge provide single sign-on to Microsoft Azure B2C?.

No, it's not supported yet
but i plan to work on it in near future

Feb 10 2023, 12:40
valerio.bozzolan added a comment to D25063: Show the API summary on the top of each Conduit API page.

Render spoiler:

Feb 10 2023, 12:31

Feb 9 2023

valerio.bozzolan updated the diff for D25064: Add small documentation details.
  • rephrase also the other sentence with tip from avivey
Feb 9 2023, 20:15
valerio.bozzolan added a comment to D25064: Add small documentation details.

I've done my best to rephrase that. Thanks @avivey

Feb 9 2023, 20:14
valerio.bozzolan updated the diff for D25064: Add small documentation details.
  • rephrase sentence with tip from avivey
Feb 9 2023, 20:13
avivey added inline comments to D25064: Add small documentation details.
Feb 9 2023, 19:37
valerio.bozzolan added a comment to Q18: Lowest and Highest supported PHP (Answer 14).

Thanks for this information. I'm trying to integrate that in the documentation since it's not that obvious

Feb 9 2023, 17:31
valerio.bozzolan added a comment to D25064: Add small documentation details.

This is just a small change but if you want a spoiler, here how it looks like:

Feb 9 2023, 17:30
valerio.bozzolan updated the name of F253145: Diviner proposed home.png from "Screenshot_2023_02_09_182423.png" to "Diviner proposed home.png".
Feb 9 2023, 17:25
valerio.bozzolan retitled D25064: Add small documentation details from add more documentation details
Feb 9 2023, 17:24
valerio.bozzolan updated the diff for D25064: Add small documentation details.
  • mention "Administrator" and not just "User" (not just end-users)
Feb 9 2023, 17:21
valerio.bozzolan requested review of D25064: Add small documentation details.
Feb 9 2023, 17:19
valerio.bozzolan added a comment to Q22: Email notification says SMTP Error Data not accepted.

@sicenul by the way note that F195188 is a restricted file and nobody can see it

Feb 9 2023, 17:06
Anastasia added a comment to Q35: Does Phorge provide single sign-on to Microsoft Azure B2C?.

Ok

Feb 9 2023, 16:35
valerio.bozzolan added Q36: single sign-on to Microsoft Azure B2C (Answer 30).
Feb 9 2023, 16:25
valerio.bozzolan closed Q36: single sign-on to Microsoft Azure B2C as invalid.
Feb 9 2023, 16:25
sg94 added a comment to Q22: Email notification says SMTP Error Data not accepted.

Maybe I need to reset the config so that the "From" email address does match the SMTP username. Any idea how to do this?

You have to set the metamta.default-address preference - it's one of the locked ones so you have to set it from the cmd line with config set ...

Feb 9 2023, 14:32