Page MenuHomePhorge

Next Up
Updated 291 Days AgoPublic

Version 34 of 79: You are viewing an older version of this document, as it appeared on Aug 2 2023, 15:14.
← Before25 April 2023 through todayAfter →
NOTE: This is a future release and was not promoted to stable.
RepoHash
rP PhorgeTBD
rARC ArcanistTBD

Notes

Phorge is starting to be somehow usable on PHP 8.1 ✨ but in production we still suggest PHP 7.x 😎

General

Noteworthy changePatchMain Discussion
UX: Less verbose Subscribe messagesD25191T15347
UX: Better alpha imagesD25294T15473
UX: Fix notifications iconD25312T15415
UX: Avoid page reload from Workboard Column's EditCancelD25302T15471
Conduit: expose more info in project.column.searchD25038T15484
Dashboards: add dedicated "Can create" policyD25270T15438
Dashboards: Tab Panels: fix regression (sorry)D25291T15474
Dashboards: Tab Panels: fix "Move Right" broken since yearsD25307T15493
Dashboards Panels: add Archive supportD25368T15366
Diffusion: The "Locate File" accepts relative path namesD25320T15508
Remarkup: Parse Markdown code-block language like StackOverflow, GitLab etc.D25299T15481
Phriction: More informative HovercardD25303T15433
Projects: Project Hovercards: Show DescriptionD25331T15275
Differential: now you can update a Diff of a coworker from webD25337T15538
PHP 8 support: Again really a lot of small fixesT15064

Update info:

Database upgrade neededNo
Breaking changesNo

Visual Changes

More support to Markdown code-blocks

Remarkup now supports "Markdown code-blocks" in php, cpp, arduino, cobol, kotlin and 30+ languages:

```php
$asd = ( function( $i ) { return $i * 2; } )( 1 ); // Confusing Stuff!
```

Before this change, this was the only method:

```lang=php
$asd = ( function( $i ) { return $i * 2; } )( 1 ); // Confusing Stuff!
```

Both cases now render in this way:

$asd = ( function( $i ) { return $i * 2; } )( 1 ); // Confusing Stuff!

We still think that Remarkup is superior against Markdown. Enjoy the documentation of Remarkup.

Related patch: D25299

Less verbose history messages

Now history is more compact and less distracting when talking about self-actions like Subscribe or Unsubscribe.

BeforeAfter
Subscriber messages - Before.png (365×652 px, 61 KB)
Subscriber messages - After.png (365×652 px, 45 KB)

Related patch: D25191

Better background for alpha images

Task description and comments allow designers to discuss transparent logos.

BeforeAfter
Screenshot from 2023-06-14 20-30-01.png (799×420 px, 26 KB)
Screenshot from 2023-06-14 20-29-29.png (825×420 px, 30 KB)

Related patch: D25294

Dashboard Panels: add Archive support

Now an Archived Panel is hidden from all Dashboards. They are also more recognizable when editing Dashboards.

After Archived Panel.png (549×657 px, 34 KB)

Related patch: D25368

Community Context

No much community rumours. Some Phorgers will go on summer holidays. Maybe a good moment to keep your time, rest, recharge, to Phorge even more later.

As an international event there will also be Wikimania Singapore soon, as a space to do code also on Phorge. Why not.

Tags
None
Referenced Files
F1368592: image.png
Mar 3 2024, 11:47
F1360344: image.png
Mar 3 2024, 11:47
F270656: D25079 Coin.mp4
Mar 3 2024, 11:47
F325637: After Archived Panel.png
Aug 1 2023, 07:50
F310033: Screenshot from 2023-06-14 20-29-29.png
Jun 20 2023, 07:24
F310031: Screenshot from 2023-06-14 20-30-01.png
Jun 20 2023, 07:24
F286216: Subscriber messages - After.png
Jun 15 2023, 10:00
F286215: Subscriber messages - Before.png
Jun 15 2023, 10:00
Subscribers
None
Last Author
valerio.bozzolan
Last Edited
Aug 2 2023, 15:14

Event Timeline

There are a very large number of changes, so older changes are hidden. Show Older Changes
valerio.bozzolan edited the content of this document. (Show Details)
valerio.bozzolan edited the content of this document. (Show Details)
valerio.bozzolan edited the content of this document. (Show Details)