- oct. 13, 2014
-
-
Thomas Steur a rédigé
refs #5940 moved files into a subfolder framework, added autoloader to remove duplicated code to load autoload.php and to be able to register more autoloaders (eg for test files) on demand. This I got read of many includes that had to be updated all the time and that had to be updated all the time when moving iles
-
- oct. 06, 2014
-
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
refs #5940 we might stay backwards compatible this way for 2 months. moved some tests from unit to integration and explained when a test is a unit test, an integration test or a system test.
-
- oct. 05, 2014
-
-
Thomas Steur a rédigé
refs #5940 put tests in correct folders, better testsuite names, some tests still fail and I cannot figure out why
-
Thomas Steur a rédigé
-
Thomas Steur a rédigé
-
- juil. 10, 2014
-
-
diosmosis a rédigé
-
- juil. 09, 2014
-
-
diosmosis a rédigé
Refs #5800, add namespaces to integration tests in root folder. Also add IntegrationTestCase to a namespace, re-add individual test @groups, move test groups to class level, and rename test files & class names so underscores are not used.
-
- juin 10, 2014
-
-
mattab a rédigé
Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement to use free/libre instead of open source
-
- oct. 15, 2013
-
-
mattab a rédigé
-
- oct. 07, 2013
-
-
mattab a rédigé
* updating all variables/methods containing Referers * RENAMING custom segments definition, and custom scheduled reports definition, so that when they load "Referers" segment/report it still works as expected * RENAMING old archived data so that archived blobs are called Referrers * Reverting part of 0deb2bbb * Update integration tests generating PDF+HTML with images on my dev box (GD 2.1 and PHP 5.5)
-
- août 22, 2013
-
-
Benaka Moorthi a rédigé
-
- mars 27, 2013
-
-
mattab a rédigé
Converting Piwik core source files, PHP, JS, TPL, CSS More info: http://piwik.org/participate/coding-standards/
-
- mars 11, 2013
-
-
diosmosis a rédigé
Refs #2908, refactored tests so database setup (adding sites, tracking visits) are separated from API tests. Put setup code into fixtures and reused code as much as possible.
-
- fév. 05, 2013
-
-
Fabian Becker a rédigé
-
- jan. 29, 2013
-
-
mattpiwik a rédigé
Fixes #517 if a campaign name is set, we will try to fill in the keyword with the publisher Url (when visitor came from adsense ad) or with user keyword (when coming from adwords) git-svn-id: http://dev.piwik.org/svn/trunk@7812 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
benakamoorthi a rédigé
Refs #517, search for campaign keywords in referrer URL when not supplied by query param and use referrer hostname when no keywords in referrer URL and nothing supplied in query param. Note: also includes quick tweak to integration test base for more descriptive error when expected file cannot be found. git-svn-id: http://dev.piwik.org/svn/trunk@7811 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- août 23, 2012
-
-
sgiehl a rédigé
refs #3332, refs #3227 fixed possible fatal if no row is available for page metrics; do not run transition tests by default; ensure that _all_ plugins are loaded before integration tests git-svn-id: http://dev.piwik.org/svn/trunk@6868 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- 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
-