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-02-12cache parsed yml files to improve performacesgiehl
2014-02-07Refs #3962 Removes undocumented feature of adding user agent column.mattab
2014-02-03Removing last Piwik_ occurencesFabian Becker
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2014-01-28Convert the old author/author_homepage to the new structure.Fabian Becker
2014-01-20added possibility for admins to check their/any user agent for detectable os/...sgiehl
2013-12-28reuse existing translation instead of making a new onesgiehl
2013-12-28combined translation keys with same contentsgiehl
2013-12-28reuse existing translation instead of making a new onesgiehl
2013-12-16Refs #3989 thanks for the report, putting the fix back inmattab
2013-12-10Fixes #4367, remove version column and move version to name column and make v...diosmosis
2013-11-26Rename API.getSegmentsMetadata hook to API.getSegmentDimensionMetadatamattab
2013-11-06Phpstorm organize importsmattab
2013-11-05Refs #4278 Remove Archiver hooks and the classes Archiver will be automatical...mattab
2013-11-05Renaming ArchiveProcessor\Period to Aggregatormattab
2013-11-04Moving getDataTableFromDataArray -> DataArray.asDataTablemattab
2013-11-04Renaming archiveDay -> aggregateDayReport and archivePeriod -> aggregateMulti...mattab
2013-11-04Refs #472 Adding Events Segments testsmattab
2013-10-27Clarifying code to prepare for pr#136 https://github.com/piwik/piwik/pull/136mattab
2013-10-18refactored hook getReportDisplayProperties. Reports/Plugins can now directly ...Thomas Steur
2013-10-15Cleaning up @group comments on tests to keep only 4 groups: Core, Integration...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-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-08Fixes #4203 DevicesDetection 1.14 version schema update to account for longer...mattab
2013-10-08Fixes #3989 The bug was that the sql filter callback was not set (my bad)mattab
2013-10-02refs #4134 renamed some more hooks and removed some not used and not needed h...Thomas Steur
2013-10-02refs #4134 use plural to indicate a developer can add multiple entries or wid...Thomas Steur
2013-10-02refs #4134 renamed some more hooksThomas Steur
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-24Remove use of Zend_Registry to hold DB connections.Benaka Moorthi
2013-09-04Replace create_function calls with lambda functions.Fabian Becker
2013-08-24Fixes failing tests for non-translated translation keys. Thanks to @tsteur fo...Fabian Becker
2013-08-16Rename translation string to PluginDescriptionFabian Becker
2013-08-11Merge remote-tracking branch 'origin/master' into plugin_namespacesmattab
2013-08-05Refs #4040, #4041, change the way jqplot.js checks for viewdatatble types, ch...Benaka Moorthi
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-31Merge branch 'master' into php-5.3-namespacesmattab
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ...mattab
2013-07-28Refs #4040, convert DevicesDetection plugin to use display properties instead...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 Namespaces: Period*, Metrics, ...mattab
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 Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-07-15Refs #3942mattab
2013-07-12fixed/added some missing doc blockssgiehl