#343 closed enhancement (duplicate)
Add files list to the changeset item in the TimeLine view
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | timeline | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Add filename with color before the log message in the changset in the timeline view. Currently to file arent hyperlinked, it's for a future patch.
i have submitted a patch to the mailing list for this feature. (FileNameTimeLine.patch)
Ascii Screenshot
11:28:06 : Changeset [65] by fharvey src/goconv.bat: Lanceur de la conversion SIRTF/CFP 10:30:39 : Changeset [64] by fharvey src/domaine_commun.php: Rajout du chargements des éléments de structure 10:06:33 : Changeset [63] by fharvey src/domaine_drs.php: Modification pour les lignes uniques des DRS 10:02:35 : Changeset [61] by fharvey adodb/adodb-php4.inc.php, adodb/toexport.inc.php, adodb/adodb-xmlschema.inc.php, …: Mise a jour a la derniere version de ADODB
Attachments (0)
Change History (5)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
Currently only the log comment is not enought, some time we add only log as "Fixed typo" or "Remove debug statement", we need a easy way to see the files name modification in the timeline
Yes it's, maibe we can add a config option in the ini files number_of_filename, if set to -1 we dont print filename, if 0 we print all the filename. by default 1,2 or 3 is sufficiant i think.
We can also add hyperlink to the filename with link to the browser module.
I can rewrite my patches for adding this feature (config option and hyperlink)
comment:3 by , 21 years ago
Milestone: | 0.7 → 0.8 |
---|
comment:4 by , 20 years ago
Description: | modified (diff) |
---|---|
Milestone: | 0.8 → 0.9 |
comment:5 by , 20 years ago
Milestone: | 0.9 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Ticket #720 is about the same thing, and has been fixed.
Won't this result in one query for each changeset in the timeline view?