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 (Expand)Author
2014-10-23Fixes #6499 Thanks for the quick report!mattab
2014-10-22Fix tests after 9425c0f6d0134a65b0e22d9971923d03f83dcfa8mattab
2014-09-30Deprecating Piwik::setUserHasSuperUserAccess() and switching to Access::doAsS...diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-04-17Refs #5004 remove unused codemattab
2014-04-17Refs #5004 Remove the "login" override when setting a user as super user.mattab
2014-04-17Removing unused postTestEventmattab
2014-04-03Removed deprecated methods, renamed calls to the new methods. Refs #4942mattab
2014-03-17deprecated method was usedThomas Steur
2014-02-20Make sure login is set if setSuperUser is called.diosmosis
2014-02-18Refs #4702 Setup access statemattab
2014-02-05fix password reset did not workThomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-01-29refs #4564 fix method namesThomas Steur
2014-01-29refs #4564 cleanup and make sure a new user does not get super user accessThomas Steur
2014-01-28refs #4564 faster check in case user is the current userThomas Steur
2014-01-28Capitalizing Super User for consistency refs #4564mattab
2014-01-28refs #4565 migrate config super user to databaseThomas Steur
2014-01-24refs #4564 some more tests, also grepped for different superuser terms and up...Thomas Steur
2014-01-23refs #4564 deprecate some more methodsThomas Steur
2014-01-23refs #4564 fixed some permission issues and removed the todo tagsThomas Steur
2014-01-23refs #4564 introducing some more new methods for has superuser access. Old me...Thomas Steur
2014-01-23refs #4564 restrict sites to login for all non super usersThomas Steur
2014-01-23refs #4564 #2589 we need a small difference between superUser and configSuper...Thomas Steur
2014-01-21changed Access.createAccessSingleton hook to allow plugins to inject custom A...Michal Gazdzik
2013-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-12-06Fixes #4199, revising event docs and closing ticket.diosmosis
2013-10-29Remove Piwik::translateException function.diosmosis
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-09Refs #4202 removing functions Piwik_PostEvent and moving to Piwik::postEventmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-09-25Remove use of Zend_Auth_Result.Benaka Moorthi
2013-08-11Merge remote-tracking branch 'origin/master' into plugin_namespacesmattab
2013-08-02fixed some doc blocks/namespacessgiehl
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-08-01fixing more namespacessgiehl
2013-07-31refs #3741 fixing some namespacessgiehl
2013-07-31Merge branch 'master' into php-5.3-namespacesmattab
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ...mattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-20Remove use of globals when non-intrusively setting up test environment and ad...Benaka Moorthi
2013-07-20Converting to namespace: Period, Sitemattab
2013-07-20Adding Logic for namespaces in Loader.php + Fixing buildmattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker