Mooeypoo has uploaded a new change for review.
https://gerrit.wikimedia.org/r/79952
Change subject: Invalid Link Fix
......................................................................
Invalid Link Fix
As per DavidChan regex fix, this will allow unicode code units
above U+00FF.
Change-Id: I122a4437eb55b1d6f16440f2279323f505273db8
---
M modules/ve-mw/ui/inspectors/ve.ui.MWLinkInspector.js
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor
refs/changes/52/79952/1
diff --git a/modules/ve-mw/ui/inspectors/ve.ui.MWLinkInspector.js
b/modules/ve-mw/ui/inspectors/ve.ui.MWLinkInspector.js
index 05019cf..36a57d5 100644
--- a/modules/ve-mw/ui/inspectors/ve.ui.MWLinkInspector.js
+++ b/modules/ve-mw/ui/inspectors/ve.ui.MWLinkInspector.js
@@ -89,7 +89,7 @@
*
* @type {RegExp}
*/
-ve.ui.MWLinkInspector.static.legalTitle = /^[
%!"$&'()*,\-.\/0-9:;=?@A-Z\\^_`a-z~\u0080-\u00FF+]+$/;
+ve.ui.MWLinkInspector.static.legalTitle = /^[
%!"$&'()*,\-.\/0-9:;=?@A-Z\\^_`a-z~\u0080-\uFFFF+]+$/;
/* Registration */
--
To view, visit https://gerrit.wikimedia.org/r/79952
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I122a4437eb55b1d6f16440f2279323f505273db8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits