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 (Collapse)Author
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
Removed many Piwik_ functions, in Piwik 2 it is best practise to use the methods calls instead Todo: finish converting core/ classes + convert plugins/ classes to use \Piwik\Plugin namespace + fix build + Merge master
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
Converting Piwik core source files, PHP, JS, TPL, CSS More info: http://piwik.org/participate/coding-standards/
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-10-24Without debug statement please Refs #3453mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7294 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-24Fixes #3453 Compatibility with ANSI_QUOTESmattpiwik
If the ANSI_QUOTES SQL mode is enabled, string literals can be quoted only within single quotes because a string quoted within double quotes is interpreted as an identifier. git-svn-id: http://dev.piwik.org/svn/trunk@7293 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-09-13Refs #3330, #766, #3227 use RankingQuery and truncate tables as they are ↵benakamoorthi
created in Actions plugin. Also modified phpunit integration testing mechanism so all API calls are tested and outputted before a test case throws. git-svn-id: http://dev.piwik.org/svn/trunk@6980 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-09-12Follow up of previous api change + cleanup NOTICEs in testsmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@6974 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-17refs #3330 PHPUnit tests for RankingQueryBeezyT
git-svn-id: http://dev.piwik.org/svn/trunk@6805 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-17refs #3330 ranking queryBeezyT
* Piwik_RankingQuery encapsulates the logic to apply the limit + grouping of others to an arbitrary select query * queryActionsByDimension() and queryVisitsByDimension() in Piwik_ArchiveProcessing_Day get new parameters to use the ranking query git-svn-id: http://dev.piwik.org/svn/trunk@6803 59fd770c-687e-43c8-a1e3-f5a4ff64c105