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
2013-09-06Fix Tracker variable was not set properlymattab
2013-08-15replaced presentational html tagssgiehl
2013-08-10fixed doc blockssgiehl
2013-07-31Fixing post merge bugsmattab
2013-07-31Merge branch 'master' into php-5.3-namespacesmattab
2013-07-20Remove use of globals when non-intrusively setting up test environment and ad...Benaka Moorthi
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-07-17Added initial UI integration tests that use cutycapt to take screenshots of U...Benaka Moorthi
2013-07-17Refs #546 Adding core "Uninstall" feature for Plugins and Themes + Cleanups +...mattab
2013-07-07Allow aspects of the testing environment to be init-ed by setting globals so ...Benaka Moorthi
2013-07-07Removed the deprecated Piwik_Config_Compat file and the Piwik::createConfigOb...Benaka Moorthi
2013-04-02Reformat method visibility according to PSR-2Fabian Becker
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-12-19Fixing testsmattpiwik
2012-08-16refs #2976 fixing outdated doc of Piwik_ConfigBeezyT
2012-06-07Fixes #3181, write config not just when cached is different from global but w...benakamoorthi
2012-05-24completed a bunch of php doc blockssgiehl
2012-03-24refs #1713 - tracker config did not previously throw exceptions (BC); revert ...robocoder
2012-03-24refs #1713 - workaround php 5.1.x - php 5.2.0 reference bugs when config is r...robocoder
2012-03-10refs #1713 - not so lightweight anymore, but still an improvement by unifying...robocoder
2012-03-10refs #1713 - remove Config __destruct()robocoder
2012-03-09refs #1713 - fix problem with new sections not being added; comment out two t...robocoder
2012-03-09refs #1713 - refactor for testabilityrobocoder
2012-03-08Fix buildmattpiwik
2012-03-08Refs #1713mattpiwik
2012-03-08Refs #1713mattpiwik
2012-03-07refs #1713robocoder
2012-03-06refs #1713 - splitting reader/writer just isn't possible with the way integra...robocoder
2012-03-05refs #1713 - partially resolve regression from the mergerobocoder
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder
2011-11-26refs #1713robocoder
2011-10-19chdir throwing error http://forum.piwik.org/read.php?2,82022mattpiwik
2011-09-28Fixes #2684 Now displaying clean error message with probably explanation and ...mattpiwik
2011-03-11revert r4062robocoder
2011-03-11fix for E_NOTICE: Undefined index: Segmentsrobocoder
2011-02-13Must enclose in quotes the list of segments to prevent .ini parse errorsmattpiwik
2011-01-26fixes #2046 - increase base table count; fix spurious table deletionrobocoder
2010-08-20refs #1630robocoder
2010-07-06Introducing documented piwik.php PHP Tracking client.mattpiwik
2010-06-29Fixes #660 - Thanks Julien Moumne for the patch! great new feature improving...mattpiwik
2010-06-22phpdoc updaterobocoder
2010-06-22update phpdoc commentsrobocoder
2010-06-09fixes #1415 - prettier error messages for misconfigurationsrobocoder
2010-05-31Fixes #1351 All error messages displayed to screen/API should not be translat...mattpiwik
2010-05-14Fixes #1153 Adding warning message in UI if config file not writable for the ...mattpiwik
2010-05-05Fixes unit tests to work with plugins that setup new tables, or execute ALTER...mattpiwik
2010-04-24replace Zend_Loader::isReadable() with simple is_readable() since paths are a...robocoder
2010-03-24fixes #1242 - looks like a context bug in PHP because the method is a member ...robocoder