- nov. 15, 2016
-
-
mattab a rédigé
-
- nov. 14, 2016
-
-
mattab a rédigé
-
mattab a rédigé
-
Thomas Steur a rédigé
-
- nov. 11, 2016
-
-
mattab a rédigé
-
Jan Wroniszewski a rédigé
-
- oct. 31, 2016
- oct. 30, 2016
-
-
mattab a rédigé
-
- oct. 21, 2016
-
- oct. 18, 2016
-
-
Matthieu Aubry a rédigé
-
- oct. 10, 2016
-
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
-
- oct. 07, 2016
-
-
mattab a rédigé
-
- oct. 06, 2016
- sept. 30, 2016
-
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
-
- oct. 03, 2016
-
-
sgiehl a rédigé
-
Thomas Steur a rédigé
-
- sept. 29, 2016
-
-
Thomas Steur a rédigé
* make sure to properly load the tracker sync when requested * added tests and fixed some
-
Matthieu Aubry a rédigé
* Fix depraction test: use assertDeprecatedMethodIsRemovedInPiwik3 * Fix Scheduled Reports sent one hour late in daylight saving timezones (#10443) * convert hour to send report to/from UTC, to ensure it isn't affected by daylight savings * adds update script to change existing scheduled reports to use utc time * code improvement * adds missing param * Added new event Archiving.makeNewArchiverObject to allow customising plugin archiving (#10366) * added hook to alllow plugin archiving prevention * cr code style notes * reworked PR to fit CR suggestions * added PHPDoc for hook * Event description more consistent * UI tests: minor changes * Comment out Visitor Log UI tests refs #10536 * Adds test checking if all screenshots are stored in lfs * removed screenshots not stored in lfs * readds screenshots to lfs * 2.16.3-b4 * Issue translation updates against 2.x-dev * language update * Fix bug in widget list remove where the JSON object becomes array * 2.16.3-rc1 * console command custom-piwik-js:update should work when directory is writable and file does not exist yet (#10576) * followup #10449 * Fix test (cherry picked from commit fac3d63) * Prevent chmod(): No such file or directory * Automatically update all marketplace plugins when updating Piwik (#10527) * update plugins and piwik at the same time * make sure plugins are updated with piwik * use only one try/catch * reload plugin information once it has been installed * make sure to clear caches after an update * fix ui tests * make sure to use correct php version without any extras * Additional informations passed in the hook "isExcludedVisit" (issue #10415) (#10564) * Additional informations passed in the hook "isExcludedVisit" (issue #10415) * Added better description to the new parameters * Update VisitExcluded.php * Remove two parameters not needed as better to use the Request object * Update VisitExcluded.php * remove extra two parameters in VisitExcluded constructor to prevent confusion (#10593) * Update our libs to latest https://github.com/piwik/piwik/issues/10526 * Update composer libraries to latest https://github.com/piwik/piwik/issues/10526 * Update log analytics to latest * When updating the config file failed (or when any other file is not writable...), the Updater (for core or plugins) will now automatically throw an error and cancel the update (#10423) * When updating the config file failed (or when any other file is not writable...), the Updater (for core or plugins) will now automatically throw an error and cancel the update * add integration test to check the correct exception is thrown when config not writabel * New integration test for updater * Make test better * When opening the visitor profile, do not apply the segment (#10533) * When opening the visitor profile, do not apply the segment * added ui test for profile but does work for me * next try to make ui test work * add expected screenshot * added missing doc
-
Matthieu Aubry a rédigé
When updating the config file failed (or when any other file is not writable...), the Updater (for core or plugins) will now automatically throw an error and cancel the update (#10423) * When updating the config file failed (or when any other file is not writable...), the Updater (for core or plugins) will now automatically throw an error and cancel the update * add integration test to check the correct exception is thrown when config not writabel * New integration test for updater * Make test better
-
- sept. 28, 2016
-
-
Matthieu Aubry a rédigé
-
- sept. 27, 2016
-
-
mattab a rédigé
-
Matthieu Aubry a rédigé
Partial revert https://github.com/piwik/piwik/pull/10548/files
-
- sept. 26, 2016
-
-
Matthieu Aubry a rédigé
* Fix Scheduled Reports sent one hour late in daylight saving timezones (#10443) * convert hour to send report to/from UTC, to ensure it isn't affected by daylight savings * adds update script to change existing scheduled reports to use utc time * code improvement * adds missing param * Added new event Archiving.makeNewArchiverObject to allow customising plugin archiving (#10366) * added hook to alllow plugin archiving prevention * cr code style notes * reworked PR to fit CR suggestions * added PHPDoc for hook * Event description more consistent * UI tests: minor changes * Adds test checking if all screenshots are stored in lfs * removed screenshots not stored in lfs * readds screenshots to lfs * 2.16.3-b4
-
Matthieu Aubry a rédigé
On very high traffic Piwik servers, prevent integer overflow by making auto_increment fields BIGINT UNSIGNED (#10548) * Change Latitude and Longitude data types to DECIMAL instead of FLOAT * Add system test that forces an integer overflow, currently failing as expected * Make all overflow-able fields BIGINT UNSIGNED * Make overflow-able fields BIGINT UNSIGNED * These fields were not covered by the new SimulateAutoIncrementIntegerOverflow test * fix comment * Make it clear that id* fields are UNSIGNED when installing Piwik * BIGINT(10) for consistency * Update core fields to BIGINT * UI tests: New fields to be updated to bigint
-
- sept. 25, 2016
-
-
Stefan Giehl a rédigé
* Adds possibility to define goal description * update db schema * fixed tests * show goal description in goal reports * fix tests
-
- sept. 23, 2016
-
-
sgiehl a rédigé
-
sgiehl a rédigé
-
Matthieu Aubry a rédigé
* Change Latitude and Longitude data types to DECIMAL instead of FLOAT * System test show that the lat/long now are stored with correct decimals
-
Matthieu Aubry a rédigé
Rename Null class to NullBackend for PHP7 compatibility (where Null is reserved class name) (#10545)
-
Stefan Giehl a rédigé
* refactor code for including available location providers * fix test
-
- sept. 22, 2016
-
-
Matthieu Aubry a rédigé
* Renamed plugin ExampleRssWidget -> RssWidget * Activate file on upgrade to 3.0.0-b1 * Fix system test
-
- sept. 19, 2016
-
-
Thomas Steur a rédigé
* make sure to set an entry page if none is set yet * fix possible error * Site searches will set idaction=0, which is actually a valid entry page url, so we test specifically for false * Add test case where the visit directly starts with an event * Add system test where the first actions of a visit are events (without URL set), followed by a pageview later -> the pageview will be set as the entry page * Update processed api responses * UI tests: two new fields in log_visit have been updated * Processed API responses
-
Matthieu Aubry a rédigé
Extract the first IP from HTTP_X_FORWARDED_FOR and HTTP_CLIENT_IP and HTTP_CF_CONNECTING_IP and HTTP_X_FORWARDED_HOST when there is more than one IP (#10404) * Extract the first IP from HTTP_X_FORWARDED_FOR when there is more than one Fixes #10342 * Fetch the first IP from a list of IPs * Return the first non empty IP
-
mattab a rédigé
-
mattab a rédigé
-