Version 33 vs 119
Version 33 vs 119
Edits
Edits
- Edit by aklapper, Version 119
- Fri, Nov 1 08:00
- Edit by valerio.bozzolan, Version 33
- Aug 2 2023 07:37
- ·simplify a phrase
Edit Older Version 33... | Edit Current Version 119... |
Content Changes
Content Changes
|[[ /w/changelog/2023.23/ | ← Before ]] | 25 April 2023 through today| After → |
NOTE: This is a future release and was not promoted to stable.
|--------|-----
| Repo | Hash
|--------|-----
| {rP} | TBD
| {rARC} | TBD
== 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 |
| #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 ]] 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!
```
Rendering:
lang=php
$asd = ( function( $i ) { return $i * 2; } )( 1 ); // Confusing Stuff!
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.
24 August 2024 - ongoing
|--------|-----
| Repo | Hash
|--------|-----
| {rP} | TBD
| {rARC} | TBD
== Highlights ==
* Phorge now requires PHP version 7.2.25.
* ...
== General ==
| Change summary (with main Tag) | Patch | Main Task |
|----------------------------------------------------------------------------------|--------|-----------|
| #Auth: Send the Phorge URI as User-Agent string in OAuth and GitHub authentication requests (to avoid captchas when using CDNs) | D25758 | T15848 |
| #Diffusion: Reduce verbosity of commits in web feeds | D25824 | T15489 |
| #bug_reports: Increased compatibility with PHP 8.1+ | | T15064 |
| Update mimemailparser library version to upstream 8.0.4 | D25829 | T15940
== Breaking Changes ==
* Phorge now requires PHP version 7.2.25 (released November 2019). Phorge previously required PHP version 5.2.3 (released May 2007). The newer version is needed to support PHP version 8.4 which requires syntax introduced in PHP 7.1. See T15047#19338 for details.
== Visual Changes ==
...
|[[ /w/changelog/2023.23/ | ← Before ]] | 25 April 2023 through today| After → |
NOTE: This is a future release and was not promoted to stable.24 August 2024 - ongoing
|--------|-----
| Repo | Hash
|--------|-----
| {rP} | TBD
| {rARC} | TBD
== Notes ==== Highlights ==
* Phorge now requires PHP version 7.2.25.
* ...
Phorge is starting to be somehow usable on PHP 8.1 ✨ but in production we still suggest PHP 7.x 😎
== General ==
| Noteworthy change | Change summary (with main Tag) | Patch | Main Discussion |Task |
|----------------------------------------------------------------------------------|--------|-----------|
| #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 Auth: Send the Phorge URI as User-Agent string in OAuth and GitHub authentication requests (to avoid captchas when using CDNs) | D25758 | T15848 |
| #Diffusion: The "Locate File" accepts relative path namesReduce verbosity of commits in web feeds | D25320824 | T15508 |5489 |
| #Remarkup: Parse Markdown code-block language like StackOverflow, GitLab etc.| #bug_reports: Increased compatibility with PHP 8.1+ | D25299 | T15481 |064 |
| #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 |
| #php_8_support: Again really a lot of small fixes | | T15064 |Update mimemailparser library version to upstream 8.0.4 | D25829 | T15940
Update info:== Breaking Changes ==
| {icon database} Database upgrade needed | No |
| {icon fire,color=red} Breaking changes | No |* Phorge now requires PHP version 7.2.25 (released November 2019). Phorge previously required PHP version 5.2.3 (released May 2007). The newer version is needed to support PHP version 8.4 which requires syntax introduced in PHP 7.1. See T15047#19338 for details.
== Visual Changes ==
=== More support to Markdown code-blocks ===
[[ /book/phorge/article/remarkup/ | Remarkup ]] 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!
```
Rendering:
lang=php
$asd = ( function( $i ) { return $i * 2; } )( 1 ); // Confusing Stuff!
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...
Content licensed under Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) unless otherwise noted; code licensed under Apache 2.0 or other open source licenses. · CC BY-SA 4.0 · Apache 2.0