1. 19 Dec, 2019 2 commits
    • Jérome Perrin's avatar
      code_mirror: move editor field's inline css to separate file · ef456975
      Jérome Perrin authored
      This was not valid HTML5:
      
        AssertionError: Using nu validator to parse the view "SQLMethod_view" (from erp5_core bt) with warnings displayed :
        Error: line 782 column 23 : Element “style” not allowed as child of element “div” in this context. (Suppressing further errors from this subtree.): </script>
        <style type="text/css">
          .cm
        Error: line 822 column 23 : Element “style” not allowed as child of element “div” in this context. (Suppressing further errors from this subtree.): script>
      
        <style type="text/css">
          .max
      ef456975
    • Jérome Perrin's avatar
      administration: fix catalog table scan in Item_checkTrackingList · c1cb1cc3
      Jérome Perrin authored
      This fix a regression from 920655a2 : when item has no tracking, uid was
      passed an empty list and this fetched all catalog.
      Also call getObject explicitly only once instead of having it called
      implicitly twice.
      c1cb1cc3
  2. 18 Dec, 2019 5 commits
  3. 16 Dec, 2019 5 commits
  4. 13 Dec, 2019 7 commits
  5. 12 Dec, 2019 5 commits
  6. 11 Dec, 2019 1 commit
    • Jérome Perrin's avatar
      CodingStyleTest: run testXHTML for each business template · 7988bc67
      Jérome Perrin authored
       - run `testXHTML` on business templates "one by one"
       - fix all the problems with the currently tested business templates
       - because `erp5_ingestion` was containing some tests skin folder depending on other business templates and because I did not want to add dependencies to `erp5_ingestion` I moved the tests in `erp5_ingestion_test`.
      
      /reviewed-on nexedi/erp5!989
      7988bc67
  7. 10 Dec, 2019 3 commits
  8. 06 Dec, 2019 4 commits
  9. 03 Dec, 2019 8 commits
    • Jérome Perrin's avatar
      CodingStyleTest: run testXHTML for each business template · 1bf425ca
      Jérome Perrin authored
      This will allow to find problems when only business templates and their
      dependencies are installed. When we run testXHTML with all business
      template installed we don't see problems that may happen only when some
      business templates are not installed.
      1bf425ca
    • Jérome Perrin's avatar
      accounting_simulation_legacy: format AccountingRuleCell properly · 9aa6b278
      Jérome Perrin authored
      pylint complained about indentation
      9aa6b278
    • Jérome Perrin's avatar
      accounting_simulation_legacy: restore AccountingRuleCell · 5d206c29
      Jérome Perrin authored
      this was removed in 2138aee5
      5d206c29
    • Jérome Perrin's avatar
      banking_inventory: skip coding style test · e8574779
      Jérome Perrin authored
      This bt has too many coding style problems for now
      e8574779
    • Jérome Perrin's avatar
      travel_expense: fix duplicate selection names · 03029bcb
      Jérome Perrin authored
        'ticket_view_selection'
      	'Tickect_viewRelatedRecordList/listbox': set(['erp5_hr_request'])
      	'Ticket_view/listbox': set(['erp5_crm'])
      03029bcb
    • Jérome Perrin's avatar
      officejs_ooffice: fix duplicate selection names · 2e272917
      Jérome Perrin authored
        'web_page_module_view_web_page_list_selection'
      	'DocumentModule_viewDocumentListAsJioForOofficeSpreadsheetEditor/listbox': set(['erp5_ooffice_spreadsheet_editor'])
      	'DocumentModule_viewDocumentListAsJioForOofficePresentationEditor/listbox': set(['erp5_ooffice_presentation_editor'])
      	'WebPageModule_viewWebPageList/listbox': set(['erp5_web'])
      	'DocumentModule_viewDocumentListAsJioForOofficeTextEditor/listbox': set(['erp5_ooffice_text_editor'])
      	'WebPageModule_viewWebTableListAsJioForWebTableEditor/listbox': set(['erp5_web_table_editor'])
      2e272917
    • Jérome Perrin's avatar
      officejs_jquery_app: fix duplicate selection name · e0591aeb
      Jérome Perrin authored
        'image_selection'
      	'ImageModule_viewImageList/listbox': set(['erp5_dms'])
      	'ImageModule_viewImageListAsJioForImageEditor/listbox': set(['erp5_image_editor'])
        'web_page_module_view_web_page_list_selection'
      	'DocumentModule_viewDocumentListAsJioForOofficeSpreadsheetEditor/listbox': set(['erp5_ooffice_spreadsheet_editor'])
      	'DocumentModule_viewDocumentListAsJioForOofficePresentationEditor/listbox': set(['erp5_ooffice_presentation_editor'])
      	'WebPageModule_viewWebPageList/listbox': set(['erp5_web'])
      	'DocumentModule_viewDocumentListAsJioForOofficeTextEditor/listbox': set(['erp5_ooffice_text_editor'])
      	'WebPageModule_viewWebTableListAsJioForWebTableEditor/listbox': set(['erp5_web_table_editor'])
      e0591aeb
    • Jérome Perrin's avatar
      research_item: fix missing selection name · 064a7095
      Jérome Perrin authored
      064a7095