Closed
Bug 71328
Opened 25 years ago
Closed 9 years ago
build a better cvsblame w/ full cvs history and lots of css support
Categories
(Webtools Graveyard :: Bonsai, enhancement)
Webtools Graveyard
Bonsai
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: timeless, Assigned: timeless)
Details
each line that has ever been in the file will be sent to the client, w/ css
classes something like :added[rev="1.1",by="foo"]:removed[rev="1.2",by="bar"]
if a user wants to see the history of all lines added by someone they can just set
:added[by="foo"]{/*something to make it display*/!important}
and {/*something to make everything else not display*/}
if the user wants to see the history of all surviving lines added by someone
they could build something similar (maybe a style that makes :removed hidden).
at first i will probably not make client side javascript that allows the user to
manipulate the css presentation on the fly. i hope to do that w/in a few versions.
Updated•19 years ago
|
QA Contact: mattyt-bugzilla → bonsai
Comment 1•9 years ago
|
||
Bonsai was decommissioned, closing all remaining bugs "wontfix"
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•9 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•