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
path: root/core/Menu
AgeCommit message (Expand)Author
2013-11-28Minor typehintmattab
2013-10-25Refs #4200 revised event docs for core/* files.diosmosis
2013-10-23Refs #4200, document core/Menu/*.php and core/Period/Range.php and remove Ran...diosmosis
2013-10-18fixes #4229 added possibility to disable marketplace in configThomas Steur
2013-10-15Type hint for Singletonmattab
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 Menu refactor donemattab
2013-10-09Refs #4202 Menu refactor GO. This one is tricky...mattab
2013-10-09Refs #4202 Menu refactor GO. This one is tricky...mattab
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-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-08Merge remote-tracking branch 'origin/master'mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-08refs #4123 Removing some warningsmattab
2013-10-08refs #4199 documented some more eventsThomas Steur
2013-10-02refs #4123 fix some phpstorm inspection warningsThomas Steur
2013-10-02refs #4134 renamed some more hooks and removed some not used and not needed h...Thomas Steur
2013-10-02refs #4134 use plural to indicate a developer can add multiple entries or wid...Thomas Steur
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...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
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-03-31fixing some doc blockssgiehl
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-21Refs #1845, added new admin page where users can create their own custom Java...diosmosis
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2013-01-29New admin menus, hooray!Fabian Becker
2013-01-16Fix problem reported in http://forum.piwik.org/read.php?2,99424mattpiwik
2012-12-15Fixes #3426, make sure idSite in Piwik menu is always numeric.benakamoorthi
2012-08-19Refs #3184, display tooltips for top bar links.benakamoorthi
2012-05-30added/fixed doc blockssgiehl
2012-05-24completed a bunch of php doc blockssgiehl
2011-07-14Refs http://forum.piwik.org/read.php?2,79229mattpiwik
2011-05-23Refs #898 mattpiwik
2011-04-06refs #2242 - coding stylerobocoder
2011-04-01fixes #2242 - fix VisitorGeneratorrobocoder
2011-03-21refs #1552robocoder
2011-01-05Avoiding error with older plugins not defining the order argumentmattpiwik
2010-11-08coding conventionrobocoder
2010-10-28peephole optimization to singletons, i.e., new self vs. $c = __CLASS__; new $crobocoder
2010-08-20refs #1630robocoder
2010-07-01Fixes #1403 Patch by halfdan: great stuff! Menu code is now clean and refacto...mattpiwik