Skip to content
Extraits de code Groupes Projets
  1. mai 20, 2012
  2. mai 18, 2012
  3. mai 12, 2012
  4. avr. 10, 2012
    • BeezyT's avatar
      refs #2714, refs #3073 · 3f5f1eb6
      BeezyT a rédigé
       * flat settings are passed to graph views and exports
       * csv renderer does not do flattening anymore. the new api parameters can be used instead - js and tests updated accordingly
       * aggregate rows are italic (imo, the plus logo would be misleading because it would suggest clickability)
       * disable row evolution on flat tables for performance reasons
       * minor language adjustments
      
      git-svn-id: http://dev.piwik.org/svn/trunk@6181 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      3f5f1eb6
  5. mars 28, 2012
  6. mars 09, 2012
  7. mars 07, 2012
  8. fév. 09, 2012
  9. fév. 07, 2012
    • mattpiwik's avatar
      Refs #534 · ff6fa2ec
      mattpiwik a rédigé
       * To ensure that the "label filtering" works on all types of labels including special characters "' <> etc.  I refactored the SafeDecodeLabel filter function. 
       * Changed DataTableLabelFilter to use Piwik_API_ResponseBuilder directly rather than duplicating code
       * Added few tests cases 
      
      
      
      git-svn-id: http://dev.piwik.org/svn/trunk@5774 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      ff6fa2ec
  10. fév. 04, 2012
  11. déc. 25, 2011
    • benakamoorthi's avatar
      Fixes #2810. Refactored MultiSites plugin: · 6e8ae94f
      benakamoorthi a rédigé
        * Created MultiSites API w/ getAll method that gets visit/action/revenue & related evolution data for all sites.
        * Modified MultiSites Controller to use aforementioned API.
        * Fixed bug I introduced in integration tests, method doTest_TwoVisitors_twoWebsites_differentDays shouldn't allow tests to skip the API.getProcessedReport test.
        * Added mergeChildren & related unit test to Piwik_DataTable_Array.
        * Added static methods to Piwik_Site to get site data using an ID. Using it avoids having to create a new Piwik_Site instance.
        * Modified ColumnCallbackAddColumnQuotient so it can be better extended and so it's possible to avoid processing rows if desired.
      
      
      
      git-svn-id: http://dev.piwik.org/svn/trunk@5626 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      6e8ae94f
  12. déc. 18, 2011
  13. déc. 07, 2011
  14. déc. 06, 2011
  15. déc. 03, 2011
  16. déc. 02, 2011
  17. nov. 30, 2011
  18. nov. 23, 2011
  19. nov. 22, 2011
  20. nov. 18, 2011
  21. nov. 13, 2011
  22. nov. 09, 2011
  23. nov. 05, 2011
    • benakamoorthi's avatar
      Fixes #583: · 57c09eab
      benakamoorthi a rédigé
      Added "Days since last visit" report under Visitors > Engagement.
      Added tooltip to visitor log that displays the days since a visitor's last visit for each visit.
      
      Notes:
      
      The new report has been added to the Metadata API.
      Augmented range label beautification so non-range labels could be displayed if desired.
      Modified archiving code to allow further refinement when summarizing data over ranges.
      
      
      
      git-svn-id: http://dev.piwik.org/svn/trunk@5411 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      57c09eab
  24. oct. 27, 2011
    • mattpiwik's avatar
      Refs #2714 Remove idsubtable metadata column from output being tested since it... · f38985e2
      mattpiwik a rédigé
      Refs #2714 Remove idsubtable metadata column from output being tested since it has different value in build server and local dev station
      
      git-svn-id: http://dev.piwik.org/svn/trunk@5382 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      f38985e2
    • mattpiwik's avatar
      Fixes #584, #536, #2031 - Kuddos to Benaka akka capedfuzz for this great... · d93063bd
      mattpiwik a rédigé
      Fixes #584, #536, #2031 - Kuddos to Benaka akka capedfuzz for this great patch!!! I did a few minor modifications in wording and metadata output
       * Add Report "Visits by visit number" under Visitors > Engagement
       * Add Report for all Goals (including ecommerce): "Visit until Conversion": number of visits until the conversion occured
       * Add Report for all Goals (including ecommerce): "Days until Conversion": days since the first visit
      
      Notes
       * These new reports are also in the Metadata API so should be displayed in Piwik Mobile, and can be exported in the Scheduled reports.
       * filter_only_idgoal now renamed as idGoal for consistency
       * refactored the "Beautify labels" for ranges in generic filters 
       * refactored archiving code to process multiple reports in one generic SQL query 
      
      
      git-svn-id: http://dev.piwik.org/svn/trunk@5378 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      d93063bd
  25. oct. 19, 2011
  26. oct. 14, 2011
  27. sept. 27, 2011
    • mattpiwik's avatar
      Fixes #2519 · 779e8ae3
      mattpiwik a rédigé
      git-svn-id: http://dev.piwik.org/svn/trunk@5243 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      779e8ae3
    • mattpiwik's avatar
      Fixes #2667 · c91c513e
      mattpiwik a rédigé
       * Stop aggregating visits for Custom variables of scope "page"
        * still OK for scope "visit" since there is supposed to be one custom var value per custom variable name for a given visit
       * Now we always display the Actions columns so that these rows with no visit still show the number of Actions
       * cleaned up from custom var output report, removed some "price_viewed" column left out
      
      UI Change (future FAQ maybe...)
       * When there is a "Visits" column for the Custom Variable report with a value of "-" (hyphen) then it means this custom variable was used with scope=page. 
      
      Fixes #2662
       * Added integration tests testing getPageUrl with multiple periods and websites 
       * fixed a bug when idSite=all or 1,2,3
      
      git-svn-id: http://dev.piwik.org/svn/trunk@5235 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      c91c513e
  28. sept. 25, 2011
Chargement en cours