Differences From Artifact [3a5f12c52e]:
- File www/shunning.wiki — part of check-in [004c550724] at 2019-09-29 00:20:08 on branch trunk — Added "Alternatives" section to shunning.wiki. (user: wyoung size: 6926) [more...]
To Artifact [036c770a25]:
- File
www/shunning.wiki
— part of check-in
[855578b610]
at
2020-10-05 18:15:28
on branch fossil-as-blockchain
— Recast the blockchain.md doc as "Is Fossil a Blockchain?" (answer:
mostly no) and updated all references to it to either remove the term,
use "repository" instead where that's sufficiently clear, or to say
either "Merkle tree" or "hash tree" instead where we need to distinguish
the hash tree itself from the rest of the repo DB file's contents. This
depends on the prior CAP theorem doc, since part of the argument for
Fossil not being a blockchain gets us down into those weeds.
EDIT: Moving it to a branch because we're still arguing the point on the forum. (user: wyoung size: 6905) [more...]
| ︙ | ︙ | |||
30 31 32 33 34 35 36 |
Fossil to insert bad control artifacts. Therefore, before we get to
methods of permanently deleting content from a Fossil repos, let's give
some alternatives that usually suffice, which don't damage the project's
fossil record:
<ul>
<li><p>When a forum post or wiki article is "deleted," what actually
| | | | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
Fossil to insert bad control artifacts. Therefore, before we get to
methods of permanently deleting content from a Fossil repos, let's give
some alternatives that usually suffice, which don't damage the project's
fossil record:
<ul>
<li><p>When a forum post or wiki article is "deleted," what actually
happens is that a new empty version is added to the Fossil repository.
The web interface interprets this
as "deleted," but the prior version remains available if you go
digging for it.</p></li>
<li><p>When you close a ticket, it's marked in a way that causes it
to not show up in the normal ticket reports. You usually want to
give it a Resolution such as "Rejected" when this happens, plus
possibly a comment explaining why you're closing it. This is all new
|
| ︙ | ︙ |