- mai 15, 2017
-
-
Thomas Steur a rédigé
-
- mars 29, 2017
-
-
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
-
- mars 28, 2017
-
-
Matthieu Aubry a rédigé
* add icons submodule * replace path * change submodule url * fix JSONTest * fix integration tests * update icon submodules * fix preg_match * fix remaining system tests * better match for non dist icon files * fix .gitmodules * update icon submodule * Fixed custom dimension test * Do not completely fail when GD not enabled * Fix http test + refactor checklist * Refactored the code into a method * Changed icon path refs https://github.com/piwik/piwik/pull/11383 * System tests * Update valid UI tests * Fix integration test
-
- fév. 18, 2017
-
-
egon w. stemle a rédigé
Change '//' comment to '/* ... */' to avoid interference with html/js optimisers.
-
- jan. 30, 2017
-
-
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
-
- jan. 22, 2017
-
-
mattab a rédigé
Release check list test does not need to check favicon.ico is a png file refs https://github.com/piwik/piwik/pull/11190
-
- jan. 09, 2017
-
-
sgiehl a rédigé
-
- jan. 08, 2017
- déc. 14, 2016
-
-
Thomas Steur a rédigé
-
- déc. 12, 2016
-
-
Thomas Steur a rédigé
-
- déc. 09, 2016
-
-
Thomas Steur a rédigé
-
- déc. 06, 2016
-
-
Thomas Steur a rédigé
* added new marketplace widget and fixed some urls * translate widget * fix system test * add some spacing
-
- déc. 02, 2016
-
-
Thomas Steur a rédigé
-
- déc. 01, 2016
-
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
-
- nov. 30, 2016
-
-
mattab a rédigé
-
https://badssl.com/Matthieu Aubry a rédigé
-
pafgoncalves a rédigé
Allows to use regular expressions in the exclude parameters option. Doesn't break compatibility if the parameter is not a regular expression, doing a strict compare. "/.*/" can be used to exclude all parameters. * Changed the UI texts to explain that the excluding parameters list supports regular expressions. Added unit tests.
-
Stefan Giehl a rédigé
* updates intl data from cldr * fix Bangla language name and tests
-
- nov. 22, 2016
-
-
Thomas Steur a rédigé
-
- nov. 15, 2016
-
-
Matthieu Aubry a rédigé
* new SecurityInfo plugin release * Linking to plugins * Port * fix system test * Footer event message * Content tracking ad * No infobox in widget in dashboard to keep it lean
-
mattab a rédigé
-
Thomas Steur a rédigé
* starting to port marketplace to piwik 3 * updating tests * fix translation key * fix various issues * use material select * fix plugin upload * deprecate license_homepage plugin metadata and link to a LICENSE[.md|.txt] file if found (#10756) * deprecate license_homepage plugin metadata, and link to a LICENSE[.md|.txt] file if found * Make license view HTML only without menu * fix tests and update * fix some links did not work * we need to show warnings even when plugin is installed, not only when activated. otherwise it is not clear why something is not downloadable * fix install was not working * improved responsiveness of marketplace * fix more tests * fix search was shown when only a few plugins are there * fix ui tests * fix some translations * fix tests and remove duplicated test
-
mattab a rédigé
-
- nov. 14, 2016
-
-
mattab a rédigé
-
mattab a rédigé
-
mattab a rédigé
-
Thomas Steur a rédigé
-
- oct. 30, 2016
- oct. 18, 2016
-
-
Matthieu Aubry a rédigé
-
- oct. 07, 2016
-
-
mattab 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. 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
-
- sept. 23, 2016
-
-
sgiehl a rédigé
-