1. 28 Oct, 2015 7 commits
  2. 27 Oct, 2015 5 commits
  3. 26 Oct, 2015 1 commit
    • Romain Courteaud's avatar
      [Zelenium] Store the test HTML as a dataURL in case of error · 89115b88
      Romain Courteaud authored
      This will ease debugging from posted test results.
      This code should be synchronous (no Blob asDataURL method for example) and so, btoa is used.
      
      Sadly, btoa will fail with unicode character
      Do not report HTML error in such case, until a cleaner dataURL is implemented
      89115b88
  4. 24 Oct, 2015 1 commit
    • Boris Kocherov's avatar
      erp5_officejs: add spreadsheet gadget · ea28b5f8
      Boris Kocherov authored
      Creating a renderjs gadget that follows a standard interface
      to get, edit and save spreadsheet document using jio. Spreadsheet
      gadget is based on onlyOffice editor.
      Format of spreadsheet document that can be edited in renderjs gadget
      is xlsy. At present the spreadsheet document conversion from any
      (xlsx, ods, etc) to xlsy is done automatically during first
      synchronization with gadget by cloudooo.
      ea28b5f8
  5. 23 Oct, 2015 9 commits
  6. 22 Oct, 2015 2 commits
  7. 21 Oct, 2015 2 commits
  8. 20 Oct, 2015 7 commits
  9. 19 Oct, 2015 5 commits
  10. 16 Oct, 2015 1 commit
    • Sebastien Robin's avatar
      erp5_core: start to enforce naming convention for field libraries · 127448cd
      Sebastien Robin authored
      In the same time, remove checking of legacy business template, they
      are not maintained any more.
      
      Do not check naming conventions for field libraries in many business
      templates that would need cleanup first (the list is harcoded, this
      way any new bt will be checked automatically)
      127448cd