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
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
2014-02-28Refs #4189, allow default config file paths to be overridden for tests, rewri...diosmosis
2014-02-25Merge branch 'master' into uiunittestsdiosmosis
2014-02-25the SitesManager.getPatternMatchSites takes already care of site_selector_max...Thomas Steur
2014-02-25exposing config as an angular moduleThomas Steur
2014-02-21Speeding up tests on travis by adding persist_fixture_data config option and ...diosmosis
2014-02-19reverting my broken revert -> we'll add a UI test screenshot for it!mattab
2014-02-18Always report an error if config file not writable. Not sure where this logic...mattab
2014-02-07refs #4631 started to work on installing updates during installation in case ...Thomas Steur
2014-02-05Minormattab
2014-02-04refs #4563 PrivacyManager Settings should be in Config and Option table, also...Thomas Steur
2014-02-03refs #4563 moved custom logo from config to databaseThomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-02-03Removing occurences of Piwik_ in core/Fabian Becker
2014-01-28refs #4565 migrate config super user to databaseThomas Steur
2014-01-09Minormattab
2014-01-09Fix error that occurs when config section is empty in config.ini.php (like wh...diosmosis
2014-01-09Adding unit tests for the new common.config.ini.php feature - Refs #4133mattab
2014-01-09Adding possibility to define a config/common.config.ini.php when MultiPiwik i...mattab
2013-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-12-08Tests will load plugins which are bundled with core.mattab
2013-11-18Error messages friendly to CLI output (no html, spaces displayed correctly......mattab
2013-11-18added possibility to create a config for a specific domainThomas Steur
2013-11-14Fix one of the random build failures! FINALLY!mattab
2013-10-29Remove Piwik::translateException function.diosmosis
2013-10-25Fixes #3405 Clearning up the code and fixing the logic so archive.php will pr...mattab
2013-10-18Refs #4200, documented Config.php.diosmosis
2013-10-18fixes #4229 added possibility to disable marketplace in configThomas Steur
2013-10-15Type hint for Singletonmattab
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom getInsta...mattab
2013-10-09Refs #4202 Menu refactor GO. This one is tricky...mattab
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-09Refs #4202 removing functions Piwik_PostEvent and moving to Piwik::postEventmattab
2013-10-08Use merged assets in tests, add ability to disable animation in realtime map,...diosmosis
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-07refs #4194 marked some classes/methods/functions as available for pluginsThomas Steur
2013-10-07Removed Piwik::log and replace with calls to Log::... functions. Also changed...Benaka Moorthi