mediawiki-extensions-Visual.../modules/ve-mw/init/targets
Bartosz Dziewoński 92c3055628 Fix issues with treating section "numbers" as integers
In MediaWiki, section numbers may be prefixed with 'T-' if they refer
to sections on a transcluded page, so they are not really numbers.

Change e2cb9ce93e caused us to treat them as strings most of the time,
but it looks like there are several places where we treated them as
integer numbers, which I missed when making that patch.

The first two changes in ArticleTarget#restoreEditSection fix T248795
and T248968/T249112, respectively. The other changes are cleanup.

Bug: T248795
Bug: T248968
Bug: T249112
Change-Id: I8373a7ab515595769ce6f3051a182c922415b643
2020-04-01 21:41:17 +02:00
..
ve.init.mw.ArticleTarget.js Fix issues with treating section "numbers" as integers 2020-04-01 21:41:17 +02:00
ve.init.mw.DesktopArticleTarget.js Add accessibility labels to all type: 'list' toolbar groups 2020-03-14 14:13:53 +01:00
ve.init.mw.MobileArticleTarget.js Fix issues with treating section "numbers" as integers 2020-04-01 21:41:17 +02:00
ve.init.mw.Target.js Fix issues with treating section "numbers" as integers 2020-04-01 21:41:17 +02:00