Description

When writing _at_DATE_at_ in a title, expansion occurs, but not in the correct format specified by date_fmt

Steps to reproduce

  1. make sure your date_fmt is set.
  2. make a template with two lines such as

    == _at_DATE_at_ ==
    _at_DATE_at_
  3. create new page with this template and observe output similar to

    [[Date(2005-02-01T19:21:53Z)]]
    2005-02-01
  4. :% s/_at_/@/g

Example

Nothing here, sorry.

Details

MoinMoin Version

1.3.1

OS and Version

Linux 2.6.5

Python Version

2.3.3

Server Setup

Apache/2.0.49

Server Details

Workaround

Discussion

This is not an expansion problem -- the problem is simply that wiki markup and especially macros are not evaluated inside titles.

Are there strong reasons to not evaluate them inside titles? Should this be considered for future changes?

Plan


CategoryMoinMoinNoBug

MoinMoin: MoinMoinBugs/BadDateExpansionInTitle (last edited 2007-10-29 19:10:02 by localhost)