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 (Expand)Author
2017-09-18copy file instead of renaming it. (#11908)Richard Mastop
2016-12-26Allow Geoip to auto-update geolocation databases ending with 'mmdb.gz'mattab
2015-09-02fixing some unlink and othersThaDafinser
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
2014-11-17hide the geoip error logs in phpunit outputmattab
2014-11-07refs #6612 Set default logger level to ERROR so that only real errors break t...mattab
2014-08-10Trim URL before attempting to download itmattab
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-02-08Fixes #4263 geoip automatic updates are working for me with latest git, even ...mattab
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2014-01-07Fixing build.diosmosis
2014-01-07Fixes #4263, fix bug in weekly scheduled time period and fix bugs in last com...diosmosis
2014-01-07Refs #4263, display next scheduled run time for geoip updater task, make sure...diosmosis
2014-01-07Refs #4263, fix bugs in geoip auto updater, show next scheduled time for upda...diosmosis
2013-12-09Fixes #4263, make sure GeoIPAutoUpdater forces new scheduled time of update t...diosmosis
2013-10-27Fixing couple small bugsmattab
2013-10-17Adding a comment about how GeoLiteCity is renamed to GeoIPCity.diosmosis
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: Option:...mattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-07Removed Piwik::log and replace with calls to Log::... functions. Also changed...Benaka Moorthi
2013-09-22Remove &date= query parameter from maxmind URLs if present.Benaka Moorthi
2013-08-29Fix bug in GeoIP extension detection.Benaka Moorthi
2013-08-11Merge remote-tracking branch 'origin/master' into plugin_namespacesmattab
2013-08-04code improvements / fixing doc blockssgiehl
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Merge remote-tracking branch 'origin/master' into php-5.3-namespacesmattab
2013-07-20Removing extra namespace \Coremattab
2013-07-19Fix maxmind downloading mechanism.Benaka Moorthi
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-06fixed several doc blockssgiehl
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-03-01More code cleanup and better use of Piwik::logFabian Becker
2013-02-15Refs #3456, only save one broken file when doing redundant checks & add unit ...diosmosis
2013-02-14Refs #3456, add redundant checks of GeoIP database wellness to GeoIP auto upd...diosmosis
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2013-02-01Refs #3680, added message w/ last time auto updater was run to GeoIP settings...benakamoorthi