2014-09-21
| ||
20:34 | • Closed ticket [08bf026f5a]: Structured tags plus 3 other changes artifact: 2eeeb65cec user: alaric | |
20:33 | Implemented typed tags [08bf026f5a] and listing tag types in the VFS [30054df0b6] and building/maintaining a cache of archive metadata in the file cache [dae5e21ffc]. check-in: 2d2532f32b user: alaric tags: alaricsp | |
2013-02-08
| ||
13:26 | • Ticket [3921cda165] Clarify legal block keys and tag names status still Open with 1 other change artifact: 43753c8718 user: alaric | |
13:26 | • Ticket [30054df0b6] Report tag types in explore status still Open with 1 other change artifact: 726e893c2d user: alaric | |
13:21 | • New ticket [08bf026f5a] Structured tags. artifact: ed7030cf7e user: alaric | |
Ticket Hash: | 08bf026f5a1ee9cb62f91203c50a748be613f4ca | |||
Title: | Structured tags | |||
Status: | Closed | Type: | Refactoring | |
Severity: | UNSPECIFIED | Priority: | UNSPECIFIED | |
Subsystem: | UNSPECIFIED | Resolution: | Fixed | |
Last Modified: | 2014-09-21 20:34:21 | |||
Version Found In: | ||||
Description: | ||||
Store tags as (<type> . <content>)
vault-tag procedures now take/return a tag record with type and content fields. Procedures that use them need to stop thinking in terms of raw strings! Tags that don't start with ( are old-format and auto-upgraded to (snapshot . ...content...) on reading. |