TiddlyWiki.org

Ticket #138 (closed enhancement: fixed)

Opened 2 years ago

Last modified 3 months ago

Suppress repeated macro expansion in applyHtmlMacros()

Reported by: JeremyRuston Assigned to:
Priority: minor Milestone: 2.4.1
Component: core Version:
Severity: low Keywords:
Cc:

Description

Currently, when applyHtmlMacros() has expanded a macro it leaves the "macro" attribute. This means that macros can get expanded twice if applyHtmlMacros() is called repeatedly (which can happen through recursion).

See this discussion

Change History

06/10/06 16:27:18 changed by JeremyRuston

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

Fixed in 2.1

14/11/06 18:48:39 changed by Checketts

  • status changed from closed to reopened.
  • resolution deleted.

It appears that is bug still exists.

29/12/06 23:32:52 changed by JeremyRuston

  • milestone set to 2.2.

16/07/07 16:37:37 changed by MartinBudden

  • milestone changed from 2.2 to 2.3.

29/11/07 16:40:14 changed by MartinBudden

  • milestone set to 2.3.1.

29/01/08 14:21:19 changed by MartinBudden

  • owner deleted.
  • status changed from reopened to new.
  • milestone changed from 2.3.1 to 2.4.

14/04/08 10:04:07 changed by MartinBudden

  • milestone changed from 2.4 to 2.5.

28/05/08 11:23:58 changed by MartinBudden

  • milestone changed from 2.5 to 2.4.1.

30/05/08 10:51:15 changed by MartinBudden

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

Fixed in changeset:5256