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-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 ↵diosmosis
console commands.
2015-03-10Removed all deprecated methods of the Piwik\IP classMatthieu Napoli
This should fix the unit tests.
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
Update Piwik over HTTPS
2015-03-10Merge pull request #7361 from piwik/frontcontroller-refactoringMatthieu Napoli
FrontController refactoring
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
Faster flatten for some reports
2015-03-07Refactoring tests & LocationFetcher (renamed to VisitorGeolocator and ↵diosmosis
documented as service).
2015-03-07Merge branch 'master' into geo-attribution-taskdiosmosis
Conflicts: misc/others/geoipUpdateRows.php
2015-03-06Refs #7297, fixing a pro build, do not clear twig file cache if cache ↵diosmosis
directory does not exist.
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
Added tests, there's one failing need to find a solution.
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 ↵Matthieu Napoli
ControllerResolver
2015-03-04Refs #7181, remove 'purging every N hours' check in archive purger logic ↵diosmosis
since it appears unnecessary. Removing for 2.11.2 release.
2015-03-042.11.2-rc12.11.2-rc1Matthieu Aubry
2015-03-04Merge pull request #7344 from piwik/fix_static_method_callMatthieu Aubry
Fix static method is called with $this
2015-03-04Merge pull request #7334 from piwik/anonymous_user_menu_fixMatthieu Aubry
fix various issues with user menu.
2015-03-04fix static method is called with $thisThomas Steur
2015-03-03Merge pull request #7313 from pebosi/searchengines-022015Stefan Giehl
Update SearchEngines
2015-03-032.11.2-b32.11.2-b3Matthieu Aubry
2015-03-03fix various issues with user menu.Thomas Steur
* When clicking on the anonymous user a login form was shown * Some menu items were shown although the anonymous user has no access to it We will now load the Help page when clicking on anonymous user name. If the plugin Feedback is not activated we will open the API page since this has to be activated. If Feedback plugin is disabled the anonymus user login which will be a known issue but I think we can ignore this case.
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
remove unused code & logic
2015-03-02Merge pull request #7297 from piwik/twig_clear_cache_fixMatthieu Aubry
Make sure it actually clears the cached files, not only the internal template cache
2015-03-02Merge pull request #7283 from piwik/7274Matthieu Aubry
If session is writable do not remove or add a notification
2015-03-02Edge case: when sequence is not found, create it.mattab
This should not be necessary but we got several user reports that this was happening.
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
More explicit messages for temporary/redundant archive purging.
2015-02-28Add fix for when the 'shell_exec' function doesn't exists.Peter Slump
2015-02-27adding peoplecheckpebosi