forgejo/routers
Gusted 5cf976739c
[UI] Do not include trailing EOL character when counting lines
- Adjust the counting of the number of lines of a file to match the
amount of rendered lines. This simply means that a file with the content
of `a\n` will be shown as having `1 line` rather than `2 lines`. This
matches with the amount of lines that are being rendered (the last empty
line is never rendered) and matches more with the expecation of the
user (a trailing EOL is a technical detail).
- In the case there's no EOL, the reason why it was counting
'incorrectly' was to show if there was a trailing EOL or not, but now
text is shown to tell the user this.
- Integration test added.
- Resolves Codeberg/Community#1612
2024-08-06 04:36:57 +02:00
..
api activitypub: Implement an instance-wide actor 2024-08-05 10:50:26 +02:00
common Open telemetry integration (#3972) 2024-08-05 06:04:39 +00:00
install Open telemetry integration (#3972) 2024-08-05 06:04:39 +00:00
private feat(quota): Quota enforcement 2024-08-02 11:10:34 +02:00
utils [PORT] drop utils.IsExternalURL (and expand IsRiskyRedirectURL tests) (#3167) 2024-04-15 13:03:08 +00:00
web [UI] Do not include trailing EOL character when counting lines 2024-08-06 04:36:57 +02:00
init.go Open telemetry integration (#3972) 2024-08-05 06:04:39 +00:00