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
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
* renaming more Piwik mentions * some more updates * fix some tests * support matomo partially as require string * fix tests * fix failing system test * fix tests * fix system test * fix test
2017-07-18Create LICENSE file with GPLv3 License (#11804)Matthieu Aubry
* Create LICENSE file with GPLv3 License * Update LICENSE
2010-06-23refs #1442 - add missing license files per FSF review; remove uncompressed ↵robocoder
javascript folders; move jquery.tooltip and jquery.truncate to parent folder for consistency git-svn-id: http://dev.piwik.org/svn/trunk@2371 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-05-18- test server upgrade refs #3mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@1133 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-05-07this is a test after server upgrade refs #358mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@1099 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-04-27- API CHANGE method VisitFrequency.getSummary renamed in VisitFrequency.get ↵mattpiwik
for consistency with VisitsSummary.get (in r1072, committing it so I don't forget when writing the changelog) git-svn-id: http://dev.piwik.org/svn/trunk@1075 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-04-27- API CHANGE: the API for the function Piwik_AddWidget has changed. The new ↵mattpiwik
API is Piwik_AddWidget( $widgetCategory, $widgetName, $controllerName, $controllerAction, $customParameters = array()). See examples of calls in all the core Piwik plugins. This change was necessary to make widgets more modular (they now accept custom parameters). - API CHANGE: a small number of CSV outputs for some API calls would change following the simplification of DataTable_Simple implementation. Affected calls are VisitsSummary.get, Goals.get, VisitFrequency.get. This is due to a change in the implementation of DataTable_Simple (we simplified implementation). - FIXED #84 Added proper translations for all columns, in tables, and graphs. - FIXED #322 piwik is now using open flash chart 2 - FIXED #126 all dates should be correctly displayed in all graphs. For example, evolution graph for days would show, on the X axis "Mon 29", "Wed 31". For months it would show "Aug 2009", etc. - ADDED: when hovering any of the sparklines, the UI makes it clear that clicking will refresh the evolution graph. This feature was in Piwik for months, and even Google Analytics implemented this UI feature after Piwik. However in Piwik it wasn't clear to the user that the sparklines were clickable. - ADDED: now widgets can be created with custom parameters. This makes it possible to create a widget that calls a controller->action with other custom parameters, this is used in Piwik to draw an evolution graph (module=VisitsSummary & action=getEvolutionGraph) for a given metric (&columns[]=nb_visits). These custom parameters are automatically forwarded to the sparkline url, the flash graph when clicked on sparkline, etc. - The widget layout is now saved as a JSON string rather than a custom data structure. The dashboard code should be able to read & restore most of the layouts from the old format (except the evolution graphs widgets). Simplified the Dashboard.js, widgetMenu.js, cleaned up what was a messy code. - Added sentence in Widgetize to let users know they can easily export the Piwik dashboard in an iframe. - Changed the way translations used in Javascript are loaded: all translations strings finishing by _js will be loaded to be used in the templates when calling {loadJavascriptTranslations plugins='YOUR_PLUGIN_NAME'} - Moved all templates in plugins under plugins/$PLUGIN/templates/ - 'Khtml (Konqueror, Safari)' now displayed as 'KHTML (Safari, Chrome)' git-svn-id: http://dev.piwik.org/svn/trunk@1072 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2009-01-14Fixing #452mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@870 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2008-03-15- adding documentation on ↵mattpiwik
http://dev.piwik.org/trac/wiki/Plugins/GlobalFunctions about plugins development git-svn-id: http://dev.piwik.org/svn/trunk@376 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2007-09-14Added GRAPH export!! yipiimattpiwik
to be tested on IE / opera (konqueror crashes dont know why) still lots of work to do but thats beautiful... :) git-svn-id: http://dev.piwik.org/svn/trunk@83 59fd770c-687e-43c8-a1e3-f5a4ff64c105