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
path: root/core
AgeCommit message (Expand)Author
2015-05-142.14.0-b1Matthieu Aubry
2015-05-11Merge pull request #7858 from piwik/7850Matthieu Napoli
2015-05-10Merge pull request #7846 from piwik/usersettingsapi_removedThomas Steur
2015-05-10Removed deprecated methods.Thomas Steur
2015-05-10Make CliMulti::getSuperUserTokenAuths private since it is only used there, an...diosmosis
2015-05-10Fix bug in CliMulti (type in member name), and make sure all requests are run...diosmosis
2015-05-10Remove piwikUrl parameter to CronArchive class and two TODOs that are no long...diosmosis
2015-05-10Try to remove superuser access setting and environment changing in ScheduledT...diosmosis
2015-05-10Updating submodules & move getSuperUserTokenAuths from CronArchive to CliMult...diosmosis
2015-05-10Move hacks in CronArchive + Tracker to run code as superuser through CliMulti...diosmosis
2015-05-10Add cron archiving API method only visible to superusers, use this in archive...diosmosis
2015-05-10Remove unnecessary doAsSuperUser call.diosmosis
2015-05-10Remove dependency on FrontController::init.diosmosis
2015-05-10Fix TrackerTest.php (includes fix to RequestCommand due to cache use in UrlHe...diosmosis
2015-05-10Fix CliMultiTest.php.diosmosis
2015-05-10Refactor CronArchive, remove need to specify URL (also did same to CliMulti),...diosmosis
2015-05-10Merge pull request #7804 from piwik/restore_accessMatthieu Napoli
2015-05-08renamed method to forceReloadAuthUsingTokenAuthThomas Steur
2015-05-08if a GET piwik.php is done without any parameter, still return a HTTP 200Thomas Steur
2015-05-07Remove Environment::get method (as it is redundant) and remove Translate clas...diosmosis
2015-05-07Merge branch 'master' into config_step_2diosmosis
2015-05-07Merge pull request #7841 from piwik/7839Benaka
2015-05-072.13.1Matthieu Aubry
2015-05-07put table name in quotesThomas Steur
2015-05-06Merge pull request #7820 from piwik/7779Matthieu Aubry
2015-05-06Removed comment now deprecatedmattab
2015-05-06Fixes #7708, in summary of XHProf output message, display warning if developm...diosmosis
2015-05-06refs #7839 added an update to remove already created preferences with an empt...Thomas Steur
2015-05-04refs #7779 Tracker: Faster visitor recognitionThomas Steur
2015-05-01Remove IniPluginList class and move logic to PluginList interface (which is n...diosmosis
2015-05-01Remove GlobalSettingsProvider interface and replace w/ GlobalSettingsProvider...diosmosis
2015-05-01Restore auth after API requestThomas Steur
2015-05-01Remove FrontController::createConfigObject as it should no longer be necessary.diosmosis
2015-05-01Fix dumb mistake in sanity check.diosmosis
2015-05-01Add sanity check to IniSettingsProvider::getSingletonInstance that checks if ...diosmosis
2015-04-302.13.0 - Kaboom!Matthieu Aubry
2015-04-30Fixing TrackerTest.php, clear static container before adding hooks so new con...diosmosis
2015-04-302.13.0-rc32.13.0-rc3Matthieu Aubry
2015-04-28Merge branch 'master' into config_step_2diosmosis
2015-04-27improve core:archive logging outputmattab
2015-04-27Add comment for why Translator::getDefaultLanguage has hard-coded default if ...diosmosis
2015-04-27Merge branch 'master' into config_step_2diosmosis
2015-04-252.13.0-rc2Matthieu Aubry
2015-04-24Merge pull request #7757 from piwik/cached_iprangeMatthieu Aubry
2015-04-24cache result of isIpInRanges to gain > 5% performance improvement in Bulk/Que...Thomas Steur
2015-04-23Archiving of aggregated ecommerce metrics #6986Thomas Steur
2015-04-22refs 7680 - use transient cache instead of static variablesgiehl
2015-04-22PhpDoc and warning fixesMatthieu Napoli
2015-04-22Fix phpstorm errorMatthieu Napoli
2015-04-22Fixes #7640, add [Debug] log_sql_queries INI option to control whether SQL qu...diosmosis