#3114 closed enhancement (fixed)
enable option for long wiki formatted changeset messages in timeline
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.10 |
Component: | timeline | Version: | devel |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
oftentimes, i use bulleted points for changesets, which get cut off in the timeline. my cohorts and i use the timeline to get a quick once-over of what the others have committed. so many changesets go through our project that we don't have time to click on each changeset and read the message in its entirety.
so, attached is a patch against the current subversion repository to implement a boolean option under timeline aptly named 'changeset_long_messages' to render the entire changeset message as wiki in the timeline.
Attachments (2)
Change History (8)
by , 19 years ago
Attachment: | trac-timeline-long-changeset-messages.patch added |
---|
comment:1 by , 19 years ago
oh yeah, one more note — i have not tested this patch. we are running 0.9.4. i have a version working under 0.9.4, but the development version of trac includes changes to versioncontrol's get_timeline_messages that has made some modification neccessary.
i have 0.9.4 for reference (which works), so i think i made the translation cleanly, but ymmv.
by , 19 years ago
Attachment: | trac-timeline-long-changeset-messages.2.patch added |
---|
re: comment — yup, i think i goofed. IANAPD (i am not a python developer — nor am i a police department, but ya know…)
comment:2 by , 19 years ago
Milestone: | → 0.10 |
---|---|
Owner: | changed from | to
Severity: | normal → minor |
Status: | new → assigned |
Looks good.
comment:3 by , 19 years ago
I'm looking forward to this, I'll be able to rid myself of the last custom patch on TracHacks.
comment:4 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Slightly modified patch applied in r3271.
comment:5 by , 19 years ago
(btw, in the configuration excerpt shown in the r3271 message log,
the fact that changeset_show_files
is set to some value is
irrelevant: I just added it to suggest grouping the changeset
related timeline options)
comment:6 by , 19 years ago
I'd prefer we call the new option changeset_full_messages
… long suggests that we're somehow magically adding content to originally brief log messages ;-)
patch against dev to enable long wiki-formatted changeset messages in timeline