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-18Fixes #4128 JSON files for Piwik plugins are now plugin.jsonmattab
2013-09-15fixes #4151 removed _js hacksgiehl
2013-09-12Refs #4151, remove loadJavascriptTranslations twig function and ↵Benaka Moorthi
automatically generate translation JS for all plugins. Translation JS is now treated as an asset and is included in merged JS. Note: - Includes tweaks to capture.js: on webpage error stop capture program.
2013-08-16Fix translation filesFabian Becker
2013-08-16Converted ExamplePlugin translation to jsonFabian Becker
2013-08-15replaced presentational html tagssgiehl
2013-08-14added missing ';' / use double quotes for attribute values instead of single ↵sgiehl
quotes
2013-08-14fixed some html markup errorssgiehl
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-08-01Refs #4040, #4041 removed rest of viewdatatable set/get/enable/disable ↵Benaka Moorthi
property functions, did the same for all other ViewDataTable classes, moved most of ViewDataTable/HtmlTable logic to visualization instead of main class and re-add links for UI integration tests.
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, Sitemattab
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-15Refs #4054mattab
* Removing PluginDescription from core en.php files, for all Example* plugins (to showcase the JSON file in the Example plugin)
2013-07-15Refs #3942mattab
* Removing getInformation() call from core plugins * Renamed translation key PDFReports_PluginDescriptionReports => PDFReports_PluginDescription
2013-07-12fixed/added some missing doc blockssgiehl
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-06-28* removing most mentions to "tpl"mattab
Refs #4019
2013-06-25Reverting my commit where I removed all |raw per @halfdan feedbackmattab
Instead we should manually add the missing |raw... Refs #4019
2013-06-24See the branch 2.x-twig for list of commits on twig... Kuddos @halfdan for ↵mattab
your work! Here are some updates: * Removing |raw from the codebase. * Disabling autoescape by default (in Twig_Environment constructor: 'autoescape' => false ) * Adding |e('html') where html entities are needed * Fixing parse error in goals
2013-06-23Remove last url function calls. Fixed PDFReports.Fabian Becker
2013-06-23Replacing references to Smarty with TwigFabian Becker
2013-04-07Converted Example Plugin (should be REFACTORED - horrible example code)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-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2013-02-05Remove old SVN references and point them to GithubFabian Becker
2013-01-21added some simple tests checking if all widgets are availablesgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@7786 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-19refs #3227 removing plugin simple testssgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@7240 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-21Fixes #3338, tweaked translations and UI labels/text.benakamoorthi
git-svn-id: http://dev.piwik.org/svn/trunk@6848 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-06-01Fixes #3164 - Adding 2 new functios to allow piwik plugins to hook on enable ↵mattpiwik
/ disable it only takes to define the 2 functions in the plugin class activate() and/or deactivate() git-svn-id: http://dev.piwik.org/svn/trunk@6427 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-05-28Refs #3034mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@6348 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-05-28Fixes #3034 Better Widget category order + fixed matt photos now the ↵mattpiwik
slideshow looks good full screen - let me know what you think ;) git-svn-id: http://dev.piwik.org/svn/trunk@6347 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-05-03added/fixed several doc blocks; fixed some csssgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@6243 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-03-10fixes #2979, refs #1915, refs #3011 completely refactored dashboard and ↵sgiehl
widget javascripts (now using jquery plugins). selected metrics in dashboard widgets are now stored in layout, too. also implemented some parts simplifying implementation of #3011 and #1915 and a small suggestion of #2461 git-svn-id: http://dev.piwik.org/svn/trunk@6027 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-01-19fixes #2781 - add plugin-specific config file loaderrobocoder
Also refactored ExamplePlugin to be a better example. * 1 class per file * add config folder with .htaccess * add tests folder with some unit tests git-svn-id: http://dev.piwik.org/svn/trunk@5684 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-09-24fixes #2679 - use de facto standard "callback" for the JSONP callback ↵robocoder
parameter name git-svn-id: http://dev.piwik.org/svn/trunk@5216 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-12Changing "Piwik downloads" widgets to "Piwik forums visits" since now the ↵mattpiwik
stats for piwik.org are hidden from the demo git-svn-id: http://dev.piwik.org/svn/trunk@4421 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-29Refs #572 Fixing Widgetize screen with Custom Date Range. All known bug ↵mattpiwik
fixed! RC release soon? git-svn-id: http://dev.piwik.org/svn/trunk@4216 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-02-11documentation links updateJulienMoumne
git-svn-id: http://dev.piwik.org/svn/trunk@3865 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-10small updatesmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@3689 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-03Various code cleanups and small improvements:mattpiwik
* Live! widget shows IP for all users except anonymous * Widgetize displays full URL to the widget + preview link below widget * Live! visitors text change from "Today" to "Last 24 hours" in preview * remove data_push feature introduced in r1330 + removing campaign redirect feature since they are not used * all errors should now display the Piwik header when applicable (or if a php error, prefixed with a sentence suggesting to submit error in piwik forums) * fixing bug with cookie update when a visitor manually converts the same goal in the same second * fixing XML output not valid in Chrome (HTML entities not valid, must use XML entities) * simplifying + refactoring the truncation code in datatables.js (move from JS to small smarty template - hopefully we can fix this truncation and make it nice soon) * removing unnecessary line breaks from translations * refactoring duplicate code in renderers git-svn-id: http://dev.piwik.org/svn/trunk@3565 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-11-26Refs #1711 - simplifying code: now homepage/license links link directly to ↵mattpiwik
the URL, and would expose referer. This is not an issue as, a plugin could anyway obtain a lot more information about the server anyway. In code, all URLs using Proxy&action=redirect are Piwik.org URLs. git-svn-id: http://dev.piwik.org/svn/trunk@3360 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-11-06fix newlinesrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3297 59fd770c-687e-43c8-a1e3-f5a4ff64c105