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
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder
2012-02-08Refs #2902mattpiwik
2011-11-18refs #1820 metrics picker for pie/bar charts in more reportsBeezyT
2011-09-07Refs #2633 redesigned segmentation api: all segments work for all reports nowBeezyT
2011-05-05#2373 inline documentation for reports and metricsBeezyT
2011-04-23fixes #1111 - add support for IPv6 addresses (tracking, anonymization, and ex...robocoder
2011-04-14Fixes #1478mattpiwik
2011-04-12Fixes #2297 mattpiwik
2011-04-11Fixes #2291mattpiwik
2011-03-25fixes #2217robocoder
2011-03-25fixes #2231robocoder
2011-02-15In create PDF report, Provider should not have its own sectionmattpiwik
2011-02-13Refs #1736 - Segmentation doc now online: http://piwik.org/docs/analytics-api...mattpiwik
2011-02-12Refs #1736mattpiwik
2011-02-06Cosmetic changes/refactoring preparing for code reuse for Segmentation Refs #...mattpiwik
2010-10-28peephole optimization to singletons, i.e., new self vs. $c = __CLASS__; new $crobocoder
2010-08-20refs #1630robocoder
2010-07-28Reverting parts of r2746 as it was broken (thanks Hudson)mattpiwik
2010-07-28Refs #1485 Better reports/column order in Metadata response + fixing small is...mattpiwik
2010-07-19Fixes #1485 mattpiwik
2010-07-06Introducing documented piwik.php PHP Tracking client.mattpiwik
2010-06-15git-svn-id: http://dev.piwik.org/svn/trunk@2305 59fd770c-687e-43c8-a1e3-f5a4f...mattpiwik
2010-06-03refs #1368 - Piwik::prefixTable() is deprecatedrobocoder
2010-06-03fixes #1152 - remove deprecated "name" from getInformation() arrayrobocoder
2010-05-06fixes #1337 - remove static .htaccess files and defined('PIWIK_INCLUDE_PATH')...robocoder
2010-03-16Fixing Provider plugin during trackermattpiwik
2010-03-16Fixes #1011 Provider plugin now limits row count to 500mattpiwik
2010-02-16throw error if ALTER fails for reasons other than "column already exists"robocoder
2010-02-10fixes #1122 - per Matt's reviewrobocoder
2010-01-30fixes #1122robocoder
2010-01-30fixes #1096 - translateable plugin descriptionsrobocoder
2010-01-04refs #558, revert [1753], move these lines back to top per matt's reviewrobocoder
2009-12-31fixes #558 - plugin to use Public Suffix List to enhance Provider report; the...robocoder
2009-12-30refs #558 - add Provider.getCleanHostname hookrobocoder
2009-12-12fixes #1072 - wrap plugin author name with author_homepage (instead of homepage)robocoder
2009-12-08fixes #1056 - core plugins should display release versionrobocoder
2009-11-14html decode General_Unknown for translationsrobocoder
2009-10-29Use Piwik_Exec() for DDL queries as earlier versions of mysqli can't prepare ...robocoder
2009-08-23Tweak phpdoc config. Add some missing phpdocs.robocoder
2009-08-22phpdoc cleanup:robocoder
2009-08-14fixes #931 - translate 'Providers'robocoder
2009-08-11Change die('Restricted access') to simply die.robocoder
2009-07-27fix JSON stringify'd layout not completely decoded;robocoder
2009-07-08fixes #803 - remove unnecessary require_once from core, plugins, and parts ofrobocoder
2009-07-01Add svn:keywords Id to .php files in core, plugins, and jsrobocoder
2009-06-28Fixes #524 - add standard Piwik header to .php files in core & plugins, withrobocoder
2009-05-31- on a rainy sunday night, implented one of the most requested feature which ...mattpiwik
2009-05-18core code using Piwik_FetchOne|All|Query to easily work on the DB mattpiwik
2009-05-06- adding translations for all "label" columns mattpiwik
2009-04-27- API CHANGE: the API for the function Piwik_AddWidget has changed. The new A...mattpiwik