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/UI
AgeCommit message (Collapse)Author
2017-05-09Prevent removing page content when opening rowaction in widgetize mode (#11644)Stefan Giehl
* prevent removing page content when opening rowaction in widgetize mode * adds test to show rowevolution in widgetized dashboard * init only in widgetize mode * fix ui test * fix ui test
2017-05-08Add plugin upload link to plugin admin (#11630)Stefan Giehl
* Add plugin upload link to plugin admin * update screenshot * Remove line break so the intro text is in one paragraph * move duplicate js into new angular directive * UI test
2017-05-08Add LoginLdap plugin as a submodule (#10927)Matthieu Aubry
* 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
2017-05-06Improve UI test (#11633)Stefan Giehl
2017-05-06Move old brand icons to piwik icons (#11635)Lukas Winkler
* 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
2017-04-24refs #11550 - improve overlay ui testssgiehl
2017-04-22hide scrollbar in Marketplace if update available (#11621)Lukas Winkler
* hide scrollbar in Marketplace if update available * update screenshot
2017-04-19use correct screenshotsgiehl
2017-04-18update mocha to 3.1.2 (#11625)Stefan Giehl
2017-04-18New device icons (#11601)Lukas Winkler
* 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
2017-04-10update screenshotsgiehl
2017-04-09update screenshotssgiehl
2017-04-09update screenshots & submodulessgiehl
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-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-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-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-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-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-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-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-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-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
2017-01-22Fix system tests (#11250)Matthieu Aubry
* Fix tests * Fixed custom dimension tests * Contents plugin tests * System tests: we now use PNG images * System tests: we now use PNG images
2017-01-22Added new form icon (#11248)Thomas Steur
* added new form icon * UI tests
2017-01-21updates expected screenshotsgiehl
2017-01-21updates expected screenshots after various changessgiehl
2017-01-19Improved the design of Visitor Profile for more clarity (#11218)Matthieu Aubry
* Update main.less * Update visitor_profile.less * Update visitorProfile.js * Update getVisitorProfilePopup.twig * Update getSingleVisitSummary.twig * UI tests update tag cloud + new icon * And one more * Making Visitor log look better + Fix alignment profile * More tweaks * UI tests