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-14ProxyHttp class until I find a better namemattab
2013-09-12Minor code changes + style following reviewmattab
2013-09-12Refs #3089, tweaks to getVisitorProfile API output. Includes change that allo...Benaka Moorthi
2013-09-09Fixing build.Benaka Moorthi
2013-09-09Fixes #4063, allow csv renderer to handle arbitrarily nested data structures ...Benaka Moorthi
2013-09-06fixed some doc blocks; removed unused namespacessgiehl
2013-09-04Replace create_function calls with lambda functions.Fabian Becker
2013-09-04Remove more pre 5.3 compat codeFabian Becker
2013-08-25Refs #4077, add ability for treemap to color nodes based on evolution of metr...Benaka Moorthi
2013-08-20Fixing build.Benaka Moorthi
2013-08-20Refs #4041, mild refactoring to ViewDataTable, handle max_graph_elements prop...Benaka Moorthi
2013-08-15replaced presentational html tagssgiehl
2013-08-11Merge remote-tracking branch 'origin/master' into plugin_namespacesmattab
2013-08-04code improvements / fixing doc blockssgiehl
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-08-02fixed more doc blocks and namespacessgiehl
2013-08-02fixed more doc blockssgiehl
2013-08-02fixed some doc blockssgiehl
2013-08-02fixed undefined classes in doc blockssgiehl
2013-08-01fixing more namespacessgiehl
2013-07-31refs #3741 fixing some namespacessgiehl
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
2013-07-31Fixing post merge bugsmattab
2013-07-31Merge branch 'master' into php-5.3-namespacesmattab
2013-07-29Refs #4040, converted UserCountry plugin to use display properties instead of...Benaka Moorthi
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-21Refs #4059 Work in progress: Conversion to use Namespacesmattab
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-20Converting to namespace: Period, Sitemattab
2013-07-20Converting to namespace: Archivemattab
2013-07-20Merge remote-tracking branch 'origin/master' into php-5.3-namespacesmattab
2013-07-20Removing extra namespace \Coremattab
2013-07-19Refs #4041, move Piwik_ViewDataTable_GenerateGraphData logic to new JqplotDat...Benaka Moorthi
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-09Refs #4041, cleaned up ViewDataTable, related classes, and related templates:Benaka Moorthi
2013-06-22Moving more logic to Piwik_Metricsmattab
2013-06-18Removing TablePartitioning from codebase, since it was rather ugly. Introduci...mattab
2013-06-18Adding new Metrics class that knows about all metrics. Moving from Piwik_Arch...mattab
2013-06-16Renaming ArchiveProcessing in comments as well, adding missing headermattab
2013-06-16refactoring / improvements of Archiveprocessing (in progress)mattab
2013-06-07Killing the Archiver from VisitFrequency. Nice! using VisitsSummary.get API i...mattab
2013-06-05Factoring out archiving Custom variables + cleaning it up (breaking down huge...mattab
2013-05-31Refactored archive data querying code. Removed tree-like data structure from ...Benaka Moorthi
2013-04-20Fixes #3904:mattab
2013-04-14fixes #3892 Fixing + testing filter_truncate on getPluginmattab
2013-04-10refs #1700 time trackingTimo Besenreuther