Skip to content
Extraits de code Groupes Projets
  1. août 21, 2013
  2. avr. 18, 2013
  3. fév. 27, 2013
  4. oct. 19, 2012
  5. août 18, 2012
  6. août 13, 2012
  7. fév. 07, 2012
    • mattpiwik's avatar
      Refs #534 · ff6fa2ec
      mattpiwik a rédigé
       * To ensure that the "label filtering" works on all types of labels including special characters "' <> etc.  I refactored the SafeDecodeLabel filter function. 
       * Changed DataTableLabelFilter to use Piwik_API_ResponseBuilder directly rather than duplicating code
       * Added few tests cases 
      
      
      
      git-svn-id: http://dev.piwik.org/svn/trunk@5774 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      ff6fa2ec
  8. fév. 04, 2012
  9. fév. 02, 2012
    • mattpiwik's avatar
      Fixes #2727 · b1d0dde1
      mattpiwik a rédigé
       * Kuddos EZDesign for initial commit!!
       * Reviewed code & now more secure: use bind parameters rather than manually escaping SQL 
       * Added integration tests for contains/ does not contain for title/URL. Also added test for the special case characters _ and % (ensure they are properly quoted since they are mysql special characters in a LIKE statement).
      
      IMPLEMENTATION NOTES / limitations:
       * when you add &segment=pageTitle!=XXXXX to the request, it will sometimes return a different result data set than when the parameter is not added at all (one might expect the same data set in both cases). 
         Adding a segment condition on pageTitle or pageUrl will restrict the visits being looked at, and once you add this condition segment=pageTitle== THEN Piwik will only look at visits that had at least one Page Title and then will apply the condition.
         ie. When using segment=pageTitle!=test Piwik will IGNORE all visits that do not have any "Page title", and will then exclude the remaining "Page title" that do not match the condition.
        
       * it does not make sense to call Actions.getPageUrls segmented on pageTitle: result will not be what you expect. 
      Similarly, calling Actions.getPageTitles with segment=pageUrl=@Test will NOT return page titles that belong to a URL matching Test. Instead it will return all page titles, that have been visited by a visitor that visited a page URL containing Test.
      
      
      git-svn-id: http://dev.piwik.org/svn/trunk@5742 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      b1d0dde1
  10. juin 05, 2011
  11. fév. 13, 2011
  12. jan. 15, 2011
    • mattpiwik's avatar
      Fixes #1363 · 8e058da4
      mattpiwik a rédigé
       * Adding new API functions to fetch a specific URL, page name, download or outlink, without the complicated logic of fetching sub tables, etc.
       * Refactoring a bit of code in Tracker and adding integration tests for these new methods
      
      git-svn-id: http://dev.piwik.org/svn/trunk@3736 59fd770c-687e-43c8-a1e3-f5a4ff64c105
      8e058da4
Chargement en cours