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-03Removed Piwik\Registry and replaced its usage with the containerMatthieu Napoli
2015-01-29Improve Login Screen Layout - input width.Chris
Improve Login Screen Layout Issue #7074. Alternatively, 320px works as well.
2015-01-26refs #7073 do not redirect in case of success, just render passwordSuccess ↵Thomas Steur
directly to prevent an error in case no website is defined
2015-01-22refs #7040 this should make the login work againThomas Steur
2015-01-16Refactored Twig templates using a single base layoutMatthieu Napoli
Also should affect #7036
2015-01-14Added missing variables.less fileLiam Sharpe
2015-01-14refs #7002 - removed include of missing variables.lesssgiehl
2015-01-14Retrict css to login pageLiam Sharpe
2015-01-14Removed redundant logo marginLiam Sharpe
2015-01-14Renamed the .css file into a .less fileLiam Sharpe
2015-01-14Adding missing filesLiam Sharpe
2014-12-02Merge pull request #6687 from Fensterbank/masterMatthieu Napoli
Fix for IE9 in compatibility mode
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-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-26Fixes #6722 Put form errors in one template so they're in syncmattab
2014-11-17Fixes #6163Frédéric Bolvin
Moved IE conditional statements to body to prevent ignoring the X-UA-Compatible tag by IE
2014-11-17language update refs #3430sgiehl
2014-11-14Replaced usage of deprecated \FakeAccess to ↵Matthieu Napoli
Piwik\Tests\Framework\Mock\FakeAccess
2014-11-14language update refs #3430sgiehl
2014-10-21Merge pull request #6483 from piwik/introducingBowerThomas Steur
Introducing bower
2014-10-21language update refs #3430sgiehl
2014-10-20refs #6469 update smartbanner lib and make sure it worksThomas Steur
2014-10-20refs #6469 some initial work for using bowerThomas Steur
2014-10-14Merge pull request #6427 from Sija/patch-1Matthieu Aubry
Fix typo in SessionInitializer
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-12Fix typo in SessionInitializerSijawusz Pur Rahnama
2014-10-12Tweak to log message.diosmosis
2014-10-09Merge branch 'master' into 5940_testRenamingAndCorrectFoldersThomas Steur
Conflicts: tests/PHPUnit/phpunit.xml.dist
2014-10-07language update refs #3430sgiehl
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-30Fixing UI tests and adding tests for Access::doAsSuperUser.diosmosis
2014-09-30Deprecating Piwik::setUserHasSuperUserAccess() and switching to ↵diosmosis
Access::doAsSuperUser().
2014-09-30Do not fail login if token auth secret is unavailable in SessionInitializer.diosmosis
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-28Refactor Auth::initSession method into its own class (SessionInitializer) ↵diosmosis
since the logic will be common to all authentication implementations. Includes tweak to docs of UsersManager API method and additional methods to Auth interface.
2014-09-27Fixing Login UI Tests.diosmosis
2014-09-27Use superuser access when changing user password in PasswordResetter.diosmosis
2014-09-27Refactor Login controller and auth to be more modular and easier to ↵diosmosis
extend/override. Added extra method to Auth interface and documented Auth interface completely. Created new PasswordResetter class to contain password reset logic.
2014-09-14language update refs #3430sgiehl
2014-08-24refs #5863 another try to move translations into plugins. This time we ↵Thomas Steur
always load all translations of all plugins that are not 3rd party and bogus. As the translation file will be cached the time to load the translation drops from > 10ms to 1ms
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-19fixed method visibility keyword orderChristian Raue
2014-06-26Add reply-to in password recovery e-mails.Marcin Czołnowski