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/View
AgeCommit message (Collapse)Author
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-07-23removed lots of trailing whitespaceChristian Raue
2014-07-15removed unused variablesChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-05-09Removed unused imports in core/ and plugins/mattab
using phpstorm optimize imports feature
2014-02-18Merge branch 'master' into comparison_dashboard_changesdiosmosis
Conflicts: plugins/SegmentEditor/SegmentSelectorControl.php
2014-02-17Proper fix to some edge case bug. Will be nice to use AngularJS for such ↵mattab
client side features.
2014-02-16Allow UIControl JavaScript classes to be located outside of piwik/UI. Modify ↵diosmosis
annotations event handlers to be attached to .dataTableFeatures so they can be stopped if needed.
2014-02-12Merge branch 'master' into customdashdiosmosis
Conflicts: core/View/RenderTokenParser.php
2014-02-12Fixes #4669 do not use newer nextIf method in rendertokenparser.diosmosis
2014-02-11Use accessors when rendering Views so UIControl is a bit cleaner.diosmosis
2014-02-11Fix bug in UIControl where override template vars are not passed to inner ↵diosmosis
view and have no effect.
2014-02-10Fixing bug in RenderTokenParser when {% render %} is used w/ 'with'.diosmosis
2014-02-09Fix bug in RenderTokenParser (getTemplateVars argument node created ↵diosmosis
incorrectly).
2014-02-08Fix infinite recursion issue w/ {% render %}-ing UIControl instances, move ↵diosmosis
dashboard settings HTML rendering to new UIControl object, and slight improvement to error message in screenshot capture script.
2014-02-06Move containing <div> rendering of UIControl to new template, add new custom ↵diosmosis
Twig tag to render Views and allow selected segment of segment selector to be determined by PHP code.
2014-02-05Set JavaScript data via element attributes for SegmentSelectorControl. ↵diosmosis
Introduced new UIControl PHP class to function as base type for reusable controls (the analog of UIControl JS type).
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
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-11-28Add hook in ReportsByDimension to let plugins modify the Reports listingmattab
2013-11-18Miscellaneous tweaks to config.diosmosis
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* ↵mattab
directories
2013-07-31Fixing post merge bugsmattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
Removed many Piwik_ functions, in Piwik 2 it is best practise to use the methods calls instead Todo: finish converting core/ classes + convert plugins/ classes to use \Piwik\Plugin namespace + fix build + Merge master
2013-06-20meta charset use as a SGML tag, not a XML oneThomas ZILLIOX
2013-05-31Rename report template file names in camelCaseThomas ZILLIOX
2013-05-30Rename template file namesThomas ZILLIOX
2013-04-06More Twig modifications.Fabian Becker
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
Converting Piwik core source files, PHP, JS, TPL, CSS More info: http://piwik.org/participate/coding-standards/
2013-02-21Fixing NOTICE message. Btw fixed #3666 earliermattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2013-02-06Refs #3691, refactor Goals 'conversions by type of visit' template/logic ↵diosmosis
into reusable View in CoreHome. Notes: * Removed need for initial AJAX loading in new view.
2012-06-21added/fixed doc blockssgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@6486 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-09refs #3021 - fix buttonrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@6009 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-09refs #3021 - form tweaksrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@6008 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-07fixes #3021, refs #1331 - adds Piwik_View_OneClickDonerobocoder
During a Piwik software update, there will be instances of old classes loaded in memory. This is problematic as we will start to instantiate new classes which may not be backward compatible. This class provides a clean bridge/transition by forcing a new request. This class needs to be self-contained, with no external dependencies. git-svn-id: http://dev.piwik.org/svn/trunk@5991 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-11-10refactoring Piwik_iView to Piwik_View_Interfacerobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@5425 59fd770c-687e-43c8-a1e3-f5a4ff64c105