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-30Fix #6344, add missing return statement removed from recent refactor to Cooki...diosmosis
2014-09-30Documentation tweak.diosmosis
2014-09-30Merge branch 'master' into readabilityImprovementsThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-30Removing disablePurge hack in tests, as this should not be needed anymoremattab
2014-09-30Merge pull request #6323 from piwik/6296_alternative_fixMatthieu Aubry
2014-09-30Merge pull request #6304 from stackcoder/patch-2Matthieu Aubry
2014-09-29Fix typo when parameters were moved to constructor configmattab
2014-09-29The MYSQL_ATTR_FOUND_ROWS attribute only works as a connection option, and ca...mattab
2014-09-29Tweaking Auth docs some more.diosmosis
2014-09-29Add extra docs for core/Auth.php and make sure Registry has docs generated fo...diosmosis
2014-09-29Fixing bug found by testsmattab
2014-09-28Merge pull request #6321 from piwik/login_controller_refactorBenaka
2014-09-28Refactor Auth::initSession method into its own class (SessionInitializer) sin...diosmosis
2014-09-28refs #6296 maybe we can detect number of rows matched by the UPDATE query, by...mattab
2014-09-27Refactor Login controller and auth to be more modular and easier to extend/ov...diosmosis
2014-09-26Remove CacheFile cache from APC on writeChris Abernethy
2014-09-26Add silent fail in front of opcache_mattab
2014-09-25Allow underscores in trusted hostsstackcoder
2014-09-25Ignore any opcache_invalidate errorsstackcoder
2014-09-242.7.0 - Kaboom!2.7.0Matthieu Aubry
2014-09-24Make visible notice that this is a major updatemattab
2014-09-242.7.0-rc22.7.0-rc2Matthieu Aubry
2014-09-24Merge pull request #6275 from piwik/6056_warningPHP5.3Matthieu Aubry
2014-09-242.7.0-rc12.7.0-rc1Matthieu Aubry
2014-09-23refs #6056 display a warning in admin to super users in case they are still u...Thomas Steur
2014-09-23User ID is NULLable refs #3490mattab
2014-09-23Merge pull request #6273 from piwik/3490_userIdAsDimensionThomas Steur
2014-09-23fix regression when HTTPS URL is different from HTTP Tracker URL, both should...mattab
2014-09-23refs #3490 Throw meaningful error when userId segment is used with an unsuppo...mattab
2014-09-22refs #3490 wondering whether all tests still pass when converting userid to d...Thomas Steur
2014-09-22rename Site -> Websitemattab
2014-09-22Small function renamemattab
2014-09-21Refs #6078, fix column ordering bug, if 0 is used as pivotted table column, i...diosmosis
2014-09-21Refs #6078, set default of pivot_by_column to empty string so it doesn't get ...diosmosis
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