Ticket #1242 (closed defect: wontfix)

Opened 18 months ago

Last modified 15 months ago

Possible to create whitespace tiddler titles

Reported by: jdlrobson Owned by: MartinBudden
Priority: minor Milestone: 2.6.2
Component: core Version:
Severity: low Keywords:
Cc:

Description

This only concerns plugins. If a plugin for instance tries to save a tiddler with whitespace in the name and nothing else.

eg. store.saveTiddler(' ', ' ','hello world','boo', new Date(),[],config.defaultCustomFields); autoSaveChanges([store.getTiddler(" ")])

The tiddler gets added to the store and saved, however does not appear in the timeline. However it is part of the document.

It is a little confusing and nothing major, but I think it might be useful to disallow names with nothing other than whitespace.

Change History

Changed 18 months ago by FND

  • milestone set to 2.7

Changed 18 months ago by MartinBudden

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

This is a case of a programming error on the part of the plugin writer - generally speaking the core does not protect against programming errors, it only protects against user errors.

Changed 17 months ago by MartinBudden

  • status changed from closed to reopened
  • resolution wontfix deleted

Changed 17 months ago by MartinBudden

  • owner changed from JeremyRuston to MartinBudden
  • status changed from reopened to new

Changed 17 months ago by MartinBudden

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

Changed 15 months ago by FND

  • status changed from closed to reopened
  • resolution fixed deleted

Changed 15 months ago by FND

  • status changed from reopened to closed
  • resolution set to wontfix
Note: See TracTickets for help on using tickets.