Single-column "diff" view for new code files
Review Request #311 — Created March 27, 2008 and submitted
We've just started using reviewboard and I decided I'd much rather see code from new files in a single, full-page column vs. in a half-page column next to an empty column. Also, I wanted the background to be white instead of green. Dunno what you guys think about that but I figured I'd submit the hacks I made to do this.
Verified it works in my install.
-
This looks better. Thanks. A couple small things and it's ready to go. The main thing really is going to be updating this to merge properly with the recent i18n work that went in.
-
-
The ":" should probably be removed. We don't use the "x and y or z" syntax anywhere else in the codebase. It's perfectly valid, but I don't know how readable it is to those who aren't used to the expression. Maybe we can make this more verbose by using an if statement and setting dest_revision based on that. Also, if you could localize these (put _() around them), that'd help in our effort to improve i18n.