TiddlyWiki.org

Ticket #420 (closed enhancement: fixed)

Opened 8 months ago

Last modified 8 months ago

FileAdaptor should lazily load contents of remote file

Reported by: MartinBudden Assigned to: MartinBudden
Priority: major Milestone: 2.3
Component: core Version:
Severity: high Keywords:
Cc:

Description

Lazily loading the remote file makes the adaptor more responsive, easier to use and removes two error conditions.

Attachments

ticket420.patch (14.1 kB) - added by MartinBudden on 28/11/07 13:22:35.

Change History

28/11/07 13:22:35 changed by MartinBudden

  • attachment ticket420.patch added.

28/11/07 13:23:15 changed by MartinBudden

  • owner changed from JeremyRuston to MartinBudden.
  • status changed from new to assigned.

28/11/07 14:53:07 changed by JeremyRuston

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in changeset:3009

The change to FileAdaptor?.js has been committed, but not the change to Story.js, because that constitutes a change to the adaptor API contract.