Dev#71435 bonus piwik est devenu matomo
8 unresolved threads
8 unresolved threads
Merge request reports
Activity
Filter activity
- Resolved by Patrick Barroca
- Resolved by efalcy
- cosmogramme/sql/patch/patch_354.php 0 → 100644
1 <?php 2 try { 3 $adapter = Zend_Db_Table_Abstract::getDefaultAdapter(); 4 5 if (!$adapter->query('select valeur from bib_admin_var where clef="MATOMO_AUTH_TOKEN" and valeur<>""')->fetch()) { 6 $adapter->query('delete from bib_admin_var where CLEF="MATOMO_AUTH_TOKEN"'); 7 $adapter->query('update bib_admin_var set CLEF="MATOMO_AUTH_TOKEN" where CLEF="PIWIK_AUTH_TOKEN"'); 8 } 9 10 $adapter->query('update bib_admin_var set VALEUR=replace(VALEUR, "piwik", "matomo") where CLEF="JS_STAT"'); changed this line in version 2 of the diff
36 36 37 37 38 38 public function getUrl() { 39 return $this->_config->getPiwikUrl() . 'piwik.php'; 39 return $this->_config->getMatomoUrl() . 'matomo.php'; changed this line in version 3 of the diff
- library/matomo-php-tracker/LICENSE 0 → 100644
1 Copyright (c) 2014, Piwik Open Source Analytics changed this line in version 2 of the diff
24 24 "translations": "icons/menu/traductions_24.png", 25 25 "failed_searches": "icons/menu/infructueux_24.png", 26 26 "piwik_stats": "icons/menu/piwik_24.png", changed this line in version 5 of the diff
- library/matomo-php-tracker/.gitignore 0 → 100644
24 24 "translations": "icons/menu/traductions_24.png", 25 25 "failed_searches": "icons/menu/infructueux_24.png", 26 26 "piwik_stats": "icons/menu/piwik_24.png", changed this line in version 5 of the diff
24 24 "translations": "icons/menu/traductions_24.png", 25 25 "failed_searches": "icons/menu/infructueux_24.png", 26 26 "piwik_stats": "icons/menu/piwik_24.png", changed this line in version 5 of the diff
added 1 commit
- 6f008772 - dev #71435 remove piwik submodule link and icons