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 (Collapse)Author
2019-07-05Update the link tag for all php files (#14635)Luca
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
2019-06-17Detect expired session use (#14502)diosmosis
* Add INI config option and add tests. * Detect expired sessions. * Update config docs. * Apply review feedback including storing expiration in session fingerprint. * fixing tests. * fix unit tests * fix test
2019-03-20use mb_substr wrapper method (#14231)Stefan Giehl
2019-03-04GeoIP first will update the next day, then weekly/monthly after that. Fixes ↵Diego Baños Fariñas
#11006 (#11659) * Feature: GeoIP first update will be the next day. Then Monthly or Weekly * Get unit test to pass.
2019-03-02Preserve case for CLDR month/day names (#14015)Christian Schmidt
Do ucfirst() on formatted date instead.
2018-12-14For special dates in evolution graphs, calculate date & timezone together, ↵diosmosis
to get proper result. (#13799) * Update TimezonesTest to be more useful. * Update TimezonesTest which will not pass until https://github.com/matomo-org/matomo/issues/13829 * Non-intrusively fix evolution graph timezone end date issue using new Date method. * Make sure Date::factoryInTimezone only works w/ special word times.
2018-02-26Update error message in API/UI if date is before 1992 (#12559) (#12561)simivar
* Update error message in API/UI if date is before 1992 (#12559) * Fix test for dates * Fix test for dates * Move creation of $dateOfFirstWebsite object to if block
2017-10-20Fix comment for Date::getUtcOffset (#12210)Stefan Giehl
2017-09-11Changes to support custom periods (#11837)Benaka
* Separate Archive query creation responsibility from Archive class. * Add ability for plugins to define custom period types. * Make period responsible for determining start/end time of periods, not LogAggregator. * Allow specifying custom archive writer in PluginsArchiver.
2017-07-17Use localized format to display hour in Visits per time reports (#11747)Stefan Giehl
* Use localized format to display hour in Visits per time reports * updates cldr data * update test files
2016-10-05move fix of broken update script to 2.16.5sgiehl
2016-10-04move timezone offest calculation to date classsgiehl
2016-09-27Various minor tweaks to 3.x (#10566)Matthieu Aubry
* Remove code block height as it looks better to let the browser set height automatically (ie. no scroll bar) * Remove deprecated code * UI tests: nicer code block * select on focus the tracking code
2016-02-05fixes #9717 - fix standalone day namessgiehl
2015-12-22remove unused use statementssgiehl
2015-10-28added new DateTimeFormatProvider to provide date, time and interval formatssgiehl
2015-10-28code improvements / added testssgiehl
2015-10-28allow user to chosse between 12 and 24 hour time formatsgiehl
2015-09-25replace legacy placeholders only if indicator (%) is presentsgiehl
2015-09-25fixed testssgiehl
2015-09-25use new date/time formats; use updated internal namessgiehl
2015-09-25prepare date class to handle cldr date/time formatssgiehl
2015-08-21refs #8066 faster query to find websites with traffic since last successful ↵Thomas Steur
archiving
2015-06-06use new translations from Intl pluginsgiehl
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-02-13refs #4633 rename segment filter to segment, fixed a bug re visitTime and ↵Thomas Steur
extracted code into a filter
2015-02-13refs #4633 open segmented visitor log with one click on a rowThomas Steur
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli
2015-01-09Reduced possibly useless calls to translate: -1800 calls in my test with ↵Matthieu Napoli
Visitor Log, saving 400ms
2015-01-09Reduced the number of Container::get(), e.g. in Visitor Log (Live API) it ↵Matthieu Napoli
suppressed 4000 calls, 100ms saved
2014-12-04Tracker refactoringThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-09-01Fix bug in Date::addPeriod(N, 'month') where max number of days in a month ↵diosmosis
was not respected. So if subtracting one month from July 31, result would be July 1. Now result is June 30th. Note: there appears to be little to no change in speed, tested both in integration tests and the code by itself.
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
2014-01-09refs #1486 added method to detect whether current year is a leap yearThomas Steur
2013-12-20Fixes #4380, make sure site's timezone is applied when selecting log data to ↵diosmosis
aggregate. Includes integration test + doc fixes to Date function.
2013-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-12-03refs #4244 fix linkThomas Steur
2013-12-03refs #4244 converted more linksThomas Steur
2013-11-01refs #2270 use year range if possibleThomas Steur
2013-10-29Remove Piwik::translateException function.diosmosis
2013-10-21Refs #4200, documented Date object.diosmosis
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-07refs #4194 marked some classes/methods/functions as available for pluginsThomas Steur
2013-08-10Refs #3089, add initial visitor profile popup that uses dynamic data from ↵Benaka Moorthi
Live plugin API. No client-side behavior yet & placeholder images still present.
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ↵mattab
Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
2013-04-02Reformat method visibility according to PSR-2Fabian Becker
https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md#45-abstract-final-and-static