You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Massol (JIRA)" <ji...@codehaus.org> on 2008/03/21 20:24:45 UTC

[jira] Created: (DOXIA-232) Nested list parsing is not generating correct events

Nested list parsing is not generating correct events
----------------------------------------------------

                 Key: DOXIA-232
                 URL: http://jira.codehaus.org/browse/DOXIA-232
             Project: Maven Doxia
          Issue Type: Bug
          Components: Module - Confluence
    Affects Versions: 1.0-alpha-10
            Reporter: Vincent Massol


Here's some input I've used (verified it works in Confluence):

{noformat}
# Item 1
## Item 2
##* Item 3
## Item 4
# Item 5
* Item 1
** Item 2
*** Item 3
** Item 4
* Item 5
* Item 6
{noformat}

This generates the following events: NL, LI, NL, LI, LI_, LI, LI_, LI, LI_, NL_, LI_, etc

It should have generated: NL, LI, NL, LI, LIST, LI, LI_, LIST_, LI_, etc




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DOXIA-232) Nested list parsing is not generating correct events

Posted by "Jakub Fibinger (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakub Fibinger updated DOXIA-232:
---------------------------------

    Attachment: nested_lists.zip

> Nested list parsing is not generating correct events
> ----------------------------------------------------
>
>                 Key: DOXIA-232
>                 URL: http://jira.codehaus.org/browse/DOXIA-232
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Confluence
>    Affects Versions: 1.0-alpha-10
>            Reporter: Vincent Massol
>         Attachments: nested_lists.zip
>
>
> Here's some input I've used (verified it works in Confluence):
> {noformat}
> # Item 1
> ## Item 2
> ##* Item 3
> ## Item 4
> # Item 5
> * Item 1
> ** Item 2
> *** Item 3
> ** Item 4
> * Item 5
> * Item 6
> {noformat}
> This generates the following events: NL, LI, NL, LI, LI_, LI, LI_, LI, LI_, NL_, LI_, etc
> It should have generated: NL, LI, NL, LI, LIST, LI, LI_, LIST_, LI_, etc

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DOXIA-232) Nested list parsing is not generating correct events

Posted by "Kornel (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kornel updated DOXIA-232:
-------------------------

    Attachment: MNG-232-module-confluence.patch

This patch should solve this problem. I have also added test case for heterogenous nested lists.

> Nested list parsing is not generating correct events
> ----------------------------------------------------
>
>                 Key: DOXIA-232
>                 URL: http://jira.codehaus.org/browse/DOXIA-232
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Confluence
>    Affects Versions: 1.0-alpha-10
>            Reporter: Vincent Massol
>         Attachments: MNG-232-module-confluence.patch, MNG-232-module-confluence.patch, nested_lists.zip
>
>
> Here's some input I've used (verified it works in Confluence):
> {noformat}
> # Item 1
> ## Item 2
> ##* Item 3
> ## Item 4
> # Item 5
> * Item 1
> ** Item 2
> *** Item 3
> ** Item 4
> * Item 5
> * Item 6
> {noformat}
> This generates the following events: NL, LI, NL, LI, LI_, LI, LI_, LI, LI_, NL_, LI_, etc
> It should have generated: NL, LI, NL, LI, LIST, LI, LI_, LIST_, LI_, etc

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DOXIA-232) Nested list parsing is not generating correct events

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=171892#action_171892 ] 

Lukas Theussl commented on DOXIA-232:
-------------------------------------

This patch is unfortunately unreadable, as it changes all the formatting. Please adhere to our coding conventions (http://maven.apache.org/developers/conventions/code.html), in particular: no tabs!

> Nested list parsing is not generating correct events
> ----------------------------------------------------
>
>                 Key: DOXIA-232
>                 URL: http://jira.codehaus.org/browse/DOXIA-232
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Confluence
>    Affects Versions: 1.0-alpha-10
>            Reporter: Vincent Massol
>         Attachments: MNG-232-module-confluence.patch, nested_lists.zip
>
>
> Here's some input I've used (verified it works in Confluence):
> {noformat}
> # Item 1
> ## Item 2
> ##* Item 3
> ## Item 4
> # Item 5
> * Item 1
> ** Item 2
> *** Item 3
> ** Item 4
> * Item 5
> * Item 6
> {noformat}
> This generates the following events: NL, LI, NL, LI, LI_, LI, LI_, LI, LI_, NL_, LI_, etc
> It should have generated: NL, LI, NL, LI, LIST, LI, LI_, LIST_, LI_, etc

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (DOXIA-232) Confluence: Nested list parsing is not generating correct events

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl closed DOXIA-232.
-------------------------------

         Assignee: Lukas Theussl
       Resolution: Fixed
    Fix Version/s: 1.1.1

Patch applied in [r773164|http://svn.apache.org/viewvc?view=rev&revision=773164]. Thanks!

> Confluence: Nested list parsing is not generating correct events
> ----------------------------------------------------------------
>
>                 Key: DOXIA-232
>                 URL: http://jira.codehaus.org/browse/DOXIA-232
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Confluence
>    Affects Versions: 1.0-alpha-10
>            Reporter: Vincent Massol
>            Assignee: Lukas Theussl
>             Fix For: 1.1.1
>
>         Attachments: MNG-232-module-confluence.patch, MNG-232-module-confluence.patch, nested_lists.zip
>
>
> Here's some input I've used (verified it works in Confluence):
> {noformat}
> # Item 1
> ## Item 2
> ##* Item 3
> ## Item 4
> # Item 5
> * Item 1
> ** Item 2
> *** Item 3
> ** Item 4
> * Item 5
> * Item 6
> {noformat}
> This generates the following events: NL, LI, NL, LI, LI_, LI, LI_, LI, LI_, NL_, LI_, etc
> It should have generated: NL, LI, NL, LI, LIST, LI, LI_, LIST_, LI_, etc

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DOXIA-232) Nested list parsing is not generating correct events

Posted by "Kornel (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kornel updated DOXIA-232:
-------------------------

    Attachment: MNG-232-module-confluence.patch

Path solves this issue.

> Nested list parsing is not generating correct events
> ----------------------------------------------------
>
>                 Key: DOXIA-232
>                 URL: http://jira.codehaus.org/browse/DOXIA-232
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Confluence
>    Affects Versions: 1.0-alpha-10
>            Reporter: Vincent Massol
>         Attachments: MNG-232-module-confluence.patch, nested_lists.zip
>
>
> Here's some input I've used (verified it works in Confluence):
> {noformat}
> # Item 1
> ## Item 2
> ##* Item 3
> ## Item 4
> # Item 5
> * Item 1
> ** Item 2
> *** Item 3
> ** Item 4
> * Item 5
> * Item 6
> {noformat}
> This generates the following events: NL, LI, NL, LI, LI_, LI, LI_, LI, LI_, NL_, LI_, etc
> It should have generated: NL, LI, NL, LI, LIST, LI, LI_, LIST_, LI_, etc

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DOXIA-232) Confluence: Nested list parsing is not generating correct events

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl updated DOXIA-232:
--------------------------------

    Summary: Confluence: Nested list parsing is not generating correct events  (was: Nested list parsing is not generating correct events)

> Confluence: Nested list parsing is not generating correct events
> ----------------------------------------------------------------
>
>                 Key: DOXIA-232
>                 URL: http://jira.codehaus.org/browse/DOXIA-232
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Confluence
>    Affects Versions: 1.0-alpha-10
>            Reporter: Vincent Massol
>         Attachments: MNG-232-module-confluence.patch, MNG-232-module-confluence.patch, nested_lists.zip
>
>
> Here's some input I've used (verified it works in Confluence):
> {noformat}
> # Item 1
> ## Item 2
> ##* Item 3
> ## Item 4
> # Item 5
> * Item 1
> ** Item 2
> *** Item 3
> ** Item 4
> * Item 5
> * Item 6
> {noformat}
> This generates the following events: NL, LI, NL, LI, LI_, LI, LI_, LI, LI_, NL_, LI_, etc
> It should have generated: NL, LI, NL, LI, LIST, LI, LI_, LIST_, LI_, etc

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira