- mars 25, 2017
-
-
Thomas Steur a rédigé
* fix #11512 Premium Plugin Installer shows false error message after install * better handling when a plugin was installed
-
- mars 24, 2017
-
-
mattab a rédigé
-
- mars 21, 2017
- mars 18, 2017
-
-
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
-
Thomas Steur a rédigé
See http://us2.php.net/manual/en/function.random-int.php : random_int — Generates cryptographically secure pseudo-random integers
-
- mars 17, 2017
-
-
Dillon Brock a rédigé
-
- mars 01, 2017
-
- fév. 28, 2017
-
-
Matthieu Aubry a rédigé
-
Thomas Steur a rédigé
* Post new parameter with conversion event * also added new method to get a specific custom field
-
Thomas Steur a rédigé
Need this method in a plugin.
-
- fév. 22, 2017
-
-
Matthieu Aubry a rédigé
-
mattab a rédigé
-
- fév. 21, 2017
-
-
Matthieu Aubry a rédigé
* Fix UI test error * UI tests after fixing number of activated plugins
-
Matthieu Aubry a rédigé
-
Matthieu Aubry a rédigé
* Do not count always activated plugins. Fixes #11144 * UI test: Fixed count of activated plugins
-
Matthieu Aubry a rédigé
-
Matthieu Aubry a rédigé
-
- fév. 19, 2017
-
-
Thomas Steur a rédigé
-
Matthieu Aubry a rédigé
-
- fév. 12, 2017
-
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
Similar to https://github.com/piwik/piwik/pull/10887 makes sure the rate metrics are formatted in mobile app. I wonder if we should maybe simply change it to `'/.*_rate$/'` and then remove several of them? Would simplify it for the future and be faster
-
- jan. 31, 2017
-
-
Thomas Steur a rédigé
-
- jan. 30, 2017
-
-
Matthieu Aubry a rédigé
-
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
-
Matthieu Aubry a rédigé
* Cross Domain: forward pk_vid parameter when the clicked element is not directly a link but is within the link <a> element itself * Add custom commands when Piwik is not installed yet * Use config file to define Plugin names * minor * clean code
-
- jan. 24, 2017
-
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
-
- jan. 23, 2017
-
-
Matthieu Aubry a rédigé
-
- jan. 22, 2017
-
-
Matthieu Aubry a rédigé
-
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
-
- jan. 18, 2017
-
-
Chris Andrews a rédigé
* Fixes #11197 The 'while' loop was causing a memory leak, replaced with an 'if' to match the correct functionality. * Removed blank lines. * Add back while loop and added an extra condition to prevent infinite loop.
-
- jan. 17, 2017
-
-
Thomas Steur a rédigé
* fixes #2321 when tracking request is > 2000 char, prefer POST * Fix jslint
-
mattab a rédigé
-
- jan. 09, 2017
-
-
Matthieu Aubry a rédigé
-
- jan. 08, 2017
- jan. 07, 2017
-
-
Matthieu Aubry a rédigé
-
Lucas Jenß a rédigé
* Change to gender neutral phrasing in user-facing text * Switch to gender neutral wording in docs/comments
-