Ticket #438 (reopened enhancement)

Opened 5 years ago

Last modified 3 years ago

version info in backstage toolbar

Reported by: FND Owned by: FND
Priority: minor Milestone: 2.7.1
Component: core Version:
Severity: low Keywords:
Cc:

Description

The attached patch adds the <<version>> macro to the backstage toolbar.

Among other things, this could prove useful in providing end-user support.

Attachments

ticket438.patch Download (0.9 KB) - added by FND 5 years ago.
ticket438_alt.patch Download (1.0 KB) - added by FND 5 years ago.
alternative implementation replacing the backstage prompt
ticket438_alt2.patch Download (2.8 KB) - added by FND 4 years ago.
alternative implementation creating a macro and backstage tab (N.B.: review XXX/TODO markers)

Change History

Changed 5 years ago by FND

  • status changed from new to assigned

Changed 5 years ago by MartinBudden

  • milestone set to 2.3.1

Changed 5 years ago by JeremyRuston

  • status changed from assigned to closed
  • resolution set to wontfix

This is a nice idea, but I suspect that there is other useful "document info" that we could usefully present, but the approach taken here isn't extensible. It might be better to add an "info" tab to the backstage area that collects together useful document information, including the version number.

Changed 5 years ago by FND

  • status changed from closed to reopened
  • resolution wontfix deleted

Reopened: Solution pending.

In addition to the version number, the following meta-information could also be listed:

  • release date
  • license
  • author/creator
  • copyright

Changed 5 years ago by MartinBudden

  • milestone changed from 2.3.1 to 2.4

Changed 5 years ago by MartinBudden

  • milestone changed from 2.4 to 2.5

Changed 5 years ago by FND

Changed 5 years ago by FND

alternative implementation replacing the backstage prompt

Changed 5 years ago by FND

  • milestone changed from 2.5 to 2.4

Milestone reverted to v2.4. Recent community activity shows that this enhancement would be very useful - especially now that there's an automatic upgrade mechanism.

Also, adding a separate, extensible tab with additional document information seems excessive and unnecessary.

Changed 5 years ago by MartinBudden

  • milestone changed from 2.4 to 2.5

Changed to 2.5, since 2.4 is in beta and so no new features should be added.

Changed 5 years ago by FND

The info tab might also include document information like number of tiddlers, word count etc.

It could be implemented in a generic, extensible fashion using a config.documentInfo variable:

config.documentInfo = [
    { name: version, description: "TiddlyWiki core version", value: function() { return versionString; } }
];

Changed 4 years ago by FND

 ShowDocumentInfo provides the following information:

  • TiddlyWiki version
  • document's last-modified date
  • title of the last tiddler changed
  • number of tiddlers
  • number of plugins
  • list of all plugin titles

Changed 4 years ago by FND

alternative implementation creating a macro and backstage tab (N.B.: review XXX/TODO markers)

Changed 4 years ago by FND

  • severity changed from trivial to low

As discussed  here, a somewhat more detailed overview of plugins (e.g. name, version, author) should be considered as well.

Changed 4 years ago by FND

  • milestone changed from 2.5.1 to 2.6

Changed 3 years ago by MartinBudden

  • milestone changed from 2.6.2 to 2.7.1

Milestone 2.6.2 deleted

Note: See TracTickets for help on using tickets.