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-05-12Fixes #3932mattab
* you can now write browserCode==ff;referrerKeyword!= to select all visitors using firefox and that have a keyword set * or you can write referrerKeyword==;browserCode==ff to select all visitors using firefox and that did not have any keyword set Also fixes #3933 Refs #2135 * fixing last bugs with segment selector encoding (working on chrome + FF + opera) - I 'hope' it will work on iE...
2013-04-14refs #1700 adding avg. generation time to visitors > overviewTimo Besenreuther
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
2011-11-04refs #1820 metrics picker, refs #1454 using Api.get for cross-plugin ↵BeezyT
evolution graphs git-svn-id: http://dev.piwik.org/svn/trunk@5408 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-11-02Fixing more test - refs #1454mattpiwik
VisitsSummary API does NOT call Actions API now. git-svn-id: http://dev.piwik.org/svn/trunk@5400 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-10-31refs #1454mattpiwik
* rename API to Actions.get * EN translation fix * tests update, fix build? git-svn-id: http://dev.piwik.org/svn/trunk@5395 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-10-31refs #1454 backward compatibility: show nb_actions if finer metrics are not ↵BeezyT
available, german translation git-svn-id: http://dev.piwik.org/svn/trunk@5394 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-10-31refs #1454 new action metrics are only accessed by actions plugin, bounce ↵BeezyT
rate fix, changed color of second line chart series, updated expected test files git-svn-id: http://dev.piwik.org/svn/trunk@5393 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-10-29refs #1454 ui improvements (this time from the right working copy)BeezyT
git-svn-id: http://dev.piwik.org/svn/trunk@5390 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-10-29refs #1454 adding pageviews, downloads and outlinks to the uiBeezyT
git-svn-id: http://dev.piwik.org/svn/trunk@5388 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-10-29refs #1454 archiving (unique) pageviews, (unique) downloads and (unique) ↵BeezyT
outlinks git-svn-id: http://dev.piwik.org/svn/trunk@5387 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-10-20Fixes #2730mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5351 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-10-12Build + minor changesmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5284 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-31Refs #898 mattpiwik
* Cleaning up All Websites controller code * Removing display of "Unique visitors" metrics/column * Adding new column "Revenue" (Ecommerce & Goals) in All websites dashboard git-svn-id: http://dev.piwik.org/svn/trunk@4846 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-05#2373 inline documentation for reports and metricsBeezyT
git-svn-id: http://dev.piwik.org/svn/trunk@4634 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-14Fixes #1478mattpiwik
* Adding one sentence to one paragraph description of each API (feedback on the actual test is most welcome!) * This will be displayed on the API Reference page: http://piwik.org/docs/analytics-api/reference/ that's why it's pretty important :) * Adding table of contents in the API Page git-svn-id: http://dev.piwik.org/svn/trunk@4448 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-11Fixes #2291mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@4392 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-30Fix test?mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@4238 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-30Fixing tests?mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@4237 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-30Fixes #2170 New setting to enable Unique Visitors for Year/Custom Rangemattpiwik
[General] ; if set to 1, Unique Visitors will be processed for Years and Date Ranges ; disabled by default, to ensure optimal performance for high traffic Piwik instances ; if you set it to 1 and want the Unique Visitors to be re-processed in for reports in the past, drop all piwik_archive_* tables enable_processing_unique_visitors_year_and_range = 0 git-svn-id: http://dev.piwik.org/svn/trunk@4236 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-26Refs #572 mattpiwik
* Adding Date Range calendar UI, with "Apply Date Range" button. Possibility to edit the INPUT fields directly rather than clicking in the calendar. Testing that dates are valid (from < to, valid string). * Updating calendar to show Loading.. on click (hopefully it makes it less confusing) * Fixing few bugs when period=range * All reports should load correctly when period=range, including sparklines, graphs & standard tables * Refs #2145 renaming parameter to $filter_limit which seems to work OK - it's not even a hack isn't it? :) TODO: * refactor period_select.tpl JS in helper, * Metadata compatibility with period=range (at least the World map doesn't work for now) * previous TODO still valid Testing is welcome, please report any bug you find! git-svn-id: http://dev.piwik.org/svn/trunk@4188 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-03-14fix inconsistency; this also fixes a potential Smarty 3 compat busterrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@4085 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-02-12Refs #1736mattpiwik
* API functions returning data now have a new optional 'segment' parameter. segment can define a Visitor segment dynamically that will be applied to the report. For example, &segment=country==FR;actions>=3 (AND, OR supported. Only == and != supported currently, but easy to add more) * For API requests with a segment parameter, the reports will now be processed on the fly, and only the requested plugin report will be archived. * All plugins now define the 'segments', with a name, category, SQL field, filter, etc. * Simplifying archiving code a bit * Fixes #2069 Exit rate computation * New widget: lists the Top Keywords for a page URL, Widgets for a website only. Maybe later we could create a widget category "For your site"? * This widget is pretty cool SEO wise, but maybe the PHP snippet should do caching (not so good hitting the API on each page view... but why not?) * still to do! git-svn-id: http://dev.piwik.org/svn/trunk@3870 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-19Refs #1984 - New plugins CustomVariablesmattpiwik
* Now possible to track up to 5 Custom variables per Visit. Also, Goal conversions will be reported 'By custom variable name & value' * New report in Visitors > Custom Variables, new CustomVars API * Updated schema * Updated PiwikTracker PHP api to allow setting the name,value pairs Code style * Refatoring some API code, and Archiving queries * Changing text from 'segment' to 'dimension' as this is better description + we want to build actual segmentation later * removing getJs calls in some plugins since they only included sparkline.js, moved to CoreHome git-svn-id: http://dev.piwik.org/svn/trunk@3780 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-01-05not supported by php 5.2.2 and belowrobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3631 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-11-24Refs #1598 mattpiwik
Fixing notice in sparkline widgets git-svn-id: http://dev.piwik.org/svn/trunk@3330 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-11-24Fixes #1598 mattpiwik
Unique Visitors now out of the API resultset, the UI, and the Api metadata response, when period=year. Adding API metadata test for period=year. git-svn-id: http://dev.piwik.org/svn/trunk@3329 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-10-28peephole optimization to singletons, i.e., new self vs. $c = __CLASS__; new $crobocoder
git-svn-id: http://dev.piwik.org/svn/trunk@3270 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-20refs #1630robocoder
git-svn-id: http://dev.piwik.org/svn/trunk@2968 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-08-13fixes #1576 use filter if more than one value is requestedsgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@2925 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2010-07-29small UI modifsmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@2800 59fd770c-687e-43c8-a1e3-f5a4ff64c105