- août 21, 2013
-
-
Fabian Becker a rédigé
-
- avr. 18, 2013
-
-
diosmosis a rédigé
Fixes #3832, add --force-lowercase-path option to log importer script that makes all paths lowercase before importing hits.
-
- fév. 27, 2013
-
-
diosmosis a rédigé
-
- oct. 19, 2012
-
-
sgiehl a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7248 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- août 18, 2012
-
-
benakamoorthi a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@6826 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- août 13, 2012
-
-
benakamoorthi a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@6734 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- fév. 07, 2012
-
-
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
-
- fév. 04, 2012
-
-
BeezyT a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5759 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- fév. 02, 2012
-
-
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
-
- juin 05, 2011
-
-
mattpiwik a rédigé
Fixing "test bug", now the "parameter=Should display" is indeed displayed like it should have been in test API outputs Kuddos Julien for review git-svn-id: http://dev.piwik.org/svn/trunk@4880 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- fév. 13, 2011
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@3887 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- jan. 15, 2011
-
-
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
-