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-12-09fixes #9365 - fix date range format handling for languages with string litera...sgiehl
2015-10-28added new DateTimeFormatProvider to provide date, time and interval formatssgiehl
2015-10-12Fill out missing docblock.diosmosis
2015-10-12Rename InvalidationResultInfo to InvalidationResult and remove Period::getAll...diosmosis
2015-10-12Do not invalidate unnecessary periods.diosmosis
2015-10-12Added ArchiveInvalidator tests and got them to pass.diosmosis
2015-10-12Move cascading logic to ArchiveInvalidator and make sure to cascade up by def...diosmosis
2015-10-12Move subperiod calculation from invalidate archive command to Range period cl...diosmosis
2015-10-12Don't use switch in core:invalidate-archive-data command, instead add new non...diosmosis
2015-10-07Left menu designThomas Steur
2015-10-06trying to get the ui tests green againThomas Steur
2015-09-25fixed testssgiehl
2015-09-25Improved range formats; fixed/added testssgiehl
2015-03-10Remove deprecated Period::factory()Matthieu Napoli
2015-02-02Replaced calls of static methods with dependency injectionMatthieu Napoli
2014-11-11removing @api tag as it created in https://github.com/piwik/developer-documen...mattab
2014-11-11Adding few unit tests for getRangeStringmattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-08-20Refactor factory methods into base Factory type for ease of testing.diosmosis
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-02Fixes #5037 You can now configure periods that are available in the UI and APImattab
2014-05-02refs #5065 add back the factory() method for backward compatmattab
2014-05-02Refs #5037 Refactor the factory out of the Period class in its own Period\Fac...mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-12-08Refs #4200 revised some of class/method docs.diosmosis
2013-12-03refs #4244 converted more linksThomas Steur
2013-11-13finish short sentenceThomas Steur
2013-11-12Remove TaskScheduler from @api refs #4200mattab
2013-11-06Phpstorm organize importsmattab
2013-10-29Remove Piwik::translateException function.diosmosis
2013-10-29Merge Period::factory and Period::advancedFactory.diosmosis
2013-10-27no need to double check that every timesgiehl
2013-10-21Refs #4200, documented several more classes.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-08-11Merge branch 'plugin_namespaces'mattab
2013-08-10added some inline variable type hints / fixed some doc blockssgiehl
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
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 to \Piwik\Core\PiwikFabian Becker
2013-07-06fixed several doc blockssgiehl