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
- Run the migration script as in
.../script/moin.py --config-dir=/usr/local/wiki --wiki-url=server.domain.com/wiki migration data
- Check some local category page
Example
See above
Component selection
- Migration script
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
- Priority:
- Assigned to:
- Status: