- sept. 04, 2017
-
-
Thomas Steur a rédigé
* Allow different reports pre-archiving frequency for each period * Add new config settings for archive frequency * added default config for range dates * print changed archive periods * minor change to log output * Clarify wording, processed != requested. * Fix integration test
-
Stefan Giehl a rédigé
* move setting visitor details into own classes instead of using an event * move manipulating actions to VisitorDetails classes * move some more parts to plugins * update test files as order of columns changed * implement new VisitorDetails method to provide actions * move rendering actions to visitordetail classes * render visitor properties in new classes * makes it possible to attach icons to visitor log * moves rendering of action tooltip into new visitordetails method * adds event for extending custom action dimension fields * small improvements * fetch log_link_visit_action.idpageview for actions * improve variable name * started to improve/change visitor profile * show devices summary in visitor profile * also remove empty xml tags for api tests * hide actions in visitor profile by default * move all icons to the middle of visitor log * small change * move rendering referrer information to referrers plugin * move provider logic to provider plugin * show content interactions in visitor log * improve look of content interactions/impressions in visitor log / profile * hide idpageview from tests * update changelog * move rendering events to Events plugin * do not hide duplicate page views in visitor log, but show them with a refresh icon instead * show top visited pages in visitor profile * always show visitor profile link in visitor log Still hidden in a widget by default, as it might overlay some other content * Show info about not shown actions truncated due to config setting * use bulk queries to fetch actions instead of fetching them for each visit * small adjustments * improve some loops to improve memory usage * move gathering visitor profile informations to VisitorDetails classes * update screenshots * update test files * move rendering of visitor profile summary to visitor details classes * improve templates * Makes VisitorDetailsAbstract class api and improves comments * show visit details in visitor profile * improve css * reverse enumeration of visits in visitor profile * improve css * Show visit id in IP tooltip * Small CSS improvements * further adjustments * sort devices by count * adds UI tests for visitor log and profile * Show bandwidth in visitor profile test * show actions by default and add button to toggle all together * CSS cleanup * remove border around refresh icon * add tooltip for refresh icon in profile * move first/last visit before top visited pages * Improve text shown for unique pageviews * link urls in top visited pages * improve sorting of device list * improve tests * Improve device overview in visitor profile * only render top pages if at least one page was visited more than once * make visitor id non bold * hide visitor type icon in profile, and show latest visits icons in overview * fix search engine icon in visitor details * small improvements * only render view if required * show visit icons only on hover in profile * remove from again * test improves * show text besides icon in profile header * improve tests * Removes unused CSS and JS * Reformats CSS * Removes invisible paper clip * Removes unused profile images from Live plugin * raise test timeouts * Improve UI tests splitting for travis * show device type in profile header if no resolution is available * prevent text overlapping * no retries * fix test * change summary order * fix position of export icon * fixes tooltip text * improve pages overview * visitor details order * action tooltip order * show only ecommerce icon if no goals where converted * show custom variables summary in profile * show user id in same size as headline * link referer urls for first/last visit in profile * make profile xml compatible * try to improve ui test * increase bottom marign * increase version number * small adjustments * CSS Rewrite for visitor profile * center action icons in visitor log and profile * improve widgetized visitor profile * small layout fix * always populate raw referrer url for visitor details * update expected test files * Refactor profile summaries into additional classes * update screenshots * submodule update * update piwik-icons submodule (#11904) * update piwik-icons submodule * fix some system tests * update screenshots * make device list xml compatible * improve translation * improve icon position * improves spacings * update test files * small css improvement * update screenshots
-
- juil. 26, 2017
-
-
Stefan Giehl a rédigé
* update device detector * sort brands for segment * submodule update
-
- juil. 22, 2017
-
-
Matthieu Aubry a rédigé
When tracker is in maintenande mode return HTTP status code 503 (instead of the current 200 and 400 http status cods) (#11773) * When tracker is in maintenande mode, return HTTP status code 503 instead of the current status of 200 or 400 This will make our return code consistent with the UI which also returns 503 while in maintenance mode Learn more about starting a maintenance window: https://piwik.org/faq/how-to-update/faq_154/ * Update TrackerResponseTest.php * Update TrackerResponseTest.php
-
- juil. 16, 2017
-
-
Stefan Giehl a rédigé
* Use localized format to display hour in Visits per time reports * updates cldr data * update test files
-
- juil. 14, 2017
-
-
Stefan Giehl a rédigé
-
- juin 29, 2017
-
-
sgiehl a rédigé
-
Thomas Steur a rédigé
-
- juin 28, 2017
- juin 09, 2017
-
-
Stefan Giehl a rédigé
* updates composer packages * update tests
-
Benaka a rédigé
* Fixing travis-ci/local inconsistencies in AutoSuggestAPITest.php. (userAgent was not correctly set in fixture) * In CliMulti, ignore zombie processes when parsing ps output. * Set URL of tracker in ThreeVisitsWithCustomEvents fixture, so test does not depend on _SERVER["HTTP_HOST"] which in turn depends on dynamic INI config value. * PHPUnit tests should not refer to each other, otherwise the PSR autoloader will be used, and PHPUnit will not load the file itself (resulting in the test not being run). * Update OneVisitorTwoVisitsTest expected files. * URL encode attribution date time in fixture since the tracker will not do it itself.
-
Matthieu Aubry a rédigé
* "Send an email when a plugin update is available" is On by default since Piwik 3.0.0-b1 follows up https://github.com/piwik/piwik/pull/10691 * UI screenshot
-
- juin 01, 2017
-
-
Stefan Giehl a rédigé
* Improve handling of DevicePlugins to make it extendable * update test files * add some comments to explain automatic plugin column detection * submodule update
-
- mai 24, 2017
-
-
Stefan Giehl a rédigé
-
- mai 15, 2017
-
-
Lukas Winkler a rédigé
* update icon submodule * fix UI tests * fix system tests * fix another UI test * Fix system test
-
Thomas Steur a rédigé
* fix #11681 make sure plugins in config.ini.php are sorted depending on dependencies * added comment * add missing tests
-
Thomas Steur a rédigé
-
- mai 14, 2017
-
-
Thomas Steur a rédigé
* fix a bug in the join generator * add another test case to make sure the outer table foreach still works when removing an item * throw exception if table cannot be joined automatically
-
- mai 12, 2017
-
-
Stefan Giehl a rédigé
* Adds MarketingCampaignsReporting as submodule * update ui tests
-
- mai 09, 2017
-
-
Thomas Steur a rédigé
* Automatically load required plugins during test When a plugin requires another plugin in `plugin.json`, this will make sure to load the required plugin as well (if it exists in filesystem) when running the tests. * Load plugin json manually without metadata loader as container is not created yet * only load plugin.json if it exists
-
- mai 08, 2017
-
-
mattab a rédigé
-
Matthieu Aubry a rédigé
* Add LoginLdap plugin as submodule * Adding LoginLdap submodule * Fixed some tests * submodule update * Disable LoginLdap plugin by default in tests * update submodule * submodule update * update screenshots * update submodule
-
- mai 06, 2017
-
-
Lukas Winkler a rédigé
* move old brand icons to piwik icons * update submodule * fix some tests * update submodule * fix another test * Updates screenshots * update UI test screenshots * update system test files
-
- avr. 26, 2017
-
-
Diego Baños Fariñas a rédigé
-
- avr. 18, 2017
-
-
Lukas Winkler a rédigé
* use new device icons former plugins/DevicesDetection/images/screens * replace normal.png with desktop.png in tests * fix most tests * submodule updates * update screenshots * update exptected test files
-
- mars 29, 2017
-
-
Lukas Winkler a rédigé
* updated flag icons * remove lines completly * Visitors in Real-time * added ti flag * fix merge * readd logoHeight * remove flags from plugins/UserCountry/images/ * change flag directory * (hopefully) fix all tests * UserCountry system tests * Fix tests refs https://github.com/piwik/piwik/pull/11553 * Fixed CustomDimensions tests * remove unused flags * remove flag of united nations * System tests with new path * light border around flags in goals and live view * Fix BC system test * border around flag in visitor profile * Border around country flags in reports * border around flag icons in HTML reports * simpler css * System tests * UI tests show new flags + borders around them
-
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
-
Stefan Giehl a rédigé
* use report property to enable/disable flattener * update tests * Update changelog [ci skip] * minor renamings
-
- 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
-
Matthieu Aubry a rédigé
* System tests: enable images generation in scheduled reports * prevent error if report does not support multiple periods * updates expected test files
-
- mars 01, 2017
-
-
Matthieu Aubry a rédigé
* Cells in email reports should reuse same font size and family * Fix tests
-
- fév. 21, 2017
-
-
Stefan Giehl a rédigé
* adds simple API to provide CountryCode to name mapping * New API method in API listing * Updates changelog
-
- fév. 19, 2017
-
-
Thomas Steur a rédigé
-
Matthieu Aubry a rédigé
-
Matthieu Aubry a rédigé
* Fix the build * UI tests * Submodules * UI test
-
- fév. 18, 2017
-
-
egon w. stemle a rédigé
Change '//' comment to '/* ... */' to avoid interference with html/js optimisers.
-
- fév. 13, 2017
-
-
Matthieu Aubry a rédigé
* Fix MySQLI rounding tests * CustomDimensions: Fixed require string * Submodule * submodule * UI test * Fixes #11299
-
- 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
-
Matthieu Aubry a rédigé
* Display Ecommerce Life Time Value in Visitor Profile + new fields returned in Live APIs: ecommerceLifeTimeValue, ecommerceLifeTimeOrdersCount * Reuse existing API fields and make them "life time" instead of adding new fields * Simplify LESS, consistent spacing * Refactored code and made the"Abandoned carts" metric also Life Time instead of just last 100 visits * Remove one join and use visitor ID instead of idvisit * Tests * UI test
-