- août 02, 2012
-
-
sgiehl a rédigé
while setup (atm bulk tracking doesn't work) git-svn-id: http://dev.piwik.org/svn/trunk@6645 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- août 01, 2012
-
-
sgiehl a rédigé
refs #3227 refactored integration tests to setup database and tracking only once per class; that should speed up the tests a bit git-svn-id: http://dev.piwik.org/svn/trunk@6626 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 29, 2012
-
-
sgiehl a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@6590 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- fév. 13, 2012
-
-
mattpiwik a rédigé
* Campaign will now be tracked when the campaign name/keywords parameters are found in the fragment / hash tag For example example.org/bla?hello=world#pk_campaign=CAMPAIGN&utm_term=KEYWORD will be tracked as visit from campaign CAMPAIGN and keyword KEYWORD * Updated tests git-svn-id: http://dev.piwik.org/svn/trunk@5825 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- fév. 09, 2012
-
-
mattpiwik a rédigé
* Unfortunately I wasn't able to replicate the issue 'naturally' so I replicated what I *think* happens in the tests. * When the campaign is not set in the "track goal request" but the visit triggering the goal has a campaign set, then we credit this campaign (read it from the visit) * Added integration tests Please can you patch GoalManager.php and report if this fix is working for you? If not, then I would like please to have access to your piwik server mysql db and codebase to investigate further, thanks!! git-svn-id: http://dev.piwik.org/svn/trunk@5788 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- fév. 01, 2012
-
-
mattpiwik a rédigé
* Refs #534 Removing exit_rate from metadata API, it was added in the standard processed metrics causing other reports to display it with 0% values * Refs #1465 Leave underscores in test names just to keep tests more readable (even though it is not a best practise to have _ in class prefixes!!) git-svn-id: http://dev.piwik.org/svn/trunk@5739 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- jan. 09, 2012
-
-
benakamoorthi a rédigé
Refs #1465. Refactored integration tests by splitting each individual test in Main.test.php up into separate files. NOTES: * New tests use the Test_Integration_Facade type that makes the tests easier to read. * Split Database.test.php into two types (in the same file) so the hello world test cases aren't duplicated every time another type derives from it. * Number of passes changed from 10233 to 10278 for all tests. The increase is due to further splitting up of certain tests. git-svn-id: http://dev.piwik.org/svn/trunk@5668 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-