1. 25 Dec, 2020 8 commits
  2. 24 Dec, 2020 5 commits
    • Jérome Perrin's avatar
      run_my_doc: enable coding style test · 57cc0393
      Jérome Perrin authored
      57cc0393
    • Jérome Perrin's avatar
      run_my_doc: make TestPage_viewEditTest valid html · 47c46690
      Jérome Perrin authored
      remove useless language="javascript"
      remove useless <col>
      
      This fixes these errors:
      
          Using nu validator to parse the view "TestPage_viewEditTest" (from erp5_run_my_doc bt) with warnings displayed :
          Error: line 623 column 33 : Table column 1 established by element “col” has no cells beginning in it.: st_table">
              <col class="action_column" />
              <
          Error: line 624 column 33 : Table column 2 established by element “col” has no cells beginning in it.: n" />
              <col class="action_column" />
              <
          Error: line 625 column 11 : Table column 3 established by element “col” has no cells beginning in it.: n" />
              <col />
              <
          Error: line 626 column 11 : Table column 4 established by element “col” has no cells beginning in it.: ol />
              <col />
              <
          Error: line 627 column 11 : Table column 5 established by element “col” has no cells beginning in it.: ol />
              <col />
              <
          Warning: line 619 column 85 : The “language” attribute on the “script” element is obsolete. You can safely omit it.: r.css">
            <script language="javascript"
                    src="http://erp5-catalog-0:2201/portal_3010166623124138150/test_editor.js"></scri
          Warning: line 621 column 90 : The “language” attribute on the “script” element is obsolete. You can safely omit it.: script>
            <script language="javascript"
                    src="http://erp5-catalog-0:2201/portal_3010166623124138150/erp5_run_my_docs.js"></scri
      47c46690
    • Jérome Perrin's avatar
      run_my_doc: make TestPage_viewTestReport valid HTML · 2ef472f1
      Jérome Perrin authored
      Don't use inline <style> in a <div>, but in an external <link>.
      
      This fixes:
      
          Using nu validator to parse the view "TestPage_viewTestReport" (from erp5_run_my_doc bt) with warnings displayed :
          Error: line 581 column 23 : Element “style” not allowed as child of element “div” in this context. (Suppressing further errors from this subtree.): "><div  >
          <style type="text/css">
          body,
      2ef472f1
    • Jérome Perrin's avatar
      run_my_doc: fix translations · d44e5ea8
      Jérome Perrin authored
      These translations where creating too many messages
      d44e5ea8
    • Jérome Perrin's avatar
      run_my_doc: fix pylint messages · 49236ced
      Jérome Perrin authored
      49236ced
  3. 22 Dec, 2020 1 commit
  4. 21 Dec, 2020 26 commits