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-17translations cleanup: removed duplicate translations/keyssgiehl
2013-09-15translations cleanup: removed more duplicate translationssgiehl
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-08-11Merge branch 'plugin_namespaces'mattab
Conflicts: plugins/UserCountryMap/Controller.php
2013-08-11Fix build (use correct max last date value in archive.php cron script for ↵Benaka Moorthi
week periods).
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-31Fixing post merge bugsmattab
2013-07-31Merge branch 'master' into php-5.3-namespacesmattab
Conflicts: core/Access.php core/Config.php core/EventDispatcher.php core/JqplotDataGenerator/Evolution.php core/Piwik.php core/Plugin/MetadataLoader.php core/ViewDataTable.php core/ViewDataTable/Cloud.php core/ViewDataTable/GenerateGraphHTML.php core/ViewDataTable/HtmlTable.php core/ViewDataTable/HtmlTable/AllColumns.php core/ViewDataTable/HtmlTable/Goals.php plugins/Actions/Controller.php plugins/CoreHome/Controller.php plugins/CoreHome/DataTableRowAction/RowEvolution.php plugins/CoreHome/templates/_dataTable.twig plugins/CustomVariables/Controller.php plugins/DBStats/Controller.php plugins/DevicesDetection/Controller.php plugins/ExampleUI/Controller.php plugins/Goals/Controller.php plugins/Live/Controller.php plugins/Provider/Controller.php plugins/Referers/Controller.php plugins/UserCountry/Controller.php plugins/UserCountryMap/Controller.php plugins/UserSettings/Archiver.php plugins/UserSettings/Controller.php plugins/VisitTime/Controller.php plugins/VisitTime/VisitTime.php plugins/VisitorInterest/Controller.php plugins/VisitsSummary/Controller.php tests/PHPUnit/proxy/index.php
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ↵mattab
core/ conversion
2013-07-31Refs #4040, #4041, fix sparklines regression caused by datatable css ↵Benaka Moorthi
refactoring and clean up the getLastUnitGraphAcrossPlugins function (modified to set properties directly).
2013-07-28Refs #4040, move Piwik_ViewDataTable::getRawSegmentFromRequest to ↵Benaka Moorthi
Piwik_API_Request.
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-20Converting to namespace: Archivemattab
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 #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-07-02Merge with masterThomas ZILLIOX
2013-06-20Use id attribute instead of a tag for anchorThomas ZILLIOX
2013-05-30Rename template file namesThomas ZILLIOX
2013-04-16Merge branch 'master' into 2.x-twigFabian Becker
Conflicts: plugins/CoreHome/templates/donate.tpl
2013-04-14refs #1700 adding avg. generation time to visitors > overviewTimo Besenreuther
2013-04-05Converted VisitsSummary plugin to TwigFabian Becker
2013-04-05Converted more files from CoreHome, MultiSites and VisitsSummary to twigFabian Becker
2013-04-02refs #1700 performance analyticsTimo Besenreuther
* adding avg_time_generation to Actions.get + integration tests * adding sparkline for average generation time to Visitors > Overview * changing number formatting to 0.XXs instead of XXXms + test cases * tooltip for reports with avg. generation time: "average based on X hit(s)" * log import: support generation_time_milli (not only generation_time_micro) * example for importing generation time from logs in read me
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-03-01Revert changes, !count -> empty()Fabian Becker
No need for array_values
2013-03-01Code cleanupFabian Becker
- Removal of unneeded CSS - Type hinting for some methods - Removal of commented var_dump's
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-11-21Fixes #3440, make sure Actions metrics are associated w/ an Actions report ↵benakamoorthi
in Piwik_Archive_Single::getRequestedReportFor and make sure Piwik_VisitsSummary_Controller::getVisitsSummary can handle case where Piwik_API_Request returns false. git-svn-id: http://dev.piwik.org/svn/trunk@7500 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-19Fixes #3296, check for empty datatable in ↵benakamoorthi
VisitsSummary_Controller::setSparklinesAndNumbers. git-svn-id: http://dev.piwik.org/svn/trunk@7238 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-15git-svn-id: http://dev.piwik.org/svn/trunk@7198 ↵mattpiwik
59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-15Refs #2992 Site Search KABOOM, Refs #49mattpiwik
Implementing Site Search tracking & reporting in Piwik core! * New Admin UI to customize, for each site, wheter site search is enabled. Also options to set default values to use. * New Reports: Searches, Searches with no result, Search categories, Top Pages Following a Search * to track "No result keyword" users will have to tag their site with a JS call, or add a new parameter to the search result page &search_count=X (X being zero for no result searches) * Reports works with Row evolution, PDF/HTML reports, Piwik Mobile * idaction_url is now NULLable because, Site Search records a page with idaction_name == Keyword, and idaction_url == NULL. This ensures that the Site Searches don't create "Page URL Not defined" records. * updates to Tracker JS API, new function trackSiteSearch, also added in PHP tracker * New fields in log_visit to track searches * new segment, "searches" which can be used to select visitors who did a search ie. searches>0 or those who searched a lot, ie searches>10 TODO: * commmit integration test, TESTING, DOCS, FAQ, release, and a nice Prayer to the universe and the stars, hoping that I can code a major new feature without any bug... * It would be awesome to have compatiblity with Transitions so we can see, for a given site search, what are the starting pages and Destination pages Thank you for your patience Timo, and thank in advance everyone for your help Testing this new feature! git-svn-id: http://dev.piwik.org/svn/trunk@7190 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-09-28Refs #2159 mattpiwik
* Fixing RowEvolution popover click on selector: Warning:</strong> <i>array_keys() expects parameter 1 to be array, null given</i> * Changing default monthly to show 2 years history * Simplifying code of getXAxisStepSize() since it seemed too complicated ;) * removing incorrect title which was always "Showing evolution over last 30 $period" git-svn-id: http://dev.piwik.org/svn/trunk@7075 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-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-21Fixes #3045 Thanks owen for the patchmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@6076 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-16Zerosmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5859 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-16Showing zeros instead of nothingmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5852 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-12-03Fixes #2811 mattpiwik
* Ensuring column names stay in same order when idsites=all * adding empty columns when they are not set git-svn-id: http://dev.piwik.org/svn/trunk@5519 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-12-02Fixing build?mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5510 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-11-09refs #1820 added metrics picker to more core reports. some language updates ↵BeezyT
to make metrics consistent and short. new api methods for comparing metrics in Referers and VisitsSummary. minor tweaks. git-svn-id: http://dev.piwik.org/svn/trunk@5421 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-11-08refs #1454 API.get has no plugin prefix for metrics anymoreBeezyT
git-svn-id: http://dev.piwik.org/svn/trunk@5414 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-11-04refs #1454 export and dashboard widget fixBeezyT
git-svn-id: http://dev.piwik.org/svn/trunk@5410 59fd770c-687e-43c8-a1e3-f5a4ff64c105