Skip to content
Extraits de code Groupes Projets
  1. nov. 13, 2014
    • Matthieu Napoli's avatar
      Bugfix · 40e67157
      Matthieu Napoli a rédigé
      40e67157
    • Matthieu Napoli's avatar
      Bugfix · a10ac7c9
      Matthieu Napoli a rédigé
      a10ac7c9
    • Matthieu Napoli's avatar
      Moved the `tmp/` path into the config (was hardcoded everywhere) · c9d698f4
      Matthieu Napoli a rédigé
      The `tmp/` path was hardcoded everywhere, which resulted in using `SettingsPiwik::rewriteTmpPathWithInstanceId()` to rewrite it for specific use cases.
      
      I've moved that path into the config, and replaced all hardcoded usage (and calls to `rewriteTmpPathWithInstanceId()`) by a `get()` from the container.
      
      Getting entries from the container is a bad practice and dependency injection should be preferred, but we do baby steps. When refactoring those classes to DI, we'll replace calls to the container with proper dependency injection.
      Another thing we'll need to do too is move the hardcoded *sub-path* of `tmp/` (e.g. `tmp/sessions/`) into the config also (but again: baby steps).
      
      Another future step would be to remove completely instance ID and let it be handled by a plugin (or by end-user config). Having the `tmp/` path in the config means that plugins or users can override it and know it will be taken into account everywhere in Piwik.
      c9d698f4
  2. nov. 11, 2014
  3. nov. 07, 2014
  4. nov. 06, 2014
    • Thomas Steur's avatar
      refs #6417 trying to get rid of the unnecessary first archive insert · 5a491a2d
      Thomas Steur a rédigé
      refs #6417 this should fix some tests. Start initial value by 0 so first generated id will be 1
      
      fix omnifixture creation was broken
      
      refs #6417 wondering if omnifixture creation worked
      
      refs #6417 acquire a lock per archive id which should be better
      
      refs #6417 we have to generate the SQL in the update itself otherwise the update would fail at some point in the future if the tables signature changes
      
      refs #6417 split updates into a separate update file otherwise it would not be executed for devs using Piwik from git
      
      refs #6417 added some documentation
      
      refs #6417 Piwik 2.9.0-b2 was released meaning we have to move it to b3
      
      refs #6417 Piwik 2.9.0-b3 was released meaning we have to move it to b4
      5a491a2d
  5. oct. 30, 2014
  6. oct. 29, 2014
  7. oct. 28, 2014
  8. oct. 23, 2014
  9. oct. 22, 2014
  10. oct. 21, 2014
  11. oct. 20, 2014
  12. oct. 16, 2014
  13. oct. 15, 2014
  14. oct. 13, 2014
  15. oct. 12, 2014
  16. oct. 11, 2014
  17. oct. 10, 2014
  18. oct. 09, 2014
  19. oct. 08, 2014
  20. oct. 07, 2014
  21. oct. 06, 2014
Chargement en cours