View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012244 | mantisbt | bugtracker | public | 2010-08-06 18:27 | 2010-08-06 18:36 |
Reporter | mmokluk | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0012244: Upgrading from 1.1.6 to 1.2.1 breaks wiki links for issues | ||||
Description | Upgrading from 1.1.6 to 1.2.1 breaks wiki links for issues. In 1.1.6, Mantis used http://$g_wiki_engine_url/index.php/$g_wiki_root_namespace:<bug number>. In 1.2.1, the URL that is generated instead is http://$g_wiki_engine_url/index.php/<project name>:<bug number>. This causes the wiki link on issues to look in the wrong place for the associated wiki page for any issues with wiki pages that were written prior to the upgrade. | ||||
Steps To Reproduce |
| ||||
Additional Information | The discrepancy seems to be in the following files: in 1.1.6 - wiki_mediawiki_api.php in function wiki_mediawiki_get_url_for_page_id
vs. in 1.2.1 - MantisCoreWikiPlugin.class.php in function base_url
| ||||
Tags | No tags attached. | ||||