[JIRA] Created: (MAGNOLIA-2898) Extension hook for paragraph detection in ParagraphSelectDialog

View: New views
4 Messages — Rating Filter:   Alert me  

[JIRA] Created: (MAGNOLIA-2898) Extension hook for paragraph detection in ParagraphSelectDialog

by JIRA (on behalf of Philipp Bärfuss) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Extension hook for paragraph detection in ParagraphSelectDialog
---------------------------------------------------------------

                 Key: MAGNOLIA-2898
                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2898
             Project: Magnolia
          Issue Type: Improvement
          Components: admininterface
    Affects Versions: 4.1.1
            Reporter: Tobias Mattsson
            Assignee: Philipp Bärfuss
         Attachments: ParagraphSelectDialog.java, ParagraphSelectDialog.patch

This is a request for enhancement. We're creating a module that exposes Spring Web MVC controllers as paragraphs and have found that we need to hook into ParagraphSelectDialog and resolve paragraph names to controllers. It works like a charm but we've had to make changes to ParagraphSelectDialog. Attached is a patch that makes the paragraph detection code extendable by overriding a method in a subclass. So, this issue isn't  a show stopper but we think it would be useful to have this extension hook in Magnolia =)

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



----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscribe@...>
----------------------------------------------------------------


[JIRA] Updated: (MAGNOLIA-2898) Extension hook for paragraph detection in ParagraphSelectDialog

by JIRA (on behalf of Philipp Bärfuss) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



     [ http://jira.magnolia-cms.com/browse/MAGNOLIA-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grégory Joseph updated MAGNOLIA-2898:
-------------------------------------

    Fix Version/s: 4.2

> Extension hook for paragraph detection in ParagraphSelectDialog
> ---------------------------------------------------------------
>
>                 Key: MAGNOLIA-2898
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2898
>             Project: Magnolia
>          Issue Type: Improvement
>          Components: admininterface
>    Affects Versions: 4.1.1
>            Reporter: Tobias Mattsson
>            Assignee: Philipp Bärfuss
>             Fix For: 4.2
>
>         Attachments: ParagraphSelectDialog.java, ParagraphSelectDialog.patch
>
>   Original Estimate: 0.03d
>  Remaining Estimate: 0.03d
>
> This is a request for enhancement. We're creating a module that exposes Spring Web MVC controllers as paragraphs and have found that we need to hook into ParagraphSelectDialog and resolve paragraph names to controllers. It works like a charm but we've had to make changes to ParagraphSelectDialog. Attached is a patch that makes the paragraph detection code extendable by overriding a method in a subclass. So, this issue isn't  a show stopper but we think it would be useful to have this extension hook in Magnolia =)

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



----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscribe@...>
----------------------------------------------------------------


[JIRA] Resolved: (MAGNOLIA-2898) Extension hook for paragraph detection in ParagraphSelectDialog

by JIRA (on behalf of Philipp Bärfuss) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



     [ http://jira.magnolia-cms.com/browse/MAGNOLIA-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grégory Joseph resolved MAGNOLIA-2898.
--------------------------------------

    Resolution: Fixed
      Assignee: Grégory Joseph  (was: Philipp Bärfuss)

Patch applied (with slight differences in naming), thanks !

> Extension hook for paragraph detection in ParagraphSelectDialog
> ---------------------------------------------------------------
>
>                 Key: MAGNOLIA-2898
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2898
>             Project: Magnolia
>          Issue Type: Improvement
>          Components: admininterface
>    Affects Versions: 4.1.1
>            Reporter: Tobias Mattsson
>            Assignee: Grégory Joseph
>             Fix For: 4.2
>
>         Attachments: ParagraphSelectDialog.java, ParagraphSelectDialog.patch
>
>   Original Estimate: 0.03d
>  Remaining Estimate: 0.03d
>
> This is a request for enhancement. We're creating a module that exposes Spring Web MVC controllers as paragraphs and have found that we need to hook into ParagraphSelectDialog and resolve paragraph names to controllers. It works like a charm but we've had to make changes to ParagraphSelectDialog. Attached is a patch that makes the paragraph detection code extendable by overriding a method in a subclass. So, this issue isn't  a show stopper but we think it would be useful to have this extension hook in Magnolia =)

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



----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscribe@...>
----------------------------------------------------------------


[JIRA] Commented: (MAGNOLIA-2898) Extension hook for paragraph detection in ParagraphSelectDialog

by JIRA (on behalf of Philipp Bärfuss) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



    [ http://jira.magnolia-cms.com/browse/MAGNOLIA-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24919#action_24919 ]

Hudson CI server commented on MAGNOLIA-2898:
--------------------------------------------

Integrated in !http://hudson.magnolia-cms.com/nocacheImages/16x16/blue.gif! [magnolia_main-trunk #1124|http://hudson.magnolia-cms.com/job/magnolia_main-trunk/1124/]
      applied patch - extracting a addParagraph method from createDialog()


> Extension hook for paragraph detection in ParagraphSelectDialog
> ---------------------------------------------------------------
>
>                 Key: MAGNOLIA-2898
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2898
>             Project: Magnolia
>          Issue Type: Improvement
>          Components: admininterface
>    Affects Versions: 4.1.1
>            Reporter: Tobias Mattsson
>            Assignee: Grégory Joseph
>             Fix For: 4.2
>
>         Attachments: ParagraphSelectDialog.java, ParagraphSelectDialog.patch
>
>   Original Estimate: 0.03d
>  Remaining Estimate: 0.03d
>
> This is a request for enhancement. We're creating a module that exposes Spring Web MVC controllers as paragraphs and have found that we need to hook into ParagraphSelectDialog and resolve paragraph names to controllers. It works like a charm but we've had to make changes to ParagraphSelectDialog. Attached is a patch that makes the paragraph detection code extendable by overriding a method in a subclass. So, this issue isn't  a show stopper but we think it would be useful to have this extension hook in Magnolia =)

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



----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscribe@...>
----------------------------------------------------------------