mediawiki-extensions-Visual.../modules/ve-mw/ui/dialogs
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.MWBetaWelcomeDialog.js Use ActionDialog and NodeDialog 2014-04-29 17:27:14 -07:00
ve.ui.MWCitationDialog.js Fix typo: this.transclusionNode -> this.selectedNode 2014-05-02 16:48:10 +01:00
ve.ui.MWCommandHelpDialog.js Use ActionDialog and NodeDialog 2014-04-29 17:27:14 -07:00
ve.ui.MWLanguageSearchDialog.js Use core language search dialog 2014-04-23 18:43:03 -07:00
ve.ui.MWMediaEditDialog.js build: Update jscs and jshint 2014-05-15 16:52:34 +00:00
ve.ui.MWMediaInsertDialog.js Update VE core submodule to master (a1e9df1) 2014-05-02 15:50:32 -07:00
ve.ui.MWMetaDialog.js Use ActionDialog and NodeDialog 2014-04-29 17:27:14 -07:00
ve.ui.MWReferenceDialog.js Update VE core submodule to master (a1e9df1) 2014-05-02 15:50:32 -07:00
ve.ui.MWReferenceListDialog.js Make reference list dialog small again 2014-04-30 18:05:41 -07:00
ve.ui.MWSaveDialog.js build: Update jscs and jshint 2014-05-15 16:52:34 +00:00
ve.ui.MWTemplateDialog.js Stop explicitly setting autoFocus to true now that it defaults to true. 2014-05-05 14:18:12 -07:00
ve.ui.MWTransclusionDialog.js Merge "Restyle parameter pages" 2014-04-30 23:32:44 +00:00