[JIRA] Created: (MAGNOLIA-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

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

[JIRA] Created: (MAGNOLIA-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
-------------------------------------------------------------------------------------

                 Key: MAGNOLIA-2809
                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
             Project: Magnolia
          Issue Type: Bug
          Components: templating, updatemechanism
    Affects Versions: 4.0
            Reporter: Grégory Joseph
            Assignee: Philipp Bärfuss
             Fix For: 4.1.1, 4.0.x


There are 2 conflicting tasks for templates:
# renamed {{path}} to {{templatePath}} - that is 100% correct
# move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.

Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1

--
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-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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

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

    Priority: Blocker  (was: Major)

> Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
> -------------------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-2809
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
>             Project: Magnolia
>          Issue Type: Bug
>          Components: templating, updatemechanism
>    Affects Versions: 4.0
>            Reporter: Grégory Joseph
>            Assignee: Philipp Bärfuss
>            Priority: Blocker
>             Fix For: 4.1.1, 4.0.x
>
>
> There are 2 conflicting tasks for templates:
> # renamed {{path}} to {{templatePath}} - that is 100% correct
> # move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.
> Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1

--
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-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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

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

    Description:
There are 2 conflicting tasks for templates:
# renamed {{path}} to {{templatePath}} - that is 100% correct
# move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.

Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1


(!) workaround: move the {{templatePath}} nodedata of your templates from the {{parameters}} subnode back into the template node itself.

  was:
There are 2 conflicting tasks for templates:
# renamed {{path}} to {{templatePath}} - that is 100% correct
# move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.

Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1


> Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
> -------------------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-2809
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
>             Project: Magnolia
>          Issue Type: Bug
>          Components: templating, updatemechanism
>    Affects Versions: 4.0
>            Reporter: Grégory Joseph
>            Assignee: Philipp Bärfuss
>            Priority: Blocker
>             Fix For: 4.1.1, 4.0.x
>
>
> There are 2 conflicting tasks for templates:
> # renamed {{path}} to {{templatePath}} - that is 100% correct
> # move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.
> Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1
> (!) workaround: move the {{templatePath}} nodedata of your templates from the {{parameters}} subnode back into the template node itself.

--
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] Assigned: (MAGNOLIA-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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

Teresa Miyar reassigned MAGNOLIA-2809:
--------------------------------------

    Assignee: Teresa Miyar  (was: Philipp Bärfuss)

> Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
> -------------------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-2809
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
>             Project: Magnolia
>          Issue Type: Bug
>          Components: templating, updatemechanism
>    Affects Versions: 4.0
>            Reporter: Grégory Joseph
>            Assignee: Teresa Miyar
>            Priority: Blocker
>             Fix For: 4.1.1, 4.0.x
>
>
> There are 2 conflicting tasks for templates:
> # renamed {{path}} to {{templatePath}} - that is 100% correct
> # move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.
> Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1
> (!) workaround: move the {{templatePath}} nodedata of your templates from the {{parameters}} subnode back into the template node itself.

--
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] Work started: (MAGNOLIA-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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

Work on MAGNOLIA-2809 started by Teresa Miyar.

> Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
> -------------------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-2809
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
>             Project: Magnolia
>          Issue Type: Bug
>          Components: templating, updatemechanism
>    Affects Versions: 4.0
>            Reporter: Grégory Joseph
>            Assignee: Teresa Miyar
>            Priority: Blocker
>             Fix For: 4.1.1, 4.0.x
>
>
> There are 2 conflicting tasks for templates:
> # renamed {{path}} to {{templatePath}} - that is 100% correct
> # move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.
> Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1
> (!) workaround: move the {{templatePath}} nodedata of your templates from the {{parameters}} subnode back into the template node itself.

--
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-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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

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

Integrated in !http://hudson.magnolia-cms.com/nocacheImages/16x16/blue.gif! [magnolia_main-trunk #938|http://hudson.magnolia-cms.com/job/magnolia_main-trunk/938/]
      changed path to templatePath in the list of properties that shouldn't be moved


> Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
> -------------------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-2809
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
>             Project: Magnolia
>          Issue Type: Bug
>          Components: templating, updatemechanism
>    Affects Versions: 4.0
>            Reporter: Grégory Joseph
>            Assignee: Teresa Miyar
>            Priority: Blocker
>             Fix For: 4.1.1, 4.0.x
>
>
> There are 2 conflicting tasks for templates:
> # renamed {{path}} to {{templatePath}} - that is 100% correct
> # move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.
> Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1
> (!) workaround: move the {{templatePath}} nodedata of your templates from the {{parameters}} subnode back into the template node itself.

--
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-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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

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

Integrated in !http://hudson.magnolia-cms.com/nocacheImages/16x16/blue.gif! [magnolia_main-4.0-branch #46|http://hudson.magnolia-cms.com/job/magnolia_main-4.0-branch/46/]
      merged with trunk r27015 changed path to templatePath in the list of properties that shouldn't be moved


> Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
> -------------------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-2809
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
>             Project: Magnolia
>          Issue Type: Bug
>          Components: templating, updatemechanism
>    Affects Versions: 4.0
>            Reporter: Grégory Joseph
>            Assignee: Teresa Miyar
>            Priority: Blocker
>             Fix For: 4.1.1, 4.0.x
>
>
> There are 2 conflicting tasks for templates:
> # renamed {{path}} to {{templatePath}} - that is 100% correct
> # move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.
> Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1
> (!) workaround: move the {{templatePath}} nodedata of your templates from the {{parameters}} subnode back into the template node itself.

--
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-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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

Teresa Miyar resolved MAGNOLIA-2809.
------------------------------------

    Resolution: Fixed

> Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
> -------------------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-2809
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
>             Project: Magnolia
>          Issue Type: Bug
>          Components: templating, updatemechanism
>    Affects Versions: 4.0
>            Reporter: Grégory Joseph
>            Assignee: Teresa Miyar
>            Priority: Blocker
>             Fix For: 4.1.1, 4.0.x
>
>
> There are 2 conflicting tasks for templates:
> # renamed {{path}} to {{templatePath}} - that is 100% correct
> # move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.
> Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1
> (!) workaround: move the {{templatePath}} nodedata of your templates from the {{parameters}} subnode back into the template node itself.

--
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] Reopened: (MAGNOLIA-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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

Grégory Joseph reopened MAGNOLIA-2809:
--------------------------------------


Existing instances need to be fixed. This update task being registered for 4.0, just modifying the task itself won't fix any.


> Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
> -------------------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-2809
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
>             Project: Magnolia
>          Issue Type: Bug
>          Components: templating, updatemechanism
>    Affects Versions: 4.0
>            Reporter: Grégory Joseph
>            Assignee: Teresa Miyar
>            Priority: Blocker
>             Fix For: 4.1.1, 4.0.x
>
>
> There are 2 conflicting tasks for templates:
> # renamed {{path}} to {{templatePath}} - that is 100% correct
> # move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.
> Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1
> (!) workaround: move the {{templatePath}} nodedata of your templates from the {{parameters}} subnode back into the template node itself.

--
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-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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

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

    Fix Version/s: 4.0.3
                       (was: 4.0.x)

> Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
> -------------------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-2809
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
>             Project: Magnolia
>          Issue Type: Bug
>          Components: templating, updatemechanism
>    Affects Versions: 4.0
>            Reporter: Grégory Joseph
>            Assignee: Teresa Miyar
>            Priority: Blocker
>             Fix For: 4.1.1, 4.0.3
>
>
> There are 2 conflicting tasks for templates:
> # renamed {{path}} to {{templatePath}} - that is 100% correct
> # move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.
> Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1
> (!) workaround: move the {{templatePath}} nodedata of your templates from the {{parameters}} subnode back into the template node itself.

--
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] Work started: (MAGNOLIA-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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

Work on MAGNOLIA-2809 started by Teresa Miyar.

> Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
> -------------------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-2809
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
>             Project: Magnolia
>          Issue Type: Bug
>          Components: templating, updatemechanism
>    Affects Versions: 4.0
>            Reporter: Grégory Joseph
>            Assignee: Teresa Miyar
>            Priority: Blocker
>             Fix For: 4.1.1, 4.0.3
>
>
> There are 2 conflicting tasks for templates:
> # renamed {{path}} to {{templatePath}} - that is 100% correct
> # move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.
> Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1
> (!) workaround: move the {{templatePath}} nodedata of your templates from the {{parameters}} subnode back into the template node itself.

--
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-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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

Teresa Miyar resolved MAGNOLIA-2809.
------------------------------------

    Resolution: Fixed

> Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
> -------------------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-2809
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
>             Project: Magnolia
>          Issue Type: Bug
>          Components: templating, updatemechanism
>    Affects Versions: 4.0
>            Reporter: Grégory Joseph
>            Assignee: Teresa Miyar
>            Priority: Blocker
>             Fix For: 4.1.1, 4.0.3
>
>
> There are 2 conflicting tasks for templates:
> # renamed {{path}} to {{templatePath}} - that is 100% correct
> # move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.
> Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1
> (!) workaround: move the {{templatePath}} nodedata of your templates from the {{parameters}} subnode back into the template node itself.

--
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-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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

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

Integrated in !http://hudson.magnolia-cms.com/nocacheImages/16x16/blue.gif! [magnolia_main-trunk #962|http://hudson.magnolia-cms.com/job/magnolia_main-trunk/962/]
      added fix for the right versions 4.0.3 and 4.1.1


> Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
> -------------------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-2809
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
>             Project: Magnolia
>          Issue Type: Bug
>          Components: templating, updatemechanism
>    Affects Versions: 4.0
>            Reporter: Grégory Joseph
>            Assignee: Teresa Miyar
>            Priority: Blocker
>             Fix For: 4.1.1, 4.0.3
>
>
> There are 2 conflicting tasks for templates:
> # renamed {{path}} to {{templatePath}} - that is 100% correct
> # move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.
> Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1
> (!) workaround: move the {{templatePath}} nodedata of your templates from the {{parameters}} subnode back into the template node itself.

--
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-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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

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

Integrated in !http://hudson.magnolia-cms.com/nocacheImages/16x16/blue.gif! [magnolia_main-4.0-branch #53|http://hudson.magnolia-cms.com/job/magnolia_main-4.0-branch/53/]
      merged with trunk r27347 added fix for the right versions 4.0.3 and 4.1.1


> Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
> -------------------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-2809
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
>             Project: Magnolia
>          Issue Type: Bug
>          Components: templating, updatemechanism
>    Affects Versions: 4.0
>            Reporter: Grégory Joseph
>            Assignee: Teresa Miyar
>            Priority: Blocker
>             Fix For: 4.1.1, 4.0.3
>
>
> There are 2 conflicting tasks for templates:
> # renamed {{path}} to {{templatePath}} - that is 100% correct
> # move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.
> Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1
> (!) workaround: move the {{templatePath}} nodedata of your templates from the {{parameters}} subnode back into the template node itself.

--
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] Reopened: (MAGNOLIA-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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

Grégory Joseph reopened MAGNOLIA-2809:
--------------------------------------


tests missing

> Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
> -------------------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-2809
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
>             Project: Magnolia
>          Issue Type: Bug
>          Components: templating, updatemechanism
>    Affects Versions: 4.0
>            Reporter: Grégory Joseph
>            Assignee: Teresa Miyar
>            Priority: Blocker
>             Fix For: 4.1.1, 4.0.3
>
>
> There are 2 conflicting tasks for templates:
> # renamed {{path}} to {{templatePath}} - that is 100% correct
> # move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.
> Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1
> (!) workaround: move the {{templatePath}} nodedata of your templates from the {{parameters}} subnode back into the template node itself.

--
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] Assigned: (MAGNOLIA-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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

Grégory Joseph reassigned MAGNOLIA-2809:
----------------------------------------

    Assignee: Grégory Joseph  (was: Teresa Miyar)

> Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
> -------------------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-2809
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
>             Project: Magnolia
>          Issue Type: Bug
>          Components: templating, updatemechanism
>    Affects Versions: 4.0
>            Reporter: Grégory Joseph
>            Assignee: Grégory Joseph
>            Priority: Blocker
>             Fix For: 4.1.1, 4.0.3
>
>
> There are 2 conflicting tasks for templates:
> # renamed {{path}} to {{templatePath}} - that is 100% correct
> # move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.
> Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1
> (!) workaround: move the {{templatePath}} nodedata of your templates from the {{parameters}} subnode back into the template node itself.

--
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] Work started: (MAGNOLIA-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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

Work on MAGNOLIA-2809 started by Grégory Joseph.

> Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
> -------------------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-2809
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
>             Project: Magnolia
>          Issue Type: Bug
>          Components: templating, updatemechanism
>    Affects Versions: 4.0
>            Reporter: Grégory Joseph
>            Assignee: Grégory Joseph
>            Priority: Blocker
>             Fix For: 4.1.1, 4.0.3
>
>
> There are 2 conflicting tasks for templates:
> # renamed {{path}} to {{templatePath}} - that is 100% correct
> # move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.
> Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1
> (!) workaround: move the {{templatePath}} nodedata of your templates from the {{parameters}} subnode back into the template node itself.

--
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-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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

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

Integrated in !http://hudson.magnolia-cms.com/nocacheImages/16x16/blue.gif! [magnolia_main-trunk #983|http://hudson.magnolia-cms.com/job/magnolia_main-trunk/983/]
     

> Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
> -------------------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-2809
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
>             Project: Magnolia
>          Issue Type: Bug
>          Components: templating, updatemechanism
>    Affects Versions: 4.0
>            Reporter: Grégory Joseph
>            Assignee: Grégory Joseph
>            Priority: Blocker
>             Fix For: 4.1.1, 4.0.3
>
>
> There are 2 conflicting tasks for templates:
> # renamed {{path}} to {{templatePath}} - that is 100% correct
> # move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.
> Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1
> (!) workaround: move the {{templatePath}} nodedata of your templates from the {{parameters}} subnode back into the template node itself.

--
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-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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

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

Integrated in !http://hudson.magnolia-cms.com/nocacheImages/16x16/blue.gif! [magnolia_main-4.0-branch #64|http://hudson.magnolia-cms.com/job/magnolia_main-4.0-branch/64/]
     merging r27568 from trunk:  added tests for the templatePath renaming healing tasks


> Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
> -------------------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-2809
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
>             Project: Magnolia
>          Issue Type: Bug
>          Components: templating, updatemechanism
>    Affects Versions: 4.0
>            Reporter: Grégory Joseph
>            Assignee: Grégory Joseph
>            Priority: Blocker
>             Fix For: 4.1.1, 4.0.3
>
>
> There are 2 conflicting tasks for templates:
> # renamed {{path}} to {{templatePath}} - that is 100% correct
> # move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.
> Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1
> (!) workaround: move the {{templatePath}} nodedata of your templates from the {{parameters}} subnode back into the template node itself.

--
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-2809) Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode

by JIRA (on behalf of Grégory Joseph) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



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

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

    Resolution: Fixed

> Update task incorrectly moves 'templatePath' nodes of templates to parameters subnode
> -------------------------------------------------------------------------------------
>
>                 Key: MAGNOLIA-2809
>                 URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2809
>             Project: Magnolia
>          Issue Type: Bug
>          Components: templating, updatemechanism
>    Affects Versions: 4.0
>            Reporter: Grégory Joseph
>            Assignee: Grégory Joseph
>            Priority: Blocker
>             Fix For: 4.1.1, 4.0.3
>
>
> There are 2 conflicting tasks for templates:
> # renamed {{path}} to {{templatePath}} - that is 100% correct
> # move non-default template parameters to the {{parameters}} subnode. The bug is that this task consider {{path}} to be the property to keep, while these have just been renamed to {{templatePath}}.
> Fixing this will require careful writing of update tasks for both 4.0.3 *and* 4.1.1
> (!) workaround: move the {{templatePath}} nodedata of your templates from the {{parameters}} subnode back into the template node itself.

--
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@...>
----------------------------------------------------------------