|[[ /w/changelog/2023.23/ | โ Before ]] | 25 April 2023 through today| After โ |
NOTE: This is a Release Candidate and was not yet promoted to stable.
|--------|-----
| Repo | Hash
|--------|-----
| {rP} | 8310591523
| {rARC} | 78809809
Cherry-picks:
* D25385 (for arc diff - T15600)
== Notes ==
Phorge is starting to be somehow usable on PHP 8.1 โจ but in production we still suggest PHP 7.x ๐
== General ==
| Noteworthy change | Patch | Main Discussion |
|----------------------------------------------------------------------------------|--------|-----------|
| #UX: Less verbose {nav icon=plus,name=Subscribe} messages | D25191 | T15347 |
| #UX: Better alpha images | D25294 | T15473 |
| #UX: Fix notifications icon | D25312 | T15415 |
| #UX: Avoid page reload from Workboard Column's {nav Edit > Cancel} | D25302 | T15471 |
| #Conduit: expose more info in `project.column.search` | D25038 | T15484 |
| #Dashboard: add dedicated "Can create" policy | D25270 | T15438 |
| #Dashboard: Tab Panels: fix regression (sorry) | D25291 | T15474 |
| #Dashboard: Tab Panels: fix "Move Right" broken since years | D25307 | T15493 |
| #Dashboard Panels: add Archive support | D25368 | T15366 |
| #Diffusion: The "Locate File" accepts relative path names | D25320 | T15508 |
| #Remarkup: Parse Markdown code-block language like StackOverflow, GitLab etc. | D25299 | T15481 |
| #Phriction: More informative Hovercard | D25303 | T15433 |
| #Projects: Project Hovercards: Show Description | D25331 | T15275 |
| #differential: now you can update a Diff of a coworker from web | D25337 | T15538 |
| #phame: expose RSS feed from blog pages | D25346 | T15550 |
| #php_8_support: Again really a lot of small fixes | | T15064 |
Update info:
| {icon database} Database upgrade needed | No |
| {icon fire,color=red} Breaking changes | No |
== Visual Changes ==
=== More support to Markdown code-blocks ===
[[ /book/phorge/article/remarkup/ | Remarkup ]] now supports "Markdown code-blocks" in `php`, `cpp`, `arduino`, `cobol`, `kotlin` and 30+ languages:
lang=text
```php
$asd = ( function( $i ) { return $i * 2; } )( 1 ); // Confusing Stuff!
```
Before this change, this was the only method:
lang=text
```lang=php
$asd = ( function( $i ) { return $i * 2; } )( 1 ); // Confusing Stuff!
```
Both cases now render in this way:
lang=php
$asd = ( function( $i ) { return $i * 2; } )( 1 ); // Confusing Stuff!
We still think that Remarkup is superior against any "Markdown". Enjoy the documentation of [[ /book/phorge/article/remarkup/ | Remarkup ]].
Related patch: D25299
=== Less verbose history messages ===
Now history is more compact and less distracting when talking about self-actions like {nav icon=plus,name=Subscribe} or {nav icon=minus-circle,name=Unsubscribe}.
| Before | After |
|-----------|-----------|
| {F286215} | {F286216} |
Related patch: D25191
=== Better background for alpha images ===
Task description and comments allow designers to discuss transparent logos.
| Before | After |
|-----------|-----------|
| {F310031} | {F310033} |
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.
{F325637}
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.