Index: branches/REL1_18/phase3/includes/api/ApiQueryRecentChanges.php |
— | — | @@ -640,7 +640,7 @@ |
641 | 641 | } |
642 | 642 | |
643 | 643 | public function getHelpUrls() { |
644 | | - return 'http://www.mediawiki.org/wiki/API:Recentchanges'; |
| 644 | + return 'https://www.mediawiki.org/wiki/API:Recentchanges'; |
645 | 645 | } |
646 | 646 | |
647 | 647 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryAllLinks.php |
— | — | @@ -228,7 +228,7 @@ |
229 | 229 | } |
230 | 230 | |
231 | 231 | public function getHelpUrls() { |
232 | | - return 'http://www.mediawiki.org/wiki/API:Alllinks'; |
| 232 | + return 'https://www.mediawiki.org/wiki/API:Alllinks'; |
233 | 233 | } |
234 | 234 | |
235 | 235 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryAllCategories.php |
— | — | @@ -204,7 +204,7 @@ |
205 | 205 | } |
206 | 206 | |
207 | 207 | public function getHelpUrls() { |
208 | | - return 'http://www.mediawiki.org/wiki/API:Allcategories'; |
| 208 | + return 'https://www.mediawiki.org/wiki/API:Allcategories'; |
209 | 209 | } |
210 | 210 | |
211 | 211 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiWatch.php |
— | — | @@ -126,7 +126,7 @@ |
127 | 127 | } |
128 | 128 | |
129 | 129 | public function getHelpUrls() { |
130 | | - return 'http://www.mediawiki.org/wiki/API:Watch'; |
| 130 | + return 'https://www.mediawiki.org/wiki/API:Watch'; |
131 | 131 | } |
132 | 132 | |
133 | 133 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQuerySiteinfo.php |
— | — | @@ -615,7 +615,7 @@ |
616 | 616 | } |
617 | 617 | |
618 | 618 | public function getHelpUrls() { |
619 | | - return 'http://www.mediawiki.org/wiki/API:Meta#siteinfo_.2F_si'; |
| 619 | + return 'https://www.mediawiki.org/wiki/API:Meta#siteinfo_.2F_si'; |
620 | 620 | } |
621 | 621 | |
622 | 622 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiMove.php |
— | — | @@ -261,7 +261,7 @@ |
262 | 262 | } |
263 | 263 | |
264 | 264 | public function getHelpUrls() { |
265 | | - return 'http://www.mediawiki.org/wiki/API:Move'; |
| 265 | + return 'https://www.mediawiki.org/wiki/API:Move'; |
266 | 266 | } |
267 | 267 | |
268 | 268 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryLinks.php |
— | — | @@ -48,14 +48,14 @@ |
49 | 49 | $this->prefix = 'pl'; |
50 | 50 | $this->description = 'link'; |
51 | 51 | $this->titlesParam = 'titles'; |
52 | | - $this->helpUrl = 'http://www.mediawiki.org/wiki/API:Properties#links_.2F_pl'; |
| 52 | + $this->helpUrl = 'https://www.mediawiki.org/wiki/API:Properties#links_.2F_pl'; |
53 | 53 | break; |
54 | 54 | case self::TEMPLATES: |
55 | 55 | $this->table = 'templatelinks'; |
56 | 56 | $this->prefix = 'tl'; |
57 | 57 | $this->description = 'template'; |
58 | 58 | $this->titlesParam = 'templates'; |
59 | | - $this->helpUrl = 'http://www.mediawiki.org/wiki/API:Properties#templates_.2F_tl'; |
| 59 | + $this->helpUrl = 'https://www.mediawiki.org/wiki/API:Properties#templates_.2F_tl'; |
60 | 60 | break; |
61 | 61 | default: |
62 | 62 | ApiBase::dieDebug( __METHOD__, 'Unknown module name' ); |
Index: branches/REL1_18/phase3/includes/api/ApiLogout.php |
— | — | @@ -74,7 +74,7 @@ |
75 | 75 | } |
76 | 76 | |
77 | 77 | public function getHelpUrls() { |
78 | | - return 'http://www.mediawiki.org/wiki/API:Logout'; |
| 78 | + return 'https://www.mediawiki.org/wiki/API:Logout'; |
79 | 79 | } |
80 | 80 | |
81 | 81 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiParse.php |
— | — | @@ -586,7 +586,7 @@ |
587 | 587 | } |
588 | 588 | |
589 | 589 | public function getHelpUrls() { |
590 | | - return 'http://www.mediawiki.org/wiki/API:Parsing_wikitext#parse'; |
| 590 | + return 'https://www.mediawiki.org/wiki/API:Parsing_wikitext#parse'; |
591 | 591 | } |
592 | 592 | |
593 | 593 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryExtLinksUsage.php |
— | — | @@ -254,7 +254,7 @@ |
255 | 255 | } |
256 | 256 | |
257 | 257 | public function getHelpUrls() { |
258 | | - return 'http://www.mediawiki.org/wiki/API:Exturlusage'; |
| 258 | + return 'https://www.mediawiki.org/wiki/API:Exturlusage'; |
259 | 259 | } |
260 | 260 | |
261 | 261 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryAllpages.php |
— | — | @@ -326,7 +326,7 @@ |
327 | 327 | } |
328 | 328 | |
329 | 329 | public function getHelpUrls() { |
330 | | - return 'http://www.mediawiki.org/wiki/API:Allpages'; |
| 330 | + return 'https://www.mediawiki.org/wiki/API:Allpages'; |
331 | 331 | } |
332 | 332 | |
333 | 333 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiProtect.php |
— | — | @@ -225,7 +225,7 @@ |
226 | 226 | } |
227 | 227 | |
228 | 228 | public function getHelpUrls() { |
229 | | - return 'http://www.mediawiki.org/wiki/API:Protect'; |
| 229 | + return 'https://www.mediawiki.org/wiki/API:Protect'; |
230 | 230 | } |
231 | 231 | |
232 | 232 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiPurge.php |
— | — | @@ -143,7 +143,7 @@ |
144 | 144 | } |
145 | 145 | |
146 | 146 | public function getHelpUrls() { |
147 | | - return 'http://www.mediawiki.org/wiki/API:Purge'; |
| 147 | + return 'https://www.mediawiki.org/wiki/API:Purge'; |
148 | 148 | } |
149 | 149 | |
150 | 150 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryPageProps.php |
— | — | @@ -149,7 +149,7 @@ |
150 | 150 | } |
151 | 151 | |
152 | 152 | public function getHelpUrls() { |
153 | | - return 'http://www.mediawiki.org/wiki/API:Properties#pageprops_.2F_pp'; |
| 153 | + return 'https://www.mediawiki.org/wiki/API:Properties#pageprops_.2F_pp'; |
154 | 154 | } |
155 | 155 | |
156 | 156 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryBacklinks.php |
— | — | @@ -64,19 +64,19 @@ |
65 | 65 | 'code' => 'bl', |
66 | 66 | 'prefix' => 'pl', |
67 | 67 | 'linktbl' => 'pagelinks', |
68 | | - 'helpurl' => 'http://www.mediawiki.org/wiki/API:Backlinks', |
| 68 | + 'helpurl' => 'https://www.mediawiki.org/wiki/API:Backlinks', |
69 | 69 | ), |
70 | 70 | 'embeddedin' => array( |
71 | 71 | 'code' => 'ei', |
72 | 72 | 'prefix' => 'tl', |
73 | 73 | 'linktbl' => 'templatelinks', |
74 | | - 'helpurl' => 'http://www.mediawiki.org/wiki/API:Embeddedin', |
| 74 | + 'helpurl' => 'https://www.mediawiki.org/wiki/API:Embeddedin', |
75 | 75 | ), |
76 | 76 | 'imageusage' => array( |
77 | 77 | 'code' => 'iu', |
78 | 78 | 'prefix' => 'il', |
79 | 79 | 'linktbl' => 'imagelinks', |
80 | | - 'helpurl' => 'http://www.mediawiki.org/wiki/API:Imageusage', |
| 80 | + 'helpurl' => 'https://www.mediawiki.org/wiki/API:Imageusage', |
81 | 81 | ) |
82 | 82 | ); |
83 | 83 | |
Index: branches/REL1_18/phase3/includes/api/ApiRollback.php |
— | — | @@ -192,7 +192,7 @@ |
193 | 193 | } |
194 | 194 | |
195 | 195 | public function getHelpUrls() { |
196 | | - return 'http://www.mediawiki.org/wiki/API:Rollback'; |
| 196 | + return 'https://www.mediawiki.org/wiki/API:Rollback'; |
197 | 197 | } |
198 | 198 | |
199 | 199 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryDeletedrevs.php |
— | — | @@ -399,7 +399,7 @@ |
400 | 400 | } |
401 | 401 | |
402 | 402 | public function getHelpUrls() { |
403 | | - return 'http://www.mediawiki.org/wiki/API:Deletedrevs'; |
| 403 | + return 'https://www.mediawiki.org/wiki/API:Deletedrevs'; |
404 | 404 | } |
405 | 405 | |
406 | 406 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiExpandTemplates.php |
— | — | @@ -119,7 +119,7 @@ |
120 | 120 | } |
121 | 121 | |
122 | 122 | public function getHelpUrls() { |
123 | | - return 'http://www.mediawiki.org/wiki/API:Parsing_wikitext#expandtemplates'; |
| 123 | + return 'https://www.mediawiki.org/wiki/API:Parsing_wikitext#expandtemplates'; |
124 | 124 | } |
125 | 125 | |
126 | 126 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiUserrights.php |
— | — | @@ -140,7 +140,7 @@ |
141 | 141 | } |
142 | 142 | |
143 | 143 | public function getHelpUrls() { |
144 | | - return 'http://www.mediawiki.org/wiki/API:User_group_membership'; |
| 144 | + return 'https://www.mediawiki.org/wiki/API:User_group_membership'; |
145 | 145 | } |
146 | 146 | |
147 | 147 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiDelete.php |
— | — | @@ -277,7 +277,7 @@ |
278 | 278 | } |
279 | 279 | |
280 | 280 | public function getHelpUrls() { |
281 | | - return 'http://www.mediawiki.org/wiki/API:Delete'; |
| 281 | + return 'https://www.mediawiki.org/wiki/API:Delete'; |
282 | 282 | } |
283 | 283 | |
284 | 284 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryBlocks.php |
— | — | @@ -303,7 +303,7 @@ |
304 | 304 | } |
305 | 305 | |
306 | 306 | public function getHelpUrls() { |
307 | | - return 'http://www.mediawiki.org/wiki/API:Blocks'; |
| 307 | + return 'https://www.mediawiki.org/wiki/API:Blocks'; |
308 | 308 | } |
309 | 309 | |
310 | 310 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiImport.php |
— | — | @@ -166,7 +166,7 @@ |
167 | 167 | } |
168 | 168 | |
169 | 169 | public function getHelpUrls() { |
170 | | - return 'http://www.mediawiki.org/wiki/API:Import'; |
| 170 | + return 'https://www.mediawiki.org/wiki/API:Import'; |
171 | 171 | } |
172 | 172 | |
173 | 173 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryCategoryMembers.php |
— | — | @@ -402,7 +402,7 @@ |
403 | 403 | } |
404 | 404 | |
405 | 405 | public function getHelpUrls() { |
406 | | - return 'http://www.mediawiki.org/wiki/API:Categorymembers'; |
| 406 | + return 'https://www.mediawiki.org/wiki/API:Categorymembers'; |
407 | 407 | } |
408 | 408 | |
409 | 409 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryCategoryInfo.php |
— | — | @@ -120,7 +120,7 @@ |
121 | 121 | } |
122 | 122 | |
123 | 123 | public function getHelpUrls() { |
124 | | - return 'http://www.mediawiki.org/wiki/API:Properties#categoryinfo_.2F_ci'; |
| 124 | + return 'https://www.mediawiki.org/wiki/API:Properties#categoryinfo_.2F_ci'; |
125 | 125 | } |
126 | 126 | |
127 | 127 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiEditPage.php |
— | — | @@ -522,7 +522,7 @@ |
523 | 523 | } |
524 | 524 | |
525 | 525 | public function getHelpUrls() { |
526 | | - return 'http://www.mediawiki.org/wiki/API:Edit'; |
| 526 | + return 'https://www.mediawiki.org/wiki/API:Edit'; |
527 | 527 | } |
528 | 528 | |
529 | 529 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiFormatBase.php |
— | — | @@ -169,7 +169,7 @@ |
170 | 170 | <small> |
171 | 171 | You are looking at the HTML representation of the <?php echo( $this->mFormat ); ?> format.<br /> |
172 | 172 | HTML is good for debugging, but probably is not suitable for your application.<br /> |
173 | | -See <a href='http://www.mediawiki.org/wiki/API'>complete documentation</a>, or |
| 173 | +See <a href='https://www.mediawiki.org/wiki/API'>complete documentation</a>, or |
174 | 174 | <a href='<?php echo( $script ); ?>'>API help</a> for more information. |
175 | 175 | </small> |
176 | 176 | <?php |
— | — | @@ -293,7 +293,7 @@ |
294 | 294 | } |
295 | 295 | |
296 | 296 | public function getHelpUrls() { |
297 | | - return 'http://www.mediawiki.org/wiki/API:Data_formats'; |
| 297 | + return 'https://www.mediawiki.org/wiki/API:Data_formats'; |
298 | 298 | } |
299 | 299 | |
300 | 300 | public function getDescription() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryAllimages.php |
— | — | @@ -261,7 +261,7 @@ |
262 | 262 | } |
263 | 263 | |
264 | 264 | public function getHelpUrls() { |
265 | | - return 'http://www.mediawiki.org/wiki/API:Allimages'; |
| 265 | + return 'https://www.mediawiki.org/wiki/API:Allimages'; |
266 | 266 | } |
267 | 267 | |
268 | 268 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryAllmessages.php |
— | — | @@ -254,7 +254,7 @@ |
255 | 255 | } |
256 | 256 | |
257 | 257 | public function getHelpUrls() { |
258 | | - return 'http://www.mediawiki.org/wiki/API:Meta#allmessages_.2F_am'; |
| 258 | + return 'https://www.mediawiki.org/wiki/API:Meta#allmessages_.2F_am'; |
259 | 259 | } |
260 | 260 | |
261 | 261 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQuerySearch.php |
— | — | @@ -302,7 +302,7 @@ |
303 | 303 | } |
304 | 304 | |
305 | 305 | public function getHelpUrls() { |
306 | | - return 'http://www.mediawiki.org/wiki/API:Search'; |
| 306 | + return 'https://www.mediawiki.org/wiki/API:Search'; |
307 | 307 | } |
308 | 308 | |
309 | 309 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryLogEvents.php |
— | — | @@ -452,7 +452,7 @@ |
453 | 453 | } |
454 | 454 | |
455 | 455 | public function getHelpUrls() { |
456 | | - return 'http://www.mediawiki.org/wiki/API:Logevents'; |
| 456 | + return 'https://www.mediawiki.org/wiki/API:Logevents'; |
457 | 457 | } |
458 | 458 | |
459 | 459 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiUnblock.php |
— | — | @@ -149,7 +149,7 @@ |
150 | 150 | } |
151 | 151 | |
152 | 152 | public function getHelpUrls() { |
153 | | - return 'http://www.mediawiki.org/wiki/API:Block'; |
| 153 | + return 'https://www.mediawiki.org/wiki/API:Block'; |
154 | 154 | } |
155 | 155 | |
156 | 156 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryProtectedTitles.php |
— | — | @@ -231,7 +231,7 @@ |
232 | 232 | } |
233 | 233 | |
234 | 234 | public function getHelpUrls() { |
235 | | - return 'http://www.mediawiki.org/wiki/API:Protectedtitles'; |
| 235 | + return 'https://www.mediawiki.org/wiki/API:Protectedtitles'; |
236 | 236 | } |
237 | 237 | |
238 | 238 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQuery.php |
— | — | @@ -704,9 +704,9 @@ |
705 | 705 | |
706 | 706 | public function getHelpUrls() { |
707 | 707 | return array( |
708 | | - 'http://www.mediawiki.org/wiki/API:Meta', |
709 | | - 'http://www.mediawiki.org/wiki/API:Properties', |
710 | | - 'http://www.mediawiki.org/wiki/API:Lists', |
| 708 | + 'https://www.mediawiki.org/wiki/API:Meta', |
| 709 | + 'https://www.mediawiki.org/wiki/API:Properties', |
| 710 | + 'https://www.mediawiki.org/wiki/API:Lists', |
711 | 711 | ); |
712 | 712 | } |
713 | 713 | |
Index: branches/REL1_18/phase3/includes/api/ApiLogin.php |
— | — | @@ -213,7 +213,7 @@ |
214 | 214 | } |
215 | 215 | |
216 | 216 | public function getHelpUrls() { |
217 | | - return 'http://www.mediawiki.org/wiki/API:Login'; |
| 217 | + return 'https://www.mediawiki.org/wiki/API:Login'; |
218 | 218 | } |
219 | 219 | |
220 | 220 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryLangLinks.php |
— | — | @@ -167,7 +167,7 @@ |
168 | 168 | } |
169 | 169 | |
170 | 170 | public function getHelpUrls() { |
171 | | - return 'http://www.mediawiki.org/wiki/API:Properties#langlinks_.2F_ll'; |
| 171 | + return 'https://www.mediawiki.org/wiki/API:Properties#langlinks_.2F_ll'; |
172 | 172 | } |
173 | 173 | |
174 | 174 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiFormatXml.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | class ApiFormatXml extends ApiFormatBase { |
38 | 38 | |
39 | 39 | private $mRootElemName = 'api'; |
40 | | - public static $namespace = 'http://www.mediawiki.org/xml/api/'; |
| 40 | + public static $namespace = 'https://www.mediawiki.org/xml/api/'; |
41 | 41 | private $mDoubleQuote = false; |
42 | 42 | private $mIncludeNamespace = false; |
43 | 43 | private $mXslt = null; |
Index: branches/REL1_18/phase3/includes/api/ApiQueryUserInfo.php |
— | — | @@ -246,7 +246,7 @@ |
247 | 247 | } |
248 | 248 | |
249 | 249 | public function getHelpUrls() { |
250 | | - return 'http://www.mediawiki.org/wiki/API:Meta#userinfo_.2F_ui'; |
| 250 | + return 'https://www.mediawiki.org/wiki/API:Meta#userinfo_.2F_ui'; |
251 | 251 | } |
252 | 252 | |
253 | 253 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiMain.php |
— | — | @@ -779,7 +779,7 @@ |
780 | 780 | 'wait until the replication lag is less than the specified value.', |
781 | 781 | 'In case of a replag error, a HTTP 503 error is returned, with the message like', |
782 | 782 | '"Waiting for $host: $lag seconds lagged\n".', |
783 | | - 'See http://www.mediawiki.org/wiki/Manual:Maxlag_parameter for more information', |
| 783 | + 'See https://www.mediawiki.org/wiki/Manual:Maxlag_parameter for more information', |
784 | 784 | ), |
785 | 785 | 'smaxage' => 'Set the s-maxage header to this many seconds. Errors are never cached', |
786 | 786 | 'maxage' => 'Set the max-age header to this many seconds. Errors are never cached', |
— | — | @@ -802,7 +802,7 @@ |
803 | 803 | '** This is an auto-generated MediaWiki API documentation page **', |
804 | 804 | '** **', |
805 | 805 | '** Documentation and Examples: **', |
806 | | - '** http://www.mediawiki.org/wiki/API **', |
| 806 | + '** https://www.mediawiki.org/wiki/API **', |
807 | 807 | '** **', |
808 | 808 | '**********************************************************************************************************', |
809 | 809 | '', |
— | — | @@ -817,7 +817,7 @@ |
818 | 818 | ' In the case of an invalid action being passed, these will have a value', |
819 | 819 | ' of "unknown_action"', |
820 | 820 | '', |
821 | | - ' For more information see http://www.mediawiki.org/wiki/API:Errors_and_warnings', |
| 821 | + ' For more information see https://www.mediawiki.org/wiki/API:Errors_and_warnings', |
822 | 822 | '', |
823 | 823 | 'Documentation: https://www.mediawiki.org/wiki/API:Main_page', |
824 | 824 | 'FAQ https://www.mediawiki.org/wiki/API:FAQ', |
— | — | @@ -859,7 +859,7 @@ |
860 | 860 | ' Yuri Astrakhan <Firstname><Lastname>@gmail.com (creator, lead developer Sep 2006-Sep 2007)', |
861 | 861 | '', |
862 | 862 | 'Please send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org', |
863 | | - 'or file a bug report at http://bugzilla.wikimedia.org/' |
| 863 | + 'or file a bug report at https://bugzilla.wikimedia.org/' |
864 | 864 | ); |
865 | 865 | } |
866 | 866 | |
— | — | @@ -987,7 +987,7 @@ |
988 | 988 | */ |
989 | 989 | public function getVersion() { |
990 | 990 | $vers = array(); |
991 | | - $vers[] = 'MediaWiki: ' . SpecialVersion::getVersion() . "\n http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/"; |
| 991 | + $vers[] = 'MediaWiki: ' . SpecialVersion::getVersion() . "\n https://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/"; |
992 | 992 | $vers[] = __CLASS__ . ': $Id$'; |
993 | 993 | $vers[] = ApiBase::getBaseVersion(); |
994 | 994 | $vers[] = ApiFormatBase::getBaseVersion(); |
Index: branches/REL1_18/phase3/includes/api/ApiQueryImageInfo.php |
— | — | @@ -576,7 +576,7 @@ |
577 | 577 | } |
578 | 578 | |
579 | 579 | public function getHelpUrls() { |
580 | | - return 'http://www.mediawiki.org/wiki/API:Properties#imageinfo_.2F_ii'; |
| 580 | + return 'https://www.mediawiki.org/wiki/API:Properties#imageinfo_.2F_ii'; |
581 | 581 | } |
582 | 582 | |
583 | 583 | public function getVersion() { |
Property changes on: branches/REL1_18/phase3/includes/api/ApiQueryImageInfo.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
584 | 584 | Merged /trunk/phase3/includes/api/ApiQueryImageInfo.php:r104445 |
Index: branches/REL1_18/phase3/includes/api/ApiEmailUser.php |
— | — | @@ -145,7 +145,7 @@ |
146 | 146 | } |
147 | 147 | |
148 | 148 | public function getHelpUrls() { |
149 | | - return 'http://www.mediawiki.org/wiki/API:E-mail'; |
| 149 | + return 'https://www.mediawiki.org/wiki/API:E-mail'; |
150 | 150 | } |
151 | 151 | |
152 | 152 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiOpenSearch.php |
— | — | @@ -126,7 +126,7 @@ |
127 | 127 | } |
128 | 128 | |
129 | 129 | public function getHelpUrls() { |
130 | | - return 'http://www.mediawiki.org/wiki/API:Opensearch'; |
| 130 | + return 'https://www.mediawiki.org/wiki/API:Opensearch'; |
131 | 131 | } |
132 | 132 | |
133 | 133 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryWatchlist.php |
— | — | @@ -134,7 +134,7 @@ |
135 | 135 | |
136 | 136 | $db = $this->getDB(); |
137 | 137 | |
138 | | - $this->addTimestampWhereRange( 'rc_timestamp', $params['dir'], |
| 138 | + $this->addTimestampWhereRange( 'rc_timestamp', $params['dir'], |
139 | 139 | $params['start'], $params['end'] ); |
140 | 140 | $this->addWhereFld( 'wl_namespace', $params['namespace'] ); |
141 | 141 | |
— | — | @@ -450,7 +450,7 @@ |
451 | 451 | } |
452 | 452 | |
453 | 453 | public function getHelpUrls() { |
454 | | - return 'http://www.mediawiki.org/wiki/API:Watchlist'; |
| 454 | + return 'https://www.mediawiki.org/wiki/API:Watchlist'; |
455 | 455 | } |
456 | 456 | |
457 | 457 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiRsd.php |
— | — | @@ -47,7 +47,7 @@ |
48 | 48 | |
49 | 49 | $service = array( 'apis' => $this->formatRsdApiList() ); |
50 | 50 | ApiResult::setContent( $service, 'MediaWiki', 'engineName' ); |
51 | | - ApiResult::setContent( $service, 'http://www.mediawiki.org/', 'engineLink' ); |
| 51 | + ApiResult::setContent( $service, 'https://www.mediawiki.org/', 'engineLink' ); |
52 | 52 | ApiResult::setContent( $service, Title::newMainPage()->getCanonicalUrl(), 'homePageLink' ); |
53 | 53 | |
54 | 54 | $result->setIndexedTagName( $service['apis'], 'api' ); |
— | — | @@ -101,7 +101,7 @@ |
102 | 102 | 'apiLink' => wfExpandUrl( wfScript( 'api' ), PROTO_CURRENT ), |
103 | 103 | |
104 | 104 | // Docs link is optional, but recommended. |
105 | | - 'docs' => 'http://www.mediawiki.org/wiki/API', |
| 105 | + 'docs' => 'https://www.mediawiki.org/wiki/API', |
106 | 106 | |
107 | 107 | // Some APIs may need a blog ID, but it may be left blank. |
108 | 108 | 'blogID' => '', |
Index: branches/REL1_18/phase3/includes/api/ApiBlock.php |
— | — | @@ -216,7 +216,7 @@ |
217 | 217 | } |
218 | 218 | |
219 | 219 | public function getHelpUrls() { |
220 | | - return 'http://www.mediawiki.org/wiki/API:Block'; |
| 220 | + return 'https://www.mediawiki.org/wiki/API:Block'; |
221 | 221 | } |
222 | 222 | |
223 | 223 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiPatrol.php |
— | — | @@ -111,7 +111,7 @@ |
112 | 112 | } |
113 | 113 | |
114 | 114 | public function getHelpUrls() { |
115 | | - return 'http://www.mediawiki.org/wiki/API:Patrol'; |
| 115 | + return 'https://www.mediawiki.org/wiki/API:Patrol'; |
116 | 116 | } |
117 | 117 | |
118 | 118 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiUndelete.php |
— | — | @@ -160,7 +160,7 @@ |
161 | 161 | } |
162 | 162 | |
163 | 163 | public function getHelpUrls() { |
164 | | - return 'http://www.mediawiki.org/wiki/API:Undelete'; |
| 164 | + return 'https://www.mediawiki.org/wiki/API:Undelete'; |
165 | 165 | } |
166 | 166 | |
167 | 167 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryRevisions.php |
— | — | @@ -669,7 +669,7 @@ |
670 | 670 | } |
671 | 671 | |
672 | 672 | public function getHelpUrls() { |
673 | | - return 'http://www.mediawiki.org/wiki/API:Properties#revisions_.2F_rv'; |
| 673 | + return 'https://www.mediawiki.org/wiki/API:Properties#revisions_.2F_rv'; |
674 | 674 | } |
675 | 675 | |
676 | 676 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryExternalLinks.php |
— | — | @@ -156,7 +156,7 @@ |
157 | 157 | } |
158 | 158 | |
159 | 159 | public function getHelpUrls() { |
160 | | - return 'http://www.mediawiki.org/wiki/API:Properties#extlinks_.2F_el'; |
| 160 | + return 'https://www.mediawiki.org/wiki/API:Properties#extlinks_.2F_el'; |
161 | 161 | } |
162 | 162 | |
163 | 163 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiBase.php |
— | — | @@ -463,7 +463,7 @@ |
464 | 464 | // This is necessary to make stuff like ApiMain::getVersion() |
465 | 465 | // returning the version string for ApiBase work |
466 | 466 | if ( $path ) { |
467 | | - return "{$matches[0]}\n http://svn.wikimedia.org/" . |
| 467 | + return "{$matches[0]}\n https://svn.wikimedia.org/" . |
468 | 468 | "viewvc/mediawiki/trunk/" . dirname( $path ) . |
469 | 469 | "/{$matches[2]}"; |
470 | 470 | } |
Index: branches/REL1_18/phase3/includes/api/ApiQueryCategories.php |
— | — | @@ -251,7 +251,7 @@ |
252 | 252 | } |
253 | 253 | |
254 | 254 | public function getHelpUrls() { |
255 | | - return 'http://www.mediawiki.org/wiki/API:Properties#categories_.2F_cl'; |
| 255 | + return 'https://www.mediawiki.org/wiki/API:Properties#categories_.2F_cl'; |
256 | 256 | } |
257 | 257 | |
258 | 258 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiParamInfo.php |
— | — | @@ -251,7 +251,7 @@ |
252 | 252 | } |
253 | 253 | |
254 | 254 | public function getHelpUrls() { |
255 | | - return 'http://www.mediawiki.org/wiki/API:Parameter_information'; |
| 255 | + return 'https://www.mediawiki.org/wiki/API:Parameter_information'; |
256 | 256 | } |
257 | 257 | |
258 | 258 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryAllUsers.php |
— | — | @@ -369,7 +369,7 @@ |
370 | 370 | } |
371 | 371 | |
372 | 372 | public function getHelpUrls() { |
373 | | - return 'http://www.mediawiki.org/wiki/API:Allusers'; |
| 373 | + return 'https://www.mediawiki.org/wiki/API:Allusers'; |
374 | 374 | } |
375 | 375 | |
376 | 376 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryInfo.php |
— | — | @@ -729,7 +729,7 @@ |
730 | 730 | } |
731 | 731 | |
732 | 732 | public function getHelpUrls() { |
733 | | - return 'http://www.mediawiki.org/wiki/API:Properties#info_.2F_in'; |
| 733 | + return 'https://www.mediawiki.org/wiki/API:Properties#info_.2F_in'; |
734 | 734 | } |
735 | 735 | |
736 | 736 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryDuplicateFiles.php |
— | — | @@ -169,7 +169,7 @@ |
170 | 170 | } |
171 | 171 | |
172 | 172 | public function getHelpUrls() { |
173 | | - return 'http://www.mediawiki.org/wiki/API:Properties#duplicatefiles_.2F_df'; |
| 173 | + return 'https://www.mediawiki.org/wiki/API:Properties#duplicatefiles_.2F_df'; |
174 | 174 | } |
175 | 175 | |
176 | 176 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiUpload.php |
— | — | @@ -562,7 +562,7 @@ |
563 | 563 | } |
564 | 564 | |
565 | 565 | public function getHelpUrls() { |
566 | | - return 'http://www.mediawiki.org/wiki/API:Upload'; |
| 566 | + return 'https://www.mediawiki.org/wiki/API:Upload'; |
567 | 567 | } |
568 | 568 | |
569 | 569 | public function getVersion() { |
Property changes on: branches/REL1_18/phase3/includes/api/ApiUpload.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
570 | 570 | Merged /trunk/phase3/includes/api/ApiUpload.php:r104445 |
Index: branches/REL1_18/phase3/includes/api/ApiFeedWatchlist.php |
— | — | @@ -222,7 +222,7 @@ |
223 | 223 | } |
224 | 224 | |
225 | 225 | public function getHelpUrls() { |
226 | | - return 'http://www.mediawiki.org/wiki/API:Watchlist_feed'; |
| 226 | + return 'https://www.mediawiki.org/wiki/API:Watchlist_feed'; |
227 | 227 | } |
228 | 228 | |
229 | 229 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryUserContributions.php |
— | — | @@ -471,7 +471,7 @@ |
472 | 472 | } |
473 | 473 | |
474 | 474 | public function getHelpUrls() { |
475 | | - return 'http://www.mediawiki.org/wiki/API:Usercontribs'; |
| 475 | + return 'https://www.mediawiki.org/wiki/API:Usercontribs'; |
476 | 476 | } |
477 | 477 | |
478 | 478 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryUsers.php |
— | — | @@ -327,7 +327,7 @@ |
328 | 328 | } |
329 | 329 | |
330 | 330 | public function getHelpUrls() { |
331 | | - return 'http://www.mediawiki.org/wiki/API:Users'; |
| 331 | + return 'https://www.mediawiki.org/wiki/API:Users'; |
332 | 332 | } |
333 | 333 | |
334 | 334 | public function getVersion() { |
Index: branches/REL1_18/phase3/includes/api/ApiQueryImages.php |
— | — | @@ -186,7 +186,7 @@ |
187 | 187 | } |
188 | 188 | |
189 | 189 | public function getHelpUrls() { |
190 | | - return 'http://www.mediawiki.org/wiki/API:Properties#images_.2F_im'; |
| 190 | + return 'https://www.mediawiki.org/wiki/API:Properties#images_.2F_im'; |
191 | 191 | } |
192 | 192 | |
193 | 193 | public function getVersion() { |
Property changes on: branches/REL1_18/phase3/includes/api |
___________________________________________________________________ |
Modified: svn:mergeinfo |
194 | 194 | Merged /trunk/phase3/includes/api:r104445 |
Property changes on: branches/REL1_18/phase3/includes |
___________________________________________________________________ |
Modified: svn:mergeinfo |
195 | 195 | Merged /trunk/phase3/includes:r104445 |
Property changes on: branches/REL1_18/phase3 |
___________________________________________________________________ |
Modified: svn:mergeinfo |
196 | 196 | Merged /trunk/phase3:r104445 |