Ticket #1212 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

[TiddlyWebWiki] TiddlyWebAdaptor: server_prefix unsupported by getTiddlerChronicle

Reported by: FND Owned by: FND
Priority: minor Milestone:
Component: TiddlyWebWiki Version:
Severity: trivial Keywords:
Cc:

Description

The TiddlyWebAdaptor?'s getTiddlerChronicle method (and presumably other methods as well) does not take into account server_prefix. This was discovered when trying to move tiddlers between bags via moveTiddler.

The solution is likely to look at the respective tiddler's server.host field (cf. TiddlyWebConfig?), though existing context.host values still need to be taken into account.

Change History

Changed 2 years ago by FND

  • priority changed from critical to minor
  • status changed from new to closed
  • resolution set to fixed
  • severity changed from high to trivial
  • type changed from defect to enhancement

This is not actually a bug in getTiddlerChronicle; instead, moveTiddler should have been passed context.host by the user. Nevertheless, it did lead to this enhancement: changeset:11808

Note: See TracTickets for help on using tickets.