Skip to content
Extraits de code Groupes Projets
  1. jan. 07, 2017
    • Matthieu Aubry's avatar
      Fix tests (#11153) · c60ae9f3
      Matthieu Aubry a rédigé
      * referrer tests
      
      * Core system tests
      
      * Log Analytics is compatible with Python 2.7
      
      * Note
      
      * Submodule
      
      * UI tests: Gender neutral
      c60ae9f3
  2. oct. 06, 2015
  3. avr. 23, 2015
  4. oct. 05, 2014
  5. juin 12, 2014
  6. jan. 10, 2013
  7. déc. 19, 2012
  8. oct. 19, 2012
  9. sept. 24, 2012
  10. sept. 05, 2012
  11. fév. 01, 2012
  12. jan. 27, 2012
  13. déc. 20, 2011
  14. oct. 14, 2011
    • mattpiwik's avatar
      Refs #2670 · bbafc1c0
      mattpiwik a rédigé
       * Fixing few bugs found by integration tests and hopefully fixing build!
      
      git-svn-id: http://dev.piwik.org/svn/trunk@5298 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      bbafc1c0
    • mattpiwik's avatar
      Fixes #2670 · 7d703466
      mattpiwik a rédigé
       * Metadata output now contains "imageGraphUrl"
       * the function used by piwik mobile and others, API.getReportMetadata now accepts period and date parameters
        * for "Evolution graphs" (goals, visitssummary, etc.) we must "plot" multiple days previous to the currently selected date. 
        The metadata APi automatically does the $date parameter rewrite, when period != range, and date is not already a range.
        Therefore the imageGraphUrl can be used as is.
       * New page available at: index.php?module=ImageGraph&action=index&idSite=1&period=month&date=2011-04-17
        * This page will call metadata APi then display the graph for all existing reports. This is a useful debug/test page to view all graphs as they will be displayed in Piwik Mobile (and PDF reports later refs #2706
      
      Refs #1721
       * Showing less vertical bars in graph by default 
       * Displaying empty graph when there is no data
      
      git-svn-id: http://dev.piwik.org/svn/trunk@5296 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      7d703466
  15. oct. 04, 2011
  16. mai 05, 2011
  17. avr. 20, 2011
    • mattpiwik's avatar
      Fixes #2346 · c35ecbc5
      mattpiwik a rédigé
       * Do not display Conversion rate from "All columns" view, when there is "per goal" metric available
       * Do not display conversion rate on the "Goals" view
       * Remove nb_visits_converted from the API when there is "per goal" metric
       * Revenue per visit, is now based on the sum of revenue for all goals, rather than trusting the "revenue" field in the visit (in case Goal Revenue was attributed to a Referrer that is different from the visit Referrer where this conversion occurred)
      
      API Breaking: nb_visits_converted not already in response anymore (only when there is no "per goal" metrics for this report)
      
      git-svn-id: http://dev.piwik.org/svn/trunk@4525 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      c35ecbc5
  18. avr. 11, 2011
  19. juil. 28, 2010
  20. juil. 26, 2010
    • mattpiwik's avatar
      Refs #71 · 9896c050
      mattpiwik a rédigé
       * Adding PDF plugin, based on the submission from jeremy lavaux and Lyzun Oleksandr.
       * I rewrote nearly all code to comply with Piwik coding styles/guidelines/ etc.  and also because it had to use the Metadata which wasn't yet created when the PDF code was initially written
       * Features customizable PDF reports (based on metadata reports), with description + scheduling (daily/weekly/monthly) and send to current user as well as additional emails listed 
       * Added helper function Piwik::getCurrentUserEmail()
       * Refactored window modal popover into a helper method piwikHelper.windowModal (used to ask confirmation when deleting stuff) Refs #1490
       * Refactored the Goals CSS into generic CSS which can be reused and is reused for PDF UI
      Refs #1184
       * The callback must pass $this instead of the class name as it 
      TODO
       * test scheduled tasks send email properly (email looks good + attachment works)
       * Add comment header in PDFReports files
       * Can we remove some files in TCPDF which adds a lot of space in the release (eg. some fonts in libs/fonts ?)
       * Test PDF with UTF8 characters
      
      
      git-svn-id: http://dev.piwik.org/svn/trunk@2697 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      9896c050
  21. juil. 25, 2010
Chargement en cours