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-10Remove some unneeded documentation.diosmosis
2015-03-10Rename Archive\Invalidator to ArchiveInvalidator and Archive\Purger for Archi...diosmosis
2015-03-10Add comment in core\Console.php regarding not adding a command if it already ...diosmosis
2015-03-10Removed all deprecated methods of the Piwik\IP classMatthieu Napoli
2015-03-10Remove deprecated SettingsPiwik::rewriteTmpPathWithInstanceId()Matthieu Napoli
2015-03-10Remove deprecated MenuTop::addEntry() and MenuTop::removeEntry()Matthieu Napoli
2015-03-10Remove deprecated MenuAdmin::addEntry() and MenuAdmin::removeEntry()Matthieu Napoli
2015-03-10Revert accidental commit in the wrong branchMatthieu Napoli
2015-03-10Remove deprecated Config::getConfigSuperUserForBackwardCompatibility()Matthieu Napoli
2015-03-10Remove deprecated Period::factory()Matthieu Napoli
2015-03-10Merge pull request #7327 from piwik/https-updateMatthieu Napoli
2015-03-10Merge pull request #7361 from piwik/frontcontroller-refactoringMatthieu Napoli
2015-03-092.12.0-b1, with massive performance improvements2.12.0-b1Matthieu Aubry
2015-03-09Merge branch 'master' into no-data-welcomeMatthieu Napoli
2015-03-09method should be called staticThomas Steur
2015-03-09Run queued filters after generic filters making visualizations much faster.Thomas Steur
2015-03-09Merge pull request #7336 from piwik/fast_flatten_2Matthieu Aubry
2015-03-09Merge branch 'master' into no-data-welcomeMatthieu Napoli
2015-03-07Refactoring tests & LocationFetcher (renamed to VisitorGeolocator and documen...diosmosis
2015-03-07Merge branch 'master' into geo-attribution-taskdiosmosis
2015-03-06Refs #7811, do not purge custom ranges in same method as outdated archive pur...diosmosis
2015-03-06Do not add command in core/Console.php if command already exists so tests can...diosmosis
2015-03-06Refs #7181, add tests for DistributedList base type and add removeByIndex met...diosmosis
2015-03-06Refs #7297, fixing a pro build, do not clear twig file cache if cache directo...diosmosis
2015-03-06#7087 Query optimizationMatthieu Napoli
2015-03-05Refs #7181, move distributed list access from Archive\Purger to CoreAdminHome...diosmosis
2015-03-05Refs #7181, fill in TODO docs.diosmosis
2015-03-05Merge branch 'master' into 7181_isolated_archive_purgingdiosmosis
2015-03-05Refs #7181, move ArchiveInvalidator to Piwik\Archive\Invalidator away from Pi...diosmosis
2015-03-05Refs #7181, rename remaining InvalidatedReports class to SitesToReprocessDist...diosmosis
2015-03-05Refs #7181, move distributed list used to hold archives to purge to separate ...diosmosis
2015-03-05#7087 Show the JS tracking code instead of the dashboard while no visit is tr...Matthieu Napoli
2015-03-05Refs #7181, remove site IDs from one of InvalidatedReports' distributed lists...diosmosis
2015-03-05this should fix a bug with dbstats since we removed callable columnsThomas Steur
2015-03-05Faster flattening for many reportsThomas Steur
2015-03-05this makes flatten pageUrls much fasterThomas Steur
2015-03-05Light refactoring to Archive\Purger class.diosmosis
2015-03-05#5277 use the logger to log stuff, not `print`Matthieu Napoli
2015-03-05Code simplificationMatthieu Napoli
2015-03-05Simplified report menu controllersMatthieu Napoli
2015-03-05Simplified report controllersMatthieu Napoli
2015-03-04Refs #7181, decouple invalidated archive purging from option table & site ent...diosmosis
2015-03-04Using HTTPS is now possible using the fopen methodMatthieu Napoli
2015-03-04Simplified widget controllersMatthieu Napoli
2015-03-042.11.2 - Kaboom!2.11.2Matthieu Aubry
2015-03-04Front Controller refactoring: moved controller creation logic into Controller...Matthieu Napoli
2015-03-04Refs #7181, remove 'purging every N hours' check in archive purger logic sinc...diosmosis
2015-03-042.11.2-rc12.11.2-rc1Matthieu Aubry
2015-03-04Merge pull request #7344 from piwik/fix_static_method_callMatthieu Aubry
2015-03-04Merge pull request #7334 from piwik/anonymous_user_menu_fixMatthieu Aubry