You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Stefan Bohn (JIRA)" <ji...@apache.org> on 2009/04/16 10:42:15 UTC

[jira] Created: (JSPWIKI-523) TableOfContents-Plugin on Tabbed HelpPages (eg EditPageHelp)

TableOfContents-Plugin on Tabbed HelpPages (eg EditPageHelp)
------------------------------------------------------------

                 Key: JSPWIKI-523
                 URL: https://issues.apache.org/jira/browse/JSPWIKI-523
             Project: JSPWiki
          Issue Type: Bug
    Affects Versions: 2.8.2
         Environment: Red Hat Linux, Sun JDK 1.6.0_07, Tomcat 6.0.16
            Reporter: Stefan Bohn
            Priority: Minor


Two incorrect behaviors of the ToC-Plugin:

1) We are using one WikiSyntax page both as standalone page and as EditPageHelp (we use the InsertPage-Plugin here and have no other text on this page).
The ToC-Plugin generates links as <a class="wikipage" href="/wiki/WikiSyntax#section-WikiSyntax-Links">Links</a>
When you are editing a page and switch to the help tab, a click on a toc entry results in a reload of the WikiSyntax page and leaving the page that was edited.
Links that look like <a class="wikipage" href="#section-WikiSyntax-Links">Links</a> (only the anchor) would work like expected.

2) If EditHelpPage has its own text and ToC (without InsertPage-Plugin), on the help tab the ToC-Plugin shows the ToC of the edited page.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JSPWIKI-523) TableOfContents-Plugin on Tabbed HelpPages (eg EditPageHelp)

Posted by "Harry Metske (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702010#action_12702010 ] 

Harry Metske commented on JSPWIKI-523:
--------------------------------------

The first bug fixed in 2.8.3-svn-5 and 3.0.0-svn-104.
The second bug remains....

> TableOfContents-Plugin on Tabbed HelpPages (eg EditPageHelp)
> ------------------------------------------------------------
>
>                 Key: JSPWIKI-523
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-523
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.8.2
>         Environment: Red Hat Linux, Sun JDK 1.6.0_07, Tomcat 6.0.16
>            Reporter: Stefan Bohn
>            Priority: Minor
>         Attachments: JSPWiki-523a.patch
>
>
> Two incorrect behaviors of the ToC-Plugin:
> 1) We are using one WikiSyntax page both as standalone page and as EditPageHelp (we use the InsertPage-Plugin here and have no other text on this page).
> The ToC-Plugin generates links as <a class="wikipage" href="/wiki/WikiSyntax#section-WikiSyntax-Links">Links</a>
> When you are editing a page and switch to the help tab, a click on a toc entry results in a reload of the WikiSyntax page and leaving the page that was edited.
> Links that look like <a class="wikipage" href="#section-WikiSyntax-Links">Links</a> (only the anchor) would work like expected.
> 2) If EditHelpPage has its own text and ToC (without InsertPage-Plugin), on the help tab the ToC-Plugin shows the ToC of the edited page.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JSPWIKI-523) TableOfContents-Plugin on Tabbed HelpPages (eg EditPageHelp)

Posted by "Stefan Bohn (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699593#action_12699593 ] 

Stefan Bohn commented on JSPWIKI-523:
-------------------------------------

By the way - we're using ShortViewURLConstructor and VersioningFileProvider

> TableOfContents-Plugin on Tabbed HelpPages (eg EditPageHelp)
> ------------------------------------------------------------
>
>                 Key: JSPWIKI-523
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-523
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.8.2
>         Environment: Red Hat Linux, Sun JDK 1.6.0_07, Tomcat 6.0.16
>            Reporter: Stefan Bohn
>            Priority: Minor
>
> Two incorrect behaviors of the ToC-Plugin:
> 1) We are using one WikiSyntax page both as standalone page and as EditPageHelp (we use the InsertPage-Plugin here and have no other text on this page).
> The ToC-Plugin generates links as <a class="wikipage" href="/wiki/WikiSyntax#section-WikiSyntax-Links">Links</a>
> When you are editing a page and switch to the help tab, a click on a toc entry results in a reload of the WikiSyntax page and leaving the page that was edited.
> Links that look like <a class="wikipage" href="#section-WikiSyntax-Links">Links</a> (only the anchor) would work like expected.
> 2) If EditHelpPage has its own text and ToC (without InsertPage-Plugin), on the help tab the ToC-Plugin shows the ToC of the edited page.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JSPWIKI-523) TableOfContents-Plugin on Tabbed HelpPages (eg EditPageHelp)

Posted by "Harry Metske (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harry Metske updated JSPWIKI-523:
---------------------------------

    Attachment: JSPWiki-523a.patch

The first one is easy to fix (see attached patch).
The second is not (at least not for me).

> TableOfContents-Plugin on Tabbed HelpPages (eg EditPageHelp)
> ------------------------------------------------------------
>
>                 Key: JSPWIKI-523
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-523
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.8.2
>         Environment: Red Hat Linux, Sun JDK 1.6.0_07, Tomcat 6.0.16
>            Reporter: Stefan Bohn
>            Priority: Minor
>         Attachments: JSPWiki-523a.patch
>
>
> Two incorrect behaviors of the ToC-Plugin:
> 1) We are using one WikiSyntax page both as standalone page and as EditPageHelp (we use the InsertPage-Plugin here and have no other text on this page).
> The ToC-Plugin generates links as <a class="wikipage" href="/wiki/WikiSyntax#section-WikiSyntax-Links">Links</a>
> When you are editing a page and switch to the help tab, a click on a toc entry results in a reload of the WikiSyntax page and leaving the page that was edited.
> Links that look like <a class="wikipage" href="#section-WikiSyntax-Links">Links</a> (only the anchor) would work like expected.
> 2) If EditHelpPage has its own text and ToC (without InsertPage-Plugin), on the help tab the ToC-Plugin shows the ToC of the edited page.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.