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
2022-01-12Hide commands that don't work on windows (#18604)Stefan Giehl
2020-12-15Improve handling of current user information for Filechecks (#16941)Max
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
* update doc blocks with new name * submodule updates * updates expected UI files
2019-10-02To not prefix dir ever (#14928)Thomas Steur
2019-09-17Fix user path was not working as it should (allow placing config file ↵Thomas Steur
outside webroot) (#14866) * Fix user path was not working as it should * fix error
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-17Don't tell people to run chmod -R 755 on their install if update fails (#14412)Thomas Steur
fix #13628 For not writable directory it generated eg this: ``` chown -R foo:localaccounts /var/www/matomo find /var/www/matomo/tmp -type f -exec chmod 644 {} \; find /var/www/matomo/tmp -type d -exec chmod 755 {} \; ``` for auto update it also adds execute permission for `console` ``` chmod 755 /var/www/matomo/console ``` Not sure if any other file needs permission to execute? Couldn't think of any right now. Of course the find commands above they don't change the permission of any symlinks or so. Not sure what users possibly have in there and if it could create some issue. Could extend the find command to something like `-type f or -type l`. Also generally not sure if `find` is compatible like this on all *nix. @Findus23 maybe any thoughts?
2019-01-29Set isHtmlMessage for more exceptions. (#14024)diosmosis
* Set isHtmlMessage for more exceptions. * Escaping file names.
2018-07-25Replace proxy redirect with rel=noreferrer (#12780)Christian Schmidt
* Replace proxy redirect with rel=noreferrer * Add noopener * Restore action=redirect for non-Matomo links * Wrap referring URLs * NO target on download link * Fix Github links * Fix whitespace * Fix tests * Revert change * Revert changes * Fix tests * Add noreferrer shim for MSIE 10 * Remove all action=redirect links * Restore noreferrer * Restore test * Fix one more occurrence * Update changelog * Combine if's * Fix changelog wording * Fix stray whitespace
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-10-16Even more HTTPS links (#12161)Lukas Winkler
* http://piwik.org -> https://piwik.org * more HTTPS URLs * some more HTTPS URLs * test README * don't show "Plugin Hompage" for Piwik plugins * fix tests * compile minified js (hope I didn't break anything) * some more small changes * fix UI test * comment length in piwik.js changed due to https links * fix test * update ui file * update submodule
2016-12-27File integrity checker now reports files found in the filesystem but not ↵Matthieu Aubry
expected to be there (#11096) * File integrity checker now reports files found in the filesystem but not expected to be there fixes #11087 * Move file integrity logic to own class * Fix bug in logic so that third party plugins are not listed * fix up some comments * Also report any hidden files not expected to be there * Issue a warning when file integrity didn't run for any reason. Safer choice * Ui tests
2016-11-03fix a posix function was called that may not exist on the server (#10825)Thomas Steur
2016-10-17fix filechecks may falsely mark piwikjs as invalidThomas Steur
2016-08-28Fixes #10143 (#10424)2.16.3-b2Matthieu Aubry
2016-08-28Split piwik.js into multiple files and provide a merged one (#10441)Thomas Steur
refs #6106
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
2015-06-03Merge pull request #8032 from AndersBillLinden/fix-putting-boolean-key-in-arrayMatthieu Aubry
Not setting $resultCheck[false] in core/Filechecks.php function checkDirectoriesWritable.
2015-06-03Not setting $resultCheck[false] in core/Filechecks.php function ↵Anders Lindén
checkDirectoriesWritable.
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2014-11-14Merge branch 'di-config' into tmp-pathMatthieu Napoli
Conflicts: core/Session.php
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-11-04refs #6564 refactored out HtmlMessageException and introduced some other ↵Thomas Steur
exceptions instead
2014-10-28Replace all uses of Piwik_ExitWithMessage (except one) with throwing ↵diosmosis
exceptions & include HtmlMessageException class for exceptions w/ HTML content in their message.
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-23reduced multiple empty lines to exactly oneChristian Raue
2014-06-13Fixes #5339: do not hardcode user and group in error messagesmattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-06-07use GNU/Linux instead of Linuxmattab
2014-05-19Fixes #5181 Renamed methodmattab
2014-04-05Fix bug where file integrity message was not displayed.mattab
2014-02-20Fix bug when config directory returns an errormattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
2014-01-31made file integrity warning completely translatableChristian Raue
2014-01-21prevent small notice if file is there but not readable / stat'ablemattab
2014-01-07Making class_exists calls consistently use \\mattab
2013-11-19Writing current user the script is running (whoami) so user knows why ↵mattab
permission checks fail
2013-11-18Error messages friendly to CLI output (no html, spaces displayed ↵mattab
correctly...). Factoring out class CronArchive from archive.php.
2013-10-22Tracker refactor + fix bug in bulk authentication + Cleanup some of ↵mattab
Transitions code refs #472
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4059 Converting updates files to use namespacesmattab
2013-10-07Refs #4125 Fixesmattab
2013-09-30Refs #4133mattab
2013-09-182.0-a4mattab
2013-09-18Tweaks to alpha buildmattab
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
2013-09-14Adding Filechecks class for all filesystem checksmattab