- oct. 24, 2014
- 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. 26, 2014
-
-
diosmosis a rédigé
- moved all API URL generation logic & API response handling logic to separate classes - created ApiTestConfig class to hold API test options (and documentation for properties) - remove unnecessary IntegrationTestCase properties and methods (including apiNotToCall/apiToCall) - remove as many unnecessary API test options as possible (including abandonedCarts, hackDeleteRangeArchivesBefore) - rename checkRequestResponse to assertApiResponseHasNoError
-
- juil. 23, 2014
-
-
Christian Raue 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
-
- déc. 14, 2013
-
-
diosmosis a rédigé
-
- 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)
-
- sept. 15, 2013
-
-
Benaka Moorthi a rédigé
-
- sept. 10, 2013
-
-
mattab a rédigé
-
- août 22, 2013
-
-
Benaka Moorthi a rédigé
-
- juil. 02, 2013
-
-
Thomas ZILLIOX a rédigé
-
- mai 12, 2013
-
-
mattab a rédigé
-
- avr. 18, 2013
-
-
diosmosis a rédigé
Fixes #3361, make sure row evolution works for get[Entry/Exit]PageTitles by adding correct label variation for those reports.
-
- avr. 17, 2013
-
-
diosmosis a rédigé
Fixes #3898, fix error that occurs when multi row evolution is called w/o labels for periods w/ no data.
-
diosmosis a rédigé
Fixes #3897, make sure filter_limit limits the number of labels returned when no labels are specified with multi-row evolution and make sure it has no effect in all other row evolution cases.
-
diosmosis a rédigé
Refs #3465, fix regression for flattener filter where queued filters were applied on the flattened datatable.
-
- 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 16, 2013
-
-
diosmosis a rédigé
Fixes #3465, refactor row evolution code to fix bug where if no labels are specified and last period has no labels, no data is returned. Refactoring also contains optimization for case where no labels are specified. Notes: * Simplified DataTableManipulator and derived classes. * Allow LabelFilter to use multiple labels. Can be used by specifying array for label query parameter (ie, label[]=...). * Removed getFilteredTableFromLabel function from datatable types and add getEmptyClone to DataTable_Array. * Added setIdSite to php tracker PiwikTracker.
-
- 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. 27, 2013
-
-
diosmosis a rédigé
-
- fév. 05, 2013
-
-
Fabian Becker a rédigé
-
- oct. 15, 2012
-
-
mattpiwik a rédigé
Implementing Site Search tracking & reporting in Piwik core! * New Admin UI to customize, for each site, wheter site search is enabled. Also options to set default values to use. * New Reports: Searches, Searches with no result, Search categories, Top Pages Following a Search * to track "No result keyword" users will have to tag their site with a JS call, or add a new parameter to the search result page &search_count=X (X being zero for no result searches) * Reports works with Row evolution, PDF/HTML reports, Piwik Mobile * idaction_url is now NULLable because, Site Search records a page with idaction_name == Keyword, and idaction_url == NULL. This ensures that the Site Searches don't create "Page URL Not defined" records. * updates to Tracker JS API, new function trackSiteSearch, also added in PHP tracker * New fields in log_visit to track searches * new segment, "searches" which can be used to select visitors who did a search ie. searches>0 or those who searched a lot, ie searches>10 TODO: * commmit integration test, TESTING, DOCS, FAQ, release, and a nice Prayer to the universe and the stars, hoping that I can code a major new feature without any bug... * It would be awesome to have compatiblity with Transitions so we can see, for a given site search, what are the starting pages and Destination pages Thank you for your patience Timo, and thank in advance everyone for your help Testing this new feature! git-svn-id: http://dev.piwik.org/svn/trunk@7190 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- sept. 26, 2012
-
-
mattpiwik a rédigé
* Fixing encoding bugs. We never noticed but there was a bug in the code (see change in XML files which are now correct). * Display Between X and Y even when values are the same (otherwise it looks like there's a bug) * fixing other tests I'm SO glad we have nice tests coverage for this complicated code otherwise we would be totally screwed! git-svn-id: http://dev.piwik.org/svn/trunk@7064 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- sept. 04, 2012
-
-
JulienMoumne a rédigé
* plot multiple metrics using $columns (renamed from $column) * plot row evolutions using optional $labels, will plot top 5 labels when omitted * imageGraphEvolutionUrl added to report metadata (only for reports without constant row count and Referers.getRefererType) * $showMetricTitle renamed to $showLegend refs #3014 * new report parameter 'Show Historical Graphs for the top 5 values' * better looking evolution graph on landcape pages refs #3158 * $label is now optional, will return top N=filter_limit row evolutions sorted with filter_sort_column when omitted * support for $idGoal * integration tests updated constantRowsCount set on * Goals_getDaysToConversion * Goals_getVisitsUntilConversion * Referers_getRefererType merges * r6874 IDEA * in Piwik UI, add a link 'display top 10 row evolutions' using API.getRowEvolution &label=false&filter_sort_column=xyz&filter_limit=10 TODO * fix scheduled report integration tests * review @reviews git-svn-id: http://dev.piwik.org/svn/trunk@6918 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
-