Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2017-04-03Fix action enumeration in visitorlog (#11577)Stefan Giehl
* fix action enumeration in visitorlog * update expected screenshots
2017-03-31Improves "No data has been recorded yet" page (#11555)Stefan Giehl
* Improve 'No data recorded yet' page * updates expected UI screenshots * slightly improve text * update screenshot
2017-03-30Improve header layout of error, update and maintenance screen (#11561)Stefan Giehl
* Improve layout of error and maintenance scrrens * improve header on update pages * use svg logo as default * update screenshots
2017-03-29New flag icons (#11553)Lukas Winkler
* 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
2017-03-29Replace archives if they already exists instead of ignoring them (#11476)Stefan Giehl
* replace archives if they already exists instead of ignoring them * adds a simple test to prove archives are replaced now * improve test
2017-03-29Make it possible to disable flattening for an report (#11529)Stefan Giehl
* use report property to enable/disable flattener * update tests * Update changelog [ci skip] * minor renamings
2017-03-28All icons in own repo and included as a submodule (#11548)Matthieu Aubry
* 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
2017-03-28System tests: enable images generation in scheduled reports (#11278)Matthieu Aubry
* System tests: enable images generation in scheduled reports * prevent error if report does not support multiple periods * updates expected test files
2017-03-25Improves plugin list filters (#11448)Stefan Giehl
* Improves plugin list filters * match lowercase * update ui tests
2017-03-25Refactor minor (#11528)Matthieu Aubry
2017-03-25UI testmattab
2017-03-25Added footer ad for search keywordsmattab
2017-03-22update expected screenshotssgiehl
2017-03-22Show human readable value for default value(s) of a setting (#11501)Stefan Giehl
* show human readable value for default values * update screenshots
2017-03-22ensure ui test class is set (#11506)Thomas Steur
2017-03-21always use window.jQuery instead of $ in ui tests (#11505)Thomas Steur
This is actually better this way instead of assigning $
2017-03-21Add possibility to select a specific frame within a page (#11484)Thomas Steur
* 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
2017-03-20update ui testssgiehl
2017-03-18Introduces new config setting to enabled plugin upload (#11445)Stefan Giehl
* introduces new config setting to enabled plugin upload (disabled by default) * updates changelog * updates expected screenshot * improve message
2017-03-18Add system check for the hash() function (#11455)Dillon Brock
* Add system check for the hash() function * Update expected screenshot for hash() system check
2017-03-01Cells in email reports should reuse same font size and family (#11434)Matthieu Aubry
* Cells in email reports should reuse same font size and family * Fix tests
2017-02-28Revert "Do not remove an additional day if current day is selected" (#11425)Matthieu Aubry
2017-02-24small adjustments for ASPSMS provider (#11412)Stefan Giehl
2017-02-23UI tests build - new plugin versionmattab
2017-02-21Fixes UI tests and a regression (#11387)Matthieu Aubry
* Fix UI test error * UI tests after fixing number of activated plugins
2017-02-21Adds API method to provide country code to name mapping (#11376)Stefan Giehl
* adds simple API to provide CountryCode to name mapping * New API method in API listing * Updates changelog
2017-02-21Improvements for tracking of single page applications (#11344)Thomas Steur
* improve single page website tracking * added docs and minified piwik * Re-generate piwik.js
2017-02-21Make activated plugins count in Admin widget correct (#11377)Matthieu Aubry
* Do not count always activated plugins. Fixes #11144 * UI test: Fixed count of activated plugins
2017-02-21Adding newest Premium products to help page (#11366)Matthieu Aubry
* Adding newest Premium products to help page * Premium plugins in help page
2017-02-20Avoid segment encoding issues (#11372)Stefan Giehl
* avoids segment encoding issues * fixes highlight for current segment in segment chooser * update screenshots
2017-02-19add possibility to use right joinsThomas Steur
2017-02-19Fix tests (#11360)Matthieu Aubry
2017-02-19Implements new SMS Provider ASPSMS.com (#11263)Stefan Giehl
* 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
2017-02-19Fix the builds + Submodule update (#11355)Matthieu Aubry
* Fix the build * UI tests * Submodules * UI test
2017-02-18Fix #11332 (#11333)egon w. stemle
Change '//' comment to '/* ... */' to avoid interference with html/js optimisers.
2017-02-16Merge pull request #11341 from piwik/donationtextThomas Steur
Improve donation message
2017-02-15Merge pull request #11334 from piwik/tracker_nodevisibleThomas Steur
Exposing new method to detect whether a node is visible
2017-02-14update screenshotsThomas Steur
2017-02-13Should fix rounding tests on Mysqli driver (#11339)Matthieu Aubry
* Fix MySQLI rounding tests * CustomDimensions: Fixed require string * Submodule * submodule * UI test * Fixes #11299
2017-02-12update expected screenshotsgiehl
2017-02-11exposing new method to detect whether a node is visibleThomas Steur
2017-02-03added getlinktrackingtimeoutThomas Steur
2017-01-30New "Enable cross domain linking" checkbox in Javascript Tracker Code ↵Matthieu Aubry
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
2017-01-30Ecommerce Life Time Value metrics + New Ecommerce section in Visitor Profile ↵Matthieu Aubry
(#11294) * 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
2017-01-28Merge branch '3.x-dev' into plugintrackerThomas Steur
2017-01-26Enable Scheduled reports with images in CI Tests + Fix build (#11269)Matthieu Aubry
* 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
2017-01-23add possibility to pass parameters to pluginsThomas Steur
2017-01-22Cross Domain tracking (#11243)Thomas Steur
* some work on tracking cross domain * fix some bugs * fix some edge cases * fixed tests and added more new tests * we also need a device specific id to avoid when time is not correct on a different computer etc * more tests * minified piwikjs * use only one parameter and validate values * fix tests * improve code * Re-generated piwik.js * UI Test * Comments
2017-01-22UI tests show improvements from https://github.com/piwik/piwik/pull/11228mattab
2017-01-22Email reports in HTML: Updated styling to be consistent with new Custom ↵Matthieu Aubry
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