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 (Collapse)Author
2015-02-232.11.1-rc12.11.1-rc1Matthieu Aubry
2015-02-23Merge pull request #7262 from piwik/7247_graph_formatting_specializationMatthieu Aubry
Fixes #7247, move default Formatter class to new Numeric metrics formatt.er and use in Graph visualization.
2015-02-23fixed some system tests as we changed the example api methodThomas Steur
2015-02-23Keep BC w/ old Formatter class since it is likely used by 3rd party plugins. ↵diosmosis
Move Numeric formatter to CoreVisualizations and do not mark w/ @api.
2015-02-23Merge pull request #7253 from piwik/6635_2Matthieu Aubry
automatically configure database_tests config for developers when running tests.
2015-02-23Refs #5099 adding new referrer spammersmattab
2015-02-23easier example for getExampleReportThomas Steur
2015-02-23changed version to b4 as b3 is already releasedThomas Steur
2015-02-23fixes #6635 automatically configure database_tests config for developers ↵Thomas Steur
when running tests. I also replaced the check that does a request against Piwik to check whether it is installed with `SettingsPiwik::isInstalled()` as discussed recently
2015-02-22fixes #7216 date range selector is partially hidden in dashboardThomas Steur
2015-02-22translation updatesgiehl
2015-02-21use new minor release of device detectorsgiehl
2015-02-21Merge pull request #7263 from isakgar/masterStefan Giehl
Adding Vivaldi icon to browsers folder
2015-02-21Adding Vivaldi icon to browsers folderisakgar
2015-02-21submodule updatesgiehl
2015-02-21Fixes #7247, move default Formatter class to new Numeric metrics formatter ↵diosmosis
and use in Graph visualization since jqplot requires numeric values in JSON data.
2015-02-21fixes #7226 - moved language report to location reportssgiehl
2015-02-21fixes #7258 - avoid noticessgiehl
2015-02-212.11.1-b32.11.1-b3Matthieu Aubry
2015-02-21Merge pull request #7260 from piwik/remove_config_initMatthieu Aubry
Remove calls to config->init()
2015-02-21Merge pull request #7201 from piwik/7193Matthieu Aubry
When loading URL and not logged in, this should load the login form
2015-02-21Merge pull request #7255 from piwik/7187Matthieu Aubry
Browser language is used even when English is configured.
2015-02-20Remove calls to config->init()mattab
2015-02-20Allow test code to override URL host.diosmosis
2015-02-20Maybe this helps the UI tests?mattab
2015-02-20Rename variablemattab
2015-02-20Clearing the config in init() which can be called multiple timesmattab
2015-02-20fixes #7187 Browser language is used even when English is configured.Thomas Steur
Problem was it did load the language while the user was not authenticated yet. We need to detect the language again after the user was authenticated.
2015-02-20Hide error when reading the Plugins array, when this function is called ↵mattab
before we have a config.ini.php file fixes https://github.com/PiwikPRO/plugin-EnterpriseAdmin/issues/31
2015-02-20Throw exception when adapter class not validmattab
2015-02-20refs #7104 Rename vars and put logic into methodmattab
2015-02-20Merge pull request #7252 from piwik/7104Matthieu Aubry
Faster dashboard and sparklines by closing the session early
2015-02-20fixes #7251 - highlight tracking code when it's been modified by usermattab
2015-02-20fixes #7216 - added toppreise.chsgiehl
2015-02-20refs #7104 This should prevent from accidentally starting a Zend_Session.Thomas Steur
Sometimes, eg when module=API, we do not start a session. If any code part during such a request uses SessionNamespace although we did not start a session, Zend_Session_Namespace will start a Zend_Session which does not respect our configuration. It would use default Zend Session options and therefore probably file based sessions. Therefore, we force the creation of a "Piwik session". If we have created the session before it won't be started again.
2015-02-19fixes #7250 fix some pages are broken when clicking on ViewTrackingCode and ↵Thomas Steur
then go to other page
2015-02-19Fix CI buildmattab
2015-02-19Setting minimum username length to 2 chars instead of 3mattab
2015-02-19Fixes #7185mattab
2015-02-19Merge branch 'unique_visitors_metasites'mattab
2015-02-19Fix link to FAQmattab
2015-02-192.11.1-b22.11.1-b2Matthieu Aubry
2015-02-19Merge pull request #7244 from piwik/unique_visitors_metasitesMatthieu Aubry
Correctly process unique visitors across websites in MetaSite
2015-02-19 do not process INDEX_NB_UNIQ_FINGERPRINTS unless specifically asked formattab
2015-02-19Add new metric in unit testmattab
2015-02-19Making algorithm processing unique visitors across websites actually work, ↵mattab
refs https://github.com/PiwikPRO/plugin-MetaSites/issues/3
2015-02-19translation updatesgiehl
2015-02-192.11.1-b12.11.1-b1Matthieu Aubry
2015-02-19Fixes #7195 Make code more efficient by only updating the numeric archive ↵mattab
tables (blob tables don't have `done` flags)
2015-02-19Merge pull request #7243 from ArnY/masterMatthieu Aubry
Adding segment name in report title