Skip to content
Extraits de code Groupes Projets
Valider bd73eee3 rédigé par robocoder's avatar robocoder
Parcourir les fichiers

refs #3273

git-svn-id: http://dev.piwik.org/svn/trunk@6531 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent 2d4b6a49
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -247,8 +247,8 @@ multisites_refresh_after_seconds = 300
use_ajax_cdn = 0
; required AJAX library versions
jquery_version = 1.7.1
jqueryui_version = 1.8.16
jquery_version = 1.7.2
jqueryui_version = 1.8.21
swfobject_version = 2.2
; Set to 1 if you're using https on your Piwik server and Piwik can't detect it,
......@@ -519,5 +519,5 @@ Plugins_Tracker[] = DoNotTrack
SDK_batch_size = 10
SDK_interval_value = 30
; NOTE: do not directly in this file! See notice at the top
\ No newline at end of file
; NOTE: do not directly edit this file! See notice at the top
......@@ -100,7 +100,7 @@ class Test_Piwik_ReleaseCheckList extends UnitTestCase
$this->assertEqual( $matches[1], Piwik_Config::getInstance()->General['jquery_version'] );
$jqueryuiJs = file_get_contents( PIWIK_DOCUMENT_ROOT . '/libs/jquery/jquery-ui.js', false, NULL, 0, 512 );
$this->assertTrue( preg_match('/jQuery UI ([0-9.]+)/', $jqueryuiJs, $matches) );
$this->assertTrue( preg_match('/jQuery UI v?([0-9.]+)/', $jqueryuiJs, $matches) );
$this->assertEqual( $matches[1], Piwik_Config::getInstance()->General['jqueryui_version'] );
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter