Edgewall Software

Opened 20 years ago

Last modified 16 years ago

#343 closed enhancement

Add files list to the changeset item in the TimeLine view — at Version 4

Reported by: fharvey@… Owned by: fharvey@…
Priority: normal Milestone:
Component: timeline Version: devel
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by daniel)

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

Change History (4)

comment:1 by Jonas Borgström, 20 years ago

Won't this result in one query for each changeset in the timeline view?

comment:2 by fharvey, 20 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 daniel, 20 years ago

Milestone: 0.70.8

comment:4 by daniel, 20 years ago

Description: modified (diff)
Milestone: 0.80.9
Note: See TracTickets for help on using tickets.