Fossil SCM
Remove wordy side bars from two obscure pages. Change "Checkin" to "Check-in" on generated pages. Fix a typo on the webpage-ex.md documentation page.
Commit
76e77aba292c7a174def31e4d1a1e5c569eacbef
Parent
fe38a768db2ccfe…
9 files changed
+3
-1
+1
-1
+2
+1
-1
+5
-5
+6
-6
+12
-12
+5
-5
-1
+3
-1
| --- src/branch.c | ||
| +++ src/branch.c | ||
| @@ -350,11 +350,11 @@ | ||
| 350 | 350 | rNow = db_double(0.0, "SELECT julianday('now')"); |
| 351 | 351 | @ <div class="brlist"><table id="branchlisttable"> |
| 352 | 352 | @ <thead><tr> |
| 353 | 353 | @ <th>Branch Name</th> |
| 354 | 354 | @ <th>Age</th> |
| 355 | - @ <th>Checkins</th> | |
| 355 | + @ <th>Check-ins</th> | |
| 356 | 356 | @ <th>Status</th> |
| 357 | 357 | @ <th>Resolution</th> |
| 358 | 358 | @ </tr></thead><tbody> |
| 359 | 359 | while( db_step(&q)==SQLITE_ROW ){ |
| 360 | 360 | const char *zBranch = db_column_text(&q, 0); |
| @@ -435,10 +435,11 @@ | ||
| 435 | 435 | style_submenu_element("Color-Test", "Color-Test", "brlist?colortest"); |
| 436 | 436 | }else{ |
| 437 | 437 | style_submenu_element("All", "All", "brlist?all"); |
| 438 | 438 | } |
| 439 | 439 | login_anonymous_available(); |
| 440 | +#if 0 | |
| 440 | 441 | style_sidebox_begin("Nomenclature:", "33%"); |
| 441 | 442 | @ <ol> |
| 442 | 443 | @ <li> An <div class="sideboxDescribed">%z(href("brlist")) |
| 443 | 444 | @ open branch</a></div> is a branch that has one or more |
| 444 | 445 | @ <div class="sideboxDescribed">%z(href("leaves"))open leaves.</a></div> |
| @@ -450,10 +451,11 @@ | ||
| 450 | 451 | @ closed leaves</a></div>. |
| 451 | 452 | @ Closed branches are fixed and do not change (unless they are first |
| 452 | 453 | @ reopened).</li> |
| 453 | 454 | @ </ol> |
| 454 | 455 | style_sidebox_end(); |
| 456 | +#endif | |
| 455 | 457 | |
| 456 | 458 | branch_prepare_list_query(&q, brFlags); |
| 457 | 459 | cnt = 0; |
| 458 | 460 | while( db_step(&q)==SQLITE_ROW ){ |
| 459 | 461 | const char *zBr = db_column_text(&q, 0); |
| 460 | 462 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -350,11 +350,11 @@ | |
| 350 | rNow = db_double(0.0, "SELECT julianday('now')"); |
| 351 | @ <div class="brlist"><table id="branchlisttable"> |
| 352 | @ <thead><tr> |
| 353 | @ <th>Branch Name</th> |
| 354 | @ <th>Age</th> |
| 355 | @ <th>Checkins</th> |
| 356 | @ <th>Status</th> |
| 357 | @ <th>Resolution</th> |
| 358 | @ </tr></thead><tbody> |
| 359 | while( db_step(&q)==SQLITE_ROW ){ |
| 360 | const char *zBranch = db_column_text(&q, 0); |
| @@ -435,10 +435,11 @@ | |
| 435 | style_submenu_element("Color-Test", "Color-Test", "brlist?colortest"); |
| 436 | }else{ |
| 437 | style_submenu_element("All", "All", "brlist?all"); |
| 438 | } |
| 439 | login_anonymous_available(); |
| 440 | style_sidebox_begin("Nomenclature:", "33%"); |
| 441 | @ <ol> |
| 442 | @ <li> An <div class="sideboxDescribed">%z(href("brlist")) |
| 443 | @ open branch</a></div> is a branch that has one or more |
| 444 | @ <div class="sideboxDescribed">%z(href("leaves"))open leaves.</a></div> |
| @@ -450,10 +451,11 @@ | |
| 450 | @ closed leaves</a></div>. |
| 451 | @ Closed branches are fixed and do not change (unless they are first |
| 452 | @ reopened).</li> |
| 453 | @ </ol> |
| 454 | style_sidebox_end(); |
| 455 | |
| 456 | branch_prepare_list_query(&q, brFlags); |
| 457 | cnt = 0; |
| 458 | while( db_step(&q)==SQLITE_ROW ){ |
| 459 | const char *zBr = db_column_text(&q, 0); |
| 460 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -350,11 +350,11 @@ | |
| 350 | rNow = db_double(0.0, "SELECT julianday('now')"); |
| 351 | @ <div class="brlist"><table id="branchlisttable"> |
| 352 | @ <thead><tr> |
| 353 | @ <th>Branch Name</th> |
| 354 | @ <th>Age</th> |
| 355 | @ <th>Check-ins</th> |
| 356 | @ <th>Status</th> |
| 357 | @ <th>Resolution</th> |
| 358 | @ </tr></thead><tbody> |
| 359 | while( db_step(&q)==SQLITE_ROW ){ |
| 360 | const char *zBranch = db_column_text(&q, 0); |
| @@ -435,10 +435,11 @@ | |
| 435 | style_submenu_element("Color-Test", "Color-Test", "brlist?colortest"); |
| 436 | }else{ |
| 437 | style_submenu_element("All", "All", "brlist?all"); |
| 438 | } |
| 439 | login_anonymous_available(); |
| 440 | #if 0 |
| 441 | style_sidebox_begin("Nomenclature:", "33%"); |
| 442 | @ <ol> |
| 443 | @ <li> An <div class="sideboxDescribed">%z(href("brlist")) |
| 444 | @ open branch</a></div> is a branch that has one or more |
| 445 | @ <div class="sideboxDescribed">%z(href("leaves"))open leaves.</a></div> |
| @@ -450,10 +451,11 @@ | |
| 451 | @ closed leaves</a></div>. |
| 452 | @ Closed branches are fixed and do not change (unless they are first |
| 453 | @ reopened).</li> |
| 454 | @ </ol> |
| 455 | style_sidebox_end(); |
| 456 | #endif |
| 457 | |
| 458 | branch_prepare_list_query(&q, brFlags); |
| 459 | cnt = 0; |
| 460 | while( db_step(&q)==SQLITE_ROW ){ |
| 461 | const char *zBr = db_column_text(&q, 0); |
| 462 |
+1
-1
| --- src/browse.c | ||
| +++ src/browse.c | ||
| @@ -1033,11 +1033,11 @@ | ||
| 1033 | 1033 | @ <p>Times are relative to the checkin time for |
| 1034 | 1034 | @ %z(href("%R/ci/%!S",zUuid))[%S(zUuid)]</a> which is |
| 1035 | 1035 | @ %z(href("%R/timeline?c=%t",zNow))%s(zNow)</a>.</p> |
| 1036 | 1036 | @ |
| 1037 | 1037 | @ <div class='fileage'><table> |
| 1038 | - @ <tr><th>Time</th><th>Files</th><th>Checkin</th></tr> | |
| 1038 | + @ <tr><th>Time</th><th>Files</th><th>Check-in</th></tr> | |
| 1039 | 1039 | db_prepare(&q1, |
| 1040 | 1040 | "SELECT event.mtime, event.objid, blob.uuid,\n" |
| 1041 | 1041 | " coalesce(event.ecomment,event.comment),\n" |
| 1042 | 1042 | " coalesce(event.euser,event.user),\n" |
| 1043 | 1043 | " coalesce((SELECT value FROM tagxref\n" |
| 1044 | 1044 |
| --- src/browse.c | |
| +++ src/browse.c | |
| @@ -1033,11 +1033,11 @@ | |
| 1033 | @ <p>Times are relative to the checkin time for |
| 1034 | @ %z(href("%R/ci/%!S",zUuid))[%S(zUuid)]</a> which is |
| 1035 | @ %z(href("%R/timeline?c=%t",zNow))%s(zNow)</a>.</p> |
| 1036 | @ |
| 1037 | @ <div class='fileage'><table> |
| 1038 | @ <tr><th>Time</th><th>Files</th><th>Checkin</th></tr> |
| 1039 | db_prepare(&q1, |
| 1040 | "SELECT event.mtime, event.objid, blob.uuid,\n" |
| 1041 | " coalesce(event.ecomment,event.comment),\n" |
| 1042 | " coalesce(event.euser,event.user),\n" |
| 1043 | " coalesce((SELECT value FROM tagxref\n" |
| 1044 |
| --- src/browse.c | |
| +++ src/browse.c | |
| @@ -1033,11 +1033,11 @@ | |
| 1033 | @ <p>Times are relative to the checkin time for |
| 1034 | @ %z(href("%R/ci/%!S",zUuid))[%S(zUuid)]</a> which is |
| 1035 | @ %z(href("%R/timeline?c=%t",zNow))%s(zNow)</a>.</p> |
| 1036 | @ |
| 1037 | @ <div class='fileage'><table> |
| 1038 | @ <tr><th>Time</th><th>Files</th><th>Check-in</th></tr> |
| 1039 | db_prepare(&q1, |
| 1040 | "SELECT event.mtime, event.objid, blob.uuid,\n" |
| 1041 | " coalesce(event.ecomment,event.comment),\n" |
| 1042 | " coalesce(event.euser,event.user),\n" |
| 1043 | " coalesce((SELECT value FROM tagxref\n" |
| 1044 |
+2
| --- src/descendants.c | ||
| +++ src/descendants.c | ||
| @@ -452,10 +452,11 @@ | ||
| 452 | 452 | if( showClosed || showAll ){ |
| 453 | 453 | style_submenu_element("Open", "Open", "leaves"); |
| 454 | 454 | } |
| 455 | 455 | style_header("Leaves"); |
| 456 | 456 | login_anonymous_available(); |
| 457 | +#if 0 | |
| 457 | 458 | style_sidebox_begin("Nomenclature:", "33%"); |
| 458 | 459 | @ <ol> |
| 459 | 460 | @ <li> A <div class="sideboxDescribed">leaf</div> |
| 460 | 461 | @ is a check-in with no descendants in the same branch.</li> |
| 461 | 462 | @ <li> An <div class="sideboxDescribed">open leaf</div> |
| @@ -464,10 +465,11 @@ | ||
| 464 | 465 | @ <li> A <div class="sideboxDescribed">closed leaf</div> |
| 465 | 466 | @ has a "closed" tag and is thus assumed to |
| 466 | 467 | @ be historical and no longer in active use.</li> |
| 467 | 468 | @ </ol> |
| 468 | 469 | style_sidebox_end(); |
| 470 | +#endif | |
| 469 | 471 | |
| 470 | 472 | if( showAll ){ |
| 471 | 473 | @ <h1>All leaves, both open and closed:</h1> |
| 472 | 474 | }else if( showClosed ){ |
| 473 | 475 | @ <h1>Closed leaves:</h1> |
| 474 | 476 |
| --- src/descendants.c | |
| +++ src/descendants.c | |
| @@ -452,10 +452,11 @@ | |
| 452 | if( showClosed || showAll ){ |
| 453 | style_submenu_element("Open", "Open", "leaves"); |
| 454 | } |
| 455 | style_header("Leaves"); |
| 456 | login_anonymous_available(); |
| 457 | style_sidebox_begin("Nomenclature:", "33%"); |
| 458 | @ <ol> |
| 459 | @ <li> A <div class="sideboxDescribed">leaf</div> |
| 460 | @ is a check-in with no descendants in the same branch.</li> |
| 461 | @ <li> An <div class="sideboxDescribed">open leaf</div> |
| @@ -464,10 +465,11 @@ | |
| 464 | @ <li> A <div class="sideboxDescribed">closed leaf</div> |
| 465 | @ has a "closed" tag and is thus assumed to |
| 466 | @ be historical and no longer in active use.</li> |
| 467 | @ </ol> |
| 468 | style_sidebox_end(); |
| 469 | |
| 470 | if( showAll ){ |
| 471 | @ <h1>All leaves, both open and closed:</h1> |
| 472 | }else if( showClosed ){ |
| 473 | @ <h1>Closed leaves:</h1> |
| 474 |
| --- src/descendants.c | |
| +++ src/descendants.c | |
| @@ -452,10 +452,11 @@ | |
| 452 | if( showClosed || showAll ){ |
| 453 | style_submenu_element("Open", "Open", "leaves"); |
| 454 | } |
| 455 | style_header("Leaves"); |
| 456 | login_anonymous_available(); |
| 457 | #if 0 |
| 458 | style_sidebox_begin("Nomenclature:", "33%"); |
| 459 | @ <ol> |
| 460 | @ <li> A <div class="sideboxDescribed">leaf</div> |
| 461 | @ is a check-in with no descendants in the same branch.</li> |
| 462 | @ <li> An <div class="sideboxDescribed">open leaf</div> |
| @@ -464,10 +465,11 @@ | |
| 465 | @ <li> A <div class="sideboxDescribed">closed leaf</div> |
| 466 | @ has a "closed" tag and is thus assumed to |
| 467 | @ be historical and no longer in active use.</li> |
| 468 | @ </ol> |
| 469 | style_sidebox_end(); |
| 470 | #endif |
| 471 | |
| 472 | if( showAll ){ |
| 473 | @ <h1>All leaves, both open and closed:</h1> |
| 474 | }else if( showClosed ){ |
| 475 | @ <h1>Closed leaves:</h1> |
| 476 |
+1
-1
| --- src/name.c | ||
| +++ src/name.c | ||
| @@ -806,11 +806,11 @@ | ||
| 806 | 806 | |
| 807 | 807 | /* Describe checkins */ |
| 808 | 808 | db_multi_exec( |
| 809 | 809 | "INSERT OR IGNORE INTO description(rid,uuid,ctime,type,summary)\n" |
| 810 | 810 | "SELECT blob.rid, blob.uuid, event.mtime, 'checkin',\n" |
| 811 | - " 'checkin on ' || strftime('%%Y-%%m-%%d %%H:%%M',event.mtime)\n" | |
| 811 | + " 'check-in on ' || strftime('%%Y-%%m-%%d %%H:%%M',event.mtime)\n" | |
| 812 | 812 | " FROM event, blob\n" |
| 813 | 813 | " WHERE (event.objid %s) AND event.type='ci'\n" |
| 814 | 814 | " AND event.objid=blob.rid;", |
| 815 | 815 | zWhere /*safe-for-%s*/ |
| 816 | 816 | ); |
| 817 | 817 |
| --- src/name.c | |
| +++ src/name.c | |
| @@ -806,11 +806,11 @@ | |
| 806 | |
| 807 | /* Describe checkins */ |
| 808 | db_multi_exec( |
| 809 | "INSERT OR IGNORE INTO description(rid,uuid,ctime,type,summary)\n" |
| 810 | "SELECT blob.rid, blob.uuid, event.mtime, 'checkin',\n" |
| 811 | " 'checkin on ' || strftime('%%Y-%%m-%%d %%H:%%M',event.mtime)\n" |
| 812 | " FROM event, blob\n" |
| 813 | " WHERE (event.objid %s) AND event.type='ci'\n" |
| 814 | " AND event.objid=blob.rid;", |
| 815 | zWhere /*safe-for-%s*/ |
| 816 | ); |
| 817 |
| --- src/name.c | |
| +++ src/name.c | |
| @@ -806,11 +806,11 @@ | |
| 806 | |
| 807 | /* Describe checkins */ |
| 808 | db_multi_exec( |
| 809 | "INSERT OR IGNORE INTO description(rid,uuid,ctime,type,summary)\n" |
| 810 | "SELECT blob.rid, blob.uuid, event.mtime, 'checkin',\n" |
| 811 | " 'check-in on ' || strftime('%%Y-%%m-%%d %%H:%%M',event.mtime)\n" |
| 812 | " FROM event, blob\n" |
| 813 | " WHERE (event.objid %s) AND event.type='ci'\n" |
| 814 | " AND event.objid=blob.rid;", |
| 815 | zWhere /*safe-for-%s*/ |
| 816 | ); |
| 817 |
+5
-5
| --- src/sitemap.c | ||
| +++ src/sitemap.c | ||
| @@ -41,25 +41,25 @@ | ||
| 41 | 41 | @ <li>%z(href("%R/docsrc"))Search Project Documentation</a></li> |
| 42 | 42 | @ </ul></li> |
| 43 | 43 | @ <li>%z(href("%R/tree"))File Browser</a></li> |
| 44 | 44 | @ <ul> |
| 45 | 45 | @ <li>%z(href("%R/tree?type=tree&ci=trunk"))Tree-view, |
| 46 | - @ Trunk Checkin</a></li> | |
| 46 | + @ Trunk Check-in</a></li> | |
| 47 | 47 | @ <li>%z(href("%R/tree?type=flat"))Flat-view</a></li> |
| 48 | 48 | @ <li>%z(href("%R/fileage?name=trunk"))File ages for Trunk</a></li> |
| 49 | 49 | @ </ul> |
| 50 | 50 | @ <li>%z(href("%R/timeline?n=200"))Project Timeline</a></li> |
| 51 | 51 | @ <ul> |
| 52 | 52 | @ <li>%z(href("%R/timeline?a=1970-01-01&y=ci&n=10"))First 10 |
| 53 | - @ checkins</a></li> | |
| 54 | - @ <li>%z(href("%R/timeline?n=all&namechng"))All checkins with file name | |
| 53 | + @ check-ins</a></li> | |
| 54 | + @ <li>%z(href("%R/timeline?n=all&namechng"))All check-ins with file name | |
| 55 | 55 | @ changes</a></li> |
| 56 | 56 | @ <li>%z(href("%R/reports"))Activity Reports</a></li> |
| 57 | 57 | @ </ul> |
| 58 | 58 | @ <li>%z(href("%R/brlist"))Branches</a></li> |
| 59 | 59 | @ <ul> |
| 60 | - @ <li>%z(href("%R/leaves"))Leaf Checkins</a></li> | |
| 60 | + @ <li>%z(href("%R/leaves"))Leaf Check-ins</a></li> | |
| 61 | 61 | @ <li>%z(href("%R/taglist"))List of Tags</a></li> |
| 62 | 62 | @ </ul> |
| 63 | 63 | @ </li> |
| 64 | 64 | @ <li>%z(href("%R/wikihelp"))Wiki</a> |
| 65 | 65 | @ <ul> |
| @@ -102,13 +102,13 @@ | ||
| 102 | 102 | @ <li>%z(href("%R/cachestat"))Status of the web-page cache</a></li> |
| 103 | 103 | @ </ul></li> |
| 104 | 104 | @ <li>Test Pages |
| 105 | 105 | @ <ul> |
| 106 | 106 | @ <li>%z(href("%R/test_env"))CGI Environment Test</a></li> |
| 107 | - @ <li>%z(href("%R/test_timewarps"))List of "Timewarp" Checkins</a></li> | |
| 107 | + @ <li>%z(href("%R/test_timewarps"))List of "Timewarp" Check-ins</a></li> | |
| 108 | 108 | @ <li>%z(href("%R/test-rename-list"))List of file renames</a></li> |
| 109 | 109 | @ <li>%z(href("%R/hash-color-test"))Page to experiment with the automatic |
| 110 | 110 | @ colors assigned to branch names</a> |
| 111 | 111 | @ </ul></li> |
| 112 | 112 | @ </ul></li> |
| 113 | 113 | style_footer(); |
| 114 | 114 | } |
| 115 | 115 |
| --- src/sitemap.c | |
| +++ src/sitemap.c | |
| @@ -41,25 +41,25 @@ | |
| 41 | @ <li>%z(href("%R/docsrc"))Search Project Documentation</a></li> |
| 42 | @ </ul></li> |
| 43 | @ <li>%z(href("%R/tree"))File Browser</a></li> |
| 44 | @ <ul> |
| 45 | @ <li>%z(href("%R/tree?type=tree&ci=trunk"))Tree-view, |
| 46 | @ Trunk Checkin</a></li> |
| 47 | @ <li>%z(href("%R/tree?type=flat"))Flat-view</a></li> |
| 48 | @ <li>%z(href("%R/fileage?name=trunk"))File ages for Trunk</a></li> |
| 49 | @ </ul> |
| 50 | @ <li>%z(href("%R/timeline?n=200"))Project Timeline</a></li> |
| 51 | @ <ul> |
| 52 | @ <li>%z(href("%R/timeline?a=1970-01-01&y=ci&n=10"))First 10 |
| 53 | @ checkins</a></li> |
| 54 | @ <li>%z(href("%R/timeline?n=all&namechng"))All checkins with file name |
| 55 | @ changes</a></li> |
| 56 | @ <li>%z(href("%R/reports"))Activity Reports</a></li> |
| 57 | @ </ul> |
| 58 | @ <li>%z(href("%R/brlist"))Branches</a></li> |
| 59 | @ <ul> |
| 60 | @ <li>%z(href("%R/leaves"))Leaf Checkins</a></li> |
| 61 | @ <li>%z(href("%R/taglist"))List of Tags</a></li> |
| 62 | @ </ul> |
| 63 | @ </li> |
| 64 | @ <li>%z(href("%R/wikihelp"))Wiki</a> |
| 65 | @ <ul> |
| @@ -102,13 +102,13 @@ | |
| 102 | @ <li>%z(href("%R/cachestat"))Status of the web-page cache</a></li> |
| 103 | @ </ul></li> |
| 104 | @ <li>Test Pages |
| 105 | @ <ul> |
| 106 | @ <li>%z(href("%R/test_env"))CGI Environment Test</a></li> |
| 107 | @ <li>%z(href("%R/test_timewarps"))List of "Timewarp" Checkins</a></li> |
| 108 | @ <li>%z(href("%R/test-rename-list"))List of file renames</a></li> |
| 109 | @ <li>%z(href("%R/hash-color-test"))Page to experiment with the automatic |
| 110 | @ colors assigned to branch names</a> |
| 111 | @ </ul></li> |
| 112 | @ </ul></li> |
| 113 | style_footer(); |
| 114 | } |
| 115 |
| --- src/sitemap.c | |
| +++ src/sitemap.c | |
| @@ -41,25 +41,25 @@ | |
| 41 | @ <li>%z(href("%R/docsrc"))Search Project Documentation</a></li> |
| 42 | @ </ul></li> |
| 43 | @ <li>%z(href("%R/tree"))File Browser</a></li> |
| 44 | @ <ul> |
| 45 | @ <li>%z(href("%R/tree?type=tree&ci=trunk"))Tree-view, |
| 46 | @ Trunk Check-in</a></li> |
| 47 | @ <li>%z(href("%R/tree?type=flat"))Flat-view</a></li> |
| 48 | @ <li>%z(href("%R/fileage?name=trunk"))File ages for Trunk</a></li> |
| 49 | @ </ul> |
| 50 | @ <li>%z(href("%R/timeline?n=200"))Project Timeline</a></li> |
| 51 | @ <ul> |
| 52 | @ <li>%z(href("%R/timeline?a=1970-01-01&y=ci&n=10"))First 10 |
| 53 | @ check-ins</a></li> |
| 54 | @ <li>%z(href("%R/timeline?n=all&namechng"))All check-ins with file name |
| 55 | @ changes</a></li> |
| 56 | @ <li>%z(href("%R/reports"))Activity Reports</a></li> |
| 57 | @ </ul> |
| 58 | @ <li>%z(href("%R/brlist"))Branches</a></li> |
| 59 | @ <ul> |
| 60 | @ <li>%z(href("%R/leaves"))Leaf Check-ins</a></li> |
| 61 | @ <li>%z(href("%R/taglist"))List of Tags</a></li> |
| 62 | @ </ul> |
| 63 | @ </li> |
| 64 | @ <li>%z(href("%R/wikihelp"))Wiki</a> |
| 65 | @ <ul> |
| @@ -102,13 +102,13 @@ | |
| 102 | @ <li>%z(href("%R/cachestat"))Status of the web-page cache</a></li> |
| 103 | @ </ul></li> |
| 104 | @ <li>Test Pages |
| 105 | @ <ul> |
| 106 | @ <li>%z(href("%R/test_env"))CGI Environment Test</a></li> |
| 107 | @ <li>%z(href("%R/test_timewarps"))List of "Timewarp" Check-ins</a></li> |
| 108 | @ <li>%z(href("%R/test-rename-list"))List of file renames</a></li> |
| 109 | @ <li>%z(href("%R/hash-color-test"))Page to experiment with the automatic |
| 110 | @ colors assigned to branch names</a> |
| 111 | @ </ul></li> |
| 112 | @ </ul></li> |
| 113 | style_footer(); |
| 114 | } |
| 115 |
+6
-6
| --- src/statrep.c | ||
| +++ src/statrep.c | ||
| @@ -127,11 +127,11 @@ | ||
| 127 | 127 | */ |
| 128 | 128 | static const char *stats_report_label_for_type(){ |
| 129 | 129 | assert( statsReportType && "Must call stats_report_init_view() first." ); |
| 130 | 130 | switch( statsReportType ){ |
| 131 | 131 | case 'c': |
| 132 | - return "checkins"; | |
| 132 | + return "check-ins"; | |
| 133 | 133 | case 'e': |
| 134 | 134 | return "technotes"; |
| 135 | 135 | case 'w': |
| 136 | 136 | return "wiki changes"; |
| 137 | 137 | case 't': |
| @@ -166,13 +166,13 @@ | ||
| 166 | 166 | cgi_printf(" <strong>all</strong>", zTop); |
| 167 | 167 | }else{ |
| 168 | 168 | cgi_printf(" <a href='%s'>all</a>", zTop); |
| 169 | 169 | } |
| 170 | 170 | if('c' == statsReportType){ |
| 171 | - cgi_printf(" <strong>checkins</strong>", zTop); | |
| 171 | + cgi_printf(" <strong>check-ins</strong>", zTop); | |
| 172 | 172 | }else{ |
| 173 | - cgi_printf(" <a href='%s&type=ci'>checkins</a>", zTop); | |
| 173 | + cgi_printf(" <a href='%s&type=ci'>check-ins</a>", zTop); | |
| 174 | 174 | } |
| 175 | 175 | if('e' == statsReportType){ |
| 176 | 176 | cgi_printf(" <strong>technotes</strong>", zTop); |
| 177 | 177 | }else{ |
| 178 | 178 | cgi_printf(" <a href='%s&type=e'>technotes</a>", zTop); |
| @@ -474,16 +474,16 @@ | ||
| 474 | 474 | ); |
| 475 | 475 | db_prepare(&query, |
| 476 | 476 | "SELECT filename, cnt FROM statrep ORDER BY cnt DESC, filename /*sort*/" |
| 477 | 477 | ); |
| 478 | 478 | mxEvent = db_int(1, "SELECT max(cnt) FROM statrep"); |
| 479 | - @ <h1>Checkins Per File</h1> | |
| 479 | + @ <h1>Check-ins Per File</h1> | |
| 480 | 480 | @ <table class='statistics-report-table-events' border='0' |
| 481 | 481 | @ cellpadding='2' cellspacing='0' id='statsTable'> |
| 482 | 482 | @ <thead><tr> |
| 483 | 483 | @ <th>File</th> |
| 484 | - @ <th>Checkins</th> | |
| 484 | + @ <th>Check-ins</th> | |
| 485 | 485 | @ <th width='90%%'><!-- relative commits graph --></th> |
| 486 | 486 | @ </tr></thead><tbody> |
| 487 | 487 | while( SQLITE_ROW == db_step(&query) ){ |
| 488 | 488 | const char *zFile = db_column_text(&query, 0); |
| 489 | 489 | const int n = db_column_int(&query, 1); |
| @@ -712,11 +712,11 @@ | ||
| 712 | 712 | ** Query Parameters: |
| 713 | 713 | ** |
| 714 | 714 | ** view=REPORT_NAME Valid values: bymonth, byyear, byuser |
| 715 | 715 | ** user=NAME Restricts statistics to the given user |
| 716 | 716 | ** type=TYPE Restricts the report to a specific event type: |
| 717 | -** ci (checkin), w (wiki), t (ticket), g (tag) | |
| 717 | +** ci (check-in), w (wiki), t (ticket), g (tag) | |
| 718 | 718 | ** Defaulting to all event types. |
| 719 | 719 | ** |
| 720 | 720 | ** The view-specific query parameters include: |
| 721 | 721 | ** |
| 722 | 722 | ** view=byweek: |
| 723 | 723 |
| --- src/statrep.c | |
| +++ src/statrep.c | |
| @@ -127,11 +127,11 @@ | |
| 127 | */ |
| 128 | static const char *stats_report_label_for_type(){ |
| 129 | assert( statsReportType && "Must call stats_report_init_view() first." ); |
| 130 | switch( statsReportType ){ |
| 131 | case 'c': |
| 132 | return "checkins"; |
| 133 | case 'e': |
| 134 | return "technotes"; |
| 135 | case 'w': |
| 136 | return "wiki changes"; |
| 137 | case 't': |
| @@ -166,13 +166,13 @@ | |
| 166 | cgi_printf(" <strong>all</strong>", zTop); |
| 167 | }else{ |
| 168 | cgi_printf(" <a href='%s'>all</a>", zTop); |
| 169 | } |
| 170 | if('c' == statsReportType){ |
| 171 | cgi_printf(" <strong>checkins</strong>", zTop); |
| 172 | }else{ |
| 173 | cgi_printf(" <a href='%s&type=ci'>checkins</a>", zTop); |
| 174 | } |
| 175 | if('e' == statsReportType){ |
| 176 | cgi_printf(" <strong>technotes</strong>", zTop); |
| 177 | }else{ |
| 178 | cgi_printf(" <a href='%s&type=e'>technotes</a>", zTop); |
| @@ -474,16 +474,16 @@ | |
| 474 | ); |
| 475 | db_prepare(&query, |
| 476 | "SELECT filename, cnt FROM statrep ORDER BY cnt DESC, filename /*sort*/" |
| 477 | ); |
| 478 | mxEvent = db_int(1, "SELECT max(cnt) FROM statrep"); |
| 479 | @ <h1>Checkins Per File</h1> |
| 480 | @ <table class='statistics-report-table-events' border='0' |
| 481 | @ cellpadding='2' cellspacing='0' id='statsTable'> |
| 482 | @ <thead><tr> |
| 483 | @ <th>File</th> |
| 484 | @ <th>Checkins</th> |
| 485 | @ <th width='90%%'><!-- relative commits graph --></th> |
| 486 | @ </tr></thead><tbody> |
| 487 | while( SQLITE_ROW == db_step(&query) ){ |
| 488 | const char *zFile = db_column_text(&query, 0); |
| 489 | const int n = db_column_int(&query, 1); |
| @@ -712,11 +712,11 @@ | |
| 712 | ** Query Parameters: |
| 713 | ** |
| 714 | ** view=REPORT_NAME Valid values: bymonth, byyear, byuser |
| 715 | ** user=NAME Restricts statistics to the given user |
| 716 | ** type=TYPE Restricts the report to a specific event type: |
| 717 | ** ci (checkin), w (wiki), t (ticket), g (tag) |
| 718 | ** Defaulting to all event types. |
| 719 | ** |
| 720 | ** The view-specific query parameters include: |
| 721 | ** |
| 722 | ** view=byweek: |
| 723 |
| --- src/statrep.c | |
| +++ src/statrep.c | |
| @@ -127,11 +127,11 @@ | |
| 127 | */ |
| 128 | static const char *stats_report_label_for_type(){ |
| 129 | assert( statsReportType && "Must call stats_report_init_view() first." ); |
| 130 | switch( statsReportType ){ |
| 131 | case 'c': |
| 132 | return "check-ins"; |
| 133 | case 'e': |
| 134 | return "technotes"; |
| 135 | case 'w': |
| 136 | return "wiki changes"; |
| 137 | case 't': |
| @@ -166,13 +166,13 @@ | |
| 166 | cgi_printf(" <strong>all</strong>", zTop); |
| 167 | }else{ |
| 168 | cgi_printf(" <a href='%s'>all</a>", zTop); |
| 169 | } |
| 170 | if('c' == statsReportType){ |
| 171 | cgi_printf(" <strong>check-ins</strong>", zTop); |
| 172 | }else{ |
| 173 | cgi_printf(" <a href='%s&type=ci'>check-ins</a>", zTop); |
| 174 | } |
| 175 | if('e' == statsReportType){ |
| 176 | cgi_printf(" <strong>technotes</strong>", zTop); |
| 177 | }else{ |
| 178 | cgi_printf(" <a href='%s&type=e'>technotes</a>", zTop); |
| @@ -474,16 +474,16 @@ | |
| 474 | ); |
| 475 | db_prepare(&query, |
| 476 | "SELECT filename, cnt FROM statrep ORDER BY cnt DESC, filename /*sort*/" |
| 477 | ); |
| 478 | mxEvent = db_int(1, "SELECT max(cnt) FROM statrep"); |
| 479 | @ <h1>Check-ins Per File</h1> |
| 480 | @ <table class='statistics-report-table-events' border='0' |
| 481 | @ cellpadding='2' cellspacing='0' id='statsTable'> |
| 482 | @ <thead><tr> |
| 483 | @ <th>File</th> |
| 484 | @ <th>Check-ins</th> |
| 485 | @ <th width='90%%'><!-- relative commits graph --></th> |
| 486 | @ </tr></thead><tbody> |
| 487 | while( SQLITE_ROW == db_step(&query) ){ |
| 488 | const char *zFile = db_column_text(&query, 0); |
| 489 | const int n = db_column_int(&query, 1); |
| @@ -712,11 +712,11 @@ | |
| 712 | ** Query Parameters: |
| 713 | ** |
| 714 | ** view=REPORT_NAME Valid values: bymonth, byyear, byuser |
| 715 | ** user=NAME Restricts statistics to the given user |
| 716 | ** type=TYPE Restricts the report to a specific event type: |
| 717 | ** ci (check-in), w (wiki), t (ticket), g (tag) |
| 718 | ** Defaulting to all event types. |
| 719 | ** |
| 720 | ** The view-specific query parameters include: |
| 721 | ** |
| 722 | ** view=byweek: |
| 723 |
+12
-12
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -1093,14 +1093,14 @@ | ||
| 1093 | 1093 | ** v Show details of files changed |
| 1094 | 1094 | ** f=UUID Show family (immediate parents and children) of UUID |
| 1095 | 1095 | ** from=UUID Path from... |
| 1096 | 1096 | ** to=UUID ... to this |
| 1097 | 1097 | ** shortest ... show only the shortest path |
| 1098 | -** uf=FUUID Show only checkins that use given file version | |
| 1098 | +** uf=FUUID Show only check-ins that use given file version | |
| 1099 | 1099 | ** brbg Background color from branch name |
| 1100 | 1100 | ** ubg Background color from user |
| 1101 | -** namechng Show only checkins that filename changes | |
| 1101 | +** namechng Show only check-ins that filename changes | |
| 1102 | 1102 | ** ym=YYYY-MM Shown only events for the given year/month. |
| 1103 | 1103 | ** datefmt=N Override the date format |
| 1104 | 1104 | ** |
| 1105 | 1105 | ** p= and d= can appear individually or together. If either p= or d= |
| 1106 | 1106 | ** appear, then u=, y=, a=, and b= are ignored. |
| @@ -1125,15 +1125,15 @@ | ||
| 1125 | 1125 | const char *zCirca = P("c"); /* Events near this time */ |
| 1126 | 1126 | const char *zMark = P("m"); /* Mark this event or an event this time */ |
| 1127 | 1127 | const char *zTagName = P("t"); /* Show events with this tag */ |
| 1128 | 1128 | const char *zBrName = P("r"); /* Show events related to this tag */ |
| 1129 | 1129 | const char *zSearch = P("s"); /* Search string */ |
| 1130 | - const char *zUses = P("uf"); /* Only show checkins hold this file */ | |
| 1131 | - const char *zYearMonth = P("ym"); /* Show checkins for the given YYYY-MM */ | |
| 1132 | - const char *zYearWeek = P("yw"); /* Checkins for YYYY-WW (week-of-year) */ | |
| 1130 | + const char *zUses = P("uf"); /* Only show check-ins hold this file */ | |
| 1131 | + const char *zYearMonth = P("ym"); /* Show check-ins for the given YYYY-MM */ | |
| 1132 | + const char *zYearWeek = P("yw"); /* Check-ins for YYYY-WW (week-of-year) */ | |
| 1133 | 1133 | int useDividers = P("nd")==0; /* Show dividers if "nd" is missing */ |
| 1134 | - int renameOnly = P("namechng")!=0; /* Show only checkins that rename files */ | |
| 1134 | + int renameOnly = P("namechng")!=0; /* Show only check-ins that rename files */ | |
| 1135 | 1135 | int tagid; /* Tag ID */ |
| 1136 | 1136 | int tmFlags = 0; /* Timeline flags */ |
| 1137 | 1137 | const char *zThisTag = 0; /* Suppress links to this tag */ |
| 1138 | 1138 | const char *zThisUser = 0; /* Suppress links to this user */ |
| 1139 | 1139 | HQuery url; /* URL for various branch links */ |
| @@ -1380,11 +1380,11 @@ | ||
| 1380 | 1380 | blob_append_sql(&sql, |
| 1381 | 1381 | " AND (EXISTS(SELECT 1 FROM tagxref" |
| 1382 | 1382 | " WHERE tagid=%d AND tagtype>0 AND rid=blob.rid)\n", tagid); |
| 1383 | 1383 | |
| 1384 | 1384 | if( zBrName ){ |
| 1385 | - /* The next two blob_appendf() calls add SQL that causes checkins that | |
| 1385 | + /* The next two blob_appendf() calls add SQL that causes check-ins that | |
| 1386 | 1386 | ** are not part of the branch which are parents or children of the |
| 1387 | 1387 | ** branch to be included in the report. This related check-ins are |
| 1388 | 1388 | ** useful in helping to visualize what has happened on a quiescent |
| 1389 | 1389 | ** branch that is infrequently merged with a much more activate branch. |
| 1390 | 1390 | */ |
| @@ -1444,11 +1444,11 @@ | ||
| 1444 | 1444 | blob_append_sql(&sql, ")"); |
| 1445 | 1445 | } |
| 1446 | 1446 | }else{ /* zType!="all" */ |
| 1447 | 1447 | blob_append_sql(&sql, " AND event.type=%Q", zType); |
| 1448 | 1448 | if( zType[0]=='c' ){ |
| 1449 | - zEType = "checkin"; | |
| 1449 | + zEType = "check-in"; | |
| 1450 | 1450 | }else if( zType[0]=='w' ){ |
| 1451 | 1451 | zEType = "wiki edit"; |
| 1452 | 1452 | }else if( zType[0]=='t' ){ |
| 1453 | 1453 | zEType = "ticket change"; |
| 1454 | 1454 | }else if( zType[0]=='e' ){ |
| @@ -1825,11 +1825,11 @@ | ||
| 1825 | 1825 | ** e = technical notes only |
| 1826 | 1826 | ** t = tickets only |
| 1827 | 1827 | ** w = wiki commits only |
| 1828 | 1828 | ** -v|--verbose Output the list of files changed by each commit |
| 1829 | 1829 | ** and the type of each change (edited, deleted, |
| 1830 | -** etc.) after the checkin comment. | |
| 1830 | +** etc.) after the check-in comment. | |
| 1831 | 1831 | ** -W|--width <num> Width of lines (default is to auto-detect). Must be |
| 1832 | 1832 | ** >20 or 0 (= no limit, resulting in a single line per |
| 1833 | 1833 | ** entry). |
| 1834 | 1834 | ** -R REPO_FILE Specifies the repository db to use. Default is |
| 1835 | 1835 | ** the current checkout's repository. |
| @@ -1941,11 +1941,11 @@ | ||
| 1941 | 1941 | } |
| 1942 | 1942 | |
| 1943 | 1943 | if( zFilePattern ){ |
| 1944 | 1944 | if( zType==0 ){ |
| 1945 | 1945 | /* When zFilePattern is specified and type is not specified, only show |
| 1946 | - * file checkins */ | |
| 1946 | + * file check-ins */ | |
| 1947 | 1947 | zType="ci"; |
| 1948 | 1948 | } |
| 1949 | 1949 | file_tree_name(zFilePattern, &treeName, 1); |
| 1950 | 1950 | if( fossil_strcmp(blob_str(&treeName), ".")==0 ){ |
| 1951 | 1951 | /* When zTreeName refers to g.zLocalRoot, it's like not specifying |
| @@ -2032,13 +2032,13 @@ | ||
| 2032 | 2032 | /* |
| 2033 | 2033 | ** COMMAND: test-timewarp-list |
| 2034 | 2034 | ** |
| 2035 | 2035 | ** Usage: %fossil test-timewarp-list ?-v|---verbose? |
| 2036 | 2036 | ** |
| 2037 | -** Display all instances of child checkins that appear earlier in time | |
| 2037 | +** Display all instances of child check-ins that appear earlier in time | |
| 2038 | 2038 | ** than their parent. If the -v|--verbose option is provided, both the |
| 2039 | -** parent and child checking and their times are shown. | |
| 2039 | +** parent and child check-ins and their times are shown. | |
| 2040 | 2040 | */ |
| 2041 | 2041 | void test_timewarp_cmd(void){ |
| 2042 | 2042 | Stmt q; |
| 2043 | 2043 | int verboseFlag; |
| 2044 | 2044 | |
| 2045 | 2045 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1093,14 +1093,14 @@ | |
| 1093 | ** v Show details of files changed |
| 1094 | ** f=UUID Show family (immediate parents and children) of UUID |
| 1095 | ** from=UUID Path from... |
| 1096 | ** to=UUID ... to this |
| 1097 | ** shortest ... show only the shortest path |
| 1098 | ** uf=FUUID Show only checkins that use given file version |
| 1099 | ** brbg Background color from branch name |
| 1100 | ** ubg Background color from user |
| 1101 | ** namechng Show only checkins that filename changes |
| 1102 | ** ym=YYYY-MM Shown only events for the given year/month. |
| 1103 | ** datefmt=N Override the date format |
| 1104 | ** |
| 1105 | ** p= and d= can appear individually or together. If either p= or d= |
| 1106 | ** appear, then u=, y=, a=, and b= are ignored. |
| @@ -1125,15 +1125,15 @@ | |
| 1125 | const char *zCirca = P("c"); /* Events near this time */ |
| 1126 | const char *zMark = P("m"); /* Mark this event or an event this time */ |
| 1127 | const char *zTagName = P("t"); /* Show events with this tag */ |
| 1128 | const char *zBrName = P("r"); /* Show events related to this tag */ |
| 1129 | const char *zSearch = P("s"); /* Search string */ |
| 1130 | const char *zUses = P("uf"); /* Only show checkins hold this file */ |
| 1131 | const char *zYearMonth = P("ym"); /* Show checkins for the given YYYY-MM */ |
| 1132 | const char *zYearWeek = P("yw"); /* Checkins for YYYY-WW (week-of-year) */ |
| 1133 | int useDividers = P("nd")==0; /* Show dividers if "nd" is missing */ |
| 1134 | int renameOnly = P("namechng")!=0; /* Show only checkins that rename files */ |
| 1135 | int tagid; /* Tag ID */ |
| 1136 | int tmFlags = 0; /* Timeline flags */ |
| 1137 | const char *zThisTag = 0; /* Suppress links to this tag */ |
| 1138 | const char *zThisUser = 0; /* Suppress links to this user */ |
| 1139 | HQuery url; /* URL for various branch links */ |
| @@ -1380,11 +1380,11 @@ | |
| 1380 | blob_append_sql(&sql, |
| 1381 | " AND (EXISTS(SELECT 1 FROM tagxref" |
| 1382 | " WHERE tagid=%d AND tagtype>0 AND rid=blob.rid)\n", tagid); |
| 1383 | |
| 1384 | if( zBrName ){ |
| 1385 | /* The next two blob_appendf() calls add SQL that causes checkins that |
| 1386 | ** are not part of the branch which are parents or children of the |
| 1387 | ** branch to be included in the report. This related check-ins are |
| 1388 | ** useful in helping to visualize what has happened on a quiescent |
| 1389 | ** branch that is infrequently merged with a much more activate branch. |
| 1390 | */ |
| @@ -1444,11 +1444,11 @@ | |
| 1444 | blob_append_sql(&sql, ")"); |
| 1445 | } |
| 1446 | }else{ /* zType!="all" */ |
| 1447 | blob_append_sql(&sql, " AND event.type=%Q", zType); |
| 1448 | if( zType[0]=='c' ){ |
| 1449 | zEType = "checkin"; |
| 1450 | }else if( zType[0]=='w' ){ |
| 1451 | zEType = "wiki edit"; |
| 1452 | }else if( zType[0]=='t' ){ |
| 1453 | zEType = "ticket change"; |
| 1454 | }else if( zType[0]=='e' ){ |
| @@ -1825,11 +1825,11 @@ | |
| 1825 | ** e = technical notes only |
| 1826 | ** t = tickets only |
| 1827 | ** w = wiki commits only |
| 1828 | ** -v|--verbose Output the list of files changed by each commit |
| 1829 | ** and the type of each change (edited, deleted, |
| 1830 | ** etc.) after the checkin comment. |
| 1831 | ** -W|--width <num> Width of lines (default is to auto-detect). Must be |
| 1832 | ** >20 or 0 (= no limit, resulting in a single line per |
| 1833 | ** entry). |
| 1834 | ** -R REPO_FILE Specifies the repository db to use. Default is |
| 1835 | ** the current checkout's repository. |
| @@ -1941,11 +1941,11 @@ | |
| 1941 | } |
| 1942 | |
| 1943 | if( zFilePattern ){ |
| 1944 | if( zType==0 ){ |
| 1945 | /* When zFilePattern is specified and type is not specified, only show |
| 1946 | * file checkins */ |
| 1947 | zType="ci"; |
| 1948 | } |
| 1949 | file_tree_name(zFilePattern, &treeName, 1); |
| 1950 | if( fossil_strcmp(blob_str(&treeName), ".")==0 ){ |
| 1951 | /* When zTreeName refers to g.zLocalRoot, it's like not specifying |
| @@ -2032,13 +2032,13 @@ | |
| 2032 | /* |
| 2033 | ** COMMAND: test-timewarp-list |
| 2034 | ** |
| 2035 | ** Usage: %fossil test-timewarp-list ?-v|---verbose? |
| 2036 | ** |
| 2037 | ** Display all instances of child checkins that appear earlier in time |
| 2038 | ** than their parent. If the -v|--verbose option is provided, both the |
| 2039 | ** parent and child checking and their times are shown. |
| 2040 | */ |
| 2041 | void test_timewarp_cmd(void){ |
| 2042 | Stmt q; |
| 2043 | int verboseFlag; |
| 2044 | |
| 2045 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -1093,14 +1093,14 @@ | |
| 1093 | ** v Show details of files changed |
| 1094 | ** f=UUID Show family (immediate parents and children) of UUID |
| 1095 | ** from=UUID Path from... |
| 1096 | ** to=UUID ... to this |
| 1097 | ** shortest ... show only the shortest path |
| 1098 | ** uf=FUUID Show only check-ins that use given file version |
| 1099 | ** brbg Background color from branch name |
| 1100 | ** ubg Background color from user |
| 1101 | ** namechng Show only check-ins that filename changes |
| 1102 | ** ym=YYYY-MM Shown only events for the given year/month. |
| 1103 | ** datefmt=N Override the date format |
| 1104 | ** |
| 1105 | ** p= and d= can appear individually or together. If either p= or d= |
| 1106 | ** appear, then u=, y=, a=, and b= are ignored. |
| @@ -1125,15 +1125,15 @@ | |
| 1125 | const char *zCirca = P("c"); /* Events near this time */ |
| 1126 | const char *zMark = P("m"); /* Mark this event or an event this time */ |
| 1127 | const char *zTagName = P("t"); /* Show events with this tag */ |
| 1128 | const char *zBrName = P("r"); /* Show events related to this tag */ |
| 1129 | const char *zSearch = P("s"); /* Search string */ |
| 1130 | const char *zUses = P("uf"); /* Only show check-ins hold this file */ |
| 1131 | const char *zYearMonth = P("ym"); /* Show check-ins for the given YYYY-MM */ |
| 1132 | const char *zYearWeek = P("yw"); /* Check-ins for YYYY-WW (week-of-year) */ |
| 1133 | int useDividers = P("nd")==0; /* Show dividers if "nd" is missing */ |
| 1134 | int renameOnly = P("namechng")!=0; /* Show only check-ins that rename files */ |
| 1135 | int tagid; /* Tag ID */ |
| 1136 | int tmFlags = 0; /* Timeline flags */ |
| 1137 | const char *zThisTag = 0; /* Suppress links to this tag */ |
| 1138 | const char *zThisUser = 0; /* Suppress links to this user */ |
| 1139 | HQuery url; /* URL for various branch links */ |
| @@ -1380,11 +1380,11 @@ | |
| 1380 | blob_append_sql(&sql, |
| 1381 | " AND (EXISTS(SELECT 1 FROM tagxref" |
| 1382 | " WHERE tagid=%d AND tagtype>0 AND rid=blob.rid)\n", tagid); |
| 1383 | |
| 1384 | if( zBrName ){ |
| 1385 | /* The next two blob_appendf() calls add SQL that causes check-ins that |
| 1386 | ** are not part of the branch which are parents or children of the |
| 1387 | ** branch to be included in the report. This related check-ins are |
| 1388 | ** useful in helping to visualize what has happened on a quiescent |
| 1389 | ** branch that is infrequently merged with a much more activate branch. |
| 1390 | */ |
| @@ -1444,11 +1444,11 @@ | |
| 1444 | blob_append_sql(&sql, ")"); |
| 1445 | } |
| 1446 | }else{ /* zType!="all" */ |
| 1447 | blob_append_sql(&sql, " AND event.type=%Q", zType); |
| 1448 | if( zType[0]=='c' ){ |
| 1449 | zEType = "check-in"; |
| 1450 | }else if( zType[0]=='w' ){ |
| 1451 | zEType = "wiki edit"; |
| 1452 | }else if( zType[0]=='t' ){ |
| 1453 | zEType = "ticket change"; |
| 1454 | }else if( zType[0]=='e' ){ |
| @@ -1825,11 +1825,11 @@ | |
| 1825 | ** e = technical notes only |
| 1826 | ** t = tickets only |
| 1827 | ** w = wiki commits only |
| 1828 | ** -v|--verbose Output the list of files changed by each commit |
| 1829 | ** and the type of each change (edited, deleted, |
| 1830 | ** etc.) after the check-in comment. |
| 1831 | ** -W|--width <num> Width of lines (default is to auto-detect). Must be |
| 1832 | ** >20 or 0 (= no limit, resulting in a single line per |
| 1833 | ** entry). |
| 1834 | ** -R REPO_FILE Specifies the repository db to use. Default is |
| 1835 | ** the current checkout's repository. |
| @@ -1941,11 +1941,11 @@ | |
| 1941 | } |
| 1942 | |
| 1943 | if( zFilePattern ){ |
| 1944 | if( zType==0 ){ |
| 1945 | /* When zFilePattern is specified and type is not specified, only show |
| 1946 | * file check-ins */ |
| 1947 | zType="ci"; |
| 1948 | } |
| 1949 | file_tree_name(zFilePattern, &treeName, 1); |
| 1950 | if( fossil_strcmp(blob_str(&treeName), ".")==0 ){ |
| 1951 | /* When zTreeName refers to g.zLocalRoot, it's like not specifying |
| @@ -2032,13 +2032,13 @@ | |
| 2032 | /* |
| 2033 | ** COMMAND: test-timewarp-list |
| 2034 | ** |
| 2035 | ** Usage: %fossil test-timewarp-list ?-v|---verbose? |
| 2036 | ** |
| 2037 | ** Display all instances of child check-ins that appear earlier in time |
| 2038 | ** than their parent. If the -v|--verbose option is provided, both the |
| 2039 | ** parent and child check-ins and their times are shown. |
| 2040 | */ |
| 2041 | void test_timewarp_cmd(void){ |
| 2042 | Stmt q; |
| 2043 | int verboseFlag; |
| 2044 | |
| 2045 |
+5
-5
| --- src/update.c | ||
| +++ src/update.c | ||
| @@ -641,15 +641,15 @@ | ||
| 641 | 641 | } |
| 642 | 642 | } |
| 643 | 643 | |
| 644 | 644 | |
| 645 | 645 | /* |
| 646 | -** Get the contents of a file within the checking "revision". If | |
| 646 | +** Get the contents of a file within the check-in "revision". If | |
| 647 | 647 | ** revision==NULL then get the file content for the current checkout. |
| 648 | 648 | */ |
| 649 | 649 | int historical_version_of_file( |
| 650 | - const char *revision, /* The checkin containing the file */ | |
| 650 | + const char *revision, /* The check-in containing the file */ | |
| 651 | 651 | const char *file, /* Full treename of the file */ |
| 652 | 652 | Blob *content, /* Put the content here */ |
| 653 | 653 | int *pIsLink, /* Set to true if file is link. */ |
| 654 | 654 | int *pIsExe, /* Set to true if file is executable */ |
| 655 | 655 | int *pIsBin, /* Set to true if file is binary */ |
| @@ -666,11 +666,11 @@ | ||
| 666 | 666 | }else{ |
| 667 | 667 | rid = db_lget_int("checkout", 0); |
| 668 | 668 | } |
| 669 | 669 | if( !is_a_version(rid) ){ |
| 670 | 670 | if( errCode>0 ) return errCode; |
| 671 | - fossil_fatal("no such checkin: %s", revision); | |
| 671 | + fossil_fatal("no such check-in: %s", revision); | |
| 672 | 672 | } |
| 673 | 673 | pManifest = manifest_get(rid, CFTYPE_MANIFEST, 0); |
| 674 | 674 | |
| 675 | 675 | if( pManifest ){ |
| 676 | 676 | pFile = manifest_file_find(pManifest, file); |
| @@ -686,17 +686,17 @@ | ||
| 686 | 686 | } |
| 687 | 687 | return rc; |
| 688 | 688 | } |
| 689 | 689 | manifest_destroy(pManifest); |
| 690 | 690 | if( errCode<=0 ){ |
| 691 | - fossil_fatal("file %s does not exist in checkin: %s", file, revision); | |
| 691 | + fossil_fatal("file %s does not exist in check-in: %s", file, revision); | |
| 692 | 692 | } |
| 693 | 693 | }else if( errCode<=0 ){ |
| 694 | 694 | if( revision==0 ){ |
| 695 | 695 | revision = db_text("current", "SELECT uuid FROM blob WHERE rid=%d", rid); |
| 696 | 696 | } |
| 697 | - fossil_fatal("could not parse manifest for checkin: %s", revision); | |
| 697 | + fossil_fatal("could not parse manifest for check-in: %s", revision); | |
| 698 | 698 | } |
| 699 | 699 | return errCode; |
| 700 | 700 | } |
| 701 | 701 | |
| 702 | 702 | |
| 703 | 703 |
| --- src/update.c | |
| +++ src/update.c | |
| @@ -641,15 +641,15 @@ | |
| 641 | } |
| 642 | } |
| 643 | |
| 644 | |
| 645 | /* |
| 646 | ** Get the contents of a file within the checking "revision". If |
| 647 | ** revision==NULL then get the file content for the current checkout. |
| 648 | */ |
| 649 | int historical_version_of_file( |
| 650 | const char *revision, /* The checkin containing the file */ |
| 651 | const char *file, /* Full treename of the file */ |
| 652 | Blob *content, /* Put the content here */ |
| 653 | int *pIsLink, /* Set to true if file is link. */ |
| 654 | int *pIsExe, /* Set to true if file is executable */ |
| 655 | int *pIsBin, /* Set to true if file is binary */ |
| @@ -666,11 +666,11 @@ | |
| 666 | }else{ |
| 667 | rid = db_lget_int("checkout", 0); |
| 668 | } |
| 669 | if( !is_a_version(rid) ){ |
| 670 | if( errCode>0 ) return errCode; |
| 671 | fossil_fatal("no such checkin: %s", revision); |
| 672 | } |
| 673 | pManifest = manifest_get(rid, CFTYPE_MANIFEST, 0); |
| 674 | |
| 675 | if( pManifest ){ |
| 676 | pFile = manifest_file_find(pManifest, file); |
| @@ -686,17 +686,17 @@ | |
| 686 | } |
| 687 | return rc; |
| 688 | } |
| 689 | manifest_destroy(pManifest); |
| 690 | if( errCode<=0 ){ |
| 691 | fossil_fatal("file %s does not exist in checkin: %s", file, revision); |
| 692 | } |
| 693 | }else if( errCode<=0 ){ |
| 694 | if( revision==0 ){ |
| 695 | revision = db_text("current", "SELECT uuid FROM blob WHERE rid=%d", rid); |
| 696 | } |
| 697 | fossil_fatal("could not parse manifest for checkin: %s", revision); |
| 698 | } |
| 699 | return errCode; |
| 700 | } |
| 701 | |
| 702 | |
| 703 |
| --- src/update.c | |
| +++ src/update.c | |
| @@ -641,15 +641,15 @@ | |
| 641 | } |
| 642 | } |
| 643 | |
| 644 | |
| 645 | /* |
| 646 | ** Get the contents of a file within the check-in "revision". If |
| 647 | ** revision==NULL then get the file content for the current checkout. |
| 648 | */ |
| 649 | int historical_version_of_file( |
| 650 | const char *revision, /* The check-in containing the file */ |
| 651 | const char *file, /* Full treename of the file */ |
| 652 | Blob *content, /* Put the content here */ |
| 653 | int *pIsLink, /* Set to true if file is link. */ |
| 654 | int *pIsExe, /* Set to true if file is executable */ |
| 655 | int *pIsBin, /* Set to true if file is binary */ |
| @@ -666,11 +666,11 @@ | |
| 666 | }else{ |
| 667 | rid = db_lget_int("checkout", 0); |
| 668 | } |
| 669 | if( !is_a_version(rid) ){ |
| 670 | if( errCode>0 ) return errCode; |
| 671 | fossil_fatal("no such check-in: %s", revision); |
| 672 | } |
| 673 | pManifest = manifest_get(rid, CFTYPE_MANIFEST, 0); |
| 674 | |
| 675 | if( pManifest ){ |
| 676 | pFile = manifest_file_find(pManifest, file); |
| @@ -686,17 +686,17 @@ | |
| 686 | } |
| 687 | return rc; |
| 688 | } |
| 689 | manifest_destroy(pManifest); |
| 690 | if( errCode<=0 ){ |
| 691 | fossil_fatal("file %s does not exist in check-in: %s", file, revision); |
| 692 | } |
| 693 | }else if( errCode<=0 ){ |
| 694 | if( revision==0 ){ |
| 695 | revision = db_text("current", "SELECT uuid FROM blob WHERE rid=%d", rid); |
| 696 | } |
| 697 | fossil_fatal("could not parse manifest for check-in: %s", revision); |
| 698 | } |
| 699 | return errCode; |
| 700 | } |
| 701 | |
| 702 | |
| 703 |
-1
| --- www/webpage-ex.md | ||
| +++ www/webpage-ex.md | ||
| @@ -71,11 +71,10 @@ | ||
| 71 | 71 | last modification time. |
| 72 | 72 | |
| 73 | 73 | * <a target='_blank' class='exbtn' |
| 74 | 74 | href='../../../fileage?name=svn-import'>Example</a> |
| 75 | 75 | Age of all files in the latest checking for branch "svn-import". |
| 76 | - last modification time. | |
| 77 | 76 | |
| 78 | 77 | * <a target='_blank' class='exbtn' |
| 79 | 78 | href='../../../brlist'>Example</a> |
| 80 | 79 | Table of branches. (Click on column headers to sort.) |
| 81 | 80 | |
| 82 | 81 |
| --- www/webpage-ex.md | |
| +++ www/webpage-ex.md | |
| @@ -71,11 +71,10 @@ | |
| 71 | last modification time. |
| 72 | |
| 73 | * <a target='_blank' class='exbtn' |
| 74 | href='../../../fileage?name=svn-import'>Example</a> |
| 75 | Age of all files in the latest checking for branch "svn-import". |
| 76 | last modification time. |
| 77 | |
| 78 | * <a target='_blank' class='exbtn' |
| 79 | href='../../../brlist'>Example</a> |
| 80 | Table of branches. (Click on column headers to sort.) |
| 81 | |
| 82 |
| --- www/webpage-ex.md | |
| +++ www/webpage-ex.md | |
| @@ -71,11 +71,10 @@ | |
| 71 | last modification time. |
| 72 | |
| 73 | * <a target='_blank' class='exbtn' |
| 74 | href='../../../fileage?name=svn-import'>Example</a> |
| 75 | Age of all files in the latest checking for branch "svn-import". |
| 76 | |
| 77 | * <a target='_blank' class='exbtn' |
| 78 | href='../../../brlist'>Example</a> |
| 79 | Table of branches. (Click on column headers to sort.) |
| 80 | |
| 81 |