- oct. 21, 2013
- oct. 18, 2013
-
-
diosmosis a rédigé
-
- oct. 15, 2013
-
-
mattab a rédigé
-
- oct. 14, 2013
-
-
Thomas Steur a rédigé
added interface for dataTable to be able to define the expected type in a function, maybe it makes sense to add/remove some methods from the interface?
-
- oct. 09, 2013
- oct. 08, 2013
- 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)
-
Thomas Steur a rédigé
-
- sept. 12, 2013
-
-
mattab a rédigé
-
- sept. 02, 2013
-
-
Benaka Moorthi a rédigé
-
Benaka Moorthi a rédigé
-
- août 31, 2013
-
-
Benaka Moorthi a rédigé
Notes: - Fix bugs in DataTable class where getRowFromLabel would fail if summary row label is returned. - Fix regression caused by datatable visualization refactor (add_total_row property was effectively ignored). - Added x_axis_step_size property to jqplot graph.
-
- août 03, 2013
-
-
Benaka Moorthi a rédigé
Refs #4040, #4041, move AllColumns ViewDataTable & Goals ViewDataTable logic to HtmlTable visualization class & remove those classes. Revised the way visualizations default/override view properties. Cleaned up the ViewDataTable class a bit. Added base type for datatable visualizations.
-
- août 02, 2013
-
-
sgiehl a rédigé
-
- juil. 31, 2013
-
-
Benaka Moorthi a rédigé
-
mattab a rédigé
renaming Unzip to Uncompress, Renaming Tracker/Referer to Tracker/Referrer, and few more
-
- juil. 28, 2013
-
-
Benaka Moorthi a rédigé
Refs #4040, converted UserCountry plugin to use display properties instead of ViewDataTable methods.
-
- juil. 21, 2013
-
-
mattab a rédigé
Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
-
- juil. 20, 2013
-
-
mattab a rédigé
-
- juil. 13, 2013
-
-
Benaka Moorthi a rédigé
Refs #4041, fix bug in displaying DBStats reports by redefining how columns_to_display view property defaults and allow unique visitors to be displayed on reports that have it, outside of period=day.
-
- juil. 06, 2013
-
-
sgiehl a rédigé
-
- juil. 02, 2013
-
-
Thomas ZILLIOX a rédigé
-
- juin 28, 2013
-
-
mattab a rédigé
Removing feature: enable_archive_parents_of_datatable = 0 (main reason: there is no test, second reason: there is no public plugin using this feature AFAIK) @Timo if you need this feature, let's put it back with some tests.. Refs #2697
-
- juin 16, 2013
-
-
mattab a rédigé
such as removing duplicate code and a lot of refactoring, the code is now much more readable!
-
- mai 31, 2013
-
-
Benaka Moorthi a rédigé
Refactored archive data querying code. Removed tree-like data structure from Piwik_Archive, added memory optimizations for archiving (not storing archive processing instances), added optimization for querying data indexed by site + date, added ability to select multiple blobs/metrics at once (from different plugins), added optimization to Piwik_ArchiveProcessing_Period where numerics/records are selected all at once instead of one at a time. Also added data access layer object for archive querying code, allowed anonymous function objects to be used as DataTable filters, and removed 'timestamp' DataTable metadata.
-
- mai 08, 2013
-
-
Thomas ZILLIOX a rédigé
-
- avr. 20, 2013
-
-
mattab a rédigé
* new segment 'siteSearchKeyword' Fixes #3903, #3905: * adding few fields in the Live API output to accomodate getSuggestedValuesForSegment * renamed other fields for consistency with segment names Fixes #3906: * new API: getSuggestedValuesForSegment which returns top suggested values for a particular segment. It uses the Live.getLastVisitsDetails API to fetch the most recently used values, and will show the most used values first * Adding tests for everything. The test case actually generates data for all segments so that VisitsSummary.get returns some data for each of the 47 segments being tested returns some data. How it works: * generate extended data in fixture * Tests (1) call getSuggestedValuesForSegment for each segment, check there is some data returned for each segment * get the first suggested value from the list, * Tests (2) call VisitsSummary.get with this segment value, eg. countryCode==ru. * I worked this way for all 47 segments until all tests had some data ==> now we know that all segments have been tested and that the auto suggest works for all segments. TDD FTW!
-
- avr. 17, 2013
-
-
diosmosis a rédigé
Refs #3465, fix regression for flattener filter where queued filters were applied on the flattened datatable.
-
- avr. 10, 2013
-
-
Timo Besenreuther a rédigé
* bug fix: min/max generation time didn't work in nested data tables because the column aggregation operations were not passed to sub tables * ui improvement: very small values were shown as 0s. use three decimal places if value is smaller than 10ms (e.g. display 2ms as 0.002s instead of 0s)
-
- avr. 04, 2013
-
-
mattab a rédigé
Refs #1700 * Refactoring + adding missing parameters to other sumRow() calls * Fixing tests on PHP 5.4 / 5.5
-
- avr. 03, 2013
-
-
Timo Besenreuther a rédigé
* DataTable_Row::sumRow has a new parameter $aggregationOperations which allows treating columns as min or max (not only sum) * The aggregation operations can be set on any data table or passed to ArchiveProcessing_Period::archiveDataTable() * The Actions plugin uses the mechanism to aggregate the new metrics as min and max * The metrics are in the API output but not in processed reports * The min/max values are shown in the tooltip that appears when hovering the average generation times * Integration test updates
-
- avr. 02, 2013
-
- mars 31, 2013
-
-
sgiehl 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/
-