Skip to content
Extraits de code Groupes Projets
  1. nov. 19, 2017
  2. oct. 17, 2017
  3. oct. 15, 2017
    • Lukas Winkler's avatar
      Even more HTTPS links (#12161) · c1422b53
      Lukas Winkler a rédigé
      * http://piwik.org -> https://piwik.org
      
      * more HTTPS URLs
      
      * some more HTTPS URLs
      
      * test README
      
      * don't show "Plugin Hompage" for Piwik plugins
      
      * fix tests
      
      * compile minified js
      
      (hope I didn't break anything)
      
      * some more small changes
      
      * fix UI test
      
      * comment length in piwik.js changed due to https links
      
      * fix test
      
      * update ui file
      
      * update submodule
      c1422b53
  4. oct. 05, 2017
  5. août 05, 2017
  6. août 03, 2017
  7. juil. 18, 2017
    • Matthieu Aubry's avatar
      JS Tracker: new setCrossDomainLinkingTimeout function useful to set a higher... · 4576d92b
      Matthieu Aubry a rédigé
      JS Tracker: new setCrossDomainLinkingTimeout function useful to set a higher timeout for links (#11828)
      
      * JS Tracker: new setCrossDomainLinkingTimeout function useful to set a higher timeout for links
      
      and increasing the default to 120 seconds
      
      * Code review feedback
      
      * Compiled Piwik.js
      
      * fix one test
      
      * Fix tests
      
      * remove debugger;
      4576d92b
  8. juil. 07, 2017
  9. juin 26, 2017
    • Stefan Giehl's avatar
      Disallow event tracking with empty/whitespace categories (#11819) · 1d5bbb55
      Stefan Giehl a rédigé
      * trim event values before checking if they are empty
      
      * Prevent possible archiving failures for already tracked empty event categories
      
      * Throw exception when tracking events with empty category or action
      
      * move trim method
      
      * Log console error when tracking events without category or action
      
      * rebuilt piwik.js
      1d5bbb55
  10. juin 21, 2017
  11. mai 08, 2017
    • Matthieu Aubry's avatar
      JS Tracker: prevent IE 7 error (#11668) · d5b7c848
      Matthieu Aubry a rédigé
      * Use typeof(console) to prevent IE 7 error
      
      When using directly console !== undefined, older IE versions
      throw an error as they're actually tring to access an undefined
      value. Use globally supported typeof(console) !== 'undefined'.
      
      Changed typeof(<var>) to typeof <var> as it's not a function
      
      Thanks @sgiehl
      
      * Change other occurences of console !== undefined
      
      * JSLint: Remove console available global as it is not in IE7 and other older browsers
      
      * Minified piwik.js
      
      * JSlint validation
      
      * Minified files after merging 3.x-dev
      
      * Fix regression
      d5b7c848
  12. mai 05, 2017
  13. mai 03, 2017
  14. avr. 28, 2017
  15. avr. 13, 2017
  16. fév. 21, 2017
  17. fév. 11, 2017
  18. fév. 03, 2017
  19. 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
  20. jan. 23, 2017
  21. jan. 22, 2017
    • Thomas Steur's avatar
      Cross Domain tracking (#11243) · ae8a9457
      Thomas Steur a rédigé
      * some work on tracking cross domain
      
      * fix some bugs
      
      * fix some edge cases
      
      * fixed tests and added more new tests
      
      * we also need a device specific id to avoid when time is not correct on a different computer etc
      
      * more tests
      
      * minified piwikjs
      
      * use only one parameter and validate values
      
      * fix tests
      
      * improve code
      
      * Re-generated piwik.js
      
      * UI Test
      
      * Comments
      ae8a9457
  22. jan. 17, 2017
  23. déc. 16, 2016
  24. déc. 13, 2016
  25. déc. 01, 2016
  26. nov. 14, 2016
  27. nov. 07, 2016
  28. nov. 01, 2016
Chargement en cours