r81274 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81273‎ | r81274 | r81275 >
Date:21:16, 31 January 2011
Author:reedy
Status:deferred
Tags:
Comment:
More missing semicolons
Modified paths:
  • /trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/image.html (modified) (history)
  • /trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/link.html (modified) (history)
  • /trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/math.html (modified) (history)
  • /trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/ref.html (modified) (history)
  • /trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/source.html (modified) (history)
  • /trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/special.html (modified) (history)
  • /trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/template.html (modified) (history)
  • /trunk/extensions/FCKeditor/plugins/mediawiki/lang/pl.js (modified) (history)
  • /trunk/extensions/FCKeditor/plugins/mediawiki_localfilelink/link_dialog.html (modified) (history)

Diff [purge]

Index: trunk/extensions/FCKeditor/plugins/mediawiki/lang/pl.js
@@ -67,8 +67,8 @@
6868 FCKLang.wikiLnkSearching = 'wyszukiwanie...';
6969 FCKLang.wikiLnkSearchNothing = 'nie znaleziono żadnego artykułu';
7070 FCKLang.wikiLnkSearch1Found = 'znaleziono jednen artykuł';
71 -FCKLang.wikiLnkSearchSeveral = 'znaleziono %1 artykuły'
72 -FCKLang.wikiLnkSearchALot = 'znaleziono %1 artykułów'
 71+FCKLang.wikiLnkSearchSeveral = 'znaleziono %1 artykuły';
 72+FCKLang.wikiLnkSearchALot = 'znaleziono %1 artykułów';
7373
7474 FCKLang.wikiTeX = 'Formuła matematyczna (notacja TeX)';
7575 FCKLang.wikiTeXEmpty = 'Nie wprowadzono formuły';
Index: trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/ref.html
@@ -64,7 +64,7 @@
6565 window.parent.SetOkButton( true ) ;
6666 window.parent.SetAutoSize( true ) ;
6767 GetE('xRefText').focus();
68 -}
 68+};
6969
7070 function LoadSelection()
7171 {
Index: trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/link.html
@@ -59,7 +59,7 @@
6060 window.parent.SetOkButton( true ) ;
6161 window.parent.SetAutoSize( true ) ;
6262 GetE('txtUrl').focus();
63 -}
 63+};
6464
6565 function LoadSelection()
6666 {
Index: trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/source.html
@@ -67,7 +67,7 @@
6868 // Activate the "OK" button.
6969 window.parent.SetOkButton( true ) ;
7070 window.parent.SetAutoSize( true ) ;
71 -}
 71+};
7272
7373 function LoadSelection()
7474 {
Index: trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/special.html
@@ -105,7 +105,7 @@
106106 window.parent.SetOkButton( true ) ;
107107 window.parent.SetAutoSize( true ) ;
108108 GetE('xTemplateRaw').focus();
109 -}
 109+};
110110
111111 function LoadSearchResults( result )
112112 {
Index: trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/image.html
@@ -59,7 +59,7 @@
6060 window.parent.SetAutoSize( true ) ;
6161 window.parent.SetOkButton( true ) ;
6262 GetE('txtUrl').focus();
63 -}
 63+};
6464
6565 function LoadSelection()
6666 {
Index: trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/math.html
@@ -61,7 +61,7 @@
6262 window.parent.SetOkButton( true ) ;
6363 window.parent.SetAutoSize( true ) ;
6464 GetE('xTemplateRaw').focus();
65 -}
 65+};
6666
6767 function LoadSelection()
6868 {
Index: trunk/extensions/FCKeditor/plugins/mediawiki/dialogs/template.html
@@ -76,7 +76,7 @@
7777 window.parent.SetOkButton( true ) ;
7878 window.parent.SetAutoSize( true ) ;
7979 GetE('xTemplateRaw').focus();
80 -}
 80+};
8181
8282 function LoadSearchResults( result )
8383 {
Index: trunk/extensions/FCKeditor/plugins/mediawiki_localfilelink/link_dialog.html
@@ -57,7 +57,7 @@
5858 // Activate the "OK" button.
5959 window.parent.SetOkButton( true ) ;
6060 window.parent.SetAutoSize( true ) ;
61 -}
 61+};
6262
6363 function LoadSelection()
6464 {

Status & tagging log