You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Hederer Jean-Sébastien (JIRA)" <ji...@apache.org> on 2006/11/20 21:28:02 UTC

[jira] Created: (OFBIZ-485) W3C & Warnings

W3C & Warnings
--------------

                 Key: OFBIZ-485
                 URL: http://issues.apache.org/jira/browse/OFBIZ-485
             Project: OFBiz (The Open for Business Project)
          Issue Type: Improvement
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Hederer Jean-Sébastien


When generating a link with parameters as GET format ("/accounting/control/findInvoices?lookupFlag=Y&statusId=INVOICE_APPROVED"), we should generate "&amp;" instead of "&" for W3C compatibility.

I suggest using Firefox with "HTML validator" plugin in order to verify compatibility for pages generated.

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

       

[jira] Updated: (OFBIZ-485) W3C & Warnings

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OFBIZ-485?page=all ]

Jacques Le Roux updated OFBIZ-485:
----------------------------------

    Priority: Minor  (was: Major)

> W3C & Warnings
> --------------
>
>                 Key: OFBIZ-485
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-485
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Hederer Jean-Sébastien
>            Priority: Minor
>
> When generating a link with parameters as GET format ("/accounting/control/findInvoices?lookupFlag=Y&statusId=INVOICE_APPROVED"), we should generate "&amp;" instead of "&" for W3C compatibility.
> I suggest using Firefox with "HTML validator" plugin in order to verify compatibility for pages generated.

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

       

[jira] Commented: (OFBIZ-485) W3C & Warnings

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-485?page=comments#action_12451790 ] 
            
Jacques Le Roux commented on OFBIZ-485:
---------------------------------------

Good idea Jean-Sébastien, 

Vinay (http://www.nabble.com/Users---XHTML-Validation-tf1272853.html#a3378848) 
and I (http://www.nabble.com/Users---HTML-Validator-%3A-Firefox-extension-tf1240802.html#a3284175)
have already suggest this. 

BTW I think this is not a *Major* issue (I know it's the Jira default and Jacopo already suggested that we switch to minor as default) so I set it ot minor.

Of course any patches will be appreciated ;o)

Thanks for your time.

> W3C & Warnings
> --------------
>
>                 Key: OFBIZ-485
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-485
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Hederer Jean-Sébastien
>
> When generating a link with parameters as GET format ("/accounting/control/findInvoices?lookupFlag=Y&statusId=INVOICE_APPROVED"), we should generate "&amp;" instead of "&" for W3C compatibility.
> I suggest using Firefox with "HTML validator" plugin in order to verify compatibility for pages generated.

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

       

[jira] Commented: (OFBIZ-485) W3C & Warnings

Posted by "Hederer Jean-Sébastien (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-485?page=comments#action_12451804 ] 
            
Hederer Jean-Sébastien commented on OFBIZ-485:
----------------------------------------------

Yes, it does cause problems only for few parameters strings (lang%, sect% and copy%). We should just think to it and perhaps modify it when code generating these links is maintained.

> W3C & Warnings
> --------------
>
>                 Key: OFBIZ-485
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-485
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Hederer Jean-Sébastien
>            Priority: Minor
>
> When generating a link with parameters as GET format ("/accounting/control/findInvoices?lookupFlag=Y&statusId=INVOICE_APPROVED"), we should generate "&amp;" instead of "&" for W3C compatibility.
> I suggest using Firefox with "HTML validator" plugin in order to verify compatibility for pages generated.

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

       

[jira] Closed: (OFBIZ-485) W3C & Warnings

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OFBIZ-485?page=all ]

Jacques Le Roux closed OFBIZ-485.
---------------------------------

    Fix Version/s: SVN trunk
       Resolution: Later
         Assignee: Jacques Le Roux

Yes, I checked there are no such strings in OFBiz right now. The prudence might to use right now &amp; in place of & in new URL strings.

I close this issue hoping that sufficient deveoppers have read and will use this advice.

> W3C & Warnings
> --------------
>
>                 Key: OFBIZ-485
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-485
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Hederer Jean-Sébastien
>         Assigned To: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> When generating a link with parameters as GET format ("/accounting/control/findInvoices?lookupFlag=Y&statusId=INVOICE_APPROVED"), we should generate "&amp;" instead of "&" for W3C compatibility.
> I suggest using Firefox with "HTML validator" plugin in order to verify compatibility for pages generated.

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

       

[jira] Commented: (OFBIZ-485) W3C & Warnings

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-485?page=comments#action_12451797 ] 
            
Jacques Le Roux commented on OFBIZ-485:
---------------------------------------

Actually I re-read http://www.htmlhelp.com/tools/validator/problems.html.en#amp and yes I think we should made it. However it seems that this has never been a problem before (certainly because no link were containing stuffes like &lang=en ?)

> W3C & Warnings
> --------------
>
>                 Key: OFBIZ-485
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-485
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Hederer Jean-Sébastien
>            Priority: Minor
>
> When generating a link with parameters as GET format ("/accounting/control/findInvoices?lookupFlag=Y&statusId=INVOICE_APPROVED"), we should generate "&amp;" instead of "&" for W3C compatibility.
> I suggest using Firefox with "HTML validator" plugin in order to verify compatibility for pages generated.

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

       

[jira] Commented: (OFBIZ-485) W3C & Warnings

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-485?page=comments#action_12451796 ] 
            
Jacques Le Roux commented on OFBIZ-485:
---------------------------------------

Jean-Sébastien,

I'm not sure this is really needed reading link http://www.htmlhelp.com/tools/validator/problems.html.en#amp
founf in  point  "338: cannot generate system identifier for general entity X" in http://validator.w3.org/docs/errors.html#bad-entity.

What to you think folks ? 

> W3C & Warnings
> --------------
>
>                 Key: OFBIZ-485
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-485
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Hederer Jean-Sébastien
>            Priority: Minor
>
> When generating a link with parameters as GET format ("/accounting/control/findInvoices?lookupFlag=Y&statusId=INVOICE_APPROVED"), we should generate "&amp;" instead of "&" for W3C compatibility.
> I suggest using Firefox with "HTML validator" plugin in order to verify compatibility for pages generated.

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