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-04Replace create_function calls with lambda functions.Fabian Becker
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
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: Archivemattab
2013-07-20Adding Logic for namespaces in Loader.php + Fixing buildmattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-06fixed several doc blockssgiehl
2013-06-18Adding new Metrics class that knows about all metrics. Moving from Piwik_Arch...mattab
2013-06-16refactoring / improvements of Archiveprocessing (in progress)mattab
2013-06-07factoring out record names as constmattab
2013-06-06Introducing new PluginsArchiver class. Plugins can create an Archiver inherit...mattab
2013-06-05Factoring out + cleanup Provider, UserCountry, Goalsmattab
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-12-19Fixing testsmattpiwik
2012-11-20Fixing some tests, also adding <city>xx</city> to tell unknown cities from ...mattpiwik
2012-11-20Fixes #3534, add UserCountry.getLocationFromIP method as proxy for GeoIP func...benakamoorthi
2012-11-15Fixes #3511, store lat/long in archived table metadata instead of label.benakamoorthi
2012-10-19Fixes #3452, add UserCountry to Plugins_Tracker config and in order to avoid ...benakamoorthi
2012-10-11Refs #1823, added latitude/longitude + other metadata to getCity reports, add...benakamoorthi
2012-10-10Refs #1823, several changes & tweaks to GeoIP modifications:benakamoorthi
2012-10-08Refs #1823, modified UserCountry plugin to allow use of GeoIP databases if de...benakamoorthi
2012-08-11Refs #3216 adjusting right size of new flags, since the size is hardcoded in ...mattpiwik
2011-11-18refs #2771 - reverting patchrobocoder
2011-11-18fixes #2771 - will revert this when the minimum requirements is php 5.3 and w...robocoder
2011-04-14Fixes #1478mattpiwik
2011-03-25fixes #2231robocoder
2011-02-12Refs #1736mattpiwik
2010-10-28peephole optimization to singletons, i.e., new self vs. $c = __CLASS__; new $crobocoder
2010-08-20refs #1630robocoder
2010-05-06fixes #1337 - remove static .htaccess files and defined('PIWIK_INCLUDE_PATH')...robocoder
2010-02-10fixes #1122 - per Matt's reviewrobocoder
2010-01-30fixes #1122robocoder
2009-08-23Tweak phpdoc config. Add some missing phpdocs.robocoder
2009-08-22phpdoc cleanup: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-05-31- on a rainy sunday night, implented one of the most requested feature which ...mattpiwik
2009-04-27- fix sparklines for distinct valuesmattpiwik
2009-04-27- API CHANGE: the API for the function Piwik_AddWidget has changed. The new A...mattpiwik
2009-04-07Filters are now applied bymattpiwik
2009-04-06- make sure all "Others" type legends are correct on all graphsmattpiwik
2009-04-03- changing ways of applying filters to a datatable, now $table->filter('Piwik...mattpiwik
2009-03-30- fixing recently introduced sorting issue, refactoring, cleaning up the gene...mattpiwik
2009-03-20- fix #14 Searching on countries within the DataTable is not working properlymattpiwik
2008-12-08- cleaning the API/ codemattpiwik