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
2020-02-11Merge branch 3.x-dev into 4.x-dev (#15543)Stefan Giehl
* Updates search engine and social definitions (#15384) * updates device detector to latest release (#15388) * updates device detector to latest release * updates tests * translation update (#15389) * Fix Could not get the lock for ID, when creating a site (#15401) * Lock key start * do not empty key lock Co-authored-by: Thomas Steur <tsteur@users.noreply.github.com> * 3.13.1 * submodule updates * Use correct name in update available message (#15423) * Fix removing user capabilities (#15422) * Order of implode() args, avoid E_NOTICE in PHP7.4 (#15428) * Fixes possible php warning in visitor log (#15442) * silence is_executable call (#15446) * Make sure geolocation admin experience is consistent if user is not using GeoIp2 plugin. (#15447) * Fix referrers test. (#15448) * Ensure to close visitor popover correctly (#15443) * Fixes possible warning (#15453) * Forward instance_id from local config when reseting config during tests. (#15445) * Add event that allows plugins to disable archiving for certain periods/sites if they want. (#15457) * Add event that allows plugins to disable archiving for certain periods/sites if they want. * apply review feedback * Fix possible warning for columns without index (#15467) * Day range archiving issue (#15462) * Improve lock ID check for max length (#15407) Better patch for https://github.com/matomo-org/matomo/pull/15401 which was merged last minute... This way it always works even when someone calls `acquireLock` directly instead of `execute` Pushing this for now into 3.x-dev but can also put it into 4.x-dev directly but then there might be merge conflicts when merging 3.x-dev into 4.x-dev * Use SameSite none for session token when embedded into iframe (#15439) * Make sure tracking works in IE9 and lower (#15480) * Mention Joomla install FAQ (#15481) * Make sparklines work when mbstring extension is not installed (#15489) 1) Too few arguments to function mb_strtolower(), 1 passed in matomo/vendor/davaxi/sparkline/src/Sparkline/StyleTrait.php on line 129 and exactly 2 expected 2) mb_strlen is not defined * update screenshots (#15488) * 3.13.2-rc1 * Use safemode when running CLI commands (#15472) * update icons submodule (#15490) * update icons submodule * update UI tests * Fix possible undefined index notice (#15502) * Use latest davaxi/sparkline release (#15464) * translation update * submodule updates * Fix deprecation notice (#15530) see https://github.com/matomo-org/matomo/pull/15467#issuecomment-583283444 * 3.13.2-rc2 * update cache component (#15536) * fixes copy dashboard to user for more than 100 users (#15538) cherry picking #15424 to fix #15420 in 3.x-dev * Add missing return statement. (#15539) * 3.13.2 * update tests * update tests Co-authored-by: Matthieu Aubry <mattab@users.noreply.github.com> Co-authored-by: Thomas Steur <tsteur@users.noreply.github.com> Co-authored-by: Peter Upfold <pgithub@upfold.org.uk> Co-authored-by: diosmosis <diosmosis@users.noreply.github.com> Co-authored-by: Lukas Winkler <github@lw1.at>
2019-11-04Revert "Support alternative matomo bootstrap file (#14887)" (#15075)Thomas Steur
This reverts commit 5bb2cdaab831831f0e927de7857937230ca15b30.
2019-09-16Support alternative matomo bootstrap file (#14887)Thomas Steur
* support configuration of a matomo bootstrap file * load matomo bootstrap only as fallback
2015-01-05Removed useless translations loading (now lazily-loaded)Matthieu Napoli
2014-12-22Removed Piwik\Loader: Composer's autoloader is now included in ↵Matthieu Napoli
core/bootstrap.php
2014-12-22Moved common bootstrap code in a `core/bootstrap.php` fileMatthieu Napoli
This file is not in a class because it needs to be compatible with PHP 4.
2014-12-22The console now includes the optional file bootstrap.phpMatthieu Napoli
Users can add a custom `bootstrap.php` file at the root of Piwik to customize constants. This file is included (if exists) in `index.php` and `piwik.php` but not in the console. This is now fixed. See the user docs about this: http://piwik.org/docs/include-piwik-in-your-project/
2014-12-19Minormattab
2014-12-19Rename Error to ErrorHandlermattab
2014-12-11#6622 Logger refactoring: Separated error and exception handling from loggingMatthieu Napoli
- the error handler logs warnings and notices, and turns errors into exceptions (`ErrorException`) - the exception handler catches all uncatched exceptions and display them to the user (HTML or CLI) - the "screen" logging backend has been removed - I've normalized exceptions/errors shown to the user in HTML (wether they are catched by the FrontController or not)
2014-11-27Simplified Piwik\Console's APIMatthieu Napoli
2014-11-12Revert "3581 IPv6 support"Thomas Steur
2014-11-08should use $ispGeoIp herejoostdekeijzer
2014-10-13refs #5940 moved files into a subfolder framework, added autoloader to ↵Thomas Steur
remove duplicated code to load autoload.php and to be able to register more autoloaders (eg for test files) on demand. This I got read of many includes that had to be updated all the time and that had to be updated all the time when moving iles
2014-08-20Remove Piwik autoloader and replace composer autoloader.diosmosis
2014-04-28Setting the default timezone to UTC in the core:archive script, refs #5043mattab
This could potentially cause some big problems.
2014-03-26refs #4903 forward archive.php to new console commandThomas Steur
2014-02-18Show helpful message when config file is not readablemattab
2014-02-18Finishing clearing the console command to allow piwik domainmattab
2014-02-18Add new piwik-domain generic option to the console. Part 2mattab
2013-12-22allow using Piwik when installed as a Composer dependencyChristian Raue
2013-11-28fix comment [ci skip]Thomas Steur
2013-11-28make sure to activate plugins, fixes no command is availableThomas Steur
2013-11-18fix position of commentThomas Steur
2013-11-18load translationsThomas Steur
2013-11-18Adding testMinimumPhpVersion file so that composer requirement is checked in ↵mattab
console
2013-11-11refs #4241 let plugins add new console commandsThomas Steur
2013-10-05refs #4121 added possibility to generate API for a specific pluginThomas Steur
2013-10-04refs #4121 make sure we are in cli modeThomas Steur
2013-10-04refs #4121 added simple command line tool including a not yet working tests ↵Thomas Steur
and generatePlugin command