Fossil SCM

Changes some "Baseline" labels to "Check-in".

drh 2009-01-22 14:04 trunk
Commit e8d3e327f1432a02779e49fb33b8edd00e5b807c
1 file changed +4 -4
+4 -4
--- src/info.c
+++ src/info.c
@@ -423,11 +423,11 @@
423423
@ </tr>
424424
free(zShortUuid);
425425
}
426426
@ </table></p>
427427
}else{
428
- style_header("Baseline Information");
428
+ style_header("Check-in Information");
429429
login_anonymous_available();
430430
}
431431
db_finalize(&q);
432432
showTags(rid, "");
433433
@ <div class="section">File Changes</div>
@@ -672,11 +672,11 @@
672672
Stmt q;
673673
char *zUuid;
674674
675675
login_check_credentials();
676676
if( !g.okRead ){ login_needed(); return; }
677
- style_header("Baseline Changes");
677
+ style_header("Check-in Changes");
678678
login_anonymous_available();
679679
680680
rid = name_to_rid(PD("name",""));
681681
if( rid==0 ){
682682
fossil_redirect_home();
@@ -688,11 +688,11 @@
688688
" AND filename.fnid=mlink.fnid"
689689
" ORDER BY name",
690690
rid
691691
);
692692
zUuid = db_text(0, "SELECT uuid FROM blob WHERE rid=%d", rid);
693
- @ <h2>All Changes In Baseline
693
+ @ <h2>All Changes In Check-in
694694
hyperlink_to_uuid(zUuid);
695695
@ </h2>
696696
while( db_step(&q)==SQLITE_ROW ){
697697
int pid = db_column_int(&q,0);
698698
int fid = db_column_int(&q,1);
@@ -1311,11 +1311,11 @@
13111311
cgi_redirectf("vinfo?name=%d", rid);
13121312
}
13131313
blob_zero(&comment);
13141314
blob_append(&comment, zNewComment, -1);
13151315
zUuid[10] = 0;
1316
- style_header("Edit Baseline [%s]", zUuid);
1316
+ style_header("Edit Check-in [%s]", zUuid);
13171317
if( P("preview") ){
13181318
Blob suffix;
13191319
int nTag = 0;
13201320
@ <b>Preview:</b>
13211321
@ <blockquote>
13221322
--- src/info.c
+++ src/info.c
@@ -423,11 +423,11 @@
423 @ </tr>
424 free(zShortUuid);
425 }
426 @ </table></p>
427 }else{
428 style_header("Baseline Information");
429 login_anonymous_available();
430 }
431 db_finalize(&q);
432 showTags(rid, "");
433 @ <div class="section">File Changes</div>
@@ -672,11 +672,11 @@
672 Stmt q;
673 char *zUuid;
674
675 login_check_credentials();
676 if( !g.okRead ){ login_needed(); return; }
677 style_header("Baseline Changes");
678 login_anonymous_available();
679
680 rid = name_to_rid(PD("name",""));
681 if( rid==0 ){
682 fossil_redirect_home();
@@ -688,11 +688,11 @@
688 " AND filename.fnid=mlink.fnid"
689 " ORDER BY name",
690 rid
691 );
692 zUuid = db_text(0, "SELECT uuid FROM blob WHERE rid=%d", rid);
693 @ <h2>All Changes In Baseline
694 hyperlink_to_uuid(zUuid);
695 @ </h2>
696 while( db_step(&q)==SQLITE_ROW ){
697 int pid = db_column_int(&q,0);
698 int fid = db_column_int(&q,1);
@@ -1311,11 +1311,11 @@
1311 cgi_redirectf("vinfo?name=%d", rid);
1312 }
1313 blob_zero(&comment);
1314 blob_append(&comment, zNewComment, -1);
1315 zUuid[10] = 0;
1316 style_header("Edit Baseline [%s]", zUuid);
1317 if( P("preview") ){
1318 Blob suffix;
1319 int nTag = 0;
1320 @ <b>Preview:</b>
1321 @ <blockquote>
1322
--- src/info.c
+++ src/info.c
@@ -423,11 +423,11 @@
423 @ </tr>
424 free(zShortUuid);
425 }
426 @ </table></p>
427 }else{
428 style_header("Check-in Information");
429 login_anonymous_available();
430 }
431 db_finalize(&q);
432 showTags(rid, "");
433 @ <div class="section">File Changes</div>
@@ -672,11 +672,11 @@
672 Stmt q;
673 char *zUuid;
674
675 login_check_credentials();
676 if( !g.okRead ){ login_needed(); return; }
677 style_header("Check-in Changes");
678 login_anonymous_available();
679
680 rid = name_to_rid(PD("name",""));
681 if( rid==0 ){
682 fossil_redirect_home();
@@ -688,11 +688,11 @@
688 " AND filename.fnid=mlink.fnid"
689 " ORDER BY name",
690 rid
691 );
692 zUuid = db_text(0, "SELECT uuid FROM blob WHERE rid=%d", rid);
693 @ <h2>All Changes In Check-in
694 hyperlink_to_uuid(zUuid);
695 @ </h2>
696 while( db_step(&q)==SQLITE_ROW ){
697 int pid = db_column_int(&q,0);
698 int fid = db_column_int(&q,1);
@@ -1311,11 +1311,11 @@
1311 cgi_redirectf("vinfo?name=%d", rid);
1312 }
1313 blob_zero(&comment);
1314 blob_append(&comment, zNewComment, -1);
1315 zUuid[10] = 0;
1316 style_header("Edit Check-in [%s]", zUuid);
1317 if( P("preview") ){
1318 Blob suffix;
1319 int nTag = 0;
1320 @ <b>Preview:</b>
1321 @ <blockquote>
1322

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button