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/API
AgeCommit message (Expand)Author
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, Plugin...mattab
2013-07-20Adding Logic for namespaces in Loader.php + Fixing buildmattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-12Refs #4040, #4041, move all ViewDataTable properties to the viewProperties ar...Benaka Moorthi
2013-07-07Make Piwik_Access a singleton instance and remove use of Zend_Registry for th...Benaka Moorthi
2013-07-06fixed several doc blockssgiehl
2013-07-06Implemented custom event dispatching system for Piwik (replaced event dispatc...Benaka Moorthi
2013-06-22RowEvolution simplifiedmattab
2013-06-19Fix error in fetching subtables when flattening report for range period.Benaka Moorthi
2013-06-17Introducing the Piwik_DataAccess_ArchiveWriter which encapsulates logic for c...mattab
2013-06-16Fixing build + getting the logic right in ArchiveProcessor.preProcessReportmattab
2013-06-16Continuing the great cleanup. It looks like archiveProcessor will have to go ...mattab
2013-06-05Factoring out archiving Custom variables + cleaning it up (breaking down huge...mattab
2013-06-05When running tests and tests fail with a NOTICE/warning, show the backtrace i...mattab
2013-05-26Only use raw 'segment' query param as default in Piwik_API_Request::processRe...Benaka Moorthi
2013-05-12Forgot to commit this onemattab
2013-05-12Getting tests to pass! YOUPI!!!mattab
2013-05-12Fixes #3932mattab
2013-05-11Refs #2135mattab
2013-05-10Refs #2135mattab
2013-04-20Fixes #3904:mattab
2013-04-18Fixes #3361, make sure row evolution works for get[Entry/Exit]PageTitles by a...diosmosis
2013-04-17Refs #3465, fixing build.diosmosis
2013-04-17Refs #3465, fix regression for flattener filter where queued filters were app...diosmosis
2013-04-16Refs #3465, make sure labels are associated with correct rows in multi-row ev...diosmosis
2013-04-08refs #3158 row evolutionTimo Besenreuther
2013-03-31fixing some doc blockssgiehl
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-03-17Fixes #3465, refactor row evolution code to fix bug where if no labels are sp...diosmosis
2013-03-14Fixing notice at /index.php?module=API&method[]=ExampleAPI.getXSS%3C%3E/\%22;...mattab
2013-03-11Refs #3465, remove Piwik_DataTable_Array::metadata and move data to Piwik_Dat...diosmosis
2013-02-20Fixing more bugs in the build + Mapping visits from China region 14 to Tibet ...mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-12-20 * Fixing bug, when anonymous user is set with some permission, it should workmattpiwik
2012-12-19Fixing testsmattpiwik
2012-12-16 miscmattpiwik
2012-12-15Refs #3213 fixing detection (thanks tests!) & adding testsmattpiwik
2012-12-14Fixes #1253, added annotations plugin that allows attaching notes to differen...benakamoorthi
2012-11-25Fixes #3575, remove code in ResponseBuilder.php that turns DataTable_Simple i...benakamoorthi
2012-11-20Fixes #3432, allow filter_pattern_recursive to be used w/ flat=1 & add test f...benakamoorthi
2012-11-11it looks like it fixes #3532 without side effect? Please test on demomattpiwik
2012-11-01Fixes #3503 #3492mattpiwik
2012-10-07Refs #3332mattpiwik
2012-09-27Fixes #2159, allow limit dropdown to be used with evolution graphs (including...benakamoorthi
2012-09-26Refs #3158 #3227 mattpiwik
2012-09-05refs #3013JulienMoumne