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-14refs #4151 refactored more _js hack usessgiehl
2013-09-06* Renaming getCssFiles hook to getStylesheetFilesmattab
* Renaming function names * Removing getCss and getJs from CoreHome module since they are expected in the Proxy module Refs #4134
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-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ↵mattab
Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
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-10Change the extension to .less for CSS files that will be compiledThomas ZILLIOX
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-22Huge merge! Lets see how the tests run..Fabian Becker
Merge branch 'master' into 2.x-twig Conflicts: core/ReportRenderer/Html.php core/SmartyPlugins/function.ajaxLoadingDiv.php plugins/CoreAdminHome/templates/jsTrackingGenerator.tpl plugins/CoreHome/templates/donate.tpl plugins/CoreHome/templates/html_report_header.tpl plugins/CoreHome/templates/menu.tpl plugins/CoreHome/templates/period_select.tpl plugins/CoreHome/templates/reports_by_dimension.tpl plugins/Feedback/templates/index.tpl plugins/Goals/Controller.php plugins/Goals/templates/overview.tpl plugins/Live/API.php plugins/Live/templates/lastVisits.tpl plugins/Live/templates/visitorLog.tpl plugins/MobileMessaging/templates/SMSReport.tpl plugins/PDFReports/templates/add.tpl plugins/PDFReports/templates/list.tpl plugins/PDFReports/templates/report_parameters.tpl plugins/SEO/templates/index.tpl plugins/SegmentEditor/templates/selector.twig plugins/UserCountry/javascripts/userCountry.js plugins/Zeitgeist/stylesheets/common.css tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getCity_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getCountry_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getRegion_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest_segment_continent__UserCountry.getCountry_month.xml
2013-06-16Continuing the great cleanup. It looks like archiveProcessor will have to go ↵mattab
(and merge with Archive) Moving Transitions logic from plugin class to API Cleaning up some separation of concerns NOTE: I'm breaking the Multisites API here, removing the _evolution. we should re-fix it...
2013-06-16More refactoring, moving SQL to classes and cleaning up logic so I can ↵mattab
understand it (nearly there)
2013-06-16refactoring / improvements of Archiveprocessing (in progress)mattab
such as removing duplicate code and a lot of refactoring, the code is now much more readable!
2013-06-05Factoring out + cleanup Provider, UserCountry, Goalsmattab
2013-05-08Reorganizing the stylesheets & javascripts folders for every pluginsThomas ZILLIOX
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
2012-11-08refs #2465 InsightBeezyT
* links to the current url get a bubble as well * limit for the number of pages loaded from the API can be configured * ready for translation * url normalizer doesn't remove the hash part anymore (which corresponds to the latest behavior of the tracker) git-svn-id: http://dev.piwik.org/svn/trunk@7405 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-24Fixes #3453 Thanks for tip tsfoer. ANSI_SQL compatibility. Refs #3332mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7302 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-24Fixes #3453 Compatibility with ANSI_QUOTESmattpiwik
If the ANSI_QUOTES SQL mode is enabled, string literals can be quoted only within single quotes because a string quoted within double quotes is interpreted as an identifier. git-svn-id: http://dev.piwik.org/svn/trunk@7293 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-18refs #2465, refs #3332: using Transitions for getting the following pages in ↵BeezyT
Insight git-svn-id: http://dev.piwik.org/svn/trunk@7227 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-15refs #2992, refs #3332: integrating previous and following internal searches ↵BeezyT
into transitions. the code is starting to get a little complicated ;-) git-svn-id: http://dev.piwik.org/svn/trunk@7201 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-07Refs #3332mattpiwik
* Transition works for Page titles with hierarchy (eg "$Category / $name") * URL metadata: * is only available on non Summary rows. * It is now set to the page with highest number of visits, when page names do overwrite. * However now, by default we do track keep hash tags and we do not aggregate them in one page URL. * Refs #3232 Will be nice to have, to allow to "not track fragment" by default. See stub processUrlFragment(). More to do: Admin UI, Tests w/ and wo/ hash tags, w/ Capital letter in hostname * URL being tracked, and URL read from the logs (for backward compatibility) are now cleaned: hostname is lowered, and URL Fragment is kept/removed. git-svn-id: http://dev.piwik.org/svn/trunk@7113 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-10-03refs #3332 TransitionsBeezyT
* support for page titles * language strings for error messages are loaded if not present * some core extensions git-svn-id: http://dev.piwik.org/svn/trunk@7091 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-09-27refs #3332 Transitions: the actions blob report is not used anymore - ↵BeezyT
improved performance, consistency problems are gone, bounces are not available anymore git-svn-id: http://dev.piwik.org/svn/trunk@7072 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-09-25refs #3332 Transitions:BeezyT
* if a url isn't found in the actions report, show the rest of the UI even though exits and bounces are not available (previously, there was an error message) * the number of pageviews is derived from the live queries - makes data more consistent * sanitize data taken from actions report using the live data * more robust second hash handling git-svn-id: http://dev.piwik.org/svn/trunk@7057 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-09-21refs #3332 adding Transitions againBeezyT
git-svn-id: http://dev.piwik.org/svn/trunk@7032 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-09-16Removing temporarily Transitions plugin from release Refs #3332mattpiwik
on the demo, when enabling the plugin, it was creating a JS error in the merged JS file git-svn-id: http://dev.piwik.org/svn/trunk@6987 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-22refs #3332 only load the metrics that are processed further - this really is ↵BeezyT
quite an improvement performance wise! git-svn-id: http://dev.piwik.org/svn/trunk@6865 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-22refs #3332BeezyT
* proper texts and translations * tooltip max width (needed for really long URLs) * removing some clutter from UI * more data via tooltips * color changes to make loops consistent with the rest * updated test output git-svn-id: http://dev.piwik.org/svn/trunk@6862 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-22refs #3332 search engine keywords are grouped correctly now, even if they ↵BeezyT
come from different urls * add new parameters ArchiveProcessing_Day.queryVisitByDimension to pass a custom select query. * use this in the archiving code of Transitions in order to generate a single column containing the interesting data about all referrers. we can then group by this column and use the ranking query as usual. git-svn-id: http://dev.piwik.org/svn/trunk@6857 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-20refs #3332: Transitions UI (row action for pages report + popover)BeezyT
git-svn-id: http://dev.piwik.org/svn/trunk@6844 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-17refs #3330 TransitionsBeezyT
* Archiving code that doesn't hook into the actual archiving * API code that fakes an archive processing instance and calls archiving * PHPUnit test git-svn-id: http://dev.piwik.org/svn/trunk@6812 59fd770c-687e-43c8-a1e3-f5a4ff64c105