Description

After migrating from 1.5 to 1.8 I noticed that our (local) category pages were broken.

Category pages usually call the Makro FullSearch. The migration script seems to have ignored the empty argument, which in the case of FullSearch makes a big difference.

The call

[[FullSearch()]]

was translated to

<<FullSearch>>

instead of

<<FullSearch()>>

Steps to reproduce

  1. Run the migration script as in
    .../script/moin.py --config-dir=/usr/local/wiki --wiki-url=server.domain.com/wiki migration data
  2. Check some local category page

Example

See above

Component selection

Details

MoinMoin Version

1.8.0

OS and Version

GNU/Linux

Python Version

2.5.4

Server Setup

Server Details

Language you are using the wiki in (set in the browser/UserPreferences)

German

Workaround

Discussion

Plan


CategoryMoinMoinBug

MoinMoin: MoinMoinBugs/1.8MigrationScriptBreaksCategories (last edited 2009-05-08 12:52:34 by EmilioLopes)