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
AgeCommit message (Expand)Author
2014-10-07Fixes #6373 When Real time segments are disabled, then we allow "view" users ...mattab
2014-10-07Added logging in the console when running scheduled tasksMatthieu Napoli
2014-10-07Merge remote-tracking branch 'origin/master'mattab
2014-10-07Fixes #6383 Invalidate caches before running the upgrade.mattab
2014-10-07language update refs #3430sgiehl
2014-10-07Merge branch 'master' into translationupdatessgiehl
2014-10-06refs #5940 this might fix the integration tests. Took me a long time to figur...Thomas Steur
2014-10-06refs #5940 there should not be a piwikDebugger pluginThomas Steur
2014-10-06refs #5940 we might stay backwards compatible this way for 2 months. moved so...Thomas Steur
2014-10-06Remove token auth option from core:run-scheduled-tasks command since superuse...diosmosis
2014-10-06refs #5940 splitting plugin tests folder into unit, integration and system fo...Thomas Steur
2014-10-06Merge pull request #6380 from czolnowski/extend-tracking-code-cleanMatthieu Aubry
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests s...Thomas Steur
2014-10-05refs #5940 fix customVariables testsThomas Steur
2014-10-05refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of in...Thomas Steur
2014-10-05refs #5940 IntegrationTestCase => SystemTestCaseThomas Steur
2014-10-04moved some queries within core to model filesThomas Steur
2014-10-03Extend tracking with all changes.Marcin Czołnowski
2014-10-03Fixes #6374 Make sure top menu URLs are generated properly based on user pref...mattab
2014-10-02Allow piwikApi users to specify if they want an error notification to be crea...diosmosis
2014-10-02Give piwik-translate directive higher priority so it can be combined w/ other...diosmosis
2014-10-02Do not create isolated scope for piwik-translate angularjs directive.diosmosis
2014-10-02Fixing more tests for DatabaseTestCase change.diosmosis
2014-10-02Create angularjs directive for Piwik notifications and use in old Notificacti...diosmosis
2014-10-02Add not to piwik-translate directive docs.diosmosis
2014-10-01Updating VisitorGenerator submodule.diosmosis
2014-10-01Fixes #6313 - When a user starts to get a User ID set, then we set this User ...mattab
2014-10-01Refactor magic string FTWmattab
2014-10-01Submodulesmattab
2014-10-01Run Mysqli tests only on 5.4mattab
2014-10-01Merge pull request #6342 from piwik/set_superuser_access_refactorMatthieu Aubry
2014-09-30the command class should be camelcase but the command name should separate wo...Thomas Steur
2014-09-30refs #4996 fix plugin testsThomas Steur
2014-09-30I noticed the example command was lacking a bit of documentation / help on ho...Thomas Steur
2014-09-30refs #4996 enable contents - live tests againThomas Steur
2014-09-30Fix installation process, missing super user access for some calls.diosmosis
2014-09-30Fixing UI tests and adding tests for Access::doAsSuperUser.diosmosis
2014-09-30Deprecating Piwik::setUserHasSuperUserAccess() and switching to Access::doAsS...diosmosis
2014-09-30Add _isPasswordHashed parameter to UsersManager.addUser (mirrors parameter in...diosmosis
2014-09-30Do not fail login if token auth secret is unavailable in SessionInitializer.diosmosis
2014-09-30Merge branch 'master' into readabilityImprovementsThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-30Properly encode website name in installer so website selector displays correc...Matthieu Aubry
2014-09-30Properly encode website name in installer so website selector displays correc...Matthieu Aubry
2014-09-30Merge pull request #6322 from mgazdzik/moveSettingsTabToMenuMatthieu Aubry
2014-09-30Merge pull request #6323 from piwik/6296_alternative_fixMatthieu Aubry
2014-09-29fix plugins testmattab
2014-09-28Revert UsersManager API change since it breaks BC for API users of getTokenAuth.diosmosis
2014-09-28Refactor Auth::initSession method into its own class (SessionInitializer) sin...diosmosis
2014-09-27moved previously hardcoded in template Settings menu element into proper Menu...Michał Gaździk