Skip to content
Extraits de code Groupes Projets
  1. août 21, 2013
  2. juil. 02, 2013
  3. juin 24, 2013
  4. mai 08, 2013
  5. mai 07, 2013
    • mattab's avatar
      Fixing build · 096f8904
      mattab a rédigé
      refs #3913 Fixes API for dashboards + disabling Dashboard API tests for now
      096f8904
  6. 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
  7. fév. 20, 2013
  8. fév. 18, 2013
  9. fév. 17, 2013
  10. nov. 15, 2012
  11. nov. 14, 2012
  12. oct. 19, 2012
  13. oct. 11, 2012
  14. 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
  15. 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
Chargement en cours