mediawiki-extensions-Visual.../modules/ve-mw/ui/widgets
Timo Tijhof 25d00cc777 build: Update jscs and jshint
jshint:
* Update to grunt-contrib-jshint v0.10.0 (jshint v2.5.0).
* Remove coding style options covered by jscs.
* Enable new option "freeze" (prohibits changing native prototypes).
  http://www.jshint.com/blog/new-in-jshint-oct-2013/#option-freeze
* Re-order to match http://www.jshint.com/docs/options/

jscs:
* Update to grunt-jscs-checker v0.4.4 (jscs v1.4.5).
* Format .jscsrc file in a more spacious way and order the
  properties less arbitrarily (using the jscs's readme order).
* Enforce more details of our coding style
* Get rid of the unsable "sticky" operator rules which have been
  deprecated in favour of using other rules instead that are able
  to enforce this more accurately.
  - disallowLeftStickedOperators: Remove deprecated rule.
    * Ternary covered by requireSpacesInConditionalExpression.
    * Rest covered by requireSpace{Before,After}BinaryOperators.

  - requireLeftStickedOperators: Remove deprecated rule.
     * Comma covered by disallowSpaceBeforeBinaryOperators.

  - requireRightStickedOperators: Remove deprecated rule.
    * Logical not (!) covered by disallowSpaceAfterPrefixUnaryOperators.

See also If46b94ce1, Ib731f11b1 and I0b0cadbc5 in oojs/core.

Also:
* Update grunt-contrib-watch to latest upstream version.
  Change log at https://github.com/gruntjs/grunt-contrib-watch/blob/v0.6.1/CHANGELOG#L1-L17

Change-Id: I6c5a34afea8b05a3dca617897c192594df06ca90
2014-05-15 16:52:34 +00:00
..
ve.ui.MWCategoryInputWidget.js Follow redirects in the category widgets 2014-04-16 15:30:14 +00:00
ve.ui.MWCategoryItemWidget.js Follow redirects in the category widgets 2014-04-16 15:30:14 +00:00
ve.ui.MWCategoryPopupWidget.js build: Update jscs and jshint 2014-05-15 16:52:34 +00:00
ve.ui.MWCategoryWidget.js Follow redirects in the category widgets 2014-04-16 15:30:14 +00:00
ve.ui.MWLanguageSearchWidget.js inheritdoc lowercase 2014-05-14 16:46:16 +01:00
ve.ui.MWLinkTargetInputWidget.js Additional initializeSelection methodicde 2014-04-07 12:15:40 -07:00
ve.ui.MWMediaResultWidget.js ve.ui.MWMediaResultWidget: Use .on() instead of .error() 2014-05-07 20:35:19 +02:00
ve.ui.MWMediaSearchWidget.js If no media is found display a message in media insert dialog 2014-05-14 16:08:11 -07:00
ve.ui.MWMoreParametersResultWidget.js Limit the number of initially visible parameters in the parameter search widget 2014-04-09 12:56:02 -07:00
ve.ui.MWNoParametersResultWidget.js Limit the number of initially visible parameters in the parameter search widget 2014-04-09 12:56:02 -07:00
ve.ui.MWParameterResultWidget.js Bump copyright like it's 2014 2014-01-05 20:06:50 +08:00
ve.ui.MWParameterSearchWidget.js Fix docs in ve.ui.MWParameterSearchWidget.js 2014-04-23 18:14:42 -07:00
ve.ui.MWReferenceResultWidget.js Bump copyright like it's 2014 2014-01-05 20:06:50 +08:00
ve.ui.MWReferenceSearchWidget.js Update VE core submodule to master (55a5cdc): use new ve.ui.Dialogs and ve.ui.Inspectors 2014-04-09 20:28:30 -07:00
ve.ui.MWTitleInputWidget.js ve.ui.MWTitleInputWidget: Fix documentation (@cfg not @param) 2014-05-10 12:02:25 +00:00
ve.ui.MWTocItemWidget.js build: Update jscs and jshint 2014-05-15 16:52:34 +00:00
ve.ui.MWTocWidget.js build: Update jscs and jshint 2014-05-15 16:52:34 +00:00