- mai 20, 2012
-
-
benakamoorthi a rédigé
Fixes #3055, fixed bug with CSV Renderer where column order was not kept constant when rendering DataTable_Arrays. Also modified OneVisitorTwoVisits test by adding more outlink actions and one CSV test. git-svn-id: http://dev.piwik.org/svn/trunk@6276 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mai 18, 2012
-
-
sgiehl a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@6273 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mai 12, 2012
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@6262 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@6258 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- avr. 10, 2012
-
-
BeezyT a rédigé
* flat settings are passed to graph views and exports * csv renderer does not do flattening anymore. the new api parameters can be used instead - js and tests updated accordingly * aggregate rows are italic (imo, the plus logo would be misleading because it would suggest clickability) * disable row evolution on flat tables for performance reasons * minor language adjustments git-svn-id: http://dev.piwik.org/svn/trunk@6181 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mars 28, 2012
-
-
BeezyT a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@6124 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mars 09, 2012
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@6015 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- mars 07, 2012
-
-
BeezyT a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5982 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
* implementing matts suggestions * fixing truncation bug * new label encoding * extended label filter tests git-svn-id: http://dev.piwik.org/svn/trunk@5981 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- fév. 09, 2012
-
-
mattpiwik a rédigé
* filter_truncate now works recursively if the datatable are loaded in memory (ie. expanded=1) * Added integration test git-svn-id: http://dev.piwik.org/svn/trunk@5791 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
Thanks for the report git-svn-id: http://dev.piwik.org/svn/trunk@5790 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é
refs #534 removed originalLabel (left over from an earlier version of row evolution, not needed anymore) git-svn-id: http://dev.piwik.org/svn/trunk@5761 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5758 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- déc. 25, 2011
-
-
benakamoorthi a rédigé
* Created MultiSites API w/ getAll method that gets visit/action/revenue & related evolution data for all sites. * Modified MultiSites Controller to use aforementioned API. * Fixed bug I introduced in integration tests, method doTest_TwoVisitors_twoWebsites_differentDays shouldn't allow tests to skip the API.getProcessedReport test. * Added mergeChildren & related unit test to Piwik_DataTable_Array. * Added static methods to Piwik_Site to get site data using an ID. Using it avoids having to create a new Piwik_Site instance. * Modified ColumnCallbackAddColumnQuotient so it can be better extended and so it's possible to avoid processing rows if desired. git-svn-id: http://dev.piwik.org/svn/trunk@5626 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- déc. 18, 2011
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5574 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- déc. 07, 2011
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5534 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- déc. 06, 2011
-
-
BeezyT a rédigé
fixes #2809, refs #2714: making signature of Piwik_DataTable_Renderer::renderHeader() compatible across subclasses git-svn-id: http://dev.piwik.org/svn/trunk@5529 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- déc. 03, 2011
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5524 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
* Ensuring column names stay in same order when idsites=all * adding empty columns when they are not set git-svn-id: http://dev.piwik.org/svn/trunk@5519 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- déc. 02, 2011
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5508 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 30, 2011
-
-
BeezyT a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5496 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 23, 2011
-
-
mattpiwik a rédigé
Refs #1820 Fixing few bugs when plotting and switching views, and fixing sorting issue with generic filters git-svn-id: http://dev.piwik.org/svn/trunk@5465 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 22, 2011
-
-
mattpiwik a rédigé
* Fix // TODO: please review $requestString .= '&disable_generic_filters=1' Now disabling generic filters speficically in charts * Also fix for issue that columns sorted was kept when changing to another table view, but the column might not exist or be visible git-svn-id: http://dev.piwik.org/svn/trunk@5464 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
refs #2714 column translations for html and rss export, general fine tuning of export column translations git-svn-id: http://dev.piwik.org/svn/trunk@5463 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5458 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 18, 2011
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5454 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
fixes #2771 - will revert this when the minimum requirements is php 5.3 and we can use anonymous functions *sigh* git-svn-id: http://dev.piwik.org/svn/trunk@5446 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 13, 2011
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5432 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 09, 2011
-
-
BeezyT a rédigé
refs #1820 added metrics picker to more core reports. some language updates to make metrics consistent and short. new api methods for comparing metrics in Referers and VisitsSummary. minor tweaks. git-svn-id: http://dev.piwik.org/svn/trunk@5421 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
BeezyT a rédigé
refs #2714 additional column translations and number format fix for csv exports, refs #1454 metadata for API.get report (needed for csv column translations) git-svn-id: http://dev.piwik.org/svn/trunk@5419 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- nov. 05, 2011
-
-
benakamoorthi a rédigé
Added "Days since last visit" report under Visitors > Engagement. Added tooltip to visitor log that displays the days since a visitor's last visit for each visit. Notes: The new report has been added to the Metadata API. Augmented range label beautification so non-range labels could be displayed if desired. Modified archiving code to allow further refinement when summarizing data over ranges. git-svn-id: http://dev.piwik.org/svn/trunk@5411 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 27, 2011
-
-
mattpiwik a rédigé
Refs #2714 Remove idsubtable metadata column from output being tested since it has different value in build server and local dev station git-svn-id: http://dev.piwik.org/svn/trunk@5382 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
Fixes #584, #536, #2031 - Kuddos to Benaka akka capedfuzz for this great patch!!! I did a few minor modifications in wording and metadata output * Add Report "Visits by visit number" under Visitors > Engagement * Add Report for all Goals (including ecommerce): "Visit until Conversion": number of visits until the conversion occured * Add Report for all Goals (including ecommerce): "Days until Conversion": days since the first visit Notes * These new reports are also in the Metadata API so should be displayed in Piwik Mobile, and can be exported in the Scheduled reports. * filter_only_idgoal now renamed as idGoal for consistency * refactored the "Beautify labels" for ranges in generic filters * refactored archiving code to process multiple reports in one generic SQL query git-svn-id: http://dev.piwik.org/svn/trunk@5378 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 19, 2011
-
-
BeezyT a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5334 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- oct. 14, 2011
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5297 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- sept. 27, 2011
-
-
mattpiwik a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5243 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
mattpiwik a rédigé
* Stop aggregating visits for Custom variables of scope "page" * still OK for scope "visit" since there is supposed to be one custom var value per custom variable name for a given visit * Now we always display the Actions columns so that these rows with no visit still show the number of Actions * cleaned up from custom var output report, removed some "price_viewed" column left out UI Change (future FAQ maybe...) * When there is a "Visits" column for the Custom Variable report with a value of "-" (hyphen) then it means this custom variable was used with scope=page. Fixes #2662 * Added integration tests testing getPageUrl with multiple periods and websites * fixed a bug when idSite=all or 1,2,3 git-svn-id: http://dev.piwik.org/svn/trunk@5235 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
- sept. 25, 2011
-
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5222 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-
robocoder a rédigé
git-svn-id: http://dev.piwik.org/svn/trunk@5221 59fd770c-687e-43c8-a1e3-f5a4ff64c105
-