Differences From:
File
src/info.c
part of check-in
[73c23a4279]
- Add the ability to cancel existing tags from the web interface, on the
"vedit" page. Disable the display of "Leaf" on the timeline for
closed leaves.
by
drh on
2009-01-22 13:52:27.
[view]
To:
File
src/info.c
part of check-in
[e8d3e327f1]
- Changes some "Baseline" labels to "Check-in".
by
drh on
2009-01-22 14:04:35.
[view]
@@ -424,9 +424,9 @@
free(zShortUuid);
}
@ </table></p>
}else{
- style_header("Baseline Information");
+ style_header("Check-in Information");
login_anonymous_available();
}
db_finalize(&q);
showTags(rid, "");
@@ -673,9 +673,9 @@
char *zUuid;
login_check_credentials();
if( !g.okRead ){ login_needed(); return; }
- style_header("Baseline Changes");
+ style_header("Check-in Changes");
login_anonymous_available();
rid = name_to_rid(PD("name",""));
if( rid==0 ){
@@ -689,9 +689,9 @@
" ORDER BY name",
rid
);
zUuid = db_text(0, "SELECT uuid FROM blob WHERE rid=%d", rid);
- @ <h2>All Changes In Baseline
+ @ <h2>All Changes In Check-in
hyperlink_to_uuid(zUuid);
@ </h2>
while( db_step(&q)==SQLITE_ROW ){
int pid = db_column_int(&q,0);
@@ -1312,9 +1312,9 @@
}
blob_zero(&comment);
blob_append(&comment, zNewComment, -1);
zUuid[10] = 0;
- style_header("Edit Baseline [%s]", zUuid);
+ style_header("Edit Check-in [%s]", zUuid);
if( P("preview") ){
Blob suffix;
int nTag = 0;
@ <b>Preview:</b>