1. 25 Sep, 2018 3 commits
    • Thomas Gambier's avatar
      [erp5_officejs_ui_test] Fix some OfficeJS UI tests · 8900b5d3
      Thomas Gambier authored
      After clicking on "Documents", we need to wait for the listbox to be loaded before doing anything else. In particular, if we do a search after clicking on "Documents" the listbox is loaded twice (once after clicking on Documents and once after clicking on search). If we don't wait for the listbox to be loaded before doing the search, the search macro might end too early.
      8900b5d3
    • Thomas Gambier's avatar
      [erp5_officejs] "Javascript Editor" is now a progressive webapp · 8567a3ca
      Thomas Gambier authored
      Add manifests to make the app a progressive webapp. There are 2 manifests : one
      during the installation process (while the app is loading) and one for the app
      itself.  Note that the "start_url" parameter is made for the officejs app URL
      ([your_app].app.officejs.com/[release_number]). It doesn't work on an ERP5
      instance ([instance_url]/erp5/web_site_module/[your_app]). If you want to make
      it work on the ERP5 instance for testing purposes, remove one "../".
      
      Update the Javascript Editor logo according to Vincent's wishes.
      8567a3ca
    • Thomas Gambier's avatar
      [erp5_officejs] prepare to put codemirror app on official officejs · f3b71a46
      Thomas Gambier authored
      The app will be labelled "Javascript Editor" for now but the domain name will be codemirror.app.officejs.com.
      Update dropbox_app_key (generated by Vincent).
      Reorder totally the apps on officejs appstore (as suggested by Vincent).
      f3b71a46
  2. 21 Sep, 2018 7 commits
  3. 20 Sep, 2018 8 commits
  4. 19 Sep, 2018 1 commit
  5. 18 Sep, 2018 8 commits
  6. 17 Sep, 2018 13 commits