Version 25 vs 132
Version 25 vs 132
Edits
Edits
- Edit by valerio.bozzolan, Version 132
- Mon, Dec 16 14:38
- ·#Policy: Allow setting default edit policy in Phurl app
- Edit by valerio.bozzolan, Version 25
- Jul 26 2023 10:19
Edit Older Version 25... | Edit Current Version 132... |
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 | T15347 | D25191 |
| #UX: Better alpha images | T15473 | D25294 |
| #UX: Fix notifications icon | T15415 | D25312 |
| #Conduit: expose more info in `project.column.search` | T15484 | D25038 |
| #Dashboard: add dedicated "Can create" policy | T15438 | D25270 |
| #Dashboard: Tab Panels: fix regression (sorry) | T15474 | D25291 |
| #Dashboard: Tab Panels: fix "Move Right" broken since years | T15493 | D25307 |
| #Diffusion: The "Locate File" accepts relative path names | T15508 | D25320 |
| #Remarkup: Parse Markdown code-block language like StackOverflow, GitLab etc. | T15481 | D25299 |
| #Projects: Project Hovercards: Show Description | T15275 | D25331 |
| #differential: now you can update a Diff of a coworker from web | T15538 | D25337 |
| #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 ==
=== 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
== 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+
* See the Proposed Maintenance section
* ...
== 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 |
| #Diffusion: Show the disclaimer of {nav icon=times,name=Delete Repository} to all curious users|D25843|T15964|
| #Diffusion: Better support of non-English POSIX environments (especially for SVN) | D25846 | T15966 |
| #UX: Allow to submit forms in new tab with CTRL+enter |D25773 |T15914|
| #UX: Allow zooming pages on mobile |D25827 |T15945|
| #UX: Show table of contents on wide screens |D25790|T15920|
| #spam_mitigation in #People: Limit length of "Real name"|D25841 |T15962|
| #spam_mitigation in #Diffusion: Expand identities with //verified// emails by default|D25845|T15965|
| #Remarkup: Improve how we match project names |D25838|T15371|
| #Policy: Allow setting default edit policy in Phurl app |D25850|T15970|
| #bug_reports: Increased compatibility with PHP 8.1+ and 8.4 | | 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.
== Proposed Maintenance ==
After the update, to cleanup some potential legacy spam in Diffusion identities (page `/diffusion/identity/`) and especially if you have a Phorge with open registration, we suggest to run this one-shoot command:
```bash
./bin/repository rebuild-identities --all-identities
```
The command is safe to be executed also probably when your Phorge is running and, as usual, will not touch any manually-assigned identity. It will just avoid to propose //unverified// emails as automatic identities (T15965).
== Visual Changes ==
=== Form Submission in New Tab ===
Forms can now be submitted in a new tab with CTRL+enter. Proudly by keyboard hackers.
{F2670828}
Discussion and credits: T15914
=== Show Table of Contents on Large Screens ===
A wild table of contents now appears on your left, to surf your documents like an hero on wide screens.
| Before | After |
|--------------------|--------------------|
|{F2408032,size=full}|{F2490442,size=full}|
Discussion and credits: T15920
=== Less Verbose Commits ===
We save hackers' concentration by not duplicating anymore the commit title from the feed title and its body.
| Before | After |
|---------------------|---------------------|
| {F313288,size=full} | {F313289,size=full} |
Discussion and credits: T15489
|[[ /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+
* See the Proposed Maintenance section
* ...
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 | T15347 | D25191 Auth: Send the Phorge URI as User-Agent string in OAuth and GitHub authentication requests (to avoid captchas when using CDNs) | D25758 | T15848 |
| #UX: Better alpha images | #Diffusion: Reduce verbosity of commits in web feeds | T15473 | D25294 |D25824 | T15489 |
| #UX: Fix notifications icon | T15415 | D25312 || #Diffusion: Show the disclaimer of {nav icon=times,name=Delete Repository} to all curious users|D25843|T15964|
| #Conduit: expose more info in `project.column.search` | T15484 | D25038 || #Diffusion: Better support of non-English POSIX environments (especially for SVN) | D25846 | T15966 |
| #Dashboard: add dedicated "Can create" policy | #UX: Allow to submit forms in new tab with CTRL+enter | T15438 | D25270 |D25773 |T15914|
| #Dashboard: Tab Panels: fix regression (sorry) | #UX: Allow zooming pages on mobile | T15474 | D25291 ||D25827 |T15945|
| #Dashboard: Tab Panels: fix "Move Right" broken since years | #UX: Show table of contents on wide screens | T15493 | D25307 ||D25790|T15920|
| #Diffusion: The "Locate File" accepts relative path names | T15508 | D25320 || #spam_mitigation in #People: Limit length of "Real name"|D25841 |T15962|
| #Remarkup: Parse Markdown code-block language like StackOverflow, GitLab etc. | T15481 | D25299 || #spam_mitigation in #Diffusion: Expand identities with //verified// emails by default|D25845|T15965|
| #Projects: Project Hovercards: S| #Remarkup: Improve how Description we match project names | T15275 | D25331 |D25838|T15371|
| #differential: now you can update a Diff of a coworker from web | T15538 | D25337 || #Policy: Allow setting default edit policy in Phurl app |D25850|T15970|
| #php_8_support: Again really a lot of small fixes | | T15064 |bug_reports: Increased compatibility with PHP 8.1+ and 8.4 | | 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.
== Proposed Maintenance ==
Update infoAfter the update, to cleanup some potential legacy spam in Diffusion identities (page `/diffusion/identity/`) and especially if you have a Phorge with open registration, we suggest to run this one-shoot command:
| {icon database} Database upgrade needed | No |```bash
| {icon fire,color=red} Breaking changes | No |./bin/repository rebuild-identities --all-identities
```
The command is safe to be executed also probably when your Phorge is running and, as usual, will not touch any manually-assigned identity. It will just avoid to propose //unverified// emails as automatic identities (T15965).
== Visual Changes ==
=== Less verbose history messagesForm Submission in New Tab ===
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}Forms can now be submitted in a new tab with CTRL+enter. Proudly by keyboard hackers.
| Before | After |
|-----------|-----------|
| {F286215} | {F286216} |{F2670828}
Related patch: D25191Discussion and credits: T15914
=== Better background for alpha imageShow Table of Contents on Large Screens ===
Task description and comments allow designers to discuss transparent logosA wild table of contents now appears on your left, to surf your documents like an hero on wide screens.
| Before | After |
|-----------|---------|--------------------|
| {F310031} | {F310033} ||{F2408032,size=full}|{F2490442,size=full}|
Related patch: D25294Discussion and credits: T15920
== Community Context ===== Less Verbose Commits ===
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.We save hackers' concentration by not duplicating anymore the commit title from the feed title and its body.
| Before | After |
|---------------------|---------------------|
| {F313288,size=full} | {F313289,size=full} |
As an international event there will also be Wikimania Singapore soon, as a space to do code also on Phorge. Why not.Discussion and credits: T15489
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