Skip to content
Snippets Groups Projects
  1. May 16, 2017
  2. May 12, 2017
  3. May 02, 2017
  4. Apr 14, 2017
  5. Apr 11, 2017
  6. Mar 28, 2017
  7. Mar 14, 2017
    • Laurent Destailleur's avatar
      Add comments · fc5d96b8
      Laurent Destailleur authored
      fc5d96b8
    • cam.lafit's avatar
      Provide a home directory to java/soffice · 67189fa6
      cam.lafit authored
      By default www-data run as system user on /root directory, to prevent some error about right user we :
      * move first to /tmp directory
      * set /tmp as home www-data user
      
      If needed admin sys can update *$home_java* to a valide www-data directory
      67189fa6
    • camlafit's avatar
      Execute in background process · e0449cf1
      camlafit authored
      It's better to split command call in two part. Set command to execute with binary path and execute after in background
      e0449cf1
  8. Jan 20, 2017
  9. Jan 18, 2017
  10. Dec 16, 2016
  11. Nov 06, 2016
  12. Oct 05, 2016
  13. Sep 29, 2016
  14. Sep 10, 2016
  15. Sep 09, 2016
  16. Sep 02, 2016
  17. Aug 28, 2016
  18. Aug 22, 2016
  19. Jul 06, 2016
  20. Jun 29, 2016
  21. Jun 04, 2016
  22. Mar 25, 2016
  23. Mar 21, 2016
  24. Mar 20, 2016
  25. Feb 12, 2016
  26. Feb 08, 2016
  27. Jan 08, 2016
  28. Dec 18, 2015
  29. Dec 13, 2015
    • Raphaël Doursenaud's avatar
      Better Travis CI · bbe7498d
      Raphaël Doursenaud authored
      NEW:
      Cleaned up routines for better readability of both declaration and results.
      PHP versions now really covered.
          The old code forced install of PHP and didn't use Travis provided versions.
          This resulted in the process not being executed with the declared PHP version.
      Dropped MySQL in favor of MariaDB.
          This is now the FLOSS community standard.
          This should help avoid problems with buggy MySQL releases.
      Fast finish enabled to show results faster.
      Optimized tools installation with composer.
          The right version of the tool is installed for the PHP version under test.
      New PHP linter to check for syntax errors.
          Parallelized for better speed.
      Apache + PHP FPM for testing webservices.
          The previous mod_php configuration was not supported on Travis.
      New global DEBUG environment variable to show verbose output with configuration files content.
      IRC notification on #dolibarr@freenode for community awareness.
      
      FIXES:
      Bug in scripts preventing execution with environmentalized PHP.
      Wrong detection of MAIN_URL_ROOT under specific circumstances.
          $_SERVER["DOCUMENT_ROOT"] empty and $_SERVER["SCRIPT_NAME"] populated.
      Relative ignore directive in coding style ruleset to avoid bypassing test.
      Unit test errors without an exit status.
          This prevented the CI from properly detecting and reporting the error.
      
      TODOS:
      PostgreSQL support.
          This one is tricky since we only have a MySQL dump and the syntax is not directly compatible.
      SQLite support.
          Disabled in core at the moment.
      Nginx + PHP FPM support.
          Test webservices on the second most popular webserver.
      Run dev/* checks.
          We have a nice collection of scripts we could leverage.
      Check Javascript.
      Check CSS.
      Check SQL.
      bbe7498d
  30. Oct 30, 2015
  31. Oct 08, 2015
  32. Sep 12, 2015
  33. Sep 11, 2015
  34. Jul 15, 2015
  35. Jun 14, 2015
  36. Jun 01, 2015
Loading