Differences From:
File
src/schema.c
part of check-in
[f46fe42d6d]
- Store private ticket fields (ex: the originators email address) as their
SHA1 hash so that malefactors cannot read them. Add the new "concealed"
table to the repository database and store mappings from SHA1 hashes back
to email addresses in that table. Ticket a24ec6005f. Note: run
"rebuild" on repositories after updating to this version of fossil in order
to create the "concealed" table. Need to add the ability to manage the
concealed table from the web interface and the ability to sync concealed
content between trusted repositories.
by
drh on
2008-07-24 02:04:36.
[view]
To:
File
src/schema.c
part of check-in
[5fb14b9a0f]
- Include non-sym- tags in tagview web page. Also merge mainline into tagview branch.
by
eric on
2008-08-21 20:59:01.
Also file
src/schema.c
part of check-in
[8745d0d579]
- Merge tagview branch into mainline
by
eric on
2008-09-06 13:29:29.
[view]
@@ -297,8 +297,11 @@
# define TAG_USER 3 /* User who made a checking */
# define TAG_HIDDEN 4 /* Do not display or sync */
# define TAG_PRIVATE 5 /* Display but do not sync */
# define TAG_CLUSTER 6 /* A cluster */
+#endif
+#if EXPORT_INTERFACE
+# define MAX_INT_TAG 6 /* The largest pre-assigned tag id */
#endif
/*
** The schema for the locate FOSSIL database file found at the root