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
AgeCommit message (Collapse)Author
2017-05-09Merge pull request #11679 from piwik/3.x-dev3.0.4-b3Matthieu Aubry
Release Piwik 3.0.4-b3
2017-05-093.0.4-b3Matthieu Aubry
2017-05-09Use SSL to fetch SEO stats metrics (#11672)Matthieu Aubry
* Use SSL to fetch SEO stats metrics Fixes WARNING: Error while getting SEO stats (domain age): curl_exec: Connection timed out after 10001 milliseconds. Reported in https://forum.piwik.org/t/piwik-3-0-1-warning-error-while-getting-seo-stats-domain-age/23136 * Fallback https -> http in SEO metrics
2017-05-09Automatically load required plugins during test (#11675)Thomas Steur
* 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
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-09Notice - Undefined index: headers in PageSpeedCheck.php (#11674)Matthieu Aubry
Reported in https://forum.piwik.org/t/diagnostic-pagespeedcheck-php-undefined-index/24144/1
2017-05-08JS Tracker: prevent IE 7 error (#11668)Matthieu Aubry
* Use typeof(console) to prevent IE 7 error When using directly console !== undefined, older IE versions throw an error as they're actually tring to access an undefined value. Use globally supported typeof(console) !== 'undefined'. Changed typeof(<var>) to typeof <var> as it's not a function Thanks @sgiehl * Change other occurences of console !== undefined * JSLint: Remove console available global as it is not in IE7 and other older browsers * Minified piwik.js * JSlint validation * Minified files after merging 3.x-dev * Fix regression
2017-05-08System tests icons have changed refs #11638mattab
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-08Fix VisitByServerTime api method to handle Datatable Maps (#11619)Stefan Giehl
2017-05-08use resized logos for static images (#11638)Stefan Giehl
2017-05-08unsantisize report description to prevent double encoding (#11642)Stefan Giehl
2017-05-08remove old files from libs and vendor on update (#11634)Stefan Giehl
2017-05-08fix timezone issue in scheduled reports time (#11631)Stefan Giehl
2017-05-08Improve message in plugin admin if a plugin is not found in filesystem (#11629)Stefan Giehl
* Improve message in plugin admin if a plugin is not found in filesystem * use plugin manager method
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-06Add access check for listing API methodssgiehl
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-05-06Merge pull request #11665 from piwik/cookiemethodsThomas Steur
Exposing more cookie methods in tracker
2017-05-05update travis fileStefan Giehl
2017-05-05make sure to delete any set cookie, better return value for getCookieThomas Steur
2017-05-05Expose more cookie methods in trackerThomas Steur
2017-05-043.0.4-b23.0.4-b2Matthieu Aubry
2017-05-04Merge pull request #11663 from piwik/arecookiesdisabledThomas Steur
Added new tracker method to detect if cookies are enabled
2017-05-04Merge pull request #11662 from piwik/fontupdateiconsThomas Steur
Added new icons
2017-05-03Add method to detect if cookies are enabledThomas Steur
2017-05-02added new iconsThomas Steur
2017-05-01Merge pull request #11655 from piwik/getnumtrackedpageviewsThomas Steur
Add possibility to retrive the number of tracked pageviews in JS tracker
2017-04-29fixes #11586 - show border for flag icons onlysgiehl
2017-04-29improve docThomas Steur
2017-04-29improve changelog entryThomas Steur
2017-04-28fixes #11657 - show link to add a user again if form was canceledStefan Giehl
2017-04-28add possibility to retrive the number of tracked pageviews in JS trackerThomas Steur
2017-04-27Bugfix: Fix console -V and --version not showing the version. Fixes #10640 ↵Diego Baños Fariñas
(#11639)
2017-04-27Fix propagateNewPage does not work when no URL parameters are set (#11652)Thomas Steur
to reproduce eg go to https://www.example.com and then execute this method. It would generate a URL like https://www.example.com/module=Foo&action=bar
2017-04-26Merge pull request #11081 from piwik/geoip2_extMatthieu Aubry
Allow Geoip to auto-update geolocation databases ending with 'mmdb.gz'
2017-04-26Merge pull request #11651 from piwik/3.x-dev3.0.4-b1Matthieu Aubry
Release Piwik 3.0.4-b1
2017-04-263.0.4-b1Matthieu Aubry
2017-04-26Add possibility to prefix a column in a table (#11650)Thomas Steur
2017-04-26Merge pull request #11649 from piwik/dynamicreportingmenuThomas Steur
Add possibility to reload the reporting menu on demand
2017-04-26add possibility to reload the reporting menu on demandThomas Steur
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-19delete old screens icons (#11632)Lukas Winkler
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-18File integrity system check: allow for a custom config.php file (#11613)Matthieu Aubry
2017-04-14New JS Tracker methods to retrieve current URL and piwik URL (#11616)Thomas Steur
* api tweaks * added tests * added docs and minified piwik * fix tests