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
2015-03-10Fixes #7356 Do not catch and silence exceptions blindlyMatthieu Napoli
2015-03-10Remove deprecated Config::getConfigSuperUserForBackwardCompatibility()Matthieu Napoli
2015-02-20Rename variablemattab
2015-02-20Clearing the config in init() which can be called multiple timesmattab
2015-02-16phpdoc and scrutinizer warning fixesMatthieu Napoli
2015-02-16Fix warning detected by Scrutinizer:Matthieu Napoli
2015-01-09Introduced a new Piwik\Ini component to abstract reading and writing INI conf...Matthieu Napoli
2014-11-07refs #6435 if a float is assigned to a config value and a german locale is us...Thomas Steur
2014-10-28Replace all uses of Piwik_ExitWithMessage (except one) with throwing exceptio...diosmosis
2014-10-07Maintain accidental default behavior due to old typo bug (return empty array(...diosmosis
2014-10-07Fixing bug caused by typo in core/Config.php (caused non-existant config sect...diosmosis
2014-10-04moved some queries within core to model filesThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-01Do not overwrite log section of config w/ global when running tests.diosmosis
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-15refs #5820 started to add some documentation for the new report class. Also r...Thomas Steur
2014-07-15the events documentation generator failed because of "Call to undefined funct...Thomas Steur
2014-07-11Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-07-08refs #5409 #341 #5349 if a config value contains a dollar sign convert it to ...Thomas Steur
2014-07-02added development flag which allows us to not cache static cache and to make ...Thomas Steur
2014-06-10Enable DevicesDetection plugin by default starting in 2.4.0-b6 refs #5329mattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-20Fixes #5188 New config setting datatable_row_limits = "5,10,25,50,100,250,500"mattab
2014-05-16When used with host:port, remove port to create filenamemattab
2014-05-12Revert a6b50c783e6599217318f09cbfc0c0fde9c0d50fmattab
2014-05-12Load translation before throwing exception, so message is displayed in englishmattab
2014-05-12Fixes issue when a port number is appended to the hostname, expected: pick th...mattab
2014-05-08When Piwik is not installed yet, and we're installing it via console, make su...mattab
2014-05-06Removing UI tests to use DB session to see if it helps UI testsmattab
2014-05-05Fix typo dbtables -> dbtablemattab
2014-05-02Refs #5005 Delete the config file when it is found, during installation, to p...mattab
2014-04-09Fixing build failure.diosmosis
2014-04-09Do not modify configCache when overriding session handler for travis build.diosmosis
2014-04-08Check if pathGlobal is empty in Config::setTestEnvironment and make sure when...diosmosis
2014-04-08Do not check agains local config path when saving in test mode since paramete...diosmosis
2014-03-31Allow config file to be saved if desired during tests.diosmosis
2014-03-29Fixes #4924: in Tracker mode, do not check for permission when getting/settin...mattab
2014-03-28Commit work in progress cc @tsteurmattab
2014-03-26Add new setting datatable_export_range_as_day = "rss" to let users customise ...mattab
2014-03-24Fixing build by reverting older commit.diosmosis
2014-03-24Do not overwrite path local/global/common specified in Config constructor in ...diosmosis
2014-03-22Do not use static variables for config paths since they can now be specified ...diosmosis
2014-03-21Fixing build (really this time).diosmosis
2014-03-21Allow config file paths to be specified in Config constructor.diosmosis
2014-03-21Do not fail the console if there is no config.ini.phpmattab
2014-03-13Move SqlDump fixture from Bencharmks dir to Fixtures dir, fix bug in core/Upd...diosmosis
2014-03-04Refs #4739, remove old capture.js file, add section about screenshot testing ...diosmosis
2014-03-03Remove debugging code, remove no longer needed property from config.ini.travi...diosmosis
2014-03-03Debugging travis failure.diosmosis