Skip to content
Extraits de code Groupes Projets
  1. fév. 13, 2015
  2. jan. 24, 2015
  3. jan. 19, 2015
  4. oct. 22, 2014
  5. oct. 05, 2014
  6. sept. 28, 2014
  7. sept. 14, 2014
  8. sept. 10, 2014
  9. sept. 08, 2014
  10. août 04, 2014
  11. juil. 11, 2014
  12. juil. 01, 2014
  13. juin 30, 2014
  14. juin 27, 2014
  15. juin 13, 2014
  16. juin 12, 2014
  17. avr. 09, 2014
  18. fév. 17, 2014
  19. jan. 25, 2014
  20. nov. 14, 2013
    • mattab's avatar
      Fixes #4076 * Segment editor now displays for visitor IP the options "AT most... · 910b7ccf
      mattab a rédigé
      Fixes #4076  * Segment editor now displays for visitor IP the options "AT most / at least / great than / less than / equals / not equals"
       * updating doc to mention IP range filters
       * leaving Visitor IP in the Visit dimensions category in the segment editor (even though it's a "metric" by design). This is more clear this way.
      910b7ccf
  21. nov. 04, 2013
  22. sept. 13, 2013
    • Benaka Moorthi's avatar
      Fixes #3089, finishing touches to UI and code. · 9369f5a4
      Benaka Moorthi a rédigé
      Notes:
        - Added new visitId segment to get rid of getSingleVisitSummary API method.
        - Link to widgetized visitor profile in popup.
        - Added export link to visitor profile for visitor profile data.
        - Use CSS truncation instead of twig truncation in visitor log/last visits widget.
      9369f5a4
  23. août 21, 2013
  24. juil. 02, 2013
  25. juin 17, 2013
  26. mai 30, 2013
  27. avr. 23, 2013
    • mattab's avatar
      Refs #2135 · 7933de11
      mattab a rédigé
       * BETA release of Segment editor.
       * API to add/update/delete/get recorded segments
       * cron script will pre-process segments marked as such
       * UI to create, update, apply segments
      
      TODOs @mattab
       - test with NON super user (anon/view/admin)
       - testing (and more testing)-- try to break it (it's not hard...)
       - UI: Saving the segment for reuse / pre-processing
       - Loading message: "This can take a while based on the amount of data that needs to be pre-archived"
       - i18n
       - Save & Apply this segment ==> "Test this segment" which would call VisitsSummary.get for early feedback ?
      
      + hoping for Piotr superJS Ninjas skills with some jquery/js that I can't figure out
      7933de11
  28. avr. 20, 2013
    • mattab's avatar
      Fixes #3904: · 35f975ac
      mattab a rédigé
       * new segment 'siteSearchKeyword'
      Fixes #3903, #3905:
       * adding few fields in the Live API output to accomodate getSuggestedValuesForSegment
       * renamed other fields for consistency with segment names
      Fixes #3906:
       * new API: getSuggestedValuesForSegment which returns top suggested values for a particular segment. It uses the Live.getLastVisitsDetails API to fetch the most recently used values, and will show the most used values first
      
       * Adding tests for everything. The test case actually generates data for all segments so that VisitsSummary.get returns some data for each of the 47 segments being tested returns some data.
        How it works:
        * generate extended data in fixture
        * Tests (1) call getSuggestedValuesForSegment for each segment, check there is some data returned for each segment
        * get the first suggested value from the list,
        * Tests (2) call VisitsSummary.get with this segment value, eg. countryCode==ru.
          * I worked this way for all 47 segments until all tests had some data ==> now we know that all segments have been tested and that the auto suggest works for all segments. TDD FTW!
      35f975ac
  29. nov. 01, 2012
  30. oct. 19, 2012
  31. 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
  32. oct. 10, 2012
    • benakamoorthi's avatar
      Refs #1823, several changes & tweaks to GeoIP modifications: · 2bd2cea5
      benakamoorthi a rédigé
        * Renamed getVisitsByCity & getVisitsByRegion to getCity & getRegion.
        * Extra testing for anonymized IPs.
        * Show visitor city & region in visitor log & last visits widget.
        * Do specific check for apache module in checking for server based geoip implementation.
        * Fix for continent segment error.
        * Redesigned admin UI to be more compact & to show reason for broken implementations.
        * Don't show duplicate Unknowns in pretty location strings.
        * Don't use REMOTE_ADDR, instead get IP from Piwik_IP.
      
      
      git-svn-id: http://dev.piwik.org/svn/trunk@7140 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      2bd2cea5
  33. oct. 07, 2012
    • benakamoorthi's avatar
      Refs #1823, modified UserCountry plugin to allow use of GeoIP databases if... · b2e1f41d
      benakamoorthi a rédigé
      Refs #1823, modified UserCountry plugin to allow use of GeoIP databases if desired. Added two reports, getVisitsByRegion + getVisitsByCity.
      
      Notes:
      
        * Supports country, region, city, org & isp GeoIP databases.
        * Supports GeoIP PHP API, PECL module & server modules.
        * Added ability to regenerate 'general' tracker cache.
        * Removed location_continent column from log_visit & log_conversion tables, and removed visits by continent blob record. Report is now a view over country report.
      
      
      
      git-svn-id: http://dev.piwik.org/svn/trunk@7122 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      b2e1f41d
  34. déc. 18, 2011
  35. sept. 11, 2011
  36. sept. 09, 2011
Chargement en cours