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
2021-08-12before trying to invalidate parent period, make sure period is enabled in INI...dizzy
2021-01-28Fix timezone issue when using magic date keywords (#17144)Stefan Giehl
2020-12-24Fix report showing data of wrong date (#17008)Stefan Giehl
2020-12-10Allow using last (week|month|year) as date param (#16830)Stefan Giehl
2020-05-07Rewrite cron archiving process for easier maintenance and performance (#15499)diosmosis
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-03-16Merge branch '3.x-dev' into 4.x-devsgiehl
2020-03-05Convert range date to date archive if needed (#15665)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-12-09Make sure Period::toString() handles case when child period returns array and...diosmosis
2018-10-03Create periods with timezones in a couple places that are missing it. (#13445)diosmosis
2018-09-30Fix various notices caused by invalid parameter values (#13511)Stefan Giehl
2018-08-17Do not serialize every property of Periods which can appear in DataTable meta...diosmosis
2018-03-06Assorted events and changes (#12496)Benaka
2017-12-03Several fixes/improvements to angular period selector (#12319)Benaka
2017-10-16Convert period selector to angular & allow plugins to add periods to the fron...Benaka
2017-09-11Changes to support custom periods (#11837)Benaka
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-25fetch and use week interval format from cldrsgiehl
2015-09-25use new date/time formats; use updated internal namessgiehl
2015-06-20use new intl unit datasgiehl
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-09#7615 When selecting a disabled period, redirect to the default "yesterday" p...Matthieu Napoli
2015-03-19Monthly archiving should use the smaller amount of weeks and days inside the ...Thomas Steur
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