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
2017-10-27fix typo (#12230)Lukas Winkler
2016-01-22Fixes #6766 Let Super User view and edit segments created by other usersmattab
2015-12-22remove unused use statementssgiehl
2015-09-23Do not use doAsSuperUser in order to use API in SegmentQueryDecorator. Instea...diosmosis
2015-09-23Cast idSite to int in SegmentEditor\API::getSegmentsToAutoArchive.diosmosis
2015-09-23Decorate LogQueryBuilder in SegmentEditor through DI to add idSegments matchi...diosmosis
2015-09-23Get SegmentEditor/Model from DI in SegmentEditor/API.php.diosmosis
2014-10-07Fixes #6373 When Real time segments are disabled, then we allow "view" users ...mattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-10Fixes #5923, add INI config option allow_adding_segments_for_all_websites tha...diosmosis
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-22removed unused use statementssgiehl
2014-06-19Improve error message wordingmattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-25Refs #5226 Solves issue that prevents from updating segments when they are us...mattab
2014-05-22Fixes #5172 Should be code completemattab
2014-05-22Refs #5172 Rename config setting with a clear name, adding_segment_requires_a...mattab
2014-05-22Refs #5172 Rename siteid to idSite for consistencymattab
2014-05-22Refs #5172 Make sure anonymous user cannot edit segments + rename superadmin ...mattab
2014-05-20PIWIK-767 cleanup after reviewd-skora
2014-05-20PIWIK-767 cleanup after reviewd-skora
2014-05-15PIWIK-767 cleanup after reviewd-skora
2014-05-13PIWIK-767 changed segmentEditor so it has configurable access leveld-skora
2014-02-17refs #4679 splitted this method into 3 methods and extracted them into a mode...Thomas Steur
2014-02-11Make sure all segments will be archived having an auto_archive flagThomas Steur
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2014-01-28refs #4564 deprecated method was usedThomas Steur
2014-01-28Merge remote-tracking branch 'origin/master' into multi_superuserThomas Steur
2014-01-27Fixes #4580 - Make sure users editing / deleting segments have enough permiss...mattab
2014-01-23Merge remote-tracking branch 'origin/master' into multi_superuserThomas Steur
2014-01-23refs #4564 introducing new methods to make user a user has superuser access. ...Thomas Steur
2014-01-23Refs #4502 Fix bug in segment editor when editing as a view/admin user.mattab
2013-11-11Adding type hinting to API classesmattab
2013-10-26Refs #4200, revised documentation for all events in plugins/*.diosmosis
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom getInsta...mattab
2013-10-10Refs #4208 Move Plugin classes to core/Plugin for claritymattab
2013-10-09Refs #4202 removing functions Piwik_PostEvent and moving to Piwik::postEventmattab
2013-10-09refs #4199 updated some event docs and removed some more unused eventsThomas Steur
2013-10-09refs #4199 more event documentationsThomas Steur
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-09-29fixes #4163Julien Moumné
2013-09-24Remove use of Zend_Registry to hold DB connections.Benaka Moorthi
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ...mattab
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, Plugin...mattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker