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/libs
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2016-04-11 14:29:50 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-04-11 14:29:50 +0300
commit6028cac0ff0ecdefad505478fe54f770e90b60c3 (patch)
treebfd5d3a1cf91cd2a09a88a81fafbd4de956fa52c /libs
parentd1683a2641a92d02057dfbe6c3c403138e36711c (diff)
parent120a7f7d54a05e85f2a8b47f7a6fd6a85464139b (diff)
Merge branch 'master' into 3.x-dev
Conflicts: core/Version.php tests/UI/expected-ui-screenshots tests/lib/screenshot-testing/support/chai-extras.js
Diffstat (limited to 'libs')
-rw-r--r--libs/Zend/Validate/Hostname.php2
-rw-r--r--libs/jqplot/jqplot.core.js2
2 files changed, 3 insertions, 1 deletions
diff --git a/libs/Zend/Validate/Hostname.php b/libs/Zend/Validate/Hostname.php
index 49e72dd1aa..1ca10faea9 100644
--- a/libs/Zend/Validate/Hostname.php
+++ b/libs/Zend/Validate/Hostname.php
@@ -489,6 +489,8 @@ class Zend_Validate_Hostname extends Zend_Validate_Abstract
'فلسطين' => array(1 => self::VALID_UNICODE_DOMAIN),
'政务' => array(1 => self::VALID_UNICODE_DOMAIN),
'家電' => array(1 => self::VALID_UNICODE_DOMAIN),
+ '微博' => array(1 => self::VALID_UNICODE_DOMAIN),
+ 'ابوظبي' => array(1 => self::VALID_UNICODE_DOMAIN),
);
diff --git a/libs/jqplot/jqplot.core.js b/libs/jqplot/jqplot.core.js
index 0c2d857bdd..8b6ca680f6 100644
--- a/libs/jqplot/jqplot.core.js
+++ b/libs/jqplot/jqplot.core.js
@@ -1804,7 +1804,7 @@
// prop: drawIfHidden
// True to execute the draw method even if the plot target is hidden.
// Generally, this should be false. Most plot elements will not be sized/
- // positioned correclty if renderered into a hidden container. To render into
+ // positioned correctly if renderered into a hidden container. To render into
// a hidden container, call the replot method when the container is shown.
this.drawIfHidden = false;
this.eventCanvas = new $.jqplot.GenericCanvas();