[jira] Created: (OFBIZ-3608) XHTML validation errors (party)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-3608) XHTML validation errors (party)

Nicolas Malin (Jira)
XHTML validation errors (party)
-------------------------------

                 Key: OFBIZ-3608
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3608
             Project: OFBiz
          Issue Type: Bug
          Components: party
    Affects Versions: SVN trunk
            Reporter: Blas Rodriguez Somoza
            Priority: Trivial
             Fix For: SVN trunk


XHTML validation errors

    * Unclosed INPUT
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase tags or attributes.
    * Unencoded ampersands in urls.

findparty.ftl
Wrong markup at line 44,46. Entity without final ;
>&nbsp<
Wrong markup at line 353. DIV tag with duplicated id.
<div id="findPartyResults">



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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3608) XHTML validation errors (party)

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3608:
-----------------------------------------

    Attachment: OFBIZ-3608_party_xhtml.diff

> XHTML validation errors (party)
> -------------------------------
>
>                 Key: OFBIZ-3608
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3608
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3608_party_xhtml.diff
>
>
> XHTML validation errors
>     * Unclosed INPUT
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> findparty.ftl
> Wrong markup at line 44,46. Entity without final ;
> >&nbsp<
> Wrong markup at line 353. DIV tag with duplicated id.
> <div id="findPartyResults">

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3608) XHTML validation errors (party)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3608:
-----------------------------------------

    Description:
XHTML validation errors

    * Unclosed INPUT
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase tags or attributes.
    * Unencoded ampersands in urls.

findparty.ftl
Wrong markup at line 44,46. Entity without final ;
>&nbsp<
Wrong markup at line 353. DIV tag with duplicated id.
<div id="findPartyResults">

Patch attached

  was:
XHTML validation errors

    * Unclosed INPUT
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase tags or attributes.
    * Unencoded ampersands in urls.

findparty.ftl
Wrong markup at line 44,46. Entity without final ;
>&nbsp<
Wrong markup at line 353. DIV tag with duplicated id.
<div id="findPartyResults">




> XHTML validation errors (party)
> -------------------------------
>
>                 Key: OFBIZ-3608
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3608
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3608_party_xhtml.diff
>
>
> XHTML validation errors
>     * Unclosed INPUT
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> findparty.ftl
> Wrong markup at line 44,46. Entity without final ;
> >&nbsp<
> Wrong markup at line 353. DIV tag with duplicated id.
> <div id="findPartyResults">
> Patch attached

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3608) XHTML validation errors (party)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3608:
-----------------------------------------

    Description:
XHTML validation errors

    * Unclosed INPUT
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase tags or attributes.
    * Unencoded ampersands in urls.

Other errors:

findparty.ftl
Wrong markup at line 44,46. Entity without final ;
>&nbsp<
Wrong markup at line 353. DIV tag with duplicated id.
<div id="findPartyResults">

Patch attached

  was:
XHTML validation errors

    * Unclosed INPUT
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase tags or attributes.
    * Unencoded ampersands in urls.

findparty.ftl
Wrong markup at line 44,46. Entity without final ;
>&nbsp<
Wrong markup at line 353. DIV tag with duplicated id.
<div id="findPartyResults">

Patch attached


> XHTML validation errors (party)
> -------------------------------
>
>                 Key: OFBIZ-3608
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3608
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3608_party_xhtml.diff
>
>
> XHTML validation errors
>     * Unclosed INPUT
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> findparty.ftl
> Wrong markup at line 44,46. Entity without final ;
> >&nbsp<
> Wrong markup at line 353. DIV tag with duplicated id.
> <div id="findPartyResults">
> Patch attached

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3608) XHTML validation errors (party)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3608:
-----------------------------------------

    Description:
XHTML validation errors

    * Unclosed INPUT
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase tags or attributes.
    * Unencoded ampersands in urls.

Other errors:

findparty.ftl
Wrong markup at line 44,46. Entity without final ;
>&nbsp<
Wrong markup at line 353. DIV tag with duplicated id.
<div id="findPartyResults">

EditShopingList.ftl
Wrong markup at line 28, duplicated "
<a href="javascript:$('createEmptyShoppingList').submit();"" class="buttontext">

Updated patch attached (v2)

  was:
XHTML validation errors

    * Unclosed INPUT
    * attributes without values (checked, selected, disabled, etc)
    * attribute values without "
    * Uppercase tags or attributes.
    * Unencoded ampersands in urls.

Other errors:

findparty.ftl
Wrong markup at line 44,46. Entity without final ;
>&nbsp<
Wrong markup at line 353. DIV tag with duplicated id.
<div id="findPartyResults">

Patch attached


> XHTML validation errors (party)
> -------------------------------
>
>                 Key: OFBIZ-3608
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3608
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3608_party_xhtml.diff, OFBIZ-3608_party_xhtml_v2.diff
>
>
> XHTML validation errors
>     * Unclosed INPUT
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> findparty.ftl
> Wrong markup at line 44,46. Entity without final ;
> >&nbsp<
> Wrong markup at line 353. DIV tag with duplicated id.
> <div id="findPartyResults">
> EditShopingList.ftl
> Wrong markup at line 28, duplicated "
> <a href="javascript:$('createEmptyShoppingList').submit();"" class="buttontext">
> Updated patch attached (v2)

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3608) XHTML validation errors (party)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blas Rodriguez Somoza updated OFBIZ-3608:
-----------------------------------------

    Attachment: OFBIZ-3608_party_xhtml_v2.diff

> XHTML validation errors (party)
> -------------------------------
>
>                 Key: OFBIZ-3608
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3608
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3608_party_xhtml.diff, OFBIZ-3608_party_xhtml_v2.diff
>
>
> XHTML validation errors
>     * Unclosed INPUT
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> findparty.ftl
> Wrong markup at line 44,46. Entity without final ;
> >&nbsp<
> Wrong markup at line 353. DIV tag with duplicated id.
> <div id="findPartyResults">
> EditShopingList.ftl
> Wrong markup at line 28, duplicated "
> <a href="javascript:$('createEmptyShoppingList').submit();"" class="buttontext">
> Updated patch attached (v2)

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

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-3608) XHTML validation errors (party)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Busco reassigned OFBIZ-3608:
----------------------------------

    Assignee: Bruno Busco

> XHTML validation errors (party)
> -------------------------------
>
>                 Key: OFBIZ-3608
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3608
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Assignee: Bruno Busco
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3608_party_xhtml.diff, OFBIZ-3608_party_xhtml_v2.diff
>
>
> XHTML validation errors
>     * Unclosed INPUT
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> findparty.ftl
> Wrong markup at line 44,46. Entity without final ;
> >&nbsp<
> Wrong markup at line 353. DIV tag with duplicated id.
> <div id="findPartyResults">
> EditShopingList.ftl
> Wrong markup at line 28, duplicated "
> <a href="javascript:$('createEmptyShoppingList').submit();"" class="buttontext">
> Updated patch attached (v2)

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

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-3608) XHTML validation errors (party)

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Busco closed OFBIZ-3608.
------------------------------

    Resolution: Fixed

Thank you Blas,
your patch is in trunk at revision: 929303

> XHTML validation errors (party)
> -------------------------------
>
>                 Key: OFBIZ-3608
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3608
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: SVN trunk
>            Reporter: Blas Rodriguez Somoza
>            Assignee: Bruno Busco
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3608_party_xhtml.diff, OFBIZ-3608_party_xhtml_v2.diff
>
>
> XHTML validation errors
>     * Unclosed INPUT
>     * attributes without values (checked, selected, disabled, etc)
>     * attribute values without "
>     * Uppercase tags or attributes.
>     * Unencoded ampersands in urls.
> Other errors:
> findparty.ftl
> Wrong markup at line 44,46. Entity without final ;
> >&nbsp<
> Wrong markup at line 353. DIV tag with duplicated id.
> <div id="findPartyResults">
> EditShopingList.ftl
> Wrong markup at line 28, duplicated "
> <a href="javascript:$('createEmptyShoppingList').submit();"" class="buttontext">
> Updated patch attached (v2)

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