Skip to content
Extraits de code Groupes Projets
  1. juil. 02, 2013
  2. avr. 04, 2013
  3. mars 30, 2013
  4. mars 24, 2013
  5. mars 20, 2013
    • Timo Besenreuther's avatar
      visitor log improvements · 3ac47e89
      Timo Besenreuther a rédigé
       * use a limit for the number of actions that are loaded for every visit. without a limit, the web server might crash (e.g. when there are 100K+ page views in one visit after a log import)
       * regular pagination in visitor log. (a) performance improvement: use indexes in the select query. (b) bug fix: the old logic was incorrect. in one setup, there are 10K+ visits but the visitor log only showed one full page and one page with one visit.
       * removed reference to trunk from tests read me
      3ac47e89
  6. mars 08, 2013
    • mattab's avatar
      Fixes #3803 · b089eac9
      mattab a rédigé
      New config setting for tracker:
      
      ; The window to look back for a previous visit by this current visitor. Defaults to visit_standard_length.
      ; If you are looking for higher accuracy of "returning visitors" metrics, you may set this value to 86400 or more.
      ; This is especially useful when you use the Tracking API where tracking Returning Visitors often depends on this setting.
      ; The value window_look_back_for_visitor is used only if it is set to greater than visit_standard_length
      window_look_back_for_visitor = 0
      b089eac9
  7. fév. 21, 2013
  8. fév. 20, 2013
  9. fév. 17, 2013
  10. fév. 08, 2013
  11. jan. 29, 2013
  12. jan. 15, 2013
  13. jan. 09, 2013
    • mattpiwik's avatar
      fixing #3657 NEW config setting · 0bbfce9c
      mattpiwik a rédigé
      ; By default Piwik runs OPTIMIZE TABLE SQL queries to free spaces after deleting some data.
      ; If your Piwik tracks millions of pages, the OPTIMIZE TABLE queries might run for hours (seen in "SHOW FULL PROCESSLIST \g")
      ; so you can disable these special queries here:
      enable_sql_optimize_queries = 1
      
      
      git-svn-id: http://dev.piwik.org/svn/trunk@7738 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      0bbfce9c
  14. jan. 02, 2013
  15. déc. 30, 2012
  16. déc. 14, 2012
  17. nov. 14, 2012
    • BeezyT's avatar
      refs #2465 · 340d7f88
      BeezyT a rédigé
      overlay has two modes now: full screen with sidebar & full screen without sidebar. for now, it is only accessible via a new row action in the pages report.
      
      because of this change, some mostly not-so-nice core-changes could be removed (mainly that's good because overlay doesn't impact as many things outside the plugin anymore):
      
       * disableHistory option of broadcast
       * handling for parameter overlayUrl in broadcast
       * openLinksInOverlay() method of html table
       * config option overlay_launch_from_pages_report
       * hack for data table to launch overlay from the links
      
      other changes:
      
       * error message for wrong domain has nice styles and links to admin page when the user has admin privileges
       * when registering row actions, the order can be set
       * made row action style a little more compact
       * increased min width of label column a bit
      
      git-svn-id: http://dev.piwik.org/svn/trunk@7470 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      340d7f88
  18. nov. 12, 2012
    • BeezyT's avatar
      refs #2465 · 8c9ea809
      BeezyT a rédigé
       * Renaming Insight to Overlay
       * Includes a new minified piwik.js, generated as described in js/README. Please double-check whether the file is OK.
       * Servers that had the Insight plugin installed will need to delete it manually, right?
      
      git-svn-id: http://dev.piwik.org/svn/trunk@7445 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      8c9ea809
  19. nov. 09, 2012
    • BeezyT's avatar
      refs #2465 · 1881593a
      BeezyT a rédigé
       * links in the pages report can be opened in insight instead of a new tab (to enable, use config option insight_launch_from_pages_report)
       * links containing an image should really work properly now
       * plugin description set
      
      git-svn-id: http://dev.piwik.org/svn/trunk@7420 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      1881593a
    • BeezyT's avatar
      refs #2465 · b6f1a8b0
      BeezyT a rédigé
       * renaming menu item to "Page Overlay", putting it under Actions
       * config option to disable framed mode altogether (can be used when websites contain frame busters)
       * fixed error for anonymous user
       * loading message in framed mode
      
      git-svn-id: http://dev.piwik.org/svn/trunk@7419 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      b6f1a8b0
  20. nov. 08, 2012
    • BeezyT's avatar
      refs #2465 Insight · 8a0fcbb4
      BeezyT a rédigé
       * 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
      8a0fcbb4
  21. oct. 24, 2012
  22. oct. 23, 2012
  23. oct. 19, 2012
  24. oct. 15, 2012
    • mattpiwik's avatar
      Enabling Transitions plugin by default! fixes #3332 · 5fb80c09
      mattpiwik a rédigé
      KUDDOS TIMO!
      
      git-svn-id: http://dev.piwik.org/svn/trunk@7219 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      5fb80c09
    • mattpiwik's avatar
      Refs #2992 Site Search KABOOM, Refs #49 · 53649590
      mattpiwik a rédigé
      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
      53649590
  25. sept. 13, 2012
  26. août 02, 2012
  27. juil. 27, 2012
  28. juil. 25, 2012
  29. juil. 22, 2012
  30. juin 19, 2012
  31. mai 30, 2012
  32. mai 25, 2012
  33. mai 22, 2012
  34. mai 21, 2012
  35. mai 20, 2012
  36. avr. 13, 2012
Chargement en cours