Ticket UUID: | e94aee5905e991c9d69df13d5e8e4ea46817b28e | ||
Title: | Time line should shorten commit message | ||
Status: | Closed | Type: | Feature_Request |
Severity: | Minor | Priority: | |
Subsystem: | Resolution: | Fixed | |
Last Modified: | 2010-10-11 13:50:22 | ||
Version Found In: | f93a54d0ba | ||
Description & Comments: | |||
At the moment, the UI prints the full commit message in the time line. As this messages can be very long, that's generally just a waste of space.
I would suggest to truncate the message by default to something like 200 characters or so and add an option to show the rest (either via JS or form). wolfgang added on 2010-10-10 12:43:57: Timeline can be displayed in 2 ways:
anonymous claiming to be anonymous2 added on 2010-10-10 13:30:24: wolfgang added on 2010-10-10 15:15:27: Inside wiki pages it's possible to use the fossil internal wiki format combined with pure html. If a commit message uses for example tables, i cannot simply stop rendering at the first end paragraph after n characters. I t can be, that this paragraph is inside a table cell. Cutting the commit message may corrupt the complete gui display. To handle this situation, fossil has to
For me, the effort to handle shortened html is to much for this. The only thing, i could accept would be, to offer the opportunity to shorten the simplified text display but leave the block rendering variant unchanged. drh added on 2010-10-11 13:50:22: |