Ticket #1180 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

tiddlyweb: add 'creator' field to tiddlers

Reported by: mahemoff Owned by: mahemoff
Priority: undefined Milestone:
Component: tiddlyweb Version:
Severity: undefined Keywords:
Cc:

Description

This is the tiddlyweb edition of  http://trac.tiddlywiki.org/ticket/471 .

Both tiddlywiki and tiddlyweb need a "creator" field, but it's possible for each to implement it independently of the other, hence a separate ticket. The independence is because tiddlyweb will ignore the incoming data and apply its own value.

From IRC: cdent: the change we're talking about is adding a creator field to the Tiddler

cdent: we would read from disk to get most attributes, then look at the first revision's modifier and set creator to that cdent: then in the serializations we'd add creator as an attribute that is out put cdent: (json and wiki being the ones that are most relevant)

The requirement is important for Tiddlyweb features involving create-only policies, such as comments and voting. In these situations, the modifier (which *is* available at present) is likely to be an admin, so it's of less interest than the original creator.

Change History

Changed 2 years ago by mahemoff

  • owner changed from JeremyRuston to cdent
  • component changed from core to tiddlyweb

Changed 2 years ago by cdent

  • owner changed from cdent to mahemoff

this is done with

 http://github.com/tiddlyweb/tiddlyweb/commit/21e980497143966a70cb0aefa48364e98f854515

please let me know if this looks satisfactory

Changed 2 years ago by cdent

  • status changed from new to closed
  • resolution set to fixed

assuming satisfactory, it's been out for quite a while now

Note: See TracTickets for help on using tickets.