An error occurred fetching the project authors.
  1. 10 Dec, 2021 1 commit
  2. 02 Jul, 2021 1 commit
  3. 19 May, 2020 1 commit
    • Jérome Perrin's avatar
      component/firefox: generate a fallback $FONTCONFIG_FILE · 8cc12eb3
      Jérome Perrin authored
      Since e5687602 it's instance
      responsability to generate a fonts.conf if they need fonts, but we
      realized to late that if there is no /etc/fonts/fonts.conf on the
      machine firefox does not start.
      
      In recent ERP5 software release, we have a $FONTCONFIG_FILE, but on
      older versions we don't.
      
      To keep compatibility with old ERP5 software release, we generate a
      default FONTCONFIG_FILE that will be used as fallback when
      $FONTCONFIG_FILE environment variable is not set.
      8cc12eb3
  4. 29 Apr, 2020 1 commit
  5. 21 Apr, 2020 1 commit
  6. 20 Mar, 2020 1 commit
  7. 27 Aug, 2019 1 commit
  8. 21 Aug, 2019 1 commit
  9. 20 Aug, 2019 3 commits
  10. 31 Oct, 2018 1 commit
  11. 04 Oct, 2018 5 commits
  12. 05 Sep, 2018 1 commit
  13. 02 Sep, 2018 1 commit
  14. 31 Aug, 2018 5 commits
    • Jérome Perrin's avatar
      component/firefox: version up firefox 52.9.0esr · 34cc40b0
      Jérome Perrin authored
      Current ESR version
      
      Keep version 51 for now
      34cc40b0
    • Jérome Perrin's avatar
      9b842b53
    • Jérome Perrin's avatar
      component/firefox: Don't discard firefox's stderr · 1fac4b67
      Jérome Perrin authored
      This reverts 8f35ea4d
      It should no longer be needed because erp5.util should now have the fix
      from
      nexedi/erp5@97f3310e
      1fac4b67
    • Jérome Perrin's avatar
      component/firefox: use .format string subsitutions · f71c96ad
      Jérome Perrin authored
      so that we don't have to escape % as %%
      f71c96ad
    • Julien Muchembled's avatar
      component/firefox: simplify profile · 654ac2e1
      Julien Muchembled authored
      Major change is that slapos compatible wrapper is no longer installed in
      parts/firefox/firefox-slapos , but directly as "firefox" in the
      buildout:bin-directory of the software profile.
      geckodriver is also in the same buildout:bin-directory.
      This way, softwares using this just need to add
      buildout:bin-directory to $PATH
      
      erp5testnode knows since
      nexedi/erp5@59ee7970
      that it should look for firefox in buildout:bin-directory of the
      installed SR, so we should not need backward compatibility here.
      
      Adjust seleniumrunner and jstestnode for the changes
      
      Also drop unused firefox 45
      
      Jérome changes from original 8cf6908df752b9e7632b2910ffc85027f1f4f22c :
       - name sections [firefox-wrapper] and [firefox] because including the
      version in section name means we have to also update section name when
      we update version. Users have to be careful of installing
      ${firefox-wrapper:} and not ${firefox:}
       - introduce macros for implementation and simple section using the
      macros, to make it easy to had more versions or to increase versions,
      for both firefox and geckodriver. They are slightly different because
      for firefox we need a wrapper, but geckodriver is usable directly.
       - use same version, the "versions up" will be separate commits.
       - now that seleniumrunner and jstestnode are using buildout.hash.cfg,
      md5sums are in separate files.
      Co-authored-by: Jérome Perrin's avatarJérome Perrin <jerome@nexedi.com>
      654ac2e1
  15. 11 Apr, 2017 1 commit
    • Kazuhiko Shiozaki's avatar
      component/firefox: discard stderr output in firefox-slapos. · 8f35ea4d
      Kazuhiko Shiozaki authored
      background: firefox 51 outputs non-ASCII character when it is terminated and current erp5.util cannot recognize well if the test finishes.
      this commit is a workaround for this issue, so that we can use firefox 51 without touching ERP5TypeFunctionalTestCase, that is important to test old ERP5 revision.
      
      also quote arguments.
      8f35ea4d
  16. 01 Mar, 2017 1 commit
  17. 21 Feb, 2017 3 commits
  18. 16 Feb, 2017 2 commits
  19. 04 Apr, 2016 1 commit
  20. 18 Aug, 2015 1 commit
  21. 24 Mar, 2015 1 commit
  22. 10 Mar, 2015 1 commit
  23. 09 Dec, 2014 1 commit
  24. 20 Nov, 2014 1 commit
  25. 24 Oct, 2014 1 commit
  26. 22 Oct, 2014 2 commits