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
2016-11-30Use placeholder in translation string (#10924)Matthieu Aubry
* Use placeholder in translation string * Fix the system test
2016-11-30Add regular expressions to the exclude parameters (#10846)pafgoncalves
Allows to use regular expressions in the exclude parameters option. Doesn't break compatibility if the parameter is not a regular expression, doing a strict compare. "/.*/" can be used to exclude all parameters. * Changed the UI texts to explain that the excluding parameters list supports regular expressions. Added unit tests.
2015-11-19moved definitions of search engines to new repo and converted them to better ↵sgiehl
readable yml format
2015-09-10Correctly parse URL schemes in UrlHelper::isLookLikeUrl().diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-10Fix TrackerTest.php (includes fix to RequestCommand due to cache use in ↵diosmosis
UrlHelper::getArrayFromQueryString).
2015-04-16Improve performance of BulkTracking and QueuedTrackingThomas Steur
2015-04-01Method isLookLikeUrl is public APImattab
2015-03-05Faster flattening for many reportsThomas Steur
2015-02-08fixes #6604 - allow empty keyword for Ixquicksgiehl
2015-02-02Removed calls to deprecated Piwik\Common::getCountriesListMatthieu Napoli
2014-12-02Accept URLs formatted as //domain/pathmattab
Fixes https://github.com/piwik/piwik/pull/6652
2014-08-03fixes #5910 - added detection for r.search.yahoo.com as search enginesgiehl
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-17fixes #5851 - allow empty keyword parameter for all search engines, as more ↵sgiehl
and more are starting to hide the keywords in referrer
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-05-20refs #5114 added detection for yahoo! japan; improved handling for search ↵sgiehl
enginge detection
2014-02-18Finishing clearing the console command to allow piwik domainmattab
2014-02-04Fixes #4626 Prevent warning on screen when user set valid host to a URL ↵mattab
instead of hostname
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
2013-12-08Refs #4200 revised some of class/method docs.diosmosis
2013-10-21Refs #4200, documented core/UrlHelper.php and core/Version.php.diosmosis
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-07Refs #4125 Renaming plugin from Referers to Referrersmattab
* updating all variables/methods containing Referers * RENAMING custom segments definition, and custom scheduled reports definition, so that when they load "Referers" segment/report it still works as expected * RENAMING old archived data so that archived blobs are called Referrers * Reverting part of 0deb2bbb8d5598200f7adfbc77b190516f919e48 * Update integration tests generating PDF+HTML with images on my dev box (GD 2.1 and PHP 5.5)
2013-10-07refs #4194 marked some classes/methods/functions as available for pluginsThomas Steur
2013-09-14Adding UrlHelper containing random logic around manipulating urlsmattab