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 (Collapse)Author
2013-10-01refs #4134 renamed some hooksThomas Steur
2013-09-29Removing all uses of Zend_Registry from core/ plugins/ and tests/Fabian Becker
2013-09-16DbHelper groups logic around Db, tables, etc.mattab
2013-09-15translations cleanup: removed more duplicate translationssgiehl
2013-09-14refs #4151 refactored more _js hack usessgiehl
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
Adding MetricsFormatter class which knows how to format/display metrics (time, money, size, etc)
2013-09-14ProxyHttp class until I find a better namemattab
2013-09-14refs #4151 refactored some usages of _js hacksgiehl
2013-08-15replaced presentational html tagssgiehl
2013-08-14added missing ';' / use double quotes for attribute values instead of single ↵sgiehl
quotes
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, ↵mattab
\Piwik\Plugins\* Added namespaces to functions.php files in the five plugins that had one Work in progress
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
renaming Unzip to Uncompress, Renaming Tracker/Referer to Tracker/Referrer, and few more
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ↵mattab
core/ conversion
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-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ↵mattab
Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
2013-07-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, ↵mattab
PluginsManager
2013-07-20Adding Logic for namespaces in Loader.php + Fixing buildmattab
Converting Access & Auth to namespace
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2 steps required: 1. Refactor > Move > \Piwik\Core\Config (uncheck "Create new File") 2. Refactor > Rename > Piwik_Config to Config
2013-07-15Refs #3942mattab
* Removing getInformation() call from core plugins * Renamed translation key PDFReports_PluginDescriptionReports => PDFReports_PluginDescription
2013-07-13Merge branch 'master' of github.com:piwik/piwik into ↵Thomas ZILLIOX
pleineLune__less-installation
2013-07-12fixed/added some missing doc blockssgiehl
2013-07-10Remove old vendor-prefix for border-radiusThomas ZILLIOX
2013-07-07Make Piwik_Access a singleton instance and remove use of Zend_Registry for ↵Benaka Moorthi
the Piwik_Access singleton.
2013-07-06Implemented custom event dispatching system for Piwik (replaced event ↵Benaka Moorthi
dispatcher lib in libs/Event). Notes: - New dispatcher can execute callbacks before or after other callbacks. - It is also possible to dispatch events only to a specific set of plugins instead of all plugins. - Moved Piwik::unprefixClass to Piwik_Common::unprefixClass - Added visibility to some event handlers that were missing it. - Allowed two unit tests to fail w/ better diagnostic messages.
2013-07-02Merge with masterThomas ZILLIOX
2013-06-20Put the site selector near to the tab navigationThomas ZILLIOX
2013-06-20Remove styles tags from Overlay pluginThomas ZILLIOX
2013-06-20always use the html5 charset declarationThomas ZILLIOX
2013-06-20Always use a valid HTML5 doctypeThomas ZILLIOX
2013-05-30Rename template file namesThomas ZILLIOX
2013-05-08Reorganizing the stylesheets & javascripts folders for every pluginsThomas ZILLIOX
2013-05-08Change all broken links starting with theme/default/imagesThomas ZILLIOX
2013-05-08Reorganizing the images folders for every pluginsThomas ZILLIOX
2013-04-14Merge branch 'master' into 2.x-twigFabian Becker
Conflicts: plugins/Overlay/templates/index.tpl
2013-04-13refs #3530 overlay help icon linked to piwik.org documentationTimo Besenreuther
2013-04-13refs #3530 leave some space between the link and the orange box in page overlay.Timo Besenreuther
this way, dropdown menus without timeouts (like the ones on piwik.org) work in page overlay. one still has to be a little careful to move the mouse slow enough, but that's the best we can do.
2013-04-12Merge branch 'master' into 2.x-twigFabian Becker
Conflicts: plugins/CoreHome/templates/datatable.tpl plugins/CoreHome/templates/datatable_actions.tpl
2013-04-11refs #3813 Overlay compatibility with latest jqueryTimo Besenreuther
2013-04-09Converted rest of Overlay, added new head block to Zeitgeist which is used ↵Fabian Becker
in Overlay->index.twig
2013-04-09Merge branch 'master' into 2.x-twigFabian Becker
Conflicts: .travis.yml
2013-04-09Converted part of Overlay to TwigFabian Becker
2013-04-07Fixes #3701, check whether transitions plugin is loaded before showing ↵diosmosis
overlay icon in datatable.
2013-04-07Refs #3701 adding simple message in UImattab
2013-04-07Fix Overlaymattab
2013-04-04Cleaning up the API output by removing some functions from display with ↵mattab
@ignore tag
2013-03-30refs #3813 disabled animations for tooltipssgiehl