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
2015-02-22translation updatesgiehl
2015-02-19translation updatesgiehl
2015-02-13Updated translations from otrancemattab
2015-02-12Set a consistent description in plugins metadatamattab
fixes https://github.com/piwik/piwik/issues/7184
2015-02-07language update refs #3430sgiehl
2015-02-02Replaced calls of static methods with dependency injectionMatthieu Napoli
2015-01-15some admin pages did not use the max available space in the headline, update ↵Thomas Steur
check was not aligned
2015-01-15merge manage plugins and themes into one itemThomas Steur
2015-01-15more consistent usage of link color and other ui elements in user/admin areaThomas Steur
2015-01-15make sure to use same link colors in user areaThomas Steur
2015-01-15show a menu in the user area, lots of improvements to be more consistentThomas Steur
2015-01-14Introduced variables for backgroundLiam Sharpe
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli
2015-01-12#6915 Renamed plugin management commandsMatthieu Napoli
2015-01-12search for updates only if plugin is installedThomas Steur
Increases performance of marketplace page in development mode, in normal mode it is fast anyway.
2015-01-09language update refs #3430sgiehl
2015-01-08moving "Plugins" and "Themes" to manage section. Displaying Marketplace only ↵Thomas Steur
to superusers as it is already displayed in the user menu anyway
2015-01-02language update refs #3430sgiehl
2014-12-18Fixes #6865 Introducing new event to let plugin define deprecated module ↵mattab
and action
2014-12-17added support for different caching backends such as redisThomas Steur
2014-12-04language update refs #3430sgiehl
2014-12-02Merge pull request #6658 from piwik/tmp-pathMatthieu Aubry
Moved the `tmp/` path into the config (was hardcoded everywhere)
2014-11-28refs #6552 don't add rel=nofollow on links going through the proxy as the ↵2.10.0-b1mattab
referrer is checked ;)
2014-11-27Merge branch 'master' into tmp-pathMatthieu Napoli
Conflicts: plugins/Installation/SystemCheck.php
2014-11-27Fix typos which should fix screenshot buildmattab
2014-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in ↵mattab
Firefox so far and only for "left clicks". Not perfect, but hopefully other browsers will implement this in the future, as it's a useful privacy enhancing feature!
2014-11-27Merge branch 'di-config' into tmp-pathMatthieu Napoli
Conflicts: tests/PHPUnit/Integration/LogTest.php
2014-11-27started removing duplicate/old translations keyssgiehl
2014-11-22synced translations filessgiehl
2014-11-19Fixes #6692 Remove one admin screen and link to Marketplace directly, show ↵mattab
Upload ZIP feature in Marketplace page. The deleted English strings were removed from otrance our translation platform.
2014-11-17language update refs #3430sgiehl
2014-11-17Merge branch 'master' of github.com:piwik/piwikThomas Steur
2014-11-17refs #4485 better error message in case a not yet installed plugin is requiredThomas Steur
2014-11-17language update refs #3430sgiehl
2014-11-14Merge branch 'di-config' into tmp-pathMatthieu Napoli
Conflicts: core/Session.php
2014-11-14Merge pull request #6587 from piwik/removeHtmlMessageExceptionThomas Steur
Refactor out HtmlMessageException
2014-11-14language update refs #3430sgiehl
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-05language update refs #3430sgiehl
2014-11-04language update refs #3430sgiehl
2014-11-04refs #6564 refactored out HtmlMessageException and introduced some other ↵Thomas Steur
exceptions instead
2014-10-31refs #6009 renamed some plugin manager methodsThomas Steur
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-10-15refs #6444 just in case this issue is related to Piwik I thought it would be ↵Thomas Steur
awesome if Piwik could try to repair itself. So whenever we show the safemode we try to delete caches and invalidate files. Maybe there could be more done? Such as resetting some options or so?
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-10-06refs #5940 we might stay backwards compatible this way for 2 months. moved ↵Thomas Steur
some tests from unit to integration and explained when a test is a unit test, an integration test or a system test.
2014-10-06refs #5940 splitting plugin tests folder into unit, integration and system ↵Thomas Steur
for now
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests ↵Thomas Steur
still fail and I cannot figure out why
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-18language update refs #3430sgiehl