Login
Changes To TODOs
Login

Changes to "TODOs" between 2021-03-21 16:16:42 and 2021-03-21 16:17:11

16
17
18
19
20
21
22
23

24
25
26
27
28
29
30
16
17
18
19
20
21
22

23
24
25
26
27
28
29
30







-
+








- **Double-check crosslinking of other types** and make sure that we are not missing newly-added features.

- **Stash** support. First requires merge support.

- **Unversioned files** should be trivial to do.

- Maybe pending-moderation support (tickets, ticket comments), depending on how centrally-managed such data need to be (i.e. whether it can be delegated to an app layer).
- Maybe pending-moderation support (tickets, ticket comments, wiki edits), depending on how centrally-managed such data need to be (i.e. whether it can be delegated to an app layer).

# Security-relevant

But not otherwise SCM-relevant...

- **Port over `db_unprotect()` and `db_protect_pop()`** APIs, which allow a db to effectively be made read-only except for limited windows where specific sections of it needs to be writable. Related: `db.c:db_top_autorizer()`.