Skip to content
Extraits de code Groupes Projets
  1. avr. 09, 2017
  2. avr. 04, 2017
  3. avr. 03, 2017
  4. mars 31, 2017
  5. mars 30, 2017
  6. mars 29, 2017
  7. mars 28, 2017
    • Filip Brzozowski's avatar
      Issue #11450 - Email clarification for new version (#11542) · f9c555e5
      Filip Brzozowski a rédigé
      * Issue #11450
      
      Add clarification in emails about new version for super users
      
      * Revert "Issue #11450"
      
      This reverts commit ed5d25a20677f7e33a2eaff1e621334cbee65c19.
      
      * #11450 correstions based on feedback
      
      * #11450 test fix
      f9c555e5
    • Matthieu Aubry's avatar
      3.0.3-b2 · c21017aa
      Matthieu Aubry a rédigé
      c21017aa
    • Matthieu Aubry's avatar
      All icons in own repo and included as a submodule (#11548) · a0f0eb8f
      Matthieu Aubry a rédigé
      * add icons submodule
      
      * replace path
      
      * change submodule url
      
      * fix JSONTest
      
      * fix integration tests
      
      * update icon submodules
      
      * fix preg_match
      
      * fix remaining system tests
      
      * better match for non dist icon files
      
      * fix .gitmodules
      
      * update icon submodule
      
      * Fixed custom dimension test
      
      * Do not completely fail when GD not enabled
      
      * Fix http test + refactor checklist
      
      * Refactored the code into a method
      
      * Changed icon path refs https://github.com/piwik/piwik/pull/11383
      
      * System tests
      
      * Update valid UI tests
      
      * Fix integration test
      a0f0eb8f
    • Matthieu Aubry's avatar
      System tests: enable images generation in scheduled reports (#11278) · 8179b789
      Matthieu Aubry a rédigé
      * System tests: enable images generation in scheduled reports
      
      * prevent error if report does not support multiple periods
      
      * updates expected test files
      8179b789
    • Stefan Giehl's avatar
      b9281702
    • Thomas Steur's avatar
      Drop temporary table when no longer needed (#11544) · a6e9fe17
      Thomas Steur a rédigé
      I know the temporary table only exists during session, but problem is a possible error `PDOException: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'tmp_log_actions_to_keep' already exists` when logs are purged twice during a session. 
      
      We could use `if not exists` when creating the table but then we would still have the entries from a previous "delete logs run" in there.
      
      I noticed this error in tests but it may also occur in a regular task schedule that purge logs is called twice if eg implemented by a plugin and by privacy manager etc.
      a6e9fe17
  8. mars 27, 2017
  9. mars 26, 2017
  10. mars 25, 2017
  11. mars 24, 2017
  12. mars 22, 2017
Chargement en cours