#552 closed defect (wontfix)
conflict with WikiRenamePlugin
| Reported by: | Scott Grayban | Owned by: | Noah Kantrowitz |
|---|---|---|---|
| Priority: | high | Component: | NavMoverPlugin |
| Severity: | blocker | Keywords: | NavMoverPlugin |
| Cc: | Trac Release: | 0.10 |
Description
This plugin conflicts with WikiRenamePlugin and produces doulble links for Rename page.
Attachments (0)
Change History (8)
comment:1 Changed 19 years ago by
comment:2 Changed 19 years ago by
I don't know what it is -- its the Rename page link on the bottom menu, right side. The same line that has the Start page link.
comment:3 Changed 19 years ago by
| Priority: | high → low |
|---|---|
| Severity: | major → minor |
comment:4 Changed 19 years ago by
| Component: | NavMoverPlugin → WikiRenamePlugin |
|---|---|
| Keywords: | NavMoverPlugin added; WikiRenamePlugin removed |
| Owner: | changed from Alec Thomas to Noah Kantrowitz |
I'm going to cop-out and say that this is a problem with WikiRenamePlugin, not NavMoverPlugin.
comment:5 Changed 19 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
This is impossible to fix. That link is produces client-side using JavaScript. The server has no idea it is even there.
comment:6 Changed 19 years ago by
| Component: | WikiRenamePlugin → NavMoverPlugin |
|---|---|
| Priority: | low → high |
| Resolution: | wontfix |
| Severity: | minor → blocker |
| Status: | closed → reopened |
I know that -- That is why its NavMoverPlugin problem and why I filed the bug there and not here.
Now don't "cop-out" and be lazy. Look and fix it or simply say you won't fix it.
comment:7 Changed 19 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | reopened → closed |
NavMover cannot fix anything either. It is simply not possible to move that link, as the link doesn't exist until render time. This is a hack to get around the way the context nav bar is currently implemented in Trac.
comment:8 Changed 19 years ago by
So it boils down to the fact you can't use both -- its one or the other. That is a fact.
So its a bug with one these plugins and it should be mentioned on both wiki pages.



This will be impossible to fix if you are talking about the context-nav entry. That entry is created in the broswer with JavaScript.