Skip to content
Extraits de code Groupes Projets
  1. oct. 15, 2012
    • 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
    • BeezyT's avatar
      fixes #3332 · 5bc36eb3
      BeezyT a rédigé
       * refactoring breakpoint methods from transitions to piwikHelper
       * loading message is now displayed properly for utf8 urls
      
      git-svn-id: http://dev.piwik.org/svn/trunk@7189 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      5bc36eb3
    • mattpiwik's avatar
      Refs #3013 I'm in a rush, but I had to add this code as the $periodsData[$i]... · 4b54cf14
      mattpiwik a rédigé
      Refs #3013 I'm in a rush, but I had to add this code as the $periodsData[$i] was NULL in my case, not sure why it hasn't been needed until now, so maybe there is an underlying problem in Site Search, or maybe this change is acceptable...?
      
      git-svn-id: http://dev.piwik.org/svn/trunk@7188 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      4b54cf14
  2. oct. 14, 2012
  3. oct. 13, 2012
  4. oct. 12, 2012
  5. oct. 11, 2012
  6. oct. 10, 2012
  7. oct. 09, 2012
    • BeezyT's avatar
      refs #3332: more cross browser compatibility and other fixes · 15f4cda8
      BeezyT a rédigé
       * the popover location is not put after a second hash anymore because that caused trouble in safari and internet explorer. instead, a popover parameter is introduced.
       * special url encoding for the popover location to make sure it's en- and decoded the same number of times.
       * minimum width for the label column in tables with row action.
       * tooltip behaves slightly nicer in ie7.
       * fixing a regression that broke transitions for subtables in the page titles report.
      
       * now transitions works in ie789, safari, firefox and chrome. in ie78, the css3 properties of the center box (border radius and shadow) don't work and excanvas can still be pretty slow sometimes. apart from that, everything's fine.
       * tested for memory leaks in all browsers. none found.
      
      Apart from translation and documentation, that's it!
      
      PLEASE TEST AS MUCH AS YOU CAN AFTER THIS COMMIT!
      
      git-svn-id: http://dev.piwik.org/svn/trunk@7133 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      15f4cda8
Chargement en cours