mediawiki-extensions-Visual.../modules/ve-mw
Bartosz Dziewoński 5b7c93f0d5 ve.ce.MWBlockImageNode: Remove unnecessary #setupSlugs override
MWBlockImageNode already can't have any slugs:
* It can't have inline slugs, because it can't directly contain
  content (`this.canHaveChildrenNotContent()` is true)
* It can't have block slugs, because it can't contain paragraphs
  (`this.isAllowedChildNodeType( 'paragraph' )` is false).

(The only thing it can contain is a mwImageCaption.)

Change-Id: Ice6505da2356f004ef048ed0b1a9e03d08af02d1
2018-03-01 01:08:30 +01:00
..
ce ve.ce.MWBlockImageNode: Remove unnecessary #setupSlugs override 2018-03-01 01:08:30 +01:00
dm Centralize Parsoid resource name parsing logic 2018-02-28 03:01:05 +01:00
init Merge "Use session storage to auto-save" 2018-02-27 20:20:31 +00:00
tests MWImageNode: getHashObject -> getHashObjectForRendering 2018-02-24 12:44:53 +00:00
themes doc: Bump copyright year 2018-01-03 17:45:07 +00:00
ui ve.ui.MWGalleryDialog: Handle galleries with 0 items 2018-02-21 22:11:41 +01:00
ve.MWutils.js Centralize Parsoid resource name parsing logic 2018-02-28 03:01:05 +01:00