Fossil SCM
Restore the Classic View mode for the File History web page.
Commit
33882ef8219bcfe82af1295072650ef376dfc61829a3f61784239b4517140dfc
Parent
19eaa3cae4d5b30…
1 file changed
+2
+2
| --- src/finfo.c | ||
| +++ src/finfo.c | ||
| @@ -330,10 +330,12 @@ | ||
| 330 | 330 | zStyle = "Columnar"; |
| 331 | 331 | }else if( tmFlags & TIMELINE_COMPACT ){ |
| 332 | 332 | zStyle = "Compact"; |
| 333 | 333 | }else if( tmFlags & TIMELINE_VERBOSE ){ |
| 334 | 334 | zStyle = "Verbose"; |
| 335 | + }else if( tmFlags & TIMELINE_CLASSIC ){ | |
| 336 | + zStyle = "Classic"; | |
| 335 | 337 | }else{ |
| 336 | 338 | zStyle = "Modern"; |
| 337 | 339 | } |
| 338 | 340 | url_initialize(&url, "finfo"); |
| 339 | 341 | if( brBg ) url_add_parameter(&url, "brbg", 0); |
| 340 | 342 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -330,10 +330,12 @@ | |
| 330 | zStyle = "Columnar"; |
| 331 | }else if( tmFlags & TIMELINE_COMPACT ){ |
| 332 | zStyle = "Compact"; |
| 333 | }else if( tmFlags & TIMELINE_VERBOSE ){ |
| 334 | zStyle = "Verbose"; |
| 335 | }else{ |
| 336 | zStyle = "Modern"; |
| 337 | } |
| 338 | url_initialize(&url, "finfo"); |
| 339 | if( brBg ) url_add_parameter(&url, "brbg", 0); |
| 340 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -330,10 +330,12 @@ | |
| 330 | zStyle = "Columnar"; |
| 331 | }else if( tmFlags & TIMELINE_COMPACT ){ |
| 332 | zStyle = "Compact"; |
| 333 | }else if( tmFlags & TIMELINE_VERBOSE ){ |
| 334 | zStyle = "Verbose"; |
| 335 | }else if( tmFlags & TIMELINE_CLASSIC ){ |
| 336 | zStyle = "Classic"; |
| 337 | }else{ |
| 338 | zStyle = "Modern"; |
| 339 | } |
| 340 | url_initialize(&url, "finfo"); |
| 341 | if( brBg ) url_add_parameter(&url, "brbg", 0); |
| 342 |