Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-21submodule updatessgiehl
2014-09-21Merge pull request #6243 from piwik/6078Matthieu Aubry
Adding new PivotByDimension DataTable filter that can pivot a report by (almost) any dimension. refs #6078
2014-09-21Refs #6078, fix regression in last commit and only send one request to save ↵diosmosis
viewdatatable params when un-pivoting.
2014-09-21refs #5933 we must specifically invalidate day reports so that monthly ↵mattab
reports have a chance to be re-processed. added note in the API comment.
2014-09-21Refs #6078, fix sorting on pivot table columns when columns use   (use ↵diosmosis
decoded entity in PHP and do not select columns using jquery selector in dataTable.js).
2014-09-21fixes #5933 New $period parameter to the API call ↵mattab
CoreAdminHome.invalidateArchivedReports refs #6116
2014-09-21Merge pull request #6116 from mkurzeja/feature/5932-invalidate-archived-reportsMatthieu Aubry
fixes #5932 Allow invalidated archive data to be used until they are re-processed
2014-09-21Refs #6078, rename test methods.diosmosis
2014-09-21Refs #6078,set pivotByColumnLimit explicitly in export link so user can ↵diosmosis
manipulate it.
2014-09-21Refs #6078, make sure sorting doesn't break if column has special characters.diosmosis
2014-09-21Refs #6078, make sure visualizations default sort to first non-label column ↵diosmosis
if filter_sort_column is not in columns_to_display and make sure changing pivot status undoes column sort.
2014-09-21Refs #6078, do not pivot table when getting siteSummary data.diosmosis
2014-09-21Refs #6078, make pivot option use the pivot by dimension's name.diosmosis
2014-09-21Refs #6078, make sure cog icon is highlighted when table is pivotted.diosmosis
2014-09-21Refs #6078, #5355 only display expand/contract tooltip if row has subtable.diosmosis
2014-09-21Refs #6078, fix bug where reloading report does not persist pivot and where ↵diosmosis
undoing a saved pivot does nothing.
2014-09-20Refs #6078, allow plugins to set what metric gets displayed in pivot tables ↵diosmosis
of specific reports and use in Events to display nb_events. Also do not set columns_to_display in Events plugin if table is pivoted.
2014-09-20Refs #6078, remove pivotBy param when switching between related reports.diosmosis
2014-09-20Refs #6078, add report metadata for Event subtable reports and make sure ↵diosmosis
pivotBy works w/ Events plugins' secondaryDimension query parameter..
2014-09-19refs #4996 disable contents live test for now as it works on my server but ↵Thomas Steur
returns different order or so on travis and I cannot fix it
2014-09-19Merge pull request #6249 from piwik/4996_content_live_apiThomas Steur
More tests for content tracking
2014-09-19Refs #6245 work around issue for now by setting &format=csv|html in the link ↵mattab
to download. The issue is that this data returned by the method is going through the Api Renderer which then sets the content type header. Instead we should skip the API renderer somehow for these API methods that return data and set their own headers?
2014-09-19refs #4996 some more testsThomas Steur
2014-09-18refs #4996 fix testsThomas Steur
2014-09-18refs #4996 do not return any impression or interaction in ↵Thomas Steur
live.getVisitorDetails as it would not be accurate anyway. For instance a download or outlink can be an interaction as well when tracked together etc
2014-09-18refs #4996 use content type in case it was a standalone content impression ↵Thomas Steur
request which was not performed along an outlink or download or ...
2014-09-18refs #4996 trying to ignore content impressions in live api, not sure if ↵Thomas Steur
that works
2014-09-18refs #4996 do not igonre the contents fixture in ui testsThomas Steur
2014-09-18refs #4996 fix namespaceThomas Steur
2014-09-18refs #4996 looks like the setup fixture requires a capital FThomas Steur
2014-09-18refs #4996 moved test files to pluginThomas Steur
2014-09-18Adding new PivotByDimension DataTable filter that can pivot a report by ↵diosmosis
(almost) any dimension. The filter can pivot reports by their subtable dimension and can also pivot by other dimensions (by using segments). Notes: - in the UI, only pivoting by subtable is supported - change to CSV DataTable renderer so column names w/ commas & quotes can appear in text - change to XML DataTable renderer so column names w/ invalid XML characters can be rendered (bit of an iffy change, XML format needs an overhaul I think) - includes new config option 'pivot_by_filter_enable_fetch_by_segment' - includes additions to component metadata classes (ie, Report/Dimension)
2014-09-18language update refs #3430sgiehl
2014-09-17refs #6122 Adding CORS header to Overlay controller methods since they are ↵mattab
meant to be loaded from other domains where the overlay takes place.
2014-09-17Merge remote-tracking branch 'upstream/master' into ↵m.kurzeja
feature/5932-invalidate-archived-reports
2014-09-17Merge pull request #6211 from kylekatarnls/cleanup-arobases2Matthieu Aubry
Replace header() with Common::sendHeader() when possible
2014-09-17Merge pull request #6213 from czolnowski/menu-title-change-on-clickMatthieu Aubry
Add option to disable menu title change after click position in top menu.
2014-09-17Merge remote-tracking branch 'upstream/master' into cleanup-arobases2KyleK
2014-09-16refs #4996 give contents table a bit more spaceThomas Steur
2014-09-16refs #6137 #6155 adding unit test showcasing rendering bug on multi ↵mattab
dimensional arrays
2014-09-16Merge pull request #6155 from claytondaley/php_formatMatthieu Aubry
Php serializer was not serializing arrays by default.
2014-09-15Allow executing individual test file in tests:run console command.diosmosis
2014-09-15refs #4996 make sure we always track same content name and piece in an ↵Thomas Steur
interaction and also have to use default values
2014-09-15refs #4996 cache all site urls in trackerThomas Steur
2014-09-15Add option to disable menu title change after click position in top menu.Marcin Czołnowski
2014-09-14refs #4996 also display URL of media on hover next to the image. added some ↵Thomas Steur
documentation
2014-09-14refs #4996 do not animate tooltip / bannerThomas Steur
2014-09-14refs #4996 on hover display an image in case it starts with https?:// and ↵Thomas Steur
ends with jpg, gif, png or svg
2014-09-14Replace header() with Common::sendHeader() when possibleKyleK
2014-09-14Use double colon in piwikTranslate directive so filters can be used in ↵diosmosis
replacement text.