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
2018-11-29Make matomo.js and matomo.php the default Tracking API endpoints used (#13596)Thomas Steur
* Make matomo.js and matomo.php the default Tracking API endpoints used * few fixes * fix few tests * update matomo php tracker in composer * make sure to record install version * do not overwrite ever install version * trying to fix test * more tweaks and fix tests * prefer matomo endpoint in the ui, fix some tests * file was still needed * apply review feedback * fix ui tests
2018-11-26add tagmanager containers to .gitignore (#13768)Lukas Winkler
2018-05-04GeoIP2 implementation as a plugin (#12699)Stefan Giehl
* require geoip2/geoip2 composer package * Determine region name based on Location Provider * Adds empty GeoIp2 plugin * move location_region column definition to GeoIp2 plugin so it's get changed as soon as the plugin is activated * Adds GeoIP2 location providers * ignore GeoIP2 mmdb files * Adds script to generate GeoIP2 test databases * Adds Command to convert region codes from FIPS to ISO for old log table records * Adds GeoIP2 AutoUpdater * Use GeoIP2 in tests * update test files * code fixes * adds tests * rename old GeoIP providers to Legacy * Let GeoIP autoupdater UI handle GeoIp2 as well * convert region codes to ISO in API after switch to GeoIP2 * do not show GeoIP providers if GeoIP2 plugin is enabled an no GeoIP Legacy provider is still in use * small fixes * review changes * Use correct region translations * Show correct message if no database can be found * if log tables have been converted, use archive date to check if region codes still need to be converted to iso * fix tests * Improves extracting GeoIP2 databases * Adjust GeoLocation diagnostics * readds old taiwan fixes * Assume all third party location providers as 'recommended' * Download database over HTTPS * remove outdated comment (see https://github.com/matomo-org/matomo/issues/12411) * Remove indication that Geoip2 may be slow, since we found it should be quite fast and this should not be an issue in theory * skip detection if IP is empty & do not try convert IP to IPv4 * remove downloaded file if an error occurs while extracting * command should be runnable multiple times * use ISO codes for suggested region codes * reload after wizard success * Drop table if exists. * Fix two translation keys. * add special region handling for UK * update system test * update UI files * submodule update * update test files
2016-11-15Link to plugins (#10862)Matthieu Aubry
* new SecurityInfo plugin release * Linking to plugins * Port * fix system test * Footer event message * Content tracking ad * No infobox in widget in dashboard to keep it lean
2016-08-28Split piwik.js into multiple files and provide a merged one (#10441)Thomas Steur
refs #6106
2015-11-05Remove references to Sqlitemattab
2015-06-16Ignore Gz files ie: misc/GeoLiteCity.dat.gzmattab
2015-04-21Gitignore update [no-ci]Matthieu Napoli
2015-04-03#7612 Restore the tmp folderMatthieu Napoli
2015-03-19Allow to use a local gitignore to ignore checked out pluginsMatthieu Napoli
2015-03-16Add to gitignore paths for plugin tests directory: `tests` and `Test`Matthieu Napoli
2015-01-07show a headline in ecommerce log, show correct headline in ecommerce ↵Thomas Steur
overview, added some ui tests
2014-12-22Ignore local Vagrant configMatthieu Napoli
2014-10-10small cleanup in tests:sgiehl
- renamed code coverage tests units to new structure - removed processed system test files from git, added to .gitignore
2014-10-10more test fixesmattab
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests ↵Thomas Steur
still fail and I cannot figure out why
2014-09-25ignore some files that can also appear in sub-directoriesmattab
2014-09-22Fixed .gitignoreMatthieu Napoli
2014-09-13refs #4996 maybe this fixes the not working tests on travis? maybe the ↵Thomas Steur
sqlite version returns the result in a different order
2014-05-15added possibility to upload a faviconThomas Steur
2014-04-03UserAgentParserEnhanced is now required and used from it's own composer ↵sgiehl
package (piwik/device-detector); additionally Spyc library is required as composer package and removed from piwik source
2014-03-21Add more config.ini.php files to .gitignore and re-update UI submodule.diosmosis
2014-03-02Refs #4189, adding Overlay screenshot tests:diosmosis
- Make 'idsite' parameter in certain Overlay URLs 'idSite'. - Make sure Overlay sidebar has width so screenshot test framework can find position. - Add overlay test site so Overlay can be loaded in phantomjs. - Remove createSuperUser call from TrackerTest (done in Fixture setUp). - Make sure piwik.js link is created for screenshot tests & make sure the test environment JSON file is loaded after the database is setup. - Modify logic that waits for images to load in screenshot testing framework's page renderer to wait for CSS image URLs.
2014-02-15Adding test log filemattab
2014-02-03Fixes #4614 Remove VisualPHPUnit from the codebase, since we don't use the ↵mattab
tool anymore (everyone using PHPUnit in command line)
2014-01-31ignore all configs that start with configThomas Steur
2013-12-16Including favicon in plugins/*mattab
2013-12-09Gitignore updatesmattab
2013-12-08Simplifying output of tests fixtures refs PR #154mattab
2013-11-17Removing xhprofmattab
2013-11-13Add .pyc to .gitignore.diosmosis
2013-11-04Refs #472 move getIdActionFromSegment to TableLogAction classmattab
2013-10-20Some refactoring and preparations for custom events ref #472mattab
PHP Tracker and Tests fixtures Schema updates
2013-10-14ignoring auto generated htaccess filesmattab
2013-09-10Refs #4087, add UI screenshot tests to new repository, enable tests on ↵Benaka Moorthi
travis and make sure new repo is built every time integration tests pass on piwik build.
2013-07-17Added initial UI integration tests that use cutycapt to take screenshots of ↵Benaka Moorthi
URLs.
2013-07-07fixed some doc blocks, unresolved variablessgiehl
2013-06-28Add composer.lock so everyone uses the same versionFabian Becker
Remove composer.lock from .gitignore
2013-06-25 * Adding htaccess to allow loading SVG+PNG logos on Settings pagemattab
Refs #4019
2013-06-23Merge pull request #75Fabian Becker
2013-06-22Huge merge! Lets see how the tests run..Fabian Becker
Merge branch 'master' into 2.x-twig Conflicts: core/ReportRenderer/Html.php core/SmartyPlugins/function.ajaxLoadingDiv.php plugins/CoreAdminHome/templates/jsTrackingGenerator.tpl plugins/CoreHome/templates/donate.tpl plugins/CoreHome/templates/html_report_header.tpl plugins/CoreHome/templates/menu.tpl plugins/CoreHome/templates/period_select.tpl plugins/CoreHome/templates/reports_by_dimension.tpl plugins/Feedback/templates/index.tpl plugins/Goals/Controller.php plugins/Goals/templates/overview.tpl plugins/Live/API.php plugins/Live/templates/lastVisits.tpl plugins/Live/templates/visitorLog.tpl plugins/MobileMessaging/templates/SMSReport.tpl plugins/PDFReports/templates/add.tpl plugins/PDFReports/templates/list.tpl plugins/PDFReports/templates/report_parameters.tpl plugins/SEO/templates/index.tpl plugins/SegmentEditor/templates/selector.twig plugins/UserCountry/javascripts/userCountry.js plugins/Zeitgeist/stylesheets/common.css tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getCity_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getCountry_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getRegion_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest_segment_continent__UserCountry.getCountry_month.xml
2013-05-23Move the user logo from themes folder to miscThomas ZILLIOX
2013-05-15Modify XHProf building instructions & add more xhprof related files to ↵Benaka Moorthi
.gitingore.
2013-04-04Add vendor/ to .gitignore for nowFabian Becker
2013-04-01Add composer.phar/composer.lock to .gitignoreFabian Becker
2013-03-16Add docs/ directory to gitignoreFabian Becker
[ci skip]
2013-03-07.gitignoremattab
2013-03-06Minor feedback forummattab
2013-02-28Add xhprof build files to .gitignore.diosmosis
2013-02-22git ignore custom logos #3318mattab