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 (Collapse)Author
2015-03-18Merge pull request #7464 from piwik/7462_optimize_tables_mariadbBenaka
Fixes #7462, optimize InnoDB tables if MariaDB v10.1.1 or greater is used.
2015-03-18Correctly filter out InnoDB tables in Db::optimizeTables.diosmosis
2015-03-18Fixes #7462, optimize InnoDB tables if MariaDB v10.1.1 or greater is used.diosmosis
2015-03-17Merge branch 'master' into geo-attribution-taskdiosmosis
2015-03-17Merge pull request #7452 from piwik/7388Matthieu Aubry
Fix Sort filters are sometimes applied multiple times
2015-03-17Merge branch 'master' into 7276_update_command_progressdiosmosis
Conflicts: CHANGELOG.md
2015-03-17Merge pull request #7407 from piwik/di-apiMatthieu Napoli
Dependency injection in API classes
2015-03-17Fixing travis build (hopefully).diosmosis
2015-03-16Make sure core:update fails if an Updates class executes queries manually by ↵diosmosis
catching them and re-throwing them.
2015-03-16Merge branch 'master' into 7276_update_command_progressdiosmosis
Conflicts: plugins/CoreUpdater/Controller.php
2015-03-16Add comment about NULL1 in core/Columns/Updater.php.diosmosis
2015-03-162.12.0-b52.12.0-b5Matthieu Aubry
2015-03-16Merge pull request #7408 from piwik/di-in-widgets-menus-tasksMatthieu Aubry
Dependency injection in widgets, menus, settings and tasks
2015-03-16Merge pull request #7435 from piwik/aggregateDataTableRecord_performance_tweakMatthieu Aubry
Do not rename columns twice when aggregating dataTable records
2015-03-162.12.0-b42.12.0-b4Matthieu Aubry
2015-03-16fixed a couple of bugs in DataTable\Sort.Thomas Steur
* make sure to select correct column (the column value might be false which is valid, meaning column actually exists whereas we assumed before it does not exist) * use correct sort algorithm (if value of first column was false we picked under circumstances a string comparison instead of number) * If we sort by label, use always a string or natural comparison even if the label is numeric
2015-03-16possibility to define a default sort order in a report classThomas Steur
2015-03-16Deprecate unsetInstance() and setSingletonInstance() in API classesMatthieu Napoli
2015-03-16Dependency injection in API classesMatthieu Napoli
2015-03-16Avoid calling the same method twiceMatthieu Napoli
2015-03-16do not rename columns twice when aggregating dataTable recordsThomas Steur
2015-03-16ref #6441 When Piwik fails to update over HTTPS, offer the user the ↵Matthieu Napoli
possibility to update over HTTP
2015-03-16Tests fixtures can provide DI configurationMatthieu Napoli
2015-03-15Merge branch 'master' into geo-attribution-taskdiosmosis
2015-03-15Merge branch 'master' into 7276_update_command_progressdiosmosis
Conflicts: core/Console.php tests/PHPUnit/Framework/TestCase/ConsoleCommandTestCase.php
2015-03-132.12.0-b32.12.0-b3Matthieu Aubry
2015-03-13Fixing travis build (two tests only failed on travis). Fixing build failure ↵diosmosis
due to QueuedTracking test that sets tracker database connection and starts transaction. Results in one LocalTracker call fail to add a visit in fixture for AttributeHistoricalDataWithLocationsTest, causing test to fail. Fixed by resetting static tracker DB connection in Fixture.php.
2015-03-12Merge branch 'master' into geo-attribution-taskdiosmosis
2015-03-12Merge branch 'master' into 7181_isolated_archive_purgingdiosmosis
Conflicts: plugins/SitesManager/SitesManager.php
2015-03-12Add support for HTTP AUTH requests in the HTTP client, only for CURL refs #7393mattab
2015-03-12Merge pull request #7365 from piwik/no-data-welcomeMatthieu Aubry
Show the JS tracking code instead of the dashboard while no visit is tracked
2015-03-12Merge pull request #7409 from piwik/fast_flatten_3Matthieu Aubry
Made for reports faster when flat=1 is used.
2015-03-122.12.0-b22.12.0-b2Matthieu Aubry
2015-03-11Merge branch 'master' into geo-attribution-taskdiosmosis
2015-03-11Merge RawLogFetcher and RawLogUpdater to RawLogDao.diosmosis
2015-03-11Refactor AttributeHistoricalDataWithLocations for clarity, fixing ↵diosmosis
IntegrationTestCase issue and fixing changes to RawLog...
2015-03-11Minor refactor to RawLogUpdater class.diosmosis
2015-03-11Updated php docThomas Steur
2015-03-11Made for reports faster when flat=1 is used.Thomas Steur
Also replaceColumnNames is now queued again which should bring a performance boost in general.
2015-03-11Simplified use of DI in Menu classes by removing the parent constructorMatthieu Napoli
2015-03-11Simplified use of DI in widgets by removing the parent constructorMatthieu Napoli
2015-03-11Add support for using dependency injection in widgets, menus, tasks…Matthieu Napoli
2015-03-10Fixes #7356 Do not catch and silence exceptions blindlyMatthieu Napoli
2015-03-10Merge branch 'master' into geo-attribution-taskdiosmosis
2015-03-10Refs #7365, add log statement to core\Console.php when plugins fail to load.diosmosis
2015-03-10Refs #7365, add log statement to core\Console.php when plugins fail to load.diosmosis
2015-03-10Move throwIfPiwikVersionIsOlderThanDBSchema that is only used in ↵diosmosis
FrontController to FrontController.
2015-03-10More refactoring to Updates.php base & Columns\Updater, make Updates.php ↵diosmosis
methods instance methods, create Update instances via DI, make Columns\Updater use instance methods instead of static, and add integration test for Columns\Updater.
2015-03-10Merge branch 'master' into 7276_update_command_progressdiosmosis
2015-03-10Load translations in core\Console.php so translations are accessible to ↵diosmosis
console commands.