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
2022-03-28Fix issue where date ranges might include too many subperiods (#18995)Stefan Giehl
2021-12-01Configuration option to disable transition periods (#18366)Ben Burgess
2020-12-10Allow using last (week|month|year) as date param (#16830)Stefan Giehl
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-02-18Add movers and shakers widget to dashboard (#15578)Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2018-12-14For special dates in evolution graphs, calculate date & timezone together, to...diosmosis
2018-10-03Create periods with timezones in a couple places that are missing it. (#13445)diosmosis
2018-08-17Do not serialize every property of Periods which can appear in DataTable meta...diosmosis
2015-12-22remove unused use statementssgiehl
2015-10-12Rename InvalidationResultInfo to InvalidationResult and remove Period::getAll...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-09-25fixed testssgiehl
2015-09-25Improved range formats; fixed/added testssgiehl
2015-09-25use new date/time formats; use updated internal namessgiehl
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
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-15fixed method signaturesChristian Raue
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-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-29Remove Piwik::translateException function.diosmosis
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 some doc blockssgiehl
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