
jesse at fsck
Apr 10, 2000, 11:01 AM
Post #2 of 2
(123 views)
Permalink
|
*poke* So, what do I have to do to get more descriptive commit messages out of you? FWIW, I'd rather always display those fields with "Never" as the last update time, if it's never. diff -u rt/webrt/Ticket/DisplaySummary:1.1.2.2 rt/webrt/Ticket/DisplaySummary:1.1.2.3 --- rt/webrt/Ticket/DisplaySummary:1.1.2.2 Mon Apr 10 12:52:05 2000 +++ rt/webrt/Ticket/DisplaySummary Mon Apr 10 13:51:34 2000 @@ -11,6 +11,10 @@ Priority: <%$Ticket->Priority%> / <%$Ticket->FinalPriority%> Due: <%$Ticket->DueAsString%> Created: <%$Ticket->CreatedAsString%> (<%$Ticket->Age%>) ago) +% if ($Ticket->Told+0) { Last Contact: <%$Ticket->ToldAsString%> (<%$Ticket->SinceTold%> ago) +% } +% if ($Ticket->LastUpdated+0) { Last Update: <%$Ticket->LastUpdatedAsString%> by <%$Ticket->LastUpdatedBy%> +% } </pre> On Mon, Apr 10, 2000 at 01:51:35PM -0400, tobiasb [at] fsck wrote: > > Module Name: rt > Committed By: tobiasb > Date: Mon Apr 10 17:51:35 UTC 2000 > > Modified Files: > rt/webrt/Ticket: DisplaySummary > > Log Message: > Hacking a bit on this > > > To generate a diff of this commit: > cvs rdiff -r1.1.2.2 -r1.1.2.3 rt/webrt/Ticket/DisplaySummary > > > > _______________________________________________ > Rt-commit mailing list > Rt-commit [at] lists > http://lists.fsck.com/mailman/listinfo/rt-commit > -- jesse reed vincent -- jrvincent [at] wesleyan -- jesse [at] fsck pgp keyprint: 50 41 9C 03 D0 BC BC C8 2C B9 77 26 6F E1 EB 91 -------------------------------------------------------------- I admit that X is the second worst windowing system in the world, but all the others I've used are tied for first.
|