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
2015-02-22translation updatesgiehl
2015-02-19translation updatesgiehl
2015-02-13refs #4633 rename segment filter to segment, fixed a bug re visitTime and ↵Thomas Steur
extracted code into a filter
2015-02-13refs #4633 open segmented visitor log with one click on a rowThomas Steur
2015-02-13Updated translations from otrancemattab
2015-02-12Set a consistent description in plugins metadatamattab
fixes https://github.com/piwik/piwik/issues/7184
2015-02-07language update refs #3430sgiehl
2015-02-02Removed calls to deprecated Piwik\Common::getCountriesListMatthieu Napoli
2015-01-12Removed usage of deprecated ScheduledTaskMatthieu Napoli
2015-01-12Removed usage of the deprecated TaskSchedulerMatthieu Napoli
2015-01-12Moved classes into new Scheduler componentMatthieu Napoli
2015-01-09language update refs #3430sgiehl
2015-01-09Use data providers instead of including data filesMatthieu Napoli
2015-01-07refs #6935 moving anonymous user settings a bit further downThomas Steur
2014-12-22language update refs #3430sgiehl
2014-11-28Merge pull request #6690 from joostdekeijzer/3581_IPv6_2Matthieu Aubry
Another try to implement IPv6 support
2014-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in ↵mattab
Firefox so far and only for "left clicks". Not perfect, but hopefully other browsers will implement this in the future, as it's a useful privacy enhancing feature!
2014-11-23IPv6 support (check for PECL GeoIP module)joostdekeijzer
2014-11-17hide the geoip error logs in phpunit outputmattab
2014-11-17language update refs #3430sgiehl
2014-11-14Replaced usage of deprecated Common::json_encode to json_encodeMatthieu Napoli
2014-11-14language update refs #3430sgiehl
2014-11-12Revert "3581 IPv6 support"Thomas Steur
2014-11-10Merge pull request #6574 from joostdekeijzer/3581_IPv6_supportMatthieu Aubry
IPv6 support in Geo location - Geoip PHP
2014-11-08tested with ISP and ORG db'sjoostdekeijzer
2014-11-08should use $ispGeoIp herejoostdekeijzer
2014-11-07Merge pull request #6610 from piwik/64352.9.0-b7Matthieu Aubry
Fix wrong database values when float representation is not set to English standard
2014-11-07refs #6612 Set default logger level to ERROR so that only real errors break ↵mattab
the archiver (and not simple warnings)
2014-11-07refs #6435 check for floats in a more central place so dimensions do not ↵Thomas Steur
have to care about this. Makes it a tiny bit slower but less prone to errors
2014-11-07refs #6435 replace possible comma with a dot. Not 100% sure if that works yetThomas Steur
2014-11-05language update refs #3430sgiehl
2014-11-04language update refs #3430sgiehl
2014-11-01fix IPv6 which can be mapped to IPv4joostdekeijzer
2014-11-01IPv6 support for LocationProviderjoostdekeijzer
with tests resolves #3581
2014-10-29Extracted the Piwik\IP class into a standalone Network componentMatthieu Napoli
2014-10-06refs #5940 splitting plugin tests folder into unit, integration and system ↵Thomas Steur
for now
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-10-05refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of ↵Thomas Steur
integration => system
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-09-18language update refs #3430sgiehl
2014-09-14language update refs #3430sgiehl
2014-09-07language update refs #3430sgiehl
2014-09-06refs #6140 easier way to define URLs for menu items and introducing a method ↵Thomas Steur
to addItem without boolean parameter
2014-08-26refs #6045 #6049 added an event to collect visitor info and made sure the ↵Thomas Steur
Piwik UI kinda works when most tracker plugins are disabled
2014-08-24refs #5863 another try to move translations into plugins. This time we ↵Thomas Steur
always load all translations of all plugins that are not 3rd party and bogus. As the translation file will be cached the time to load the translation drops from > 10ms to 1ms
2014-08-10Trim URL before attempting to download itmattab
will prevent issues eg http://forum.piwik.org/read.php?2,118158
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-22refs #5864 make doc generation work again because: Cannot use ↵Thomas Steur
Piwik\Plugins\Provider\Provider as Provider because the name is already in use
2014-07-22removed unused use statementssgiehl