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
path: root/core
AgeCommit message (Expand)Author
2014-09-21Update Version.php2.7.0-b4Matthieu Aubry
2014-09-21Merge pull request #6243 from piwik/6078Matthieu Aubry
2014-09-21Refs #6078, fix sorting on pivot table columns when columns use   (use d...diosmosis
2014-09-21Refs #6078, make sure $this->dataTable is instance of DataTable before callin...diosmosis
2014-09-21fixes #6237 Reading php_uname in case shell_exec failed.mattab
2014-09-21Merge pull request #6116 from mkurzeja/feature/5932-invalidate-archived-reportsMatthieu Aubry
2014-09-21Refs #6078, make sure pivot option does not display if table is not pivotted ...diosmosis
2014-09-21Refs #6078, remove dead code & refactor dimension equality checks in PivotByD...diosmosis
2014-09-21Refs #6078, prepend numeral index to each column in pivotted datatable.diosmosis
2014-09-21Refs #6078, make sure visualizations default sort to first non-label column i...diosmosis
2014-09-21Refs #6078, order pivot table columns by sum, descending and aggregate cut-of...diosmosis
2014-09-21Refs #6078, make pivot option use the pivot by dimension's name.diosmosis
2014-09-21Refs #6078, fix bug where reloading report does not persist pivot and where u...diosmosis
2014-09-20call clearQueuedFilters()Matthieu Aubry
2014-09-20Refs #6078, allow plugins to set what metric gets displayed in pivot tables o...diosmosis
2014-09-19Refs #6078, allow default column limit to be specified through INI config.diosmosis
2014-09-19Make sure PivotByDimension respects original segment query parameter when fet...diosmosis
2014-09-19Add public Report::isSubtableReport() method so it can be used in closure on ...diosmosis
2014-09-19Fix XML rendering regression.diosmosis
2014-09-18refs #4996 use content type in case it was a standalone content impression re...Thomas Steur
2014-09-18refs #4996 trying to ignore content impressions in live api, not sure if that...Thomas Steur
2014-09-18fix commentThomas Steur
2014-09-18Adding new PivotByDimension DataTable filter that can pivot a report by (almo...diosmosis
2014-09-17Fix codeStyle in ArchivePurger, ArchiveInvalidationTestm.kurzeja
2014-09-17Merge remote-tracking branch 'upstream/master' into feature/5932-invalidate-a...m.kurzeja
2014-09-17Small changes in purgeInvalidatedArchives querym.kurzeja
2014-09-17Merge pull request #6211 from kylekatarnls/cleanup-arobases2Matthieu Aubry
2014-09-17#6232 getExpiresHeaderForFutureDay should be staticKyle
2014-09-17Wrong case in Piwik\IPKyle
2014-09-17Merge remote-tracking branch 'upstream/master' into cleanup-arobases2KyleK
2014-09-15Refs #6078, extract factory logic from Report::factory and move to new Compon...diosmosis
2014-09-15refs #4996 set CORS header if bulk request is usedThomas Steur
2014-09-15refs #4996 tests should now work in case Piwik is installed in a subdirectory...Thomas Steur
2014-09-15refs #4996 cache all site urls in trackerThomas Steur
2014-09-15refs #4996 added update script b4 to make sure this update will be executedThomas Steur
2014-09-14Replace header() with Common::sendHeader() when possibleKyleK
2014-09-14New plugin on the Marketplace called InterSites provides cool new features an...2.7.0-b3mattab
2014-09-14Do not log bind when logging SQL statements.diosmosis
2014-09-14Add logging of SQL statements (w/ verbose level) to Db class.diosmosis
2014-09-13Merge branch 'master' of github.com:piwik/piwikThomas Steur
2014-09-13refs #4996 fix js error on IE6-IE8 because indexOf is not defined there. also...Thomas Steur
2014-09-13Add toString() method to Piwik\Segment for easier logging of Segment instances.diosmosis
2014-09-13refs #4996 activate contents plugin on updateThomas Steur
2014-09-13Merge pull request #6201 from piwik/4996_content_trackingThomas Steur
2014-09-13refs #4996 allow only hosts of siteIds that are present in the URL and do not...Thomas Steur
2014-09-13refs #4996 allow redirects to subdomains of known hostsThomas Steur
2014-09-12refs #4996 redirect only to trusted hosts (will have to remove this most like...Thomas Steur
2014-09-12Merge remote-tracking branch 'upstream/master' into feature/5932-invalidate-a...m.kurzeja
2014-09-11Fix bug in Rules::shouldSkipUniqueVisitorsCalculationForMultipleSites, should...diosmosis
2014-09-11refs #4996 fix tracker and clear content target if not set for nowThomas Steur