Feature #42043
openAbbreviate quoted text in descriptions in Activity view
0%
Description
This patch enhances the Activity view by abbreviating lengthy quoted text in event descriptions. Instead of showing all the quoted lines, it replaces them with `'> ...'`. This change helps show important information more clearly within the limited number of characters.
The patch changes how descriptions are shown in the Activity view. It finds long sections of quoted text and shortens them. For example:
In the current Activity view, it is displayed like this:
The same sentences ("Ruby is a dynamic, ...") are displayed twice.
With this patch applied, it is displayed like this:
Quoted parts are abbreviated, and more of the comment section is displayed.
This allows the Activity view to focus on displaying the most relevant information within a limited number of characters.
Files