mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
Tag TODO comments with bug number
Change-Id: I965e8d4bed4fdfa24738ca5cce0ae3f51e7f2b40
This commit is contained in:
parent
8727ecd181
commit
19d9e9eb98
|
@ -948,11 +948,11 @@
|
||||||
( mw.config.get( 'wgIsProbablyEditable' ) || mw.config.get( 'wgRelevantPageIsProbablyEditable' ) ) &&
|
( mw.config.get( 'wgIsProbablyEditable' ) || mw.config.get( 'wgRelevantPageIsProbablyEditable' ) ) &&
|
||||||
|
|
||||||
// Not on pages which are outputs of the Translate extensions
|
// Not on pages which are outputs of the Translate extensions
|
||||||
// TODO: Allow the Translate extension to do this itself
|
// TODO: Allow the Translate extension to do this itself (T174180)
|
||||||
mw.config.get( 'wgTranslatePageTranslation' ) !== 'translation' &&
|
mw.config.get( 'wgTranslatePageTranslation' ) !== 'translation' &&
|
||||||
|
|
||||||
// Not on the edit conflict page of the TwoColumnConflict extension see T156251
|
// Not on the edit conflict page of the TwoColumnConflict extension (T156251)
|
||||||
// TODO: Allow the TwoColumnConflict extension to do this itself
|
// TODO: Allow the TwoColumnConflict extension to do this itself (T174180)
|
||||||
mw.config.get( 'wgTwoColConflict' ) !== 'true' &&
|
mw.config.get( 'wgTwoColConflict' ) !== 'true' &&
|
||||||
|
|
||||||
// Not on Special:Undelete (T173154)
|
// Not on Special:Undelete (T173154)
|
||||||
|
|
Loading…
Reference in a new issue