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-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-14Replace header() with Common::sendHeader() when possibleKyleK
2014-09-07Refs #6103, add logging for exceptions caught in View.php.diosmosis
2014-08-10Created unified system for running tests in travis for Piwik Core and any Piw...diosmosis
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-16fix typoThomas Steur
2014-05-16refs #4373 I had to make this change to force reloading the css in case the c...Thomas Steur
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-01TypoPeter Boehlke
2014-04-10Refs #472 Events controller with left menu selectormattab
2014-03-12Refs #2935, add installation UI test, allow no fixture to be specified for sc...diosmosis
2014-03-11fix urls were not correct in CLI modeThomas Steur
2014-02-25Merge branch 'master' into comparison_dashboard_changesdiosmosis
2014-02-25refs #2174 added cachebuster to templateThomas Steur
2014-02-25the SitesManager.getPatternMatchSites takes already care of site_selector_max...Thomas Steur
2014-02-11Use accessors when rendering Views so UIControl is a bit cleaner.diosmosis
2014-02-09Create dashboard settings base control and use with new dashboard manager con...diosmosis
2014-02-08Fix infinite recursion issue w/ {% render %}-ing UIControl instances, move da...diosmosis
2014-02-06Move containing <div> rendering of UIControl to new template, add new custom ...diosmosis
2014-02-05Set JavaScript data via element attributes for SegmentSelectorControl. Introd...diosmosis
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-01-23refs #4564 introducing new methods to make user a user has superuser access. ...Thomas Steur
2013-12-17fixes #4373, #1640Julien Moumné
2013-12-08Fixes #4200, revised rest of @api classes/methods, closing ticket.diosmosis
2013-12-03refs #4244 converted more linksThomas Steur
2013-11-22Refs #4127 Implementing possibility for Themes to overwrite any icon or resou...mattab
2013-11-18getting rid of the fetch parameterThomas Steur
2013-10-21Refs #4200 documented core/View.php and core/WidgetsList.phpdiosmosis
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-07refs #4194 marked some classes/methods/functions as available for pluginsThomas Steur
2013-10-01Merge pull request #111 from piwik/registryFabian Becker
2013-09-30Refactoring the code so that base.css is not required to be manually built bu...mattab
2013-09-29Removing all uses of Zend_Registry from core/ plugins/ and tests/Fabian Becker
2013-09-19Refs #4041, make all DataTableVisualizations derive from Piwik\View.Benaka Moorthi
2013-09-16DbHelper groups logic around Db, tables, etc.mattab
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
2013-09-14ProxyHttp class until I find a better namemattab
2013-09-14Refactoring Profiler features out of Piwik classmattab
2013-09-07removed unused deprecated methodsgiehl
2013-09-04Replace create_function calls with lambda functions.Fabian Becker
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-31Fixing post merge bugsmattab
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-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker