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-11Minor refactor to RawLogUpdater class.diosmosis
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-10Load translations in core\Console.php so translations are accessible to conso...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-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-07Refactoring tests & LocationFetcher (renamed to VisitorGeolocator and documen...diosmosis
2015-03-07Merge branch 'master' into geo-attribution-taskdiosmosis
2015-03-06Refs #7297, fixing a pro build, do not clear twig file cache if cache directo...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-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-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
2015-03-04fix static method is called with $thisThomas Steur
2015-03-03Merge pull request #7313 from pebosi/searchengines-022015Stefan Giehl
2015-03-032.11.2-b32.11.2-b3Matthieu Aubry
2015-03-03fix various issues with user menu.Thomas Steur
2015-03-032.11.2-b22.11.2-b2Matthieu Aubry
2015-03-03Minor comment updatemattab
2015-03-02Merge pull request #7311 from piwik/remove_useseless_codeMatthieu Aubry
2015-03-02Merge pull request #7297 from piwik/twig_clear_cache_fixMatthieu Aubry
2015-03-02Merge pull request #7283 from piwik/7274Matthieu Aubry
2015-03-02Edge case: when sequence is not found, create it.mattab
2015-03-02Do not error as it is already logged in method calledmattab
2015-03-022.11.2-b12.11.2-b1Matthieu Aubry
2015-03-02Merge pull request #7305 from ThaDafinser/patch-1Benaka
2015-02-28Add fix for when the 'shell_exec' function doesn't exists.Peter Slump
2015-02-27adding peoplecheckpebosi