Implement UserInputWidget in OOUI/MW Widgets
authorFlorian <florian.schmidt.stargatewissen@gmail.com>
Fri, 17 Jul 2015 22:04:02 +0000 (00:04 +0200)
committerFlorian <florian.schmidt.stargatewissen@gmail.com>
Mon, 20 Jul 2015 04:11:16 +0000 (06:11 +0200)
commitc226b135459c07644e4b9f5d70ae7d3deaa9ee6f
tree07293aff0f7aee19afb7756d14a0b9c1bb69c0cb
parentda85a9106260a580e13e921d5ac7e49578435789
Implement UserInputWidget in OOUI/MW Widgets

To use OOUI for forms with user name autocomplete, the new widget
UserInputWidget interacts like the jQuery pendant (working with css
class "mw-autocomplete-user").

It is also available in HTMLForm as "user".

Example usage: Iaeff912e6437d6ebef0d5b1919ce8cf53a7fd5f1

Change-Id: I9501c85f4288c255bbe3a5284e99b57b6169916f
autoload.php
includes/htmlform/HTMLForm.php
includes/htmlform/HTMLUserTextField.php [new file with mode: 0644]
includes/widget/UserInputWidget.php [new file with mode: 0644]
languages/i18n/en.json
languages/i18n/qqq.json
resources/Resources.php
resources/src/mediawiki.widgets/mw.widgets.UserInputWidget.js [new file with mode: 0644]