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
2015-02-09Merge pull request #7119 from piwik/performance_improvementsMatthieu Aubry
2015-02-09Test to remove the if statement and see if tests still passMatthieu Aubry
2015-02-02Fixing testsMatthieu Napoli
2015-02-02Replaced calls of static methods with dependency injectionMatthieu Napoli
2015-02-02Cache generated date range periods.Thomas Steur
2015-01-21Better fix for #7057 Fixes also "previous0" and "last0" + testsMatthieu Napoli
2015-01-21#7057 Bug on range with "last" and "previous"Matthieu Napoli
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-07-10--force-periods will respect the config setting "Periods enabled in API" enab...mattab
2014-07-01Fixes #5356 Applying change suggested in pull request https://github.com/piwi...mattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-12Do not mention archive.php in the sourcecode, instead mention `./console core...mattab
2014-05-02Fixes #5037 You can now configure periods that are available in the UI and APImattab
2014-05-02Refs #5037 Apply the enabled periods to APImattab
2014-05-02Refs #5037 Refactor the factory out of the Period class in its own Period\Fac...mattab
2014-02-28refs #57 started to work on displaying Insights. Added a widget for the dashb...Thomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-11-01fix testsThomas Steur
2013-11-01refs #2270 use year range if possibleThomas Steur
2013-10-31refs #3074 fix range date is sometimes wrongThomas Steur
2013-10-29Fixing build.diosmosis
2013-10-29Remove Piwik::translateException function.diosmosis
2013-10-27no need to double check that every timesgiehl
2013-10-24Refs #4200, finished documenting core/Plugin/Controller and moved Controller:...diosmosis
2013-10-23Refs #4200, document core/Menu/*.php and core/Period/Range.php and remove Ran...diosmosis
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-07refs #4194 marked some classes/methods/functions as available for pluginsThomas Steur
2013-08-02fixed more doc blocks and namespacessgiehl
2013-08-02fixed some doc blockssgiehl
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-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-07fixed some doc blocks, unresolved variablessgiehl
2013-03-31fixing some doc blockssgiehl
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
2013-02-02Refs #3619, several improvements/modifications to Referrers overview, including:benakamoorthi
2013-01-18fixed some doc blockssgiehl
2012-09-27Fixes #2159, allow limit dropdown to be used with evolution graphs (including...benakamoorthi
2012-08-06Fixes #3303 Date labels now translatablemattpiwik