Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -3288,7 +3288,7 @@ |
3289 | 3289 | if ( $this->mOptions->getUseTeX() ) { |
3290 | 3290 | $output = $wgContLang->armourMath( |
3291 | 3291 | MathRenderer::renderMath( $content, $attributes ) ); |
3292 | | - break; |
| 3292 | + break; |
3293 | 3293 | } |
3294 | 3294 | /* else let a tag hook handle it (bug 21222) */ |
3295 | 3295 | default: |
Index: trunk/phase3/includes/tidy.conf |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | show-body-only: yes |
7 | 7 | force-output: yes |
8 | 8 | tidy-mark: no |
9 | | -wrap: 0 |
| 9 | +wrap: 80 |
10 | 10 | wrap-attributes: no |
11 | 11 | literal-attributes: yes |
12 | 12 | output-xhtml: yes |
Index: trunk/phase3/includes/AutoLoader.php |
— | — | @@ -38,6 +38,8 @@ |
39 | 39 | 'ChannelFeed' => 'includes/Feed.php', |
40 | 40 | 'ConcatenatedGzipHistoryBlob' => 'includes/HistoryBlob.php', |
41 | 41 | 'ConfEditor' => 'includes/ConfEditor.php', |
| 42 | + 'ConfEditorParseError' => 'includes/ConfEditor.php', |
| 43 | + 'ConfEditorToken' => 'includes/ConfEditor.php', |
42 | 44 | 'ConstantDependency' => 'includes/CacheDependency.php', |
43 | 45 | 'CreativeCommonsRdf' => 'includes/Metadata.php', |
44 | 46 | 'Credits' => 'includes/Credits.php', |
— | — | @@ -103,6 +105,11 @@ |
104 | 106 | 'HTMLFormField' => 'includes/HTMLForm.php', |
105 | 107 | 'HTMLTextField' => 'includes/HTMLForm.php', |
106 | 108 | 'HTMLIntField' => 'includes/HTMLForm.php', |
| 109 | + 'HTMLTextAreaField' => 'includes/HTMLForm.php', |
| 110 | + 'HTMLFloatField' => 'includes/HTMLForm.php', |
| 111 | + 'HTMLHiddenField' => 'includes/HTMLForm.php', |
| 112 | + 'HTMLSubmitField' => 'includes/HTMLForm.php', |
| 113 | + 'HTMLEditTools' => 'includes/HTMLForm.php', |
107 | 114 | 'HTMLCheckField' => 'includes/HTMLForm.php', |
108 | 115 | 'HTMLSelectField' => 'includes/HTMLForm.php', |
109 | 116 | 'HTMLSelectOrOtherField' => 'includes/HTMLForm.php', |
— | — | @@ -110,9 +117,14 @@ |
111 | 118 | 'HTMLRadioField' => 'includes/HTMLForm.php', |
112 | 119 | 'HTMLInfoField' => 'includes/HTMLForm.php', |
113 | 120 | 'Http' => 'includes/HttpFunctions.php', |
| 121 | + 'HttpRequest' => 'includes/HttpFunctions.php', |
| 122 | + 'curlHttpRequest' => 'includes/HttpFunctions.php', |
| 123 | + 'phpHttpRequest' => 'includes/HttpFunctions.php', |
| 124 | + 'simpleFileWriter' => 'includes/HttpFunctions.php', |
114 | 125 | 'IEContentAnalyzer' => 'includes/IEContentAnalyzer.php', |
115 | 126 | 'ImageGallery' => 'includes/ImageGallery.php', |
116 | 127 | 'ImageHistoryList' => 'includes/ImagePage.php', |
| 128 | + 'ImageHistoryPseudoPager' => 'includes/ImagePage.php', |
117 | 129 | 'ImagePage' => 'includes/ImagePage.php', |
118 | 130 | 'ImageQueryPage' => 'includes/ImageQueryPage.php', |
119 | 131 | 'IncludableSpecialPage' => 'includes/SpecialPage.php', |
— | — | @@ -120,6 +132,7 @@ |
121 | 133 | 'Interwiki' => 'includes/Interwiki.php', |
122 | 134 | 'IP' => 'includes/IP.php', |
123 | 135 | 'JSMin' => 'js2/mwEmbed/php/minify/JSMin.php', |
| 136 | + 'JSMinException' => 'js2/mwEmbed/php/minify/JSMin.php', |
124 | 137 | 'jsScriptLoader' => 'js2/mwEmbed/jsScriptLoader.php', |
125 | 138 | 'Job' => 'includes/JobQueue.php', |
126 | 139 | 'LCStore_DB' => 'includes/LocalisationCache.php', |
— | — | @@ -186,6 +199,7 @@ |
187 | 200 | 'ReverseChronologicalPager' => 'includes/Pager.php', |
188 | 201 | 'Revision' => 'includes/Revision.php', |
189 | 202 | 'RSSFeed' => 'includes/Feed.php', |
| 203 | + 'simpleFileCache' => 'js2/mwEmbed/jsScriptLoader.php', |
190 | 204 | 'Sanitizer' => 'includes/Sanitizer.php', |
191 | 205 | 'SiteConfiguration' => 'includes/SiteConfiguration.php', |
192 | 206 | 'SiteStats' => 'includes/SiteStats.php', |
— | — | @@ -208,6 +222,7 @@ |
209 | 223 | 'TitleDependency' => 'includes/CacheDependency.php', |
210 | 224 | 'Title' => 'includes/Title.php', |
211 | 225 | 'TitleArray' => 'includes/TitleArray.php', |
| 226 | + 'TitleArrayFromResult' => 'includes/TitleArray.php', |
212 | 227 | 'TitleListDependency' => 'includes/CacheDependency.php', |
213 | 228 | 'TransformParameterError' => 'includes/MediaTransformOutput.php', |
214 | 229 | 'TurckBagOStuff' => 'includes/BagOStuff.php', |
— | — | @@ -340,6 +355,7 @@ |
341 | 356 | 'DBObject' => 'includes/db/Database.php', |
342 | 357 | 'DBQueryError' => 'includes/db/Database.php', |
343 | 358 | 'DBUnexpectedError' => 'includes/db/Database.php', |
| 359 | + 'IBM_DB2Blob' => 'includes/db/DatabaseIbm_db2.php', |
344 | 360 | 'LBFactory' => 'includes/db/LBFactory.php', |
345 | 361 | 'LBFactory_Multi' => 'includes/db/LBFactory_Multi.php', |
346 | 362 | 'LBFactory_Simple' => 'includes/db/LBFactory.php', |
— | — | @@ -351,6 +367,7 @@ |
352 | 368 | 'MySQLField' => 'includes/db/Database.php', |
353 | 369 | 'MySQLMasterPos' => 'includes/db/DatabaseMysql.php', |
354 | 370 | 'ORABlob' => 'includes/db/DatabaseOracle.php', |
| 371 | + 'ORAField' => 'includes/db/DatabaseOracle.php', |
355 | 372 | 'ORAResult' => 'includes/db/DatabaseOracle.php', |
356 | 373 | 'PostgresField' => 'includes/db/DatabasePostgres.php', |
357 | 374 | 'ResultWrapper' => 'includes/db/Database.php', |
— | — | @@ -439,6 +456,8 @@ |
440 | 457 | 'LinkHolderArray' => 'includes/parser/LinkHolderArray.php', |
441 | 458 | 'LinkMarkerReplacer' => 'includes/parser/Parser_LinkHooks.php', |
442 | 459 | 'OnlyIncludeReplacer' => 'includes/parser/Parser.php', |
| 460 | + 'PPCustomFrame_Hash' => 'includes/parser/Preprocessor_Hash.php', |
| 461 | + 'PPCustomFrame_DOM' => 'includes/parser/Preprocessor_DOM.php', |
443 | 462 | 'PPDAccum_Hash' => 'includes/parser/Preprocessor_Hash.php', |
444 | 463 | 'PPDPart' => 'includes/parser/Preprocessor_DOM.php', |
445 | 464 | 'PPDPart_Hash' => 'includes/parser/Preprocessor_Hash.php', |
— | — | @@ -491,6 +510,8 @@ |
492 | 511 | |
493 | 512 | # includes/specials |
494 | 513 | 'SpecialAllmessages' => 'includes/specials/SpecialAllmessages.php', |
| 514 | + 'ActiveUsersPager' => 'includes/specials/SpecialActiveusers.php', |
| 515 | + 'AllmessagesTablePager' => 'includes/specials/SpecialAllmessages.php', |
495 | 516 | 'AncientPagesPage' => 'includes/specials/SpecialAncientpages.php', |
496 | 517 | 'BrokenRedirectsPage' => 'includes/specials/SpecialBrokenRedirects.php', |
497 | 518 | 'ContribsPager' => 'includes/specials/SpecialContributions.php', |
— | — | @@ -504,6 +525,7 @@ |
505 | 526 | 'EmailConfirmation' => 'includes/specials/SpecialConfirmemail.php', |
506 | 527 | 'EmailInvalidation' => 'includes/specials/SpecialConfirmemail.php', |
507 | 528 | 'EmailUserForm' => 'includes/specials/SpecialEmailuser.php', |
| 529 | + 'FakeResultWrapper' => 'includes/specials/SpecialAllmessages.php', |
508 | 530 | 'FewestrevisionsPage' => 'includes/specials/SpecialFewestrevisions.php', |
509 | 531 | 'FileDuplicateSearchPage' => 'includes/specials/SpecialFileDuplicateSearch.php', |
510 | 532 | 'IPBlockForm' => 'includes/specials/SpecialBlockip.php', |
— | — | @@ -534,6 +556,16 @@ |
535 | 557 | 'RandomPage' => 'includes/specials/SpecialRandompage.php', |
536 | 558 | 'SpecialRevisionDelete' => 'includes/specials/SpecialRevisiondelete.php', |
537 | 559 | 'RevisionDeleter' => 'includes/specials/SpecialRevisiondelete.php', |
| 560 | + 'RevDel_RevisionList' => 'includes/specials/SpecialRevisiondelete.php', |
| 561 | + 'RevDel_RevisionItem' => 'includes/specials/SpecialRevisiondelete.php', |
| 562 | + 'RevDel_ArchiveList' => 'includes/specials/SpecialRevisiondelete.php', |
| 563 | + 'RevDel_ArchiveItem' => 'includes/specials/SpecialRevisiondelete.php', |
| 564 | + 'RevDel_FileList' => 'includes/specials/SpecialRevisiondelete.php', |
| 565 | + 'RevDel_FileItem' => 'includes/specials/SpecialRevisiondelete.php', |
| 566 | + 'RevDel_ArchivedFileList' => 'includes/specials/SpecialRevisiondelete.php', |
| 567 | + 'RevDel_ArchivedFileItem' => 'includes/specials/SpecialRevisiondelete.php', |
| 568 | + 'RevDel_LogList' => 'includes/specials/SpecialRevisiondelete.php', |
| 569 | + 'RevDel_LogItem' => 'includes/specials/SpecialRevisiondelete.php', |
538 | 570 | 'ShortPagesPage' => 'includes/specials/SpecialShortpages.php', |
539 | 571 | 'SpecialActiveUsers' => 'includes/specials/SpecialActiveusers.php', |
540 | 572 | 'SpecialAllpages' => 'includes/specials/SpecialAllpages.php', |
— | — | @@ -546,7 +578,7 @@ |
547 | 579 | 'SpecialPreferences' => 'includes/specials/SpecialPreferences.php', |
548 | 580 | 'SpecialPrefixindex' => 'includes/specials/SpecialPrefixindex.php', |
549 | 581 | 'SpecialRandomredirect' => 'includes/specials/SpecialRandomredirect.php', |
550 | | - 'SpecialRecentchanges' => 'includes/specials/SpecialRecentchanges.php', |
| 582 | + 'SpecialRecentChanges' => 'includes/specials/SpecialRecentchanges.php', |
551 | 583 | 'SpecialRecentchangeslinked' => 'includes/specials/SpecialRecentchangeslinked.php', |
552 | 584 | 'SpecialSearch' => 'includes/specials/SpecialSearch.php', |
553 | 585 | 'SpecialStatistics' => 'includes/specials/SpecialStatistics.php', |
— | — | @@ -554,6 +586,7 @@ |
555 | 587 | 'SpecialUpload' => 'includes/specials/SpecialUpload.php', |
556 | 588 | 'SpecialVersion' => 'includes/specials/SpecialVersion.php', |
557 | 589 | 'SpecialWhatlinkshere' => 'includes/specials/SpecialWhatlinkshere.php', |
| 590 | + 'SpecialWhatLinksHere' => 'includes/specials/SpecialWhatlinkshere.php', |
558 | 591 | 'UncategorizedCategoriesPage' => 'includes/specials/SpecialUncategorizedcategories.php', |
559 | 592 | 'UncategorizedPagesPage' => 'includes/specials/SpecialUncategorizedpages.php', |
560 | 593 | 'UncategorizedTemplatesPage' => 'includes/specials/SpecialUncategorizedtemplates.php', |
— | — | @@ -563,6 +596,7 @@ |
564 | 597 | 'UnusedtemplatesPage' => 'includes/specials/SpecialUnusedtemplates.php', |
565 | 598 | 'UnwatchedpagesPage' => 'includes/specials/SpecialUnwatchedpages.php', |
566 | 599 | 'UploadForm' => 'includes/specials/SpecialUpload.php', |
| 600 | + 'UploadSourceField' => 'includes/specials/SpecialUpload.php', |
567 | 601 | 'UserrightsPage' => 'includes/specials/SpecialUserrights.php', |
568 | 602 | 'UsersPager' => 'includes/specials/SpecialListusers.php', |
569 | 603 | 'WantedCategoriesPage' => 'includes/specials/SpecialWantedcategories.php', |