Tag TODO comments with bug number

Change-Id: I965e8d4bed4fdfa24738ca5cce0ae3f51e7f2b40
This commit is contained in:
Ed Sanders 2018-02-28 14:36:42 +00:00
parent 8727ecd181
commit 19d9e9eb98

View file

@ -948,11 +948,11 @@
( mw.config.get( 'wgIsProbablyEditable' ) || mw.config.get( 'wgRelevantPageIsProbablyEditable' ) ) &&
// 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' &&
// Not on the edit conflict page of the TwoColumnConflict extension see T156251
// TODO: Allow the TwoColumnConflict extension to do this itself
// Not on the edit conflict page of the TwoColumnConflict extension (T156251)
// TODO: Allow the TwoColumnConflict extension to do this itself (T174180)
mw.config.get( 'wgTwoColConflict' ) !== 'true' &&
// Not on Special:Undelete (T173154)