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-01-16Removes some methods deprecated for Matomo 4 (#15386)Stefan Giehl
* Removes deprecated Plugin.getListHooksRegistered and uses Plugin.registerEvents instead * Removes deprecated method Piwik\Piwik::doAsSuperUser * Remove deprecated SettingsPiwik::isPiwikInstalled and use SettingsPiwik::isMatomoInstalled instead
2019-09-13Various platform tweaks (#14832)Thomas Steur
* platform tweaks * prevent failing if loaded twice * Update Config.php * Update PluginList.php * Update Config.php * Update IniFileChain.php * Update Config.php * Update Config.php * allow configure different path for custom logo * only show install plugin button when activated * allow disable users and sites management * do not allow calling set super user access * Update PluginList.php * Update Config.php * Update global.ini.php * Update Config.php * Update global.ini.php
2019-07-12various performance tweaks (#14624)Thomas Steur
* various performance tweaks * tweak so tests dont fail * Update Manager.php * Update Plugin.php * cache custom variables properly
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-05-17Store matomo url only if host is valid (#14422)Thomas Steur
fix #11029
2018-11-29forgot to commit this commentThomas Steur
2018-11-29Make matomo.js and matomo.php the default Tracking API endpoints used (#13596)Thomas Steur
* Make matomo.js and matomo.php the default Tracking API endpoints used * few fixes * fix few tests * update matomo php tracker in composer * make sure to record install version * do not overwrite ever install version * trying to fix test * more tweaks and fix tests * prefer matomo endpoint in the ui, fix some tests * file was still needed * apply review feedback * fix ui tests
2018-07-02Improve detection of piwik/matomo URL (#13122)Thomas Steur
refs a couple of issues I think. Eg https://github.com/matomo-org/matomo/issues/11029 For some reason that I cannot explain, it stored `127.0.0.1` as the matomo URL in the DB causing a bug in tag manager. So I opened a regular page in Matomo and was expecting it to correct the value in the option table but it didn't. I think this is because of the above change where it checks whether the previous URL is not a local host whereas it maybe should check on the current URL? See the debugger picture where it did not overwrite 127.0.0.1 with the correct current url/host because the host is currently a local host (127.0.0.1). If it checked whether the actual host is a local host, it would have updated it.
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
* renaming more Piwik mentions * some more updates * fix some tests * support matomo partially as require string * fix tests * fix failing system test * fix tests * fix system test * fix test
2017-11-13Show update notification to super users only (#12224)Peter Boehlke
* Introduce config setting to show update notifications to superusers only. Fixes #7930 * By default, all users should see the update notification * Changed description of config param * Updates changelog
2017-08-04Fix a typo in core/SettingsPiwik.php (#11933)Felix Yan
2017-06-19disable outgoing communication with one setting (#11465)Martin Keckeis
* disable outgoing communication with one setting * disabled piwik blog if isInternetEnabled=0 * better description for enable_internet_features * reenable plugin
2017-02-28Make method getPiwikInstanceId public (#11423)Thomas Steur
Need this method in a plugin.
2016-12-27When safe mode is displayed, and Super User was not logged in already, let ↵Matthieu Aubry
Super User display the full safe mode to troubleshoot further (#11082) * When safe mode is displayed, and Super User was not logged in already, let Super User display the full safe mode to troubleshoot further * meant for a different PR * Catch exceptions during CSS/Less compiling * when there's an error during Twig template processing, or during LESS css compiling, display the safe mode * Deactivate plugin as super user when authenticated with i_am_super_user * when user is not logged as Super User, Make deactivate plugin work by forwarding the i_am_super_user URL parameter * Display plugin version in safe mode fixes https://github.com/piwik/piwik/issues/11043 * Added a text to indicate users to first disable third party plugins * Updated UI test * clarify that salt is a secret * reuse helper method * minor * Catching PHP7 errors and making it work on php5
2016-11-15Update Marketplace to work with new API (#10799)Thomas Steur
* starting to port marketplace to piwik 3 * updating tests * fix translation key * fix various issues * use material select * fix plugin upload * deprecate license_homepage plugin metadata and link to a LICENSE[.md|.txt] file if found (#10756) * deprecate license_homepage plugin metadata, and link to a LICENSE[.md|.txt] file if found * Make license view HTML only without menu * fix tests and update * fix some links did not work * we need to show warnings even when plugin is installed, not only when activated. otherwise it is not clear why something is not downloadable * fix install was not working * improved responsiveness of marketplace * fix more tests * fix search was shown when only a few plugins are there * fix ui tests * fix some translations * fix tests and remove duplicated test
2016-07-21When Piwik config file becomes un-readable, make it clear that the file ↵Matthieu Aubry
still exists but is not readable (#10331) * * In messages, make it more clear whether config file exists and/or is (not) readable * When the config file exists but is not readable, provide users the choice between making the file readable, or starting a fresh install * As long as Piwik is not installed, piwik.php should not return 500 when config file is not readable * Fixes #10283 * UI tests: updated message when config file is not found
2016-01-11Do not overwrite piwikUrl when host is localhostThomas Steur
2015-12-22Higher resolution 32x32 favicon https://github.com/piwik/piwik/issues/8869mattab
2015-12-18Display useful message how to solve "Form security error" issue, when SSL ↵mattab
may be mis-configured
2015-07-12When script is called from misc/cron/archive.php, still return correct Piwik URLmattab
2015-07-12When script is called from misc/cron/archive.php, still return correct Piwik URLmattab
2015-06-16Adding force-idsegments parameter to core:archive param and handle the ↵diosmosis
parameter in CronArchive.php class. New parameter limits list of segments that should be archived during archiving, all other segments are skipped.
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-03-10Remove deprecated SettingsPiwik::rewriteTmpPathWithInstanceId()Matthieu Napoli
2015-02-19Making algorithm processing unique visitors across websites actually work, ↵mattab
refs https://github.com/PiwikPRO/plugin-MetaSites/issues/3
2014-12-22Attempting to fix build by detecting that Piwik is already installed within ↵mattab
tests
2014-12-17Use the new PiwikCache::getTransientCache() to store the values instead of ↵mattab
using the static array - these are called 50 K times or more when only 100 websites when rendering a scheduled report
2014-11-27Merge branch 'di-config' into tmp-pathMatthieu Napoli
Conflicts: tests/PHPUnit/Integration/LogTest.php
2014-11-19Fixes #6695 show git:pull command whenever piwik is deployed from git (push ↵mattab
and commit commands are still shown in development mode only)
2014-11-13Moved the `tmp/` path into the config (was hardcoded everywhere)Matthieu Napoli
The `tmp/` path was hardcoded everywhere, which resulted in using `SettingsPiwik::rewriteTmpPathWithInstanceId()` to rewrite it for specific use cases. I've moved that path into the config, and replaced all hardcoded usage (and calls to `rewriteTmpPathWithInstanceId()`) by a `get()` from the container. Getting entries from the container is a bad practice and dependency injection should be preferred, but we do baby steps. When refactoring those classes to DI, we'll replace calls to the container with proper dependency injection. Another thing we'll need to do too is move the hardcoded *sub-path* of `tmp/` (e.g. `tmp/sessions/`) into the config also (but again: baby steps). Another future step would be to remove completely instance ID and let it be handled by a plugin (or by end-user config). Having the `tmp/` path in the config means that plugins or users can override it and know it will be taken into account everywhere in Piwik.
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-07-23removed lots of trailing whitespaceChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-07-04Refs #5400, fixing UI tests and regression in Installation process.diosmosis
2014-06-14When checking if Piwik server works, fail the check if the Piwik shows an ↵mattab
error message
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-05-22misc/user/domain/favicon.png should not fail the test (case piwik used in ↵mattab
single codebase)
2014-05-21Fix installer regressionmattab
2014-05-20Removing BC code because turns out it should not be theremattab
2014-05-19Fixes #5181 Renamed methodmattab
2014-05-15When Piwik is not installed yet, the app-id match did not work.mattab
2014-05-15do not fail tests in case there is a custom faviconThomas Steur
2014-05-12Do not mention archive.php in the sourcecode, instead mention `./console ↵mattab
core:archive` command
2014-05-08When Piwik is not installed yet, and we're installing it via console, make ↵mattab
sure tmp/ folders are using hostname
2014-05-05Fixing UI tests?mattab
2014-05-05Refs #4990 Fix bug reported in forums when nFS is detectedmattab
http://forum.piwik.org/read.php?8,114216,page=1#msg-114795
2014-04-07force_ssl should start working only after Piwik is installedmattab
2014-04-04Removing the SettingsPiwik::$piwikUrlCache hack, ftw?mattab
2014-03-29Refs #4926 when loaded over HTTPS, make the sure PiwikUrl is https (even ↵mattab
though it may be cached as HTTP)
2014-03-16Fixes #3220 Fix logicmattab