r107683 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107682‎ | r107683 | r107684 >
Date:00:25, 31 December 2011
Author:reedy
Status:ok
Tags:
Comment:
fix svn:eol-style native

Fix inconsistent newlines
Modified paths:
  • /trunk/tools/wmib/Infobot.cs (modified) (history)
  • /trunk/tools/wmib/RClogs.cs (modified) (history)

Diff [purge]

Property changes on: trunk/tools/wmib/Infobot.cs
___________________________________________________________________
Added: svn:eol-style
11 + native
Index: trunk/tools/wmib/RClogs.cs
@@ -43,21 +43,21 @@
4444 }
4545 }
4646
47 - /// <summary>
48 - /// List of pages
 47+ /// <summary>
 48+ /// List of pages
4949 /// </summary>
5050 private List<IWatch> pages = new List<IWatch>();
51 - /// <summary>
52 - /// Wiki
 51+ /// <summary>
 52+ /// Wiki
5353 /// </summary>
5454 public static List<wiki> wikiinfo = new List<wiki>();
55 - /// <summary>
56 - /// Channels
 55+ /// <summary>
 56+ /// Channels
5757 /// </summary>
5858 private static List<string> channels;
5959 private static List<RecentChanges> rc = new List<RecentChanges>();
60 - /// <summary>
61 - /// Stream reader
 60+ /// <summary>
 61+ /// Stream reader
6262 /// </summary>
6363 private static StreamReader RD;
6464 private static string channeldata = variables.config + "/feed";
@@ -81,11 +81,11 @@
8282 rc.Add(this);
8383 }
8484
85 - /// <summary>
86 - /// New channel to watch by a bot
87 - /// </summary>
88 - /// <param name="target">Object to send output to</param>
89 - /// <param name="name">Name of wiki</param>
 85+ /// <summary>
 86+ /// New channel to watch by a bot
 87+ /// </summary>
 88+ /// <param name="target">Object to send output to</param>
 89+ /// <param name="name">Name of wiki</param>
9090 /// <returns></returns>
9191 public static bool InsertChannel(config.channel target, string name)
9292 {
@@ -119,11 +119,11 @@
120120 return true;
121121 }
122122
123 - /// <summary>
124 - /// Remove
125 - /// </summary>
126 - /// <param name="target">Object to get output back to</param>
127 - /// <param name="WikiName">Name of site</param>
 123+ /// <summary>
 124+ /// Remove
 125+ /// </summary>
 126+ /// <param name="target">Object to get output back to</param>
 127+ /// <param name="WikiName">Name of site</param>
128128 /// <returns></returns>
129129 public static bool DeleteChannel(config.channel target, string WikiName)
130130 {
@@ -157,8 +157,8 @@
158158 return true;
159159 }
160160
161 - /// <summary>
162 - /// Connect to wm irc
 161+ /// <summary>
 162+ /// Connect to wm irc
163163 /// </summary>
164164 public static void Connect()
165165 {
@@ -329,7 +329,7 @@
330330 wikiinfo.Add(new wiki("#it.wikipedia", "https://fr.wikipedia.org/w/index.php", "it_wikipedia"));
331331 wikiinfo.Add(new wiki("#nl.wikipedia", "https://fr.wikipedia.org/w/index.php", "nl_wikipedia"));
332332 wikiinfo.Add(new wiki("#ja.wikipedia", "https://fr.wikipedia.org/w/index.php", "ja_wikipedia"));
333 - wikiinfo.Add(new wiki("#mediawiki.wikipedia", "https://www.mediawiki.org/w/index.php", "mediawiki"));
 333+ wikiinfo.Add(new wiki("#mediawiki.wikipedia", "https://www.mediawiki.org/w/index.php", "mediawiki"));
334334 wikiinfo.Add(new wiki("#test.wikipedia", "https://test.wikipedia.org/w/index.php", "test_wikipedia"));
335335 return 0;
336336 }
Property changes on: trunk/tools/wmib/RClogs.cs
___________________________________________________________________
Added: svn:eol-style
337337 + native

Status & tagging log