1. 13 Jan, 2021 4 commits
  2. 12 Jan, 2021 4 commits
  3. 11 Jan, 2021 2 commits
  4. 08 Jan, 2021 2 commits
  5. 06 Jan, 2021 4 commits
  6. 05 Jan, 2021 3 commits
  7. 04 Jan, 2021 1 commit
  8. 30 Dec, 2020 3 commits
  9. 29 Dec, 2020 2 commits
  10. 28 Dec, 2020 2 commits
  11. 25 Dec, 2020 8 commits
  12. 24 Dec, 2020 5 commits
    • Kazuhiko Shiozaki's avatar
      Revert "amount_generator: getBaseAmountQuantity method can differ per amount generator line." · 53402cd4
      Kazuhiko Shiozaki authored
      This reverts commit 6430ccc3.
      
      because it's redundant with the fact that we can already distinguish different Trade Model Line within the returned function by using .getAmountGeneratorLine() on the first parameter.
      53402cd4
    • 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