Index: trunk/phase3/includes/AutoLoader.php |
— | — | @@ -23,11 +23,11 @@ |
24 | 24 | 'AuthPlugin' => 'includes/AuthPlugin.php', |
25 | 25 | 'AuthPluginUser' => 'includes/AuthPlugin.php', |
26 | 26 | 'Autopromote' => 'includes/Autopromote.php', |
| 27 | + 'BacklinkCache' => 'includes/BacklinkCache.php', |
27 | 28 | 'BadTitle' => 'includes/Title.php', |
28 | | - 'BacklinkCache' => 'includes/BacklinkCache.php', |
| 29 | + 'BaseTemplate' => 'includes/SkinTemplate.php', |
29 | 30 | 'Block' => 'includes/Block.php', |
30 | 31 | 'CacheDependency' => 'includes/CacheDependency.php', |
31 | | - 'CacheTime' => 'includes/parser/ParserOutput.php', |
32 | 32 | 'Category' => 'includes/Category.php', |
33 | 33 | 'Categoryfinder' => 'includes/Categoryfinder.php', |
34 | 34 | 'CategoryPage' => 'includes/CategoryPage.php', |
— | — | @@ -39,21 +39,19 @@ |
40 | 40 | 'CdbWriter' => 'includes/Cdb.php', |
41 | 41 | 'CdbWriter_DBA' => 'includes/Cdb.php', |
42 | 42 | 'CdbWriter_PHP' => 'includes/Cdb_PHP.php', |
| 43 | + 'ChangesFeed' => 'includes/ChangesFeed.php', |
43 | 44 | 'ChangesList' => 'includes/ChangesList.php', |
44 | | - 'ChangesFeed' => 'includes/ChangesFeed.php', |
45 | 45 | 'ChangeTags' => 'includes/ChangeTags.php', |
46 | 46 | 'ChannelFeed' => 'includes/Feed.php', |
47 | 47 | 'Collation' => 'includes/Collation.php', |
48 | | - 'Cookie' => 'includes/Cookie.php', |
49 | | - 'CookieJar' => 'includes/Cookie.php', |
50 | 48 | 'ConcatenatedGzipHistoryBlob' => 'includes/HistoryBlob.php', |
51 | 49 | 'ConfEditor' => 'includes/ConfEditor.php', |
52 | 50 | 'ConfEditorParseError' => 'includes/ConfEditor.php', |
53 | 51 | 'ConfEditorToken' => 'includes/ConfEditor.php', |
54 | 52 | 'ConstantDependency' => 'includes/CacheDependency.php', |
| 53 | + 'Cookie' => 'includes/Cookie.php', |
| 54 | + 'CookieJar' => 'includes/Cookie.php', |
55 | 55 | 'CreativeCommonsRdf' => 'includes/Metadata.php', |
56 | | - 'CSSJanus' => 'includes/libs/CSSJanus.php', |
57 | | - 'CSSMin' => 'includes/libs/CSSMin.php', |
58 | 56 | 'DependencyWrapper' => 'includes/CacheDependency.php', |
59 | 57 | 'DiffHistoryBlob' => 'includes/HistoryBlob.php', |
60 | 58 | 'DjVuImage' => 'includes/DjVuImage.php', |
— | — | @@ -75,16 +73,15 @@ |
76 | 74 | 'EmailNotification' => 'includes/UserMailer.php', |
77 | 75 | 'EnhancedChangesList' => 'includes/ChangesList.php', |
78 | 76 | 'ErrorPageError' => 'includes/Exception.php', |
79 | | - 'Exif' => 'includes/media/Exif.php', |
80 | 77 | 'ExplodeIterator' => 'includes/StringUtils.php', |
81 | 78 | 'ExternalEdit' => 'includes/ExternalEdit.php', |
| 79 | + 'ExternalStore' => 'includes/ExternalStore.php', |
82 | 80 | 'ExternalStoreDB' => 'includes/ExternalStoreDB.php', |
83 | 81 | 'ExternalStoreHttp' => 'includes/ExternalStoreHttp.php', |
84 | | - 'ExternalStore' => 'includes/ExternalStore.php', |
85 | 82 | 'ExternalUser' => 'includes/ExternalUser.php', |
86 | | - 'FatalError' => 'includes/Exception.php', |
87 | 83 | 'FakeTitle' => 'includes/FakeTitle.php', |
88 | 84 | 'Fallback' => 'includes/Fallback.php', |
| 85 | + 'FatalError' => 'includes/Exception.php', |
89 | 86 | 'FauxRequest' => 'includes/WebRequest.php', |
90 | 87 | 'FauxResponse' => 'includes/WebResponse.php', |
91 | 88 | 'FeedItem' => 'includes/Feed.php', |
— | — | @@ -93,13 +90,12 @@ |
94 | 91 | 'FileDependency' => 'includes/CacheDependency.php', |
95 | 92 | 'FileRevertForm' => 'includes/FileRevertForm.php', |
96 | 93 | 'ForkController' => 'includes/ForkController.php', |
97 | | - 'FormatExif' => 'includes/media/FormatMetadata.php', |
98 | 94 | 'FormOptions' => 'includes/FormOptions.php', |
99 | 95 | 'GenderCache' => 'includes/GenderCache.php', |
100 | 96 | 'GlobalDependency' => 'includes/CacheDependency.php', |
101 | 97 | 'HashtableReplacer' => 'includes/StringUtils.php', |
| 98 | + 'HistoryBlob' => 'includes/HistoryBlob.php', |
102 | 99 | 'HistoryBlobCurStub' => 'includes/HistoryBlob.php', |
103 | | - 'HistoryBlob' => 'includes/HistoryBlob.php', |
104 | 100 | 'HistoryBlobStub' => 'includes/HistoryBlob.php', |
105 | 101 | 'HistoryPage' => 'includes/HistoryPage.php', |
106 | 102 | 'HistoryPager' => 'includes/HistoryPage.php', |
— | — | @@ -107,23 +103,23 @@ |
108 | 104 | 'Html' => 'includes/Html.php', |
109 | 105 | 'HTMLCacheUpdate' => 'includes/HTMLCacheUpdate.php', |
110 | 106 | 'HTMLCacheUpdateJob' => 'includes/HTMLCacheUpdate.php', |
| 107 | + 'HTMLCheckField' => 'includes/HTMLForm.php', |
| 108 | + 'HTMLEditTools' => 'includes/HTMLForm.php', |
111 | 109 | 'HTMLFileCache' => 'includes/HTMLFileCache.php', |
| 110 | + 'HTMLFloatField' => 'includes/HTMLForm.php', |
112 | 111 | 'HTMLForm' => 'includes/HTMLForm.php', |
113 | 112 | 'HTMLFormField' => 'includes/HTMLForm.php', |
114 | | - 'HTMLTextField' => 'includes/HTMLForm.php', |
| 113 | + 'HTMLHiddenField' => 'includes/HTMLForm.php', |
| 114 | + 'HTMLInfoField' => 'includes/HTMLForm.php', |
115 | 115 | 'HTMLIntField' => 'includes/HTMLForm.php', |
116 | | - 'HTMLTextAreaField' => 'includes/HTMLForm.php', |
117 | | - 'HTMLFloatField' => 'includes/HTMLForm.php', |
118 | | - 'HTMLHiddenField' => 'includes/HTMLForm.php', |
119 | | - 'HTMLSubmitField' => 'includes/HTMLForm.php', |
120 | | - 'HTMLEditTools' => 'includes/HTMLForm.php', |
121 | | - 'HTMLCheckField' => 'includes/HTMLForm.php', |
| 116 | + 'HTMLMultiSelectField' => 'includes/HTMLForm.php', |
| 117 | + 'HTMLRadioField' => 'includes/HTMLForm.php', |
| 118 | + 'HTMLSelectAndOtherField' => 'includes/HTMLForm.php', |
122 | 119 | 'HTMLSelectField' => 'includes/HTMLForm.php', |
123 | | - 'HTMLSelectAndOtherField' => 'includes/HTMLForm.php', |
124 | 120 | 'HTMLSelectOrOtherField' => 'includes/HTMLForm.php', |
125 | | - 'HTMLMultiSelectField' => 'includes/HTMLForm.php', |
126 | | - 'HTMLRadioField' => 'includes/HTMLForm.php', |
127 | | - 'HTMLInfoField' => 'includes/HTMLForm.php', |
| 121 | + 'HTMLSubmitField' => 'includes/HTMLForm.php', |
| 122 | + 'HTMLTextAreaField' => 'includes/HTMLForm.php', |
| 123 | + 'HTMLTextField' => 'includes/HTMLForm.php', |
128 | 124 | 'Http' => 'includes/HttpFunctions.php', |
129 | 125 | 'HttpRequest' => 'includes/HttpFunctions.old.php', |
130 | 126 | 'IcuCollation' => 'includes/Collation.php', |
— | — | @@ -132,15 +128,16 @@ |
133 | 129 | 'ImageHistoryPseudoPager' => 'includes/ImagePage.php', |
134 | 130 | 'ImagePage' => 'includes/ImagePage.php', |
135 | 131 | 'ImageQueryPage' => 'includes/ImageQueryPage.php', |
| 132 | + 'ImportStreamSource' => 'includes/Import.php', |
| 133 | + 'ImportStringSource' => 'includes/Import.php', |
136 | 134 | 'IncludableSpecialPage' => 'includes/SpecialPage.php', |
137 | 135 | 'IndexPager' => 'includes/Pager.php', |
138 | 136 | 'Interwiki' => 'includes/Interwiki.php', |
139 | 137 | 'IP' => 'includes/IP.php', |
140 | | - 'JavaScriptDistiller' => 'includes/libs/JavaScriptDistiller.php', |
141 | | - 'JavaScriptMinifier' => 'includes/libs/JavaScriptMinifier.php', |
| 138 | + 'LCStore_CDB' => 'includes/LocalisationCache.php', |
142 | 139 | 'LCStore_DB' => 'includes/LocalisationCache.php', |
143 | | - 'LCStore_CDB' => 'includes/LocalisationCache.php', |
144 | 140 | 'LCStore_Null' => 'includes/LocalisationCache.php', |
| 141 | + 'LegacyTemplate' => 'includes/SkinLegacy.php', |
145 | 142 | 'License' => 'includes/Licenses.php', |
146 | 143 | 'Licenses' => 'includes/Licenses.php', |
147 | 144 | 'LinkBatch' => 'includes/LinkBatch.php', |
— | — | @@ -150,17 +147,17 @@ |
151 | 148 | 'LinksUpdate' => 'includes/LinksUpdate.php', |
152 | 149 | 'LocalisationCache' => 'includes/LocalisationCache.php', |
153 | 150 | 'LocalisationCache_BulkLoad' => 'includes/LocalisationCache.php', |
| 151 | + 'LogEventsList' => 'includes/LogEventsList.php', |
154 | 152 | 'LogPage' => 'includes/LogPage.php', |
155 | 153 | 'LogPager' => 'includes/LogEventsList.php', |
156 | | - 'LogEventsList' => 'includes/LogEventsList.php', |
157 | 154 | 'LogReader' => 'includes/LogEventsList.php', |
158 | 155 | 'LogViewer' => 'includes/LogEventsList.php', |
159 | 156 | 'MacBinary' => 'includes/MacBinary.php', |
| 157 | + 'MagicWord' => 'includes/MagicWord.php', |
160 | 158 | 'MagicWordArray' => 'includes/MagicWord.php', |
161 | | - 'MagicWord' => 'includes/MagicWord.php', |
162 | 159 | 'MailAddress' => 'includes/UserMailer.php', |
| 160 | + 'MediaWiki' => 'includes/Wiki.php', |
163 | 161 | 'MediaWiki_I18N' => 'includes/SkinTemplate.php', |
164 | | - 'MediaWiki' => 'includes/Wiki.php', |
165 | 162 | 'Message' => 'includes/Message.php', |
166 | 163 | 'MessageBlobStore' => 'includes/MessageBlobStore.php', |
167 | 164 | 'MessageCache' => 'includes/MessageCache.php', |
— | — | @@ -172,9 +169,9 @@ |
173 | 170 | 'MWNamespace' => 'includes/Namespace.php', |
174 | 171 | 'OldChangesList' => 'includes/ChangesList.php', |
175 | 172 | 'OutputPage' => 'includes/OutputPage.php', |
176 | | - 'PageQueryPage' => 'includes/PageQueryPage.php', |
177 | 173 | 'PageHistory' => 'includes/HistoryPage.php', |
178 | 174 | 'PageHistoryPager' => 'includes/HistoryPage.php', |
| 175 | + 'PageQueryPage' => 'includes/PageQueryPage.php', |
179 | 176 | 'Pager' => 'includes/Pager.php', |
180 | 177 | 'PasswordError' => 'includes/User.php', |
181 | 178 | 'PatrolLog' => 'includes/PatrolLog.php', |
— | — | @@ -184,11 +181,11 @@ |
185 | 182 | 'PoolCounter_Stub' => 'includes/PoolCounter.php', |
186 | 183 | 'PoolCounterWork' => 'includes/PoolCounter.php', |
187 | 184 | 'Preferences' => 'includes/Preferences.php', |
| 185 | + 'PreferencesForm' => 'includes/Preferences.php', |
188 | 186 | 'PrefixSearch' => 'includes/PrefixSearch.php', |
189 | 187 | 'ProtectionForm' => 'includes/ProtectionForm.php', |
190 | 188 | 'QueryPage' => 'includes/QueryPage.php', |
191 | 189 | 'QuickTemplate' => 'includes/SkinTemplate.php', |
192 | | - 'BaseTemplate' => 'includes/SkinTemplate.php', |
193 | 190 | 'RawPage' => 'includes/RawPage.php', |
194 | 191 | 'RCCacheEntry' => 'includes/ChangesList.php', |
195 | 192 | 'RdfMetaData' => 'includes/Metadata.php', |
— | — | @@ -198,20 +195,8 @@ |
199 | 196 | 'ReplacementArray' => 'includes/StringUtils.php', |
200 | 197 | 'Replacer' => 'includes/StringUtils.php', |
201 | 198 | 'RequestContext' => 'includes/RequestContext.php', |
202 | | - 'ResourceLoader' => 'includes/resourceloader/ResourceLoader.php', |
203 | | - 'ResourceLoaderContext' => 'includes/resourceloader/ResourceLoaderContext.php', |
204 | | - 'ResourceLoaderModule' => 'includes/resourceloader/ResourceLoaderModule.php', |
205 | | - 'ResourceLoaderWikiModule' => 'includes/resourceloader/ResourceLoaderWikiModule.php', |
206 | | - 'ResourceLoaderFileModule' => 'includes/resourceloader/ResourceLoaderFileModule.php', |
207 | | - 'ResourceLoaderSiteModule' => 'includes/resourceloader/ResourceLoaderSiteModule.php', |
208 | | - 'ResourceLoaderNoscriptModule' => 'includes/resourceloader/ResourceLoaderNoscriptModule.php', |
209 | | - 'ResourceLoaderUserModule' => 'includes/resourceloader/ResourceLoaderUserModule.php', |
210 | | - 'ResourceLoaderUserGroupsModule' => 'includes/resourceloader/ResourceLoaderUserGroupsModule.php', |
211 | | - 'ResourceLoaderUserOptionsModule' => 'includes/resourceloader/ResourceLoaderUserOptionsModule.php', |
212 | | - 'ResourceLoaderStartUpModule' => 'includes/resourceloader/ResourceLoaderStartUpModule.php', |
213 | 199 | 'ReverseChronologicalPager' => 'includes/Pager.php', |
214 | 200 | 'Revision' => 'includes/Revision.php', |
215 | | - 'RevisionDelete' => 'includes/revisiondelete/RevisionDelete.php', |
216 | 201 | 'RSSFeed' => 'includes/Feed.php', |
217 | 202 | 'Sanitizer' => 'includes/Sanitizer.php', |
218 | 203 | 'SiteConfiguration' => 'includes/SiteConfiguration.php', |
— | — | @@ -219,28 +204,27 @@ |
220 | 205 | 'SiteStatsInit' => 'includes/SiteStats.php', |
221 | 206 | 'SiteStatsUpdate' => 'includes/SiteStats.php', |
222 | 207 | 'Skin' => 'includes/Skin.php', |
| 208 | + 'SkinLegacy' => 'includes/SkinLegacy.php', |
223 | 209 | 'SkinTemplate' => 'includes/SkinTemplate.php', |
224 | | - 'SkinLegacy' => 'includes/SkinLegacy.php', |
225 | | - 'LegacyTemplate' => 'includes/SkinLegacy.php', |
226 | 210 | 'SpecialMycontributions' => 'includes/SpecialPage.php', |
227 | 211 | 'SpecialMypage' => 'includes/SpecialPage.php', |
228 | 212 | 'SpecialMytalk' => 'includes/SpecialPage.php', |
229 | 213 | 'SpecialPage' => 'includes/SpecialPage.php', |
230 | 214 | 'SpecialPageFactory' => 'includes/SpecialPageFactory.php', |
231 | 215 | 'SpecialRedirectToSpecial' => 'includes/SpecialPage.php', |
232 | | - 'SquidUpdate' => 'includes/SquidUpdate.php', |
233 | 216 | 'SquidPurgeClient' => 'includes/SquidPurgeClient.php', |
234 | 217 | 'SquidPurgeClientPool' => 'includes/SquidPurgeClient.php', |
| 218 | + 'SquidUpdate' => 'includes/SquidUpdate.php', |
235 | 219 | 'Status' => 'includes/Status.php', |
| 220 | + 'StringUtils' => 'includes/StringUtils.php', |
236 | 221 | 'StubContLang' => 'includes/StubObject.php', |
| 222 | + 'StubObject' => 'includes/StubObject.php', |
237 | 223 | 'StubUserLang' => 'includes/StubObject.php', |
238 | | - 'StubObject' => 'includes/StubObject.php', |
239 | | - 'StringUtils' => 'includes/StringUtils.php', |
240 | 224 | 'TablePager' => 'includes/Pager.php', |
241 | | - 'TitleDependency' => 'includes/CacheDependency.php', |
242 | 225 | 'Title' => 'includes/Title.php', |
243 | 226 | 'TitleArray' => 'includes/TitleArray.php', |
244 | 227 | 'TitleArrayFromResult' => 'includes/TitleArray.php', |
| 228 | + 'TitleDependency' => 'includes/CacheDependency.php', |
245 | 229 | 'TitleListDependency' => 'includes/CacheDependency.php', |
246 | 230 | 'UnlistedSpecialPage' => 'includes/SpecialPage.php', |
247 | 231 | 'UppercaseCollation' => 'includes/Collation.php', |
— | — | @@ -253,18 +237,19 @@ |
254 | 238 | 'ViewCountUpdate' => 'includes/ViewCountUpdate.php', |
255 | 239 | 'WantedQueryPage' => 'includes/QueryPage.php', |
256 | 240 | 'WatchedItem' => 'includes/WatchedItem.php', |
257 | | - 'WatchlistEditor' => 'includes/specials/SpecialEditWatchlist.php', |
258 | 241 | 'WebRequest' => 'includes/WebRequest.php', |
259 | 242 | 'WebRequestUpload' => 'includes/WebRequest.php', |
260 | 243 | 'WebResponse' => 'includes/WebResponse.php', |
261 | 244 | 'WikiError' => 'includes/WikiError.php', |
262 | 245 | 'WikiErrorMsg' => 'includes/WikiError.php', |
263 | 246 | 'WikiExporter' => 'includes/Export.php', |
| 247 | + 'WikiImporter' => 'includes/Import.php', |
| 248 | + 'WikiRevision' => 'includes/Import.php', |
264 | 249 | 'WikiMap' => 'includes/WikiMap.php', |
265 | 250 | 'WikiReference' => 'includes/WikiMap.php', |
266 | 251 | 'WikiXmlError' => 'includes/WikiError.php', |
| 252 | + 'Xml' => 'includes/Xml.php', |
267 | 253 | 'XmlDumpWriter' => 'includes/Export.php', |
268 | | - 'Xml' => 'includes/Xml.php', |
269 | 254 | 'XmlJsCode' => 'includes/Xml.php', |
270 | 255 | 'XmlSelect' => 'includes/Xml.php', |
271 | 256 | 'XmlTypeCheck' => 'includes/XmlTypeCheck.php', |
— | — | @@ -317,9 +302,9 @@ |
318 | 303 | 'ApiQueryAllCategories' => 'includes/api/ApiQueryAllCategories.php', |
319 | 304 | 'ApiQueryAllimages' => 'includes/api/ApiQueryAllimages.php', |
320 | 305 | 'ApiQueryAllLinks' => 'includes/api/ApiQueryAllLinks.php', |
321 | | - 'ApiQueryAllUsers' => 'includes/api/ApiQueryAllUsers.php', |
322 | 306 | 'ApiQueryAllmessages' => 'includes/api/ApiQueryAllmessages.php', |
323 | 307 | 'ApiQueryAllpages' => 'includes/api/ApiQueryAllpages.php', |
| 308 | + 'ApiQueryAllUsers' => 'includes/api/ApiQueryAllUsers.php', |
324 | 309 | 'ApiQueryBacklinks' => 'includes/api/ApiQueryBacklinks.php', |
325 | 310 | 'ApiQueryBase' => 'includes/api/ApiQueryBase.php', |
326 | 311 | 'ApiQueryBlocks' => 'includes/api/ApiQueryBlocks.php', |
— | — | @@ -330,15 +315,15 @@ |
331 | 316 | 'ApiQueryDeletedrevs' => 'includes/api/ApiQueryDeletedrevs.php', |
332 | 317 | 'ApiQueryDisabled' => 'includes/api/ApiQueryDisabled.php', |
333 | 318 | 'ApiQueryDuplicateFiles' => 'includes/api/ApiQueryDuplicateFiles.php', |
| 319 | + 'ApiQueryExternalLinks' => 'includes/api/ApiQueryExternalLinks.php', |
334 | 320 | 'ApiQueryExtLinksUsage' => 'includes/api/ApiQueryExtLinksUsage.php', |
335 | | - 'ApiQueryExternalLinks' => 'includes/api/ApiQueryExternalLinks.php', |
336 | 321 | 'ApiQueryFilearchive' => 'includes/api/ApiQueryFilearchive.php', |
337 | 322 | 'ApiQueryGeneratorBase' => 'includes/api/ApiQueryBase.php', |
338 | 323 | 'ApiQueryImageInfo' => 'includes/api/ApiQueryImageInfo.php', |
339 | 324 | 'ApiQueryImages' => 'includes/api/ApiQueryImages.php', |
340 | 325 | 'ApiQueryInfo' => 'includes/api/ApiQueryInfo.php', |
| 326 | + 'ApiQueryIWBacklinks' => 'includes/api/ApiQueryIWBacklinks.php', |
341 | 327 | 'ApiQueryIWLinks' => 'includes/api/ApiQueryIWLinks.php', |
342 | | - 'ApiQueryIWBacklinks' => 'includes/api/ApiQueryIWBacklinks.php', |
343 | 328 | 'ApiQueryLangLinks' => 'includes/api/ApiQueryLangLinks.php', |
344 | 329 | 'ApiQueryLinks' => 'includes/api/ApiQueryLinks.php', |
345 | 330 | 'ApiQueryLogEvents' => 'includes/api/ApiQueryLogEvents.php', |
— | — | @@ -357,8 +342,8 @@ |
358 | 343 | 'ApiQueryWatchlist' => 'includes/api/ApiQueryWatchlist.php', |
359 | 344 | 'ApiQueryWatchlistRaw' => 'includes/api/ApiQueryWatchlistRaw.php', |
360 | 345 | 'ApiResult' => 'includes/api/ApiResult.php', |
| 346 | + 'ApiRollback' => 'includes/api/ApiRollback.php', |
361 | 347 | 'ApiRsd' => 'includes/api/ApiRsd.php', |
362 | | - 'ApiRollback' => 'includes/api/ApiRollback.php', |
363 | 348 | 'ApiUnblock' => 'includes/api/ApiUnblock.php', |
364 | 349 | 'ApiUndelete' => 'includes/api/ApiUndelete.php', |
365 | 350 | 'ApiUpload' => 'includes/api/ApiUpload.php', |
— | — | @@ -367,22 +352,13 @@ |
368 | 353 | |
369 | 354 | 'UsageException' => 'includes/api/ApiMain.php', |
370 | 355 | |
371 | | - # includes/extauth |
372 | | - 'ExternalUser_Hardcoded' => 'includes/extauth/Hardcoded.php', |
373 | | - 'ExternalUser_MediaWiki' => 'includes/extauth/MediaWiki.php', |
374 | | - 'ExternalUser_vB' => 'includes/extauth/vB.php', |
375 | | - |
376 | | - # includes/json |
377 | | - 'Services_JSON' => 'includes/json/Services_JSON.php', |
378 | | - 'Services_JSON_Error' => 'includes/json/Services_JSON.php', |
379 | | - 'FormatJson' => 'includes/json/FormatJson.php', |
380 | | - |
381 | 356 | # includes/db |
382 | 357 | 'Blob' => 'includes/db/Database.php', |
383 | 358 | 'ChronologyProtector' => 'includes/db/LBFactory.php', |
384 | 359 | 'CloneDatabase' => 'includes/db/CloneDatabase.php', |
385 | 360 | 'Database' => 'includes/db/DatabaseMysql.php', |
386 | 361 | 'DatabaseBase' => 'includes/db/Database.php', |
| 362 | + 'DatabaseIbm_db2' => 'includes/db/DatabaseIbm_db2.php', |
387 | 363 | 'DatabaseMssql' => 'includes/db/DatabaseMssql.php', |
388 | 364 | 'DatabaseMysql' => 'includes/db/DatabaseMysql.php', |
389 | 365 | 'DatabaseOracle' => 'includes/db/DatabaseOracle.php', |
— | — | @@ -398,6 +374,7 @@ |
399 | 375 | 'FakeResultWrapper' => 'includes/db/Database.php', |
400 | 376 | 'Field' => 'includes/db/Database.php', |
401 | 377 | 'IBM_DB2Blob' => 'includes/db/DatabaseIbm_db2.php', |
| 378 | + 'IBM_DB2Field' => 'includes/db/DatabaseIbm_db2.php', |
402 | 379 | 'LBFactory' => 'includes/db/LBFactory.php', |
403 | 380 | 'LBFactory_Multi' => 'includes/db/LBFactory_Multi.php', |
404 | 381 | 'LBFactory_Simple' => 'includes/db/LBFactory.php', |
— | — | @@ -414,21 +391,19 @@ |
415 | 392 | 'PostgresField' => 'includes/db/DatabasePostgres.php', |
416 | 393 | 'ResultWrapper' => 'includes/db/Database.php', |
417 | 394 | 'SQLiteField' => 'includes/db/DatabaseSqlite.php', |
418 | | - 'DatabaseIbm_db2' => 'includes/db/DatabaseIbm_db2.php', |
419 | | - 'IBM_DB2Field' => 'includes/db/DatabaseIbm_db2.php', |
420 | 395 | |
421 | 396 | # includes/diff |
422 | | - 'ArrayDiffFormatter' => 'includes/diff/DairikiDiff.php', |
423 | 397 | '_DiffEngine' => 'includes/diff/DairikiDiff.php', |
424 | | - 'DifferenceEngine' => 'includes/diff/DifferenceEngine.php', |
425 | | - 'DiffFormatter' => 'includes/diff/DairikiDiff.php', |
426 | | - 'Diff' => 'includes/diff/DairikiDiff.php', |
| 398 | + '_DiffOp' => 'includes/diff/DairikiDiff.php', |
427 | 399 | '_DiffOp_Add' => 'includes/diff/DairikiDiff.php', |
428 | 400 | '_DiffOp_Change' => 'includes/diff/DairikiDiff.php', |
429 | 401 | '_DiffOp_Copy' => 'includes/diff/DairikiDiff.php', |
430 | 402 | '_DiffOp_Delete' => 'includes/diff/DairikiDiff.php', |
431 | | - '_DiffOp' => 'includes/diff/DairikiDiff.php', |
432 | 403 | '_HWLDF_WordAccumulator' => 'includes/diff/DairikiDiff.php', |
| 404 | + 'ArrayDiffFormatter' => 'includes/diff/DairikiDiff.php', |
| 405 | + 'Diff' => 'includes/diff/DairikiDiff.php', |
| 406 | + 'DifferenceEngine' => 'includes/diff/DifferenceEngine.php', |
| 407 | + 'DiffFormatter' => 'includes/diff/DairikiDiff.php', |
433 | 408 | 'MappedDiff' => 'includes/diff/DairikiDiff.php', |
434 | 409 | 'RangeDifference' => 'includes/diff/WikiDiff3.php', |
435 | 410 | 'TableDiffFormatter' => 'includes/diff/DairikiDiff.php', |
— | — | @@ -436,6 +411,11 @@ |
437 | 412 | 'WikiDiff3' => 'includes/diff/WikiDiff3.php', |
438 | 413 | 'WordLevelDiff' => 'includes/diff/DairikiDiff.php', |
439 | 414 | |
| 415 | + # includes/extauth |
| 416 | + 'ExternalUser_Hardcoded' => 'includes/extauth/Hardcoded.php', |
| 417 | + 'ExternalUser_MediaWiki' => 'includes/extauth/MediaWiki.php', |
| 418 | + 'ExternalUser_vB' => 'includes/extauth/vB.php', |
| 419 | + |
440 | 420 | # includes/filerepo |
441 | 421 | 'ArchivedFile' => 'includes/filerepo/ArchivedFile.php', |
442 | 422 | 'File' => 'includes/filerepo/File.php', |
— | — | @@ -458,11 +438,23 @@ |
459 | 439 | |
460 | 440 | # includes/installer |
461 | 441 | 'CliInstaller' => 'includes/installer/CliInstaller.php', |
462 | | - 'Installer' => 'includes/installer/Installer.php', |
463 | 442 | 'DatabaseInstaller' => 'includes/installer/DatabaseInstaller.php', |
464 | 443 | 'DatabaseUpdater' => 'includes/installer/DatabaseUpdater.php', |
| 444 | + 'Ibm_db2Installer' => 'includes/installer/Ibm_db2Installer.php', |
| 445 | + 'Ibm_db2Updater' => 'includes/installer/Ibm_db2Updater.php', |
| 446 | + 'Installer' => 'includes/installer/Installer.php', |
465 | 447 | 'LBFactory_InstallerFake' => 'includes/installer/Installer.php', |
466 | 448 | 'LocalSettingsGenerator' => 'includes/installer/LocalSettingsGenerator.php', |
| 449 | + 'MysqlInstaller' => 'includes/installer/MysqlInstaller.php', |
| 450 | + 'MysqlUpdater' => 'includes/installer/MysqlUpdater.php', |
| 451 | + 'OracleInstaller' => 'includes/installer/OracleInstaller.php', |
| 452 | + 'OracleUpdater' => 'includes/installer/OracleUpdater.php', |
| 453 | + 'PhpRefCallBugTester' => 'includes/installer/PhpBugTests.php', |
| 454 | + 'PhpXmlBugTester' => 'includes/installer/PhpBugTests.php', |
| 455 | + 'PostgresInstaller' => 'includes/installer/PostgresInstaller.php', |
| 456 | + 'PostgresUpdater' => 'includes/installer/PostgresUpdater.php', |
| 457 | + 'SqliteInstaller' => 'includes/installer/SqliteInstaller.php', |
| 458 | + 'SqliteUpdater' => 'includes/installer/SqliteUpdater.php', |
467 | 459 | 'WebInstaller' => 'includes/installer/WebInstaller.php', |
468 | 460 | 'WebInstaller_Complete' => 'includes/installer/WebInstallerPage.php', |
469 | 461 | 'WebInstaller_Copying' => 'includes/installer/WebInstallerPage.php', |
— | — | @@ -480,20 +472,8 @@ |
481 | 473 | 'WebInstaller_Upgrade' => 'includes/installer/WebInstallerPage.php', |
482 | 474 | 'WebInstaller_UpgradeDoc' => 'includes/installer/WebInstallerPage.php', |
483 | 475 | 'WebInstaller_Welcome' => 'includes/installer/WebInstallerPage.php', |
| 476 | + 'WebInstallerOutput' => 'includes/installer/WebInstallerOutput.php', |
484 | 477 | 'WebInstallerPage' => 'includes/installer/WebInstallerPage.php', |
485 | | - 'WebInstallerOutput' => 'includes/installer/WebInstallerOutput.php', |
486 | | - 'MysqlInstaller' => 'includes/installer/MysqlInstaller.php', |
487 | | - 'MysqlUpdater' => 'includes/installer/MysqlUpdater.php', |
488 | | - 'PhpXmlBugTester' => 'includes/installer/PhpBugTests.php', |
489 | | - 'PhpRefCallBugTester' => 'includes/installer/PhpBugTests.php', |
490 | | - 'PostgresInstaller' => 'includes/installer/PostgresInstaller.php', |
491 | | - 'PostgresUpdater' => 'includes/installer/PostgresUpdater.php', |
492 | | - 'SqliteInstaller' => 'includes/installer/SqliteInstaller.php', |
493 | | - 'SqliteUpdater' => 'includes/installer/SqliteUpdater.php', |
494 | | - 'OracleInstaller' => 'includes/installer/OracleInstaller.php', |
495 | | - 'OracleUpdater' => 'includes/installer/OracleUpdater.php', |
496 | | - 'Ibm_db2Installer' => 'includes/installer/Ibm_db2Installer.php', |
497 | | - 'Ibm_db2Updater' => 'includes/installer/Ibm_db2Updater.php', |
498 | 478 | |
499 | 479 | # includes/job |
500 | 480 | 'DoubleRedirectJob' => 'includes/job/DoubleRedirectJob.php', |
— | — | @@ -504,19 +484,34 @@ |
505 | 485 | 'RefreshLinksJob2' => 'includes/job/RefreshLinksJob.php', |
506 | 486 | 'UploadFromUrlJob' => 'includes/job/UploadFromUrlJob.php', |
507 | 487 | |
| 488 | + # includes/json |
| 489 | + 'FormatJson' => 'includes/json/FormatJson.php', |
| 490 | + 'Services_JSON' => 'includes/json/Services_JSON.php', |
| 491 | + 'Services_JSON_Error' => 'includes/json/Services_JSON.php', |
| 492 | + |
508 | 493 | # includes/libs |
| 494 | + 'CSSJanus' => 'includes/libs/CSSJanus.php', |
| 495 | + 'CSSMin' => 'includes/libs/CSSMin.php', |
509 | 496 | 'IEContentAnalyzer' => 'includes/libs/IEContentAnalyzer.php', |
| 497 | + 'JavaScriptDistiller' => 'includes/libs/JavaScriptDistiller.php', |
| 498 | + 'JavaScriptMinifier' => 'includes/libs/JavaScriptMinifier.php', |
510 | 499 | 'Spyc' => 'includes/libs/spyc.php', |
511 | 500 | |
512 | 501 | # includes/media |
513 | 502 | 'BitmapHandler' => 'includes/media/Bitmap.php', |
514 | 503 | 'BitmapHandler_ClientOnly' => 'includes/media/Bitmap_ClientOnly.php', |
| 504 | + 'BitmapMetadataHandler' => 'includes/media/BitmapMetadataHandler.php', |
515 | 505 | 'BmpHandler' => 'includes/media/BMP.php', |
516 | 506 | 'DjVuHandler' => 'includes/media/DjVu.php', |
| 507 | + 'Exif' => 'includes/media/Exif.php', |
| 508 | + 'FormatExif' => 'includes/media/FormatMetadata.php', |
517 | 509 | 'FormatMetadata' => 'includes/media/FormatMetadata.php', |
518 | 510 | 'GIFHandler' => 'includes/media/GIF.php', |
519 | 511 | 'GIFMetadataExtractor' => 'includes/media/GIFMetadataExtractor.php', |
520 | 512 | 'ImageHandler' => 'includes/media/Generic.php', |
| 513 | + 'IPTC' => 'includes/media/IPTC.php', |
| 514 | + 'JpegHandler' => 'includes/media/Jpeg.php', |
| 515 | + 'JpegMetadataExtractor' => 'includes/media/JpegMetadataExtractor.php', |
521 | 516 | 'MediaHandler' => 'includes/media/Generic.php', |
522 | 517 | 'MediaTransformError' => 'includes/media/MediaTransformOutput.php', |
523 | 518 | 'MediaTransformOutput' => 'includes/media/MediaTransformOutput.php', |
— | — | @@ -524,15 +519,11 @@ |
525 | 520 | 'PNGMetadataExtractor' => 'includes/media/PNGMetadataExtractor.php', |
526 | 521 | 'SvgHandler' => 'includes/media/SVG.php', |
527 | 522 | 'SVGMetadataExtractor' => 'includes/media/SVGMetadataExtractor.php', |
528 | | - 'JpegHandler' => 'includes/media/Jpeg.php', |
529 | | - 'JpegMetadataExtractor' => 'includes/media/JpegMetadataExtractor.php', |
530 | | - 'BitmapMetadataHandler' => 'includes/media/BitmapMetadataHandler.php', |
531 | | - 'IPTC' => 'includes/media/IPTC.php', |
532 | 523 | 'ThumbnailImage' => 'includes/media/MediaTransformOutput.php', |
533 | 524 | 'TiffHandler' => 'includes/media/Tiff.php', |
534 | 525 | 'TransformParameterError' => 'includes/media/MediaTransformOutput.php', |
| 526 | + 'XMPInfo' => 'includes/media/XMPInfo.php', |
535 | 527 | 'XMPReader' => 'includes/media/XMP.php', |
536 | | - 'XMPInfo' => 'includes/media/XMPInfo.php', |
537 | 528 | 'XMPValidate' => 'includes/media/XMPValidate.php', |
538 | 529 | |
539 | 530 | # includes/normal |
— | — | @@ -547,32 +538,40 @@ |
548 | 539 | 'EmptyBagOStuff' => 'includes/objectcache/EmptyBagOStuff.php', |
549 | 540 | 'FakeMemCachedClient' => 'includes/objectcache/EmptyBagOStuff.php', |
550 | 541 | 'HashBagOStuff' => 'includes/objectcache/HashBagOStuff.php', |
551 | | - 'MWMemcached' => 'includes/objectcache/MemcachedClient.php', |
552 | 542 | 'MediaWikiBagOStuff' => 'includes/objectcache/SqlBagOStuff.php', |
553 | 543 | 'MemCachedClientforWiki' => 'includes/objectcache/MemcachedClient.php', |
554 | 544 | 'MemcachedPhpBagOStuff' => 'includes/objectcache/MemcachedPhpBagOStuff.php', |
555 | 545 | 'MultiWriteBagOStuff' => 'includes/objectcache/MultiWriteBagOStuff.php', |
| 546 | + 'MWMemcached' => 'includes/objectcache/MemcachedClient.php', |
556 | 547 | 'ObjectCache' => 'includes/objectcache/ObjectCache.php', |
557 | 548 | 'SqlBagOStuff' => 'includes/objectcache/SqlBagOStuff.php', |
558 | 549 | 'WinCacheBagOStuff' => 'includes/objectcache/WinCacheBagOStuff.php', |
559 | 550 | 'XCacheBagOStuff' => 'includes/objectcache/XCacheBagOStuff.php', |
560 | 551 | |
561 | 552 | # includes/parser |
| 553 | + 'CacheTime' => 'includes/parser/ParserOutput.php', |
562 | 554 | 'CoreLinkFunctions' => 'includes/parser/CoreLinkFunctions.php', |
563 | 555 | 'CoreParserFunctions' => 'includes/parser/CoreParserFunctions.php', |
564 | 556 | 'CoreTagHooks' => 'includes/parser/CoreTagHooks.php', |
565 | 557 | 'DateFormatter' => 'includes/parser/DateFormatter.php', |
566 | 558 | 'LinkHolderArray' => 'includes/parser/LinkHolderArray.php', |
567 | 559 | 'LinkMarkerReplacer' => 'includes/parser/Parser_LinkHooks.php', |
| 560 | + 'MWTidy' => 'includes/parser/Tidy.php', |
| 561 | + 'Parser' => 'includes/parser/Parser.php', |
| 562 | + 'Parser_DiffTest' => 'includes/parser/Parser_DiffTest.php', |
| 563 | + 'Parser_LinkHooks' => 'includes/parser/Parser_LinkHooks.php', |
| 564 | + 'ParserCache' => 'includes/parser/ParserCache.php', |
| 565 | + 'ParserOptions' => 'includes/parser/ParserOptions.php', |
| 566 | + 'ParserOutput' => 'includes/parser/ParserOutput.php', |
| 567 | + 'PPCustomFrame_DOM' => 'includes/parser/Preprocessor_DOM.php', |
568 | 568 | 'PPCustomFrame_Hash' => 'includes/parser/Preprocessor_Hash.php', |
569 | | - 'PPCustomFrame_DOM' => 'includes/parser/Preprocessor_DOM.php', |
570 | 569 | 'PPDAccum_Hash' => 'includes/parser/Preprocessor_Hash.php', |
571 | 570 | 'PPDPart' => 'includes/parser/Preprocessor_DOM.php', |
572 | 571 | 'PPDPart_Hash' => 'includes/parser/Preprocessor_Hash.php', |
573 | 572 | 'PPDStack' => 'includes/parser/Preprocessor_DOM.php', |
| 573 | + 'PPDStack_Hash' => 'includes/parser/Preprocessor_Hash.php', |
574 | 574 | 'PPDStackElement' => 'includes/parser/Preprocessor_DOM.php', |
575 | 575 | 'PPDStackElement_Hash' => 'includes/parser/Preprocessor_Hash.php', |
576 | | - 'PPDStack_Hash' => 'includes/parser/Preprocessor_Hash.php', |
577 | 576 | 'PPFrame' => 'includes/parser/Preprocessor.php', |
578 | 577 | 'PPFrame_DOM' => 'includes/parser/Preprocessor_DOM.php', |
579 | 578 | 'PPFrame_Hash' => 'includes/parser/Preprocessor_Hash.php', |
— | — | @@ -584,17 +583,10 @@ |
585 | 584 | 'PPNode_Hash_Tree' => 'includes/parser/Preprocessor_Hash.php', |
586 | 585 | 'PPTemplateFrame_DOM' => 'includes/parser/Preprocessor_DOM.php', |
587 | 586 | 'PPTemplateFrame_Hash' => 'includes/parser/Preprocessor_Hash.php', |
588 | | - 'Parser' => 'includes/parser/Parser.php', |
589 | | - 'ParserCache' => 'includes/parser/ParserCache.php', |
590 | | - 'ParserOptions' => 'includes/parser/ParserOptions.php', |
591 | | - 'ParserOutput' => 'includes/parser/ParserOutput.php', |
592 | | - 'Parser_DiffTest' => 'includes/parser/Parser_DiffTest.php', |
593 | | - 'Parser_LinkHooks' => 'includes/parser/Parser_LinkHooks.php', |
594 | 587 | 'Preprocessor' => 'includes/parser/Preprocessor.php', |
595 | 588 | 'Preprocessor_DOM' => 'includes/parser/Preprocessor_DOM.php', |
596 | 589 | 'Preprocessor_Hash' => 'includes/parser/Preprocessor_Hash.php', |
597 | 590 | 'StripState' => 'includes/parser/StripState.php', |
598 | | - 'MWTidy' => 'includes/parser/Tidy.php', |
599 | 591 | |
600 | 592 | # includes/profiler |
601 | 593 | 'Profiler' => 'includes/profiler/Profiler.php', |
— | — | @@ -603,12 +595,42 @@ |
604 | 596 | 'ProfilerSimpleUDP' => 'includes/profiler/ProfilerSimpleUDP.php', |
605 | 597 | 'ProfilerStub' => 'includes/profiler/ProfilerStub.php', |
606 | 598 | |
| 599 | + # includes/resourceloader |
| 600 | + 'ResourceLoader' => 'includes/resourceloader/ResourceLoader.php', |
| 601 | + 'ResourceLoaderContext' => 'includes/resourceloader/ResourceLoaderContext.php', |
| 602 | + 'ResourceLoaderFileModule' => 'includes/resourceloader/ResourceLoaderFileModule.php', |
| 603 | + 'ResourceLoaderModule' => 'includes/resourceloader/ResourceLoaderModule.php', |
| 604 | + 'ResourceLoaderNoscriptModule' => 'includes/resourceloader/ResourceLoaderNoscriptModule.php', |
| 605 | + 'ResourceLoaderSiteModule' => 'includes/resourceloader/ResourceLoaderSiteModule.php', |
| 606 | + 'ResourceLoaderStartUpModule' => 'includes/resourceloader/ResourceLoaderStartUpModule.php', |
| 607 | + 'ResourceLoaderUserGroupsModule' => 'includes/resourceloader/ResourceLoaderUserGroupsModule.php', |
| 608 | + 'ResourceLoaderUserModule' => 'includes/resourceloader/ResourceLoaderUserModule.php', |
| 609 | + 'ResourceLoaderUserOptionsModule' => 'includes/resourceloader/ResourceLoaderUserOptionsModule.php', |
| 610 | + 'ResourceLoaderWikiModule' => 'includes/resourceloader/ResourceLoaderWikiModule.php', |
| 611 | + |
| 612 | + # includes/revisiondelete |
| 613 | + 'RevDel_ArchivedFileItem' => 'includes/revisiondelete/RevisionDelete.php', |
| 614 | + 'RevDel_ArchivedFileList' => 'includes/revisiondelete/RevisionDelete.php', |
| 615 | + 'RevDel_ArchiveItem' => 'includes/revisiondelete/RevisionDelete.php', |
| 616 | + 'RevDel_ArchiveList' => 'includes/revisiondelete/RevisionDelete.php', |
| 617 | + 'RevDel_FileItem' => 'includes/revisiondelete/RevisionDelete.php', |
| 618 | + 'RevDel_FileList' => 'includes/revisiondelete/RevisionDelete.php', |
| 619 | + 'RevDel_Item' => 'includes/revisiondelete/RevisionDeleteAbstracts.php', |
| 620 | + 'RevDel_List' => 'includes/revisiondelete/RevisionDeleteAbstracts.php', |
| 621 | + 'RevDel_LogItem' => 'includes/revisiondelete/RevisionDelete.php', |
| 622 | + 'RevDel_LogList' => 'includes/revisiondelete/RevisionDelete.php', |
| 623 | + 'RevDel_RevisionItem' => 'includes/revisiondelete/RevisionDelete.php', |
| 624 | + 'RevDel_RevisionList' => 'includes/revisiondelete/RevisionDelete.php', |
| 625 | + 'RevisionDelete' => 'includes/revisiondelete/RevisionDelete.php', |
| 626 | + 'RevisionDeleter' => 'includes/revisiondelete/RevisionDeleter.php', |
| 627 | + 'RevisionDeleteUser' => 'includes/revisiondelete/RevisionDeleteUser.php', |
| 628 | + |
607 | 629 | # includes/search |
608 | 630 | 'MySQLSearchResultSet' => 'includes/search/SearchMySQL.php', |
609 | 631 | 'PostgresSearchResult' => 'includes/search/SearchPostgres.php', |
610 | 632 | 'PostgresSearchResultSet' => 'includes/search/SearchPostgres.php', |
| 633 | + 'SearchEngine' => 'includes/search/SearchEngine.php', |
611 | 634 | 'SearchEngineDummy' => 'includes/search/SearchEngine.php', |
612 | | - 'SearchEngine' => 'includes/search/SearchEngine.php', |
613 | 635 | 'SearchHighlighter' => 'includes/search/SearchEngine.php', |
614 | 636 | 'SearchIBM_DB2' => 'includes/search/SearchIBM_DB2.php', |
615 | 637 | 'SearchMssql' => 'includes/search/SearchMssql.php', |
— | — | @@ -625,30 +647,25 @@ |
626 | 648 | 'SqlSearchResultSet' => 'includes/search/SearchEngine.php', |
627 | 649 | |
628 | 650 | # includes/specials |
629 | | - 'SpecialAllmessages' => 'includes/specials/SpecialAllmessages.php', |
630 | 651 | 'ActiveUsersPager' => 'includes/specials/SpecialActiveusers.php', |
631 | 652 | 'AllmessagesTablePager' => 'includes/specials/SpecialAllmessages.php', |
632 | 653 | 'AncientPagesPage' => 'includes/specials/SpecialAncientpages.php', |
| 654 | + 'BlockListPager' => 'includes/specials/SpecialBlockList.php', |
633 | 655 | 'BrokenRedirectsPage' => 'includes/specials/SpecialBrokenRedirects.php', |
634 | 656 | 'ContribsPager' => 'includes/specials/SpecialContributions.php', |
635 | 657 | 'DBLockForm' => 'includes/specials/SpecialLockdb.php', |
636 | 658 | 'DBUnlockForm' => 'includes/specials/SpecialUnlockdb.php', |
637 | 659 | 'DeadendPagesPage' => 'includes/specials/SpecialDeadendpages.php', |
| 660 | + 'DeletedContribsPager' => 'includes/specials/SpecialDeletedContributions.php', |
638 | 661 | 'DeletedContributionsPage' => 'includes/specials/SpecialDeletedContributions.php', |
639 | | - 'DeletedContribsPager' => 'includes/specials/SpecialDeletedContributions.php', |
640 | 662 | 'DisambiguationsPage' => 'includes/specials/SpecialDisambiguations.php', |
641 | 663 | 'DoubleRedirectsPage' => 'includes/specials/SpecialDoubleRedirects.php', |
642 | 664 | 'EmailConfirmation' => 'includes/specials/SpecialConfirmemail.php', |
643 | 665 | 'EmailInvalidation' => 'includes/specials/SpecialConfirmemail.php', |
644 | | - 'SpecialEmailUser' => 'includes/specials/SpecialEmailuser.php', |
645 | 666 | 'FewestrevisionsPage' => 'includes/specials/SpecialFewestrevisions.php', |
646 | 667 | 'FileDuplicateSearchPage' => 'includes/specials/SpecialFileDuplicateSearch.php', |
| 668 | + 'ImportReporter' => 'includes/specials/SpecialImport.php', |
647 | 669 | 'IPBlockForm' => 'includes/specials/SpecialBlock.php', |
648 | | - 'BlockListPager' => 'includes/specials/SpecialBlockList.php', |
649 | | - 'SpecialBlockList' => 'includes/specials/SpecialBlockList.php', |
650 | | - 'ImportReporter' => 'includes/specials/SpecialImport.php', |
651 | | - 'ImportStreamSource' => 'includes/Import.php', |
652 | | - 'ImportStringSource' => 'includes/Import.php', |
653 | 670 | 'LinkSearchPage' => 'includes/specials/SpecialLinkSearch.php', |
654 | 671 | 'ListredirectsPage' => 'includes/specials/SpecialListredirects.php', |
655 | 672 | 'LoginForm' => 'includes/specials/SpecialUserlogin.php', |
— | — | @@ -662,39 +679,25 @@ |
663 | 680 | 'MostlinkedTemplatesPage' => 'includes/specials/SpecialMostlinkedtemplates.php', |
664 | 681 | 'MostrevisionsPage' => 'includes/specials/SpecialMostrevisions.php', |
665 | 682 | 'MovePageForm' => 'includes/specials/SpecialMovepage.php', |
666 | | - 'SpecialNewpages' => 'includes/specials/SpecialNewpages.php', |
667 | | - 'SpecialContributions' => 'includes/specials/SpecialContributions.php', |
668 | 683 | 'NewPagesPager' => 'includes/specials/SpecialNewpages.php', |
669 | 684 | 'PageArchive' => 'includes/specials/SpecialUndelete.php', |
670 | | - 'SpecialChangePassword' => 'includes/specials/SpecialChangePassword.php', |
671 | 685 | 'PopularPagesPage' => 'includes/specials/SpecialPopularpages.php', |
672 | | - 'PreferencesForm' => 'includes/Preferences.php', |
673 | 686 | 'RandomPage' => 'includes/specials/SpecialRandompage.php', |
674 | | - 'SpecialRevisionDelete' => 'includes/specials/SpecialRevisiondelete.php', |
675 | | - 'RevisionDeleter' => 'includes/revisiondelete/RevisionDeleter.php', |
676 | | - 'RevisionDeleteUser' => 'includes/revisiondelete/RevisionDeleteUser.php', |
677 | | - 'RevDel_List' => 'includes/revisiondelete/RevisionDeleteAbstracts.php', |
678 | | - 'RevDel_Item' => 'includes/revisiondelete/RevisionDeleteAbstracts.php', |
679 | | - 'RevDel_RevisionList' => 'includes/revisiondelete/RevisionDelete.php', |
680 | | - 'RevDel_RevisionItem' => 'includes/revisiondelete/RevisionDelete.php', |
681 | | - 'RevDel_ArchiveList' => 'includes/revisiondelete/RevisionDelete.php', |
682 | | - 'RevDel_ArchiveItem' => 'includes/revisiondelete/RevisionDelete.php', |
683 | | - 'RevDel_FileList' => 'includes/revisiondelete/RevisionDelete.php', |
684 | | - 'RevDel_FileItem' => 'includes/revisiondelete/RevisionDelete.php', |
685 | | - 'RevDel_ArchivedFileList' => 'includes/revisiondelete/RevisionDelete.php', |
686 | | - 'RevDel_ArchivedFileItem' => 'includes/revisiondelete/RevisionDelete.php', |
687 | | - 'RevDel_LogList' => 'includes/revisiondelete/RevisionDelete.php', |
688 | | - 'RevDel_LogItem' => 'includes/revisiondelete/RevisionDelete.php', |
689 | 687 | 'ShortPagesPage' => 'includes/specials/SpecialShortpages.php', |
690 | 688 | 'SpecialActiveUsers' => 'includes/specials/SpecialActiveusers.php', |
| 689 | + 'SpecialAllmessages' => 'includes/specials/SpecialAllmessages.php', |
691 | 690 | 'SpecialAllpages' => 'includes/specials/SpecialAllpages.php', |
692 | 691 | 'SpecialBlankpage' => 'includes/specials/SpecialBlankpage.php', |
693 | 692 | 'SpecialBlock' => 'includes/specials/SpecialBlock.php', |
| 693 | + 'SpecialBlockList' => 'includes/specials/SpecialBlockList.php', |
694 | 694 | 'SpecialBlockme' => 'includes/specials/SpecialBlockme.php', |
695 | 695 | 'SpecialBookSources' => 'includes/specials/SpecialBooksources.php', |
696 | 696 | 'SpecialCategories' => 'includes/specials/SpecialCategories.php', |
| 697 | + 'SpecialChangePassword' => 'includes/specials/SpecialChangePassword.php', |
697 | 698 | 'SpecialComparePages' => 'includes/specials/SpecialComparePages.php', |
| 699 | + 'SpecialContributions' => 'includes/specials/SpecialContributions.php', |
698 | 700 | 'SpecialEditWatchlist' => 'includes/specials/SpecialEditWatchlist.php', |
| 701 | + 'SpecialEmailUser' => 'includes/specials/SpecialEmailuser.php', |
699 | 702 | 'SpecialExport' => 'includes/specials/SpecialExport.php', |
700 | 703 | 'SpecialFilepath' => 'includes/specials/SpecialFilepath.php', |
701 | 704 | 'SpecialImport' => 'includes/specials/SpecialImport.php', |
— | — | @@ -706,6 +709,7 @@ |
707 | 710 | 'SpecialMergeHistory' => 'includes/specials/SpecialMergeHistory.php', |
708 | 711 | 'SpecialMostlinkedtemplates' => 'includes/specials/SpecialMostlinkedtemplates.php', |
709 | 712 | 'SpecialNewFiles' => 'includes/specials/SpecialNewimages.php', |
| 713 | + 'SpecialNewpages' => 'includes/specials/SpecialNewpages.php', |
710 | 714 | 'SpecialPreferences' => 'includes/specials/SpecialPreferences.php', |
711 | 715 | 'SpecialPrefixindex' => 'includes/specials/SpecialPrefixindex.php', |
712 | 716 | 'SpecialProtectedpages' => 'includes/specials/SpecialProtectedpages.php', |
— | — | @@ -713,14 +717,16 @@ |
714 | 718 | 'SpecialRandomredirect' => 'includes/specials/SpecialRandomredirect.php', |
715 | 719 | 'SpecialRecentChanges' => 'includes/specials/SpecialRecentchanges.php', |
716 | 720 | 'SpecialRecentchangeslinked' => 'includes/specials/SpecialRecentchangeslinked.php', |
| 721 | + 'SpecialRevisionDelete' => 'includes/specials/SpecialRevisiondelete.php', |
717 | 722 | 'SpecialSearch' => 'includes/specials/SpecialSearch.php', |
718 | | - 'SpecialUploadStash' => 'includes/specials/SpecialUploadStash.php', |
719 | 723 | 'SpecialSpecialpages' => 'includes/specials/SpecialSpecialpages.php', |
720 | 724 | 'SpecialStatistics' => 'includes/specials/SpecialStatistics.php', |
721 | 725 | 'SpecialTags' => 'includes/specials/SpecialTags.php', |
722 | 726 | 'SpecialUnblock' => 'includes/specials/SpecialUnblock.php', |
| 727 | + 'SpecialUndelete' => 'includes/specials/SpecialUndelete.php', |
723 | 728 | 'SpecialUnlockdb' => 'includes/specials/SpecialUnlockdb.php', |
724 | 729 | 'SpecialUpload' => 'includes/specials/SpecialUpload.php', |
| 730 | + 'SpecialUploadStash' => 'includes/specials/SpecialUploadStash.php', |
725 | 731 | 'SpecialUserlogout' => 'includes/specials/SpecialUserlogout.php', |
726 | 732 | 'SpecialVersion' => 'includes/specials/SpecialVersion.php', |
727 | 733 | 'SpecialWatchlist' => 'includes/specials/SpecialWatchlist.php', |
— | — | @@ -729,7 +735,6 @@ |
730 | 736 | 'UncategorizedImagesPage' => 'includes/specials/SpecialUncategorizedimages.php', |
731 | 737 | 'UncategorizedPagesPage' => 'includes/specials/SpecialUncategorizedpages.php', |
732 | 738 | 'UncategorizedTemplatesPage' => 'includes/specials/SpecialUncategorizedtemplates.php', |
733 | | - 'SpecialUndelete' => 'includes/specials/SpecialUndelete.php', |
734 | 739 | 'UnusedCategoriesPage' => 'includes/specials/SpecialUnusedcategories.php', |
735 | 740 | 'UnusedimagesPage' => 'includes/specials/SpecialUnusedimages.php', |
736 | 741 | 'UnusedtemplatesPage' => 'includes/specials/SpecialUnusedtemplates.php', |
— | — | @@ -742,8 +747,7 @@ |
743 | 748 | 'WantedFilesPage' => 'includes/specials/SpecialWantedfiles.php', |
744 | 749 | 'WantedPagesPage' => 'includes/specials/SpecialWantedpages.php', |
745 | 750 | 'WantedTemplatesPage' => 'includes/specials/SpecialWantedtemplates.php', |
746 | | - 'WikiImporter' => 'includes/Import.php', |
747 | | - 'WikiRevision' => 'includes/Import.php', |
| 751 | + 'WatchlistEditor' => 'includes/specials/SpecialEditWatchlist.php', |
748 | 752 | 'WithoutInterwikiPage' => 'includes/specials/SpecialWithoutinterwiki.php', |
749 | 753 | |
750 | 754 | # includes/templates |
— | — | @@ -752,21 +756,21 @@ |
753 | 757 | |
754 | 758 | # includes/upload |
755 | 759 | 'UploadBase' => 'includes/upload/UploadBase.php', |
| 760 | + 'UploadFromFile' => 'includes/upload/UploadFromFile.php', |
756 | 761 | 'UploadFromStash' => 'includes/upload/UploadFromStash.php', |
757 | | - 'UploadFromFile' => 'includes/upload/UploadFromFile.php', |
758 | 762 | 'UploadFromUrl' => 'includes/upload/UploadFromUrl.php', |
759 | 763 | 'UploadStash' => 'includes/upload/UploadStash.php', |
760 | | - 'UploadStashFile' => 'includes/upload/UploadStash.php', |
761 | | - 'UploadStashNotAvailableException' => 'includes/upload/UploadStash.php', |
762 | | - 'UploadStashFileNotFoundException' => 'includes/upload/UploadStash.php', |
763 | 764 | 'UploadStashBadPathException' => 'includes/upload/UploadStash.php', |
764 | 765 | 'UploadStashBadVersionException' => 'includes/upload/UploadStash.php', |
| 766 | + 'UploadStashFile' => 'includes/upload/UploadStash.php', |
765 | 767 | 'UploadStashFileException' => 'includes/upload/UploadStash.php', |
| 768 | + 'UploadStashFileNotFoundException' => 'includes/upload/UploadStash.php', |
| 769 | + 'UploadStashNotAvailableException' => 'includes/upload/UploadStash.php', |
766 | 770 | 'UploadStashZeroLengthFileException' => 'includes/upload/UploadStash.php', |
767 | 771 | |
768 | 772 | # languages |
| 773 | + 'FakeConverter' => 'languages/Language.php', |
769 | 774 | 'Language' => 'languages/Language.php', |
770 | | - 'FakeConverter' => 'languages/Language.php', |
771 | 775 | 'LanguageConverter' => 'languages/LanguageConverter.php', |
772 | 776 | |
773 | 777 | # maintenance |