Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Show filter description even when "r" is used on a branch that has no wiki |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | andygoth-restore-related |
Files: | files | file ages | folders |
SHA3-256: |
2a5af7076bdb9d39a97bae9945e56df6 |
User & Date: | andygoth 2019-11-23 20:55:47.934 |
Context
2019-11-23
| ||
21:46 | Improve comment to explain why the "r" query is being rewritten (Closed-Leaf check-in: 67412fbb35 user: andygoth tags: andygoth-restore-related) | |
20:55 | Show filter description even when "r" is used on a branch that has no wiki (check-in: 2a5af7076b user: andygoth tags: andygoth-restore-related) | |
20:54 | Restore operation of "related" and "tag filter" widgets, see forum thread https://fossil-scm.org/forum/forumpost/2d5fe3dedc for discussion (check-in: e2581e6db7 user: andygoth tags: andygoth-restore-related) | |
Changes
Changes to src/timeline.c.
︙ | ︙ | |||
2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 | desc.aData[0] = fossil_toupper(desc.aData[0]); } if( zBrName ){ if( !PB("nowiki") && wiki_render_associated("branch", zBrName, WIKIASSOC_ALL) ){ @ <div class="section">%b(&desc)</div> } style_submenu_element("Diff", "%R/vdiff?branch=%T", zBrName); }else if( zTagName && matchStyle==MS_EXACT && zBrName==0 && !PB("nowiki") | > > | 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 | desc.aData[0] = fossil_toupper(desc.aData[0]); } if( zBrName ){ if( !PB("nowiki") && wiki_render_associated("branch", zBrName, WIKIASSOC_ALL) ){ @ <div class="section">%b(&desc)</div> } else{ @ <h2>%b(&desc)</h2> } style_submenu_element("Diff", "%R/vdiff?branch=%T", zBrName); }else if( zTagName && matchStyle==MS_EXACT && zBrName==0 && !PB("nowiki") |
︙ | ︙ |