Differences From Artifact [3e173e99bc]:
- File src/manifest.c — part of check-in [8f24c07917] at 2020-08-18 23:39:42 on branch ignore-reserved-filenames — An alternative method for dealing with historical files named "_FOSSIL_" in the tree: Simply pretend they are not there. (user: drh size: 87382) [more...]
To Artifact [2971adbac3]:
- File src/manifest.c — part of check-in [4a8bc878f0] at 2020-08-24 00:24:00 on branch sec2020 — Merge changes from trunk. (user: drh size: 87490) [more...]
| ︙ | |||
2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 | 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 | + + + |
db_multi_exec(
"REPLACE INTO event(type,mtime,objid,user,comment)"
"VALUES('f',%.17g,%d,%Q,'%q: %q')",
p->rDate, rid, p->zUser, zFType, zTitle
);
fossil_free(zTitle);
}
if( p->zWiki[0] ){
backlink_extract(p->zWiki, p->zMimetype, rid, BKLNK_FORUM, p->rDate, 1);
}
}
db_end_transaction(0);
if( permitHooks ){
rc = xfer_run_common_script();
if( rc==TH_OK ){
rc = xfer_run_script(zScript, zUuid, 0);
}
|
| ︙ |