- 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 25, 2017
-
-
Stefan Giehl a rédigé
* Improves plugin list filters * match lowercase * update ui tests
-
mattab a rédigé
-
mattab a rédigé
-
- mars 22, 2017
-
-
sgiehl a rédigé
-
- mars 21, 2017
-
-
Stefan Giehl a rédigé
* show human readable value for default values * update screenshots
-
Thomas Steur a rédigé
-
- mars 20, 2017
-
-
Thomas Steur a rédigé
This is actually better this way instead of assigning $
-
Thomas Steur a rédigé
* Add possibility to select a specific frame within a page eg `page.selectFrame('myFrameName');` and at the end of the test `page.selectMainFrame();` What doesn't seem to work yet correctly is typing within the frame. I presume the position where the click should happen is not calculated correctly (it clicks before sending keys). * get correct position within frame so .click works * when selecting a frame within a frame, do not calculate position again * fix an issue where $ might not be defined but window.jquery
-
sgiehl a rédigé
-
- mars 17, 2017
-
-
Stefan Giehl a rédigé
* introduces new config setting to enabled plugin upload (disabled by default) * updates changelog * updates expected screenshot * improve message
-
Dillon Brock a rédigé
* Add system check for the hash() function * Update expected screenshot for hash() system check
-
- mars 01, 2017
-
-
Matthieu Aubry a rédigé
* Cells in email reports should reuse same font size and family * Fix tests
-
- fév. 28, 2017
-
-
Matthieu Aubry a rédigé
-
- fév. 24, 2017
-
-
Stefan Giehl a rédigé
-
- fév. 23, 2017
-
-
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
-
Stefan Giehl a rédigé
* adds simple API to provide CountryCode to name mapping * New API method in API listing * Updates changelog
-
Thomas Steur a rédigé
* improve single page website tracking * added docs and minified piwik * Re-generate piwik.js
-
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é
* Adding newest Premium products to help page * Premium plugins in help page
-
- fév. 20, 2017
-
-
Stefan Giehl a rédigé
* avoids segment encoding issues * fixes highlight for current segment in segment chooser * update screenshots
-
- fév. 19, 2017
-
-
Thomas Steur a rédigé
-
Matthieu Aubry a rédigé
-
Stefan Giehl a rédigé
* makes it possible to define the required credential fields in sms provider * show error message if configured sms provider doesn't work, instead of throwing uncatched exception * Adds new SMS provider ASPSMS.com * Development SMS notifications didn't work when clicking 'send now' Caused by the session already closed before, as it's done using a ajax request calling a Session:start() reopens the session. Might be a bit hackish, but should be fine for development * adds UI test for switching sms provider * Makes API-Key default credential field to prevent breaking third party plugins * fixes issue where save button was disabled falsely
-
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. 14, 2017
-
-
Thomas Steur a rédigé
-
- fév. 13, 2017
-
-
Matthieu Aubry a rédigé
* Fix MySQLI rounding tests * CustomDimensions: Fixed require string * Submodule * submodule * UI test * Fixes #11299
-
- fév. 12, 2017
-
-
sgiehl a rédigé
-
- fév. 11, 2017
-
-
Thomas Steur a rédigé
-
- fév. 03, 2017
-
-
Thomas Steur a rédigé
-
- 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
-
- jan. 26, 2017
-
-
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 * Run scheduled reports with images on PHP 5.6 * Comment * Replace today's date by placeholder in scheduled reports tests * Travis runs GD 2.1.0 * Do not generate reports with images yet it is broken refs https://github.com/piwik/piwik/issues/11276
-
- jan. 23, 2017
-
-
Thomas Steur a rédigé
-