Fossil SCM
remove submenu items from branch list page that link to old-style list, since all the individual inforation is now available in aggregated and sortable form on the main list
Commit
972dc1c632998e2c4ee4c469951009bc454f29fc
Parent
b0f2a0ac53926c9…
1 file changed
-4
-4
| --- src/branch.c | ||
| +++ src/branch.c | ||
| @@ -343,14 +343,10 @@ | ||
| 343 | 343 | double rNow; |
| 344 | 344 | int show_colors = PB("colors"); |
| 345 | 345 | login_check_credentials(); |
| 346 | 346 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 347 | 347 | style_header("Branches"); |
| 348 | - style_submenu_element("Timeline", "Timeline", "brtimeline"); | |
| 349 | - style_submenu_element("All", "All", "brlist?all"); | |
| 350 | - style_submenu_element("Closed","Closed","brlist?closed"); | |
| 351 | - style_submenu_element("Color-Test", "Color-Test", "brlist?colortest"); | |
| 352 | 348 | style_adunit_config(ADUNIT_RIGHT_OK); |
| 353 | 349 | style_submenu_binary("colors", "Show branch colors", "No branch colors", 0); |
| 354 | 350 | login_anonymous_available(); |
| 355 | 351 | |
| 356 | 352 | db_prepare(&q, brlistQuery/*works-like:""*/); |
| 357 | 353 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -343,14 +343,10 @@ | |
| 343 | double rNow; |
| 344 | int show_colors = PB("colors"); |
| 345 | login_check_credentials(); |
| 346 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 347 | style_header("Branches"); |
| 348 | style_submenu_element("Timeline", "Timeline", "brtimeline"); |
| 349 | style_submenu_element("All", "All", "brlist?all"); |
| 350 | style_submenu_element("Closed","Closed","brlist?closed"); |
| 351 | style_submenu_element("Color-Test", "Color-Test", "brlist?colortest"); |
| 352 | style_adunit_config(ADUNIT_RIGHT_OK); |
| 353 | style_submenu_binary("colors", "Show branch colors", "No branch colors", 0); |
| 354 | login_anonymous_available(); |
| 355 | |
| 356 | db_prepare(&q, brlistQuery/*works-like:""*/); |
| 357 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -343,14 +343,10 @@ | |
| 343 | double rNow; |
| 344 | int show_colors = PB("colors"); |
| 345 | login_check_credentials(); |
| 346 | if( !g.perm.Read ){ login_needed(g.anon.Read); return; } |
| 347 | style_header("Branches"); |
| 348 | style_adunit_config(ADUNIT_RIGHT_OK); |
| 349 | style_submenu_binary("colors", "Show branch colors", "No branch colors", 0); |
| 350 | login_anonymous_available(); |
| 351 | |
| 352 | db_prepare(&q, brlistQuery/*works-like:""*/); |
| 353 |