Skip to content
Extraits de code Groupes Projets
  1. mars 25, 2017
  2. mars 24, 2017
  3. mars 21, 2017
  4. mars 18, 2017
    • Thomas Steur's avatar
      New event that lets plugins trigger notifications in the admin area (#11483) · 794e5d45
      Thomas Steur a rédigé
      * New event that lets plugins trigger notifications in the admin area
      
      They have to be triggered before assigning the notifications to the view and there is no other way to determine when a plugin is supposed to trigger notifications in the admin. Ideally, in the future we would even move the notifications above to CoreAdminHome or somewhere else eventually.
      
      First thought of using `Controller.addAdminNotifications` as we often use this wording but then we would need to rather do `Piwik::postEvent('Controller.triggerAdminNotifications', &$notifications);` as otherwise nothing can be added.
      
      Plugins could actually also use this event to cancel notifications where in the past it was needed to hide them via CSS. 
      
      Happy about any other naming suggestions but want to keep it "specific" to notifications and not something to general like `postEvent('Controller.renderAdminView, $view')`.
      
      * document new event
      794e5d45
    • Thomas Steur's avatar
      More secure / more random integer generation (#11473) · 60f4a409
      Thomas Steur a rédigé
      See http://us2.php.net/manual/en/function.random-int.php : random_int — Generates cryptographically secure pseudo-random integers
      60f4a409
  5. mars 17, 2017
  6. mars 01, 2017
  7. fév. 28, 2017
  8. fév. 22, 2017
  9. fév. 21, 2017
  10. fév. 19, 2017
  11. fév. 12, 2017
  12. jan. 31, 2017
  13. jan. 30, 2017
  14. jan. 24, 2017
  15. jan. 23, 2017
  16. jan. 22, 2017
    • Matthieu Aubry's avatar
      3.0.2-b1 · 6d3c1c44
      Matthieu Aubry a rédigé
      6d3c1c44
    • Matthieu Aubry's avatar
      Email reports in HTML: Updated styling to be consistent with new Custom Alerts... · 111d605c
      Matthieu Aubry a rédigé
      Email reports in HTML: Updated styling to be consistent with new Custom Alerts emails design  (#11251)
      
      * Updated Email Report/Downloaded Report. Added new styling found in the Alert Email. i.e navigation bar uptop, styled tables, added powered by piwik footer. Note: "back to top" link only works on downloaded version, not on the email.
      
      * Fixed the back to top link not working in emails.
      
      * Fixed a bug where logo was not centered in gmail
      
      * Translations
      
      * Code cleanup and making PDF generation work
      
      * removed htaccess
      
      * fix unit test
      
      * Some test fixes
      
      * UI Test
      111d605c
  17. jan. 18, 2017
  18. jan. 17, 2017
  19. jan. 09, 2017
  20. jan. 08, 2017
  21. jan. 07, 2017
Chargement en cours