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
2015-03-192.12.0-rc22.12.0-rc2Matthieu Aubry
2015-03-192.12.0-rc1Matthieu Aubry
2015-03-19Merge pull request #7472 from piwik/segment_initial_process_dateMatthieu Aubry
2015-03-19Better logging in core:archive commandmattab
2015-03-19Revert previous commit and add unit testmattab
2015-03-19Make sure to pre-process in the pastmattab
2015-03-19in case several segment URLs for period=range had the date= rewritten to the ...mattab
2015-03-19When segment creation time (or just earliest archive date) is greater than en...diosmosis
2015-03-19Rename creation_time -> segment_creation_timemattab
2015-03-19Simplifies object scope to only return modified date parametermattab
2015-03-19Merge pull request #7476 from piwik/datatable_getrows_performanceimprovementMatthieu Aubry
2015-03-19a summary row does not have a subtable, so we can simply get the rows without...Thomas Steur
2015-03-18Restore the constructor (empty) that I removed in d3e92fa484 because it can b...Matthieu Napoli
2015-03-18Merge branch 'master' into segment_initial_process_datediosmosis
2015-03-18Fixes #7223, add new INI option [General] process_new_segments_from that cont...diosmosis
2015-03-18Merge pull request #7471 from piwik/processed_metrics_when_flatten2.12.0-b8Matthieu Aubry
2015-03-182.12.0-b8Matthieu Aubry
2015-03-18Merge pull request #7469 from piwik/browser_plugin_percentage_fixMatthieu Aubry
2015-03-18fix when flattening the processed metrics are not displayedThomas Steur
2015-03-18fix a couple of bugs and actually only count the recursive rows count if neededThomas Steur
2015-03-18accidentally commited this referenceThomas Steur
2015-03-18faster archive by calculating the recursive count only if neededThomas Steur
2015-03-18#7437 Prevent percentages to go over 100% for browser plugin supportMatthieu Napoli
2015-03-182.12.0-b72.12.0-b7Matthieu Aubry
2015-03-182.12.0-b62.12.0-b6Matthieu Aubry
2015-03-18Merge pull request #7465 from piwik/datatable_tweaksMatthieu Aubry
2015-03-18extracted logic into a methodThomas Steur
2015-03-18Merge pull request #7464 from piwik/7462_optimize_tables_mariadbBenaka
2015-03-18Correctly filter out InnoDB tables in Db::optimizeTables.diosmosis
2015-03-18we cannot apply nbvisits sort by default as this would break other pluginsThomas Steur
2015-03-18Fixes #7462, optimize InnoDB tables if MariaDB v10.1.1 or greater is used.diosmosis
2015-03-18Various performance improvements and bugfixes.Thomas Steur
2015-03-17Merge branch 'master' into geo-attribution-taskdiosmosis
2015-03-17Merge pull request #7452 from piwik/7388Matthieu Aubry
2015-03-17Merge branch 'master' into 7276_update_command_progressdiosmosis
2015-03-17Merge pull request #7407 from piwik/di-apiMatthieu Napoli
2015-03-17Fixing travis build (hopefully).diosmosis
2015-03-16Make sure core:update fails if an Updates class executes queries manually by ...diosmosis
2015-03-16Merge branch 'master' into 7276_update_command_progressdiosmosis
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
2015-03-16Merge pull request #7435 from piwik/aggregateDataTableRecord_performance_tweakMatthieu Aubry
2015-03-162.12.0-b42.12.0-b4Matthieu Aubry
2015-03-16fixed a couple of bugs in DataTable\Sort.Thomas Steur
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