2023 Week 32
Repo | Hash |
---|---|
rP Phorge | 11424ffbe6 |
rARC Arcanist | b5140eed |
Notes
Phorge is starting to be somehow usable on PHP 8.1 ✨ but still not officially supported. We still suggest PHP 7.x 😎
General
Noteworthy change | Patch | Main Discussion |
---|---|---|
UX: Less verbose messages | D25191 | T15347 |
UX: Better alpha images | D25294 | T15473 |
UX: Fix notifications icon | D25312 | T15415 |
UX: Avoid page reload from Workboard Column's Edit → Cancel | D25302 | T15471 |
Conduit: expose more info in project.column.search | D25038 | T15484 |
Dashboards: add dedicated "Can create" policy | D25270 | T15438 |
Dashboards: Tab Panels: fix regression (sorry) | D25291 | T15474 |
Dashboards: Tab Panels: fix "Move Right" broken since years | D25307 | T15493 |
Dashboards 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:
Database upgrade needed | No |
Breaking changes | No |
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 any "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 or .
Before | After |
---|---|
Related patch: D25191
Better background for alpha images
Task description and comments allow designers to discuss transparent logos.
Before | After |
---|---|
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.
Related patch: D25368
Community Context
We had a small meeting during Wikimania Sigapore to code and push subliminal messages into official videos:
In addition, Wikimedia Foundation migrated to Phorge just after the event. Well done! Go Phorge!
F343635: Phorge written on Wikipedian shirt.png | |
Aug 30 2023, 07:50 |
F325637: After Archived Panel.png | |
Aug 11 2023, 16:31 |
F310033: Screenshot from 2023-06-14 20-29-29.png | |
Aug 11 2023, 16:31 |
F310031: Screenshot from 2023-06-14 20-30-01.png | |
Aug 11 2023, 16:31 |
F286216: Subscriber messages - After.png | |
Aug 11 2023, 16:31 |
F286215: Subscriber messages - Before.png | |
Aug 11 2023, 16:31 |
- Last Author
- valerio.bozzolan
- Last Edited
- Dec 10 2023, 19:58
Event Timeline
Can someone change ...
25 April 2023 through today
to...
25 April 2023 through Aug 25 2023
Seems like I lack the permission and today is probably not the best term... anyway.