- jan. 07, 2017
-
-
Matthieu Aubry a rédigé
* referrer tests * Core system tests * Log Analytics is compatible with Python 2.7 * Note * Submodule * UI tests: Gender neutral
-
- oct. 06, 2015
-
-
Thomas Steur a rédigé
-
- avr. 23, 2015
-
-
Thomas Steur a rédigé
-
- 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
-
- juin 12, 2014
-
-
Thomas Steur a rédigé
-
- jan. 10, 2013
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7744 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- déc. 19, 2012
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7659 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 19, 2012
-
-
sgiehl a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7249 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- sept. 24, 2012
-
-
benakamoorthi a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@7044 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- sept. 05, 2012
-
-
JulienMoumne a rédigé
refs #3013 - add <imageGraphEvolutionUrl/> to expected integration test files (note: could not run all integration tests because of 'SKIPPED since it fails around midnight...') git-svn-id: http://dev.piwik.org/svn/trunk@6923 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- fév. 01, 2012
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5737 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- jan. 27, 2012
-
-
BeezyT a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5723 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- déc. 20, 2011
-
-
JulienMoumne a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5583 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 14, 2011
-
-
mattpiwik a rédigé
* Fixing few bugs found by integration tests and hopefully fixing build! git-svn-id: http://dev.piwik.org/svn/trunk@5298 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
* Metadata output now contains "imageGraphUrl" * the function used by piwik mobile and others, API.getReportMetadata now accepts period and date parameters * for "Evolution graphs" (goals, visitssummary, etc.) we must "plot" multiple days previous to the currently selected date. The metadata APi automatically does the $date parameter rewrite, when period != range, and date is not already a range. Therefore the imageGraphUrl can be used as is. * New page available at: index.php?module=ImageGraph&action=index&idSite=1&period=month&date=2011-04-17 * This page will call metadata APi then display the graph for all existing reports. This is a useful debug/test page to view all graphs as they will be displayed in Piwik Mobile (and PDF reports later refs #2706 Refs #1721 * Showing less vertical bars in graph by default * Displaying empty graph when there is no data git-svn-id: http://dev.piwik.org/svn/trunk@5296 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 04, 2011
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5265 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mai 05, 2011
-
-
BeezyT a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@4634 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- avr. 20, 2011
-
-
mattpiwik a rédigé
* Do not display Conversion rate from "All columns" view, when there is "per goal" metric available * Do not display conversion rate on the "Goals" view * Remove nb_visits_converted from the API when there is "per goal" metric * Revenue per visit, is now based on the sum of revenue for all goals, rather than trusting the "revenue" field in the visit (in case Goal Revenue was attributed to a Referrer that is different from the visit Referrer where this conversion occurred) API Breaking: nb_visits_converted not already in response anymore (only when there is no "per goal" metrics for this report) git-svn-id: http://dev.piwik.org/svn/trunk@4525 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- avr. 11, 2011
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@4415 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 28, 2010
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2746 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 26, 2010
-
-
mattpiwik a rédigé
* Adding PDF plugin, based on the submission from jeremy lavaux and Lyzun Oleksandr. * I rewrote nearly all code to comply with Piwik coding styles/guidelines/ etc. and also because it had to use the Metadata which wasn't yet created when the PDF code was initially written * Features customizable PDF reports (based on metadata reports), with description + scheduling (daily/weekly/monthly) and send to current user as well as additional emails listed * Added helper function Piwik::getCurrentUserEmail() * Refactored window modal popover into a helper method piwikHelper.windowModal (used to ask confirmation when deleting stuff) Refs #1490 * Refactored the Goals CSS into generic CSS which can be reused and is reused for PDF UI Refs #1184 * The callback must pass $this instead of the class name as it TODO * test scheduled tasks send email properly (email looks good + attachment works) * Add comment header in PDFReports files * Can we remove some files in TCPDF which adds a lot of space in the release (eg. some fonts in libs/fonts ?) * Test PDF with UTF8 characters git-svn-id: http://dev.piwik.org/svn/trunk@2697 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- juil. 25, 2010
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@2679 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-