Skip to content
Extraits de code Groupes Projets
  1. mars 29, 2017
    • Lukas Winkler's avatar
      New flag icons (#11553) · a21b868d
      Lukas Winkler a rédigé
      * updated flag icons
      
      * remove lines completly
      
      * Visitors in Real-time
      
      * added ti flag
      
      * fix merge
      
      * readd logoHeight
      
      * remove flags from plugins/UserCountry/images/
      
      * change flag directory
      
      * (hopefully) fix all tests
      
      * UserCountry system tests
      
      * Fix tests refs https://github.com/piwik/piwik/pull/11553
      
      * Fixed CustomDimensions tests
      
      * remove unused flags
      
      * remove flag of united nations
      
      * System tests with new path
      
      * light border around flags in goals and live view
      
      * Fix BC system test
      
      * border around flag in visitor profile
      
      * Border around country flags in reports
      
      * border around flag icons in HTML reports
      
      * simpler css
      
      * System tests
      
      * UI tests show new flags + borders around them
      a21b868d
    • Stefan Giehl's avatar
      Replace archives if they already exists instead of ignoring them (#11476) · d578a737
      Stefan Giehl a rédigé
      * replace archives if they already exists instead of ignoring them
      
      * adds a simple test to prove archives are replaced now
      
      * improve test
      d578a737
    • Stefan Giehl's avatar
      Make it possible to disable flattening for an report (#11529) · 5d46f802
      Stefan Giehl a rédigé
      * use report property to enable/disable flattener
      
      * update tests
      
      * Update changelog [ci skip]
      
      * minor renamings
      5d46f802
  2. mars 28, 2017
  3. mars 25, 2017
  4. mars 22, 2017
  5. mars 21, 2017
  6. mars 20, 2017
    • Thomas Steur's avatar
      always use window.jQuery instead of $ in ui tests (#11505) · 56a4e912
      Thomas Steur a rédigé
      This is actually better this way instead of assigning $
      56a4e912
    • Thomas Steur's avatar
      Add possibility to select a specific frame within a page (#11484) · 92257e45
      Thomas Steur a rédigé
      * Add possibility to select a specific frame within a page
      
      eg `page.selectFrame('myFrameName');` and at the end of the test `page.selectMainFrame();`
      
      What doesn't seem to work yet correctly is typing within the frame. I presume the position where the click should happen is not calculated correctly (it clicks before sending keys).
      
      * get correct position within frame so .click works
      
      * when selecting a frame within a frame, do not calculate position again
      
      * fix an issue where $ might not be defined but window.jquery
      92257e45
    • sgiehl's avatar
      update ui tests · aecdb8f3
      sgiehl a rédigé
      aecdb8f3
  7. mars 17, 2017
  8. mars 01, 2017
  9. fév. 28, 2017
  10. fév. 24, 2017
  11. fév. 23, 2017
  12. fév. 21, 2017
  13. fév. 20, 2017
  14. fév. 19, 2017
    • Thomas Steur's avatar
      add possibility to use right joins · 34dfe466
      Thomas Steur a rédigé
      34dfe466
    • Matthieu Aubry's avatar
      Fix tests (#11360) · ab3726a0
      Matthieu Aubry a rédigé
      ab3726a0
    • Stefan Giehl's avatar
      Implements new SMS Provider ASPSMS.com (#11263) · 471aaea1
      Stefan Giehl a rédigé
      * makes it possible to define the required credential fields in sms provider
      
      * show error message if configured sms provider doesn't work, instead of throwing uncatched exception
      
      * Adds new SMS provider ASPSMS.com
      
      * Development SMS notifications didn't work when clicking 'send now'
      
      Caused by the session already closed before, as it's done using a ajax request
      calling a Session:start() reopens the session. Might be a bit hackish, but should be fine for development
      
      * adds UI test for switching sms provider
      
      * Makes API-Key default credential field to prevent breaking third party plugins
      
      * fixes issue where save button was disabled falsely
      471aaea1
    • Matthieu Aubry's avatar
      Fix the builds + Submodule update (#11355) · 7078a462
      Matthieu Aubry a rédigé
      * Fix the build
      
      * UI tests
      
      * Submodules
      
      * UI test
      7078a462
  15. fév. 18, 2017
  16. fév. 14, 2017
  17. fév. 13, 2017
  18. fév. 12, 2017
  19. fév. 11, 2017
  20. fév. 03, 2017
  21. jan. 30, 2017
    • Matthieu Aubry's avatar
      New "Enable cross domain linking" checkbox in Javascript Tracker Code... · dcba32ff
      Matthieu Aubry a rédigé
      New "Enable cross domain linking" checkbox in Javascript Tracker Code generator (Advanced section) (#11295)
      
      * enable set domains when enable cross domains
      
      * fix disable cross domain when only one site url or less
      
      * New "Enable cross domain linking" checkbox in Javascript Tracker Code generator (Advanced section)
      
      * Integration test
      
      * API has new parameter
      dcba32ff
    • Matthieu Aubry's avatar
      Ecommerce Life Time Value metrics + New Ecommerce section in Visitor Profile (#11294) · 9ccb6070
      Matthieu Aubry a rédigé
      * Display Ecommerce Life Time Value in Visitor Profile
      + new fields returned in Live APIs: ecommerceLifeTimeValue, ecommerceLifeTimeOrdersCount
      
      * Reuse existing API fields and make them "life time" instead of adding new fields
      
      * Simplify LESS, consistent spacing
      
      * Refactored code and made the"Abandoned carts" metric also Life Time instead of just last 100 visits
      
      * Remove one join and use visitor ID instead of idvisit
      
      * Tests
      
      * UI test
      9ccb6070
  22. jan. 26, 2017
  23. jan. 23, 2017
Chargement en cours