r86896 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86895‎ | r86896 | r86897 >
Date:20:47, 25 April 2011
Author:reedy
Status:deferred
Tags:
Comment:
iwtransclusion/phase3: MFT 80000-81000
Modified paths:
  • /branches/iwtransclusion/phase3 (modified) (history)
  • /branches/iwtransclusion/phase3/HISTORY (modified) (history)
  • /branches/iwtransclusion/phase3/RELEASE-NOTES (modified) (history)
  • /branches/iwtransclusion/phase3/config/index.php (modified) (history)
  • /branches/iwtransclusion/phase3/docs/hooks.txt (modified) (history)
  • /branches/iwtransclusion/phase3/docs/maintenance.txt (modified) (history)
  • /branches/iwtransclusion/phase3/includes (modified) (history)
  • /branches/iwtransclusion/phase3/includes/Article.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/AutoLoader.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/CategoryPage.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/ChangeTags.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/ChangesList.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/Collation.php (added) (history)
  • /branches/iwtransclusion/phase3/includes/ConfEditor.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/DefaultSettings.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/EditPage.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/ExternalEdit.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/Feed.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/GlobalFunctions.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/HTMLForm.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/HistoryPage.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/Hooks.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/Html.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/ImagePage.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/ImportXMLReader.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/Interwiki.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/Licenses.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/Linker.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/LinksUpdate.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/LogPage.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/Message.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/MessageCache.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/Namespace.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/OutputPage.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/Preferences.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/ProtectionForm.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/RawPage.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/Setup.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/Skin.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/SkinTemplate.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/SpecialPage.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/Title.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/User.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/Xml.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/ZhConversion.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/api (modified) (history)
  • /branches/iwtransclusion/phase3/includes/api/ApiPageSet.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/api/ApiParamInfo.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/api/ApiQuery.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/api/ApiQueryAllimages.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/api/ApiQueryCategoryMembers.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/api/ApiQueryImageInfo.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/api/ApiQuerySiteinfo.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/api/ApiQueryStashImageInfo.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/api/ApiUpload.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/db/Database.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/db/DatabaseIbm_db2.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/db/DatabaseMssql.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/db/DatabaseMysql.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/db/DatabaseOracle.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/db/DatabasePostgres.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/db/DatabaseSqlite.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/db/LBFactory.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/db/LBFactory_Single.php (added) (history)
  • /branches/iwtransclusion/phase3/includes/db/LoadBalancer.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/diff/WikiDiff.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/extauth/MediaWiki.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/filerepo/File.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/filerepo/FileRepo.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/filerepo/ForeignAPIRepo.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/filerepo/ForeignDBRepo.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/filerepo/RepoGroup.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/installer/CliInstaller.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/installer/CoreInstaller.php (deleted) (history)
  • /branches/iwtransclusion/phase3/includes/installer/DatabaseInstaller.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/installer/DatabaseUpdater.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/installer/Installer.i18n.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/installer/Installer.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/installer/MysqlInstaller.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/installer/OracleInstaller.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/installer/PostgresInstaller.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/installer/SqliteInstaller.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/installer/WebInstaller.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/installer/WebInstallerPage.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/json/Services_JSON.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/libs/JSMin.php (deleted) (history)
  • /branches/iwtransclusion/phase3/includes/libs/JavaScriptDistiller.php (added) (history)
  • /branches/iwtransclusion/phase3/includes/media/Bitmap.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/parser/CoreParserFunctions.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/parser/LinkHolderArray.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/parser/Parser.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/parser/ParserOptions.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/parser/Preprocessor_DOM.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/parser/Preprocessor_Hash.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/resourceloader/ResourceLoader.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/resourceloader/ResourceLoaderStartUpModule.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/resourceloader/ResourceLoaderUserOptionsModule.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/search/SearchMySQL.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/search/SearchPostgres.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/specials (modified) (history)
  • /branches/iwtransclusion/phase3/includes/specials/SpecialAllpages.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/specials/SpecialContributions.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/specials/SpecialDeletedContributions.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/specials/SpecialFilepath.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/specials/SpecialListgrouprights.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/specials/SpecialSearch.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/specials/SpecialStatistics.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/specials/SpecialTags.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/specials/SpecialUpload.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/specials/SpecialUploadStash.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/specials/SpecialUserlogin.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/specials/SpecialVersion.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/specials/SpecialWhatlinkshere.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/templates/Userlogin.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/upload/UploadBase.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/upload/UploadFromFile.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/upload/UploadStash.php (modified) (history)
  • /branches/iwtransclusion/phase3/includes/zhtable/toSimp.manual (modified) (history)
  • /branches/iwtransclusion/phase3/includes/zhtable/toTrad.manual (modified) (history)
  • /branches/iwtransclusion/phase3/includes/zhtable/tradphrases.manual (modified) (history)
  • /branches/iwtransclusion/phase3/includes/zhtable/tradphrases_exclude.manual (modified) (history)
  • /branches/iwtransclusion/phase3/languages/Language.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/LanguageConverter.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesAce.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesAf.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesAln.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesAm.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesAn.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesAng.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesAr.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesArc.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesAry.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesArz.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesAs.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesAst.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesAvk.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesAz.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesBa.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesBar.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesBcc.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesBcl.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesBe.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesBe_tarask.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesBg.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesBh.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesBjn.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesBn.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesBo.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesBpy.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesBqi.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesBr.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesBs.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesCa.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesCe.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesCeb.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesCh.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesCkb.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesCps.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesCrh_cyrl.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesCrh_latn.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesCs.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesCsb.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesCu.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesCv.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesCy.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesDa.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesDe.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesDe_ch.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesDe_formal.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesDiq.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesDsb.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesDz.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesEl.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesEo.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesEs.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesEt.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesEu.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesExt.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesFi.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesFo.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesFr.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesFrp.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesFrr.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesFur.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesFy.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesGa.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesGag.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesGan_hans.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesGan_hant.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesGd.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesGl.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesGn.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesGrc.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesGsw.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesGu.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesGv.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesHa.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesHak.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesHaw.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesHe.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesHi.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesHif_latn.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesHil.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesHr.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesHsb.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesHt.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesHu.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesHy.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesIa.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesId.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesIg.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesIlo.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesIs.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesIt.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesJa.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesJut.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesJv.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesKa.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesKaa.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesKab.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesKbd_cyrl.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesKiu.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesKk_arab.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesKk_cyrl.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesKk_latn.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesKm.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesKn.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesKo.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesKoi.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesKrc.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesKsh.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesKu_arab.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesKu_latn.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesKw.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesLa.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesLad.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesLb.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesLfn.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesLg.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesLi.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesLij.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesLmo.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesLo.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesLoz.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesLt.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesLtg.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesLv.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesLzh.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesLzz.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesMdf.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesMg.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesMhr.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesMin.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesMk.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesMl.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesMn.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesMo.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesMr.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesMrj.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesMs.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesMt.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesMwl.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesMy.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesMyv.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesMzn.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesNah.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesNds.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesNds_nl.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesNe.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesNl.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesNl_informal.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesNo.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesNso.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesOc.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesPa.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesPam.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesPcd.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesPdc.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesPfl.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesPl.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesPms.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesPnb.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesPnt.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesPrg.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesPs.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesPt.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesPt_br.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesQqq.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesQu.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesRgn.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesRif.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesRm.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesRo.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesRoa_tara.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesRu.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesRue.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSa.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSah.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSc.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesScn.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSco.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSd.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSdc.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSgs.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSh.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesShi.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSi.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSk.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSl.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSli.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSma.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSq.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSr.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSr_ec.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSr_el.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSrn.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesStq.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSu.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSv.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSw.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesSzl.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesTa.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesTcy.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesTe.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesTg_cyrl.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesTg_latn.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesTh.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesTk.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesTl.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesTr.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesTt_cyrl.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesTt_latn.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesUg_arab.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesUk.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesUz.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesVec.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesVep.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesVi.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesVmf.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesVo.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesVot.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesVro.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesWa.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesWar.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesWo.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesWuu.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesXal.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesXmf.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesYi.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesYo.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesYue.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesZh.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesZh_hans.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesZh_hant.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesZh_hk.php (modified) (history)
  • /branches/iwtransclusion/phase3/languages/messages/MessagesZh_tw.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/Maintenance.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/addwiki.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/attachLatest.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/benchmarks/bench_HTTP_HTTPS.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/benchmarks/bench_if_switch.php (added) (history)
  • /branches/iwtransclusion/phase3/maintenance/benchmarks/bench_strtr_str_replace.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/benchmarks/bench_wfIsWindows.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/benchmarks/benchmarkPurge.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/changePassword.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/checkAutoLoader.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/checkBadRedirects.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/checkImages.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/checkSyntax.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/checkUsernames.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/cleanupCaps.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/cleanupImages.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/cleanupRemovedModules.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/cleanupSpam.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/cleanupTable.inc (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/cleanupTitles.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/cleanupWatchlist.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/clear_interwiki_cache.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/clear_stats.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/commandLine.inc (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/compareParsers.php (added) (history)
  • /branches/iwtransclusion/phase3/maintenance/convertLinks.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/convertUserOptions.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/createAndPromote.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/deleteArchivedFiles.inc (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/deleteArchivedFiles.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/deleteArchivedRevisions.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/deleteBatch.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/deleteDefaultMessages.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/deleteImageMemcached.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/deleteOldRevisions.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/deleteOrphanedRevisions.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/deleteRevision.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/deleteSelfExternals.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/doMaintenance.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/dumpInterwiki.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/dumpLinks.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/dumpSisterSites.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/dumpUploads.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/edit.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/fetchText.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/findhooks.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/fixSlaveDesync.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/fixTimestamps.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/fixUserRegistration.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/generateSitemap.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/getLagTimes.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/getSlaveServer.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/getText.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/httpSessionDownload.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/importUseModWikipedia.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/initEditCount.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/initStats.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/install.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/lag.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/language/alltrans.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/language/countMessages.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/language/date-formats.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/language/digit2html.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/language/dumpMessages.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/language/generateCollationData.php (added) (history)
  • /branches/iwtransclusion/phase3/maintenance/language/generateNormalizerData.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/language/lang2po.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/language/langmemusage.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/language/messageTypes.inc (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/language/messages.inc (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/mctest.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/mergeMessageFileList.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/migrateUserGroup.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/minify.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/moveBatch.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/namespaceDupes.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/nextJobDB.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/nukeNS.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/nukePage.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/orphans.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/patchSql.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/populateCategory.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/populateLogSearch.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/populateLogUsertext.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/populateParentId.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/populateRevisionLength.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/populateSha1.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/postgres/tables.sql (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/preprocessDump.php (added) (history)
  • /branches/iwtransclusion/phase3/maintenance/protect.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/purgeList.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/purgeOldText.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/reassignEdits.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/rebuildFileCache.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/rebuildImages.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/rebuildInterwiki.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/rebuildLocalisationCache.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/rebuildall.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/rebuildmessages.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/rebuildrecentchanges.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/rebuildtextindex.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/refreshImageCount.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/refreshLinks.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/removeUnusedAccounts.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/renameDbPrefix.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/renamewiki.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/renderDump.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/rollbackEdits.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/runBatchedQuery.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/runJobs.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/showJobs.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/showStats.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/sql.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/sqlite.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/storage/dumpRev.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/storage/fixBug20757.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/storage/orphanStats.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/storage/storageTypeStats.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/tables.sql (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/undelete.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/update.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/updateArticleCount.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/updateCollation.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/updateDoubleWidthSearch.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/updateRestrictions.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/updateSearchIndex.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/updateSpecialPages.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/upgrade1_5.php (modified) (history)
  • /branches/iwtransclusion/phase3/maintenance/waitForSlave.php (modified) (history)
  • /branches/iwtransclusion/phase3/resources/jquery/jquery.client.js (modified) (history)
  • /branches/iwtransclusion/phase3/resources/jquery/jquery.form.js (added) (history)
  • /branches/iwtransclusion/phase3/resources/jquery/jquery.localize.js (modified) (history)
  • /branches/iwtransclusion/phase3/resources/jquery/jquery.placeholder.js (modified) (history)
  • /branches/iwtransclusion/phase3/resources/jquery/jquery.suggestions.css (modified) (history)
  • /branches/iwtransclusion/phase3/resources/jquery/jquery.textSelection.js (modified) (history)
  • /branches/iwtransclusion/phase3/resources/mediawiki.action/mediawiki.action.edit.js (added) (history)
  • /branches/iwtransclusion/phase3/resources/mediawiki.special/mediawiki.special.upload.js (modified) (history)
  • /branches/iwtransclusion/phase3/resources/mediawiki.util/mediawiki.util.jpegmeta.js (added) (history)
  • /branches/iwtransclusion/phase3/resources/mediawiki.util/mediawiki.util.js (modified) (history)
  • /branches/iwtransclusion/phase3/resources/mediawiki.util/mediawiki.util.test.js (modified) (history)
  • /branches/iwtransclusion/phase3/resources/mediawiki/mediawiki.js (modified) (history)
  • /branches/iwtransclusion/phase3/serialized/first-letters-root.ser (added) (history)
  • /branches/iwtransclusion/phase3/skins/Chick.php (modified) (history)
  • /branches/iwtransclusion/phase3/skins/CologneBlue.php (modified) (history)
  • /branches/iwtransclusion/phase3/skins/Modern.php (modified) (history)
  • /branches/iwtransclusion/phase3/skins/Nostalgia.php (modified) (history)
  • /branches/iwtransclusion/phase3/skins/Simple.php (modified) (history)
  • /branches/iwtransclusion/phase3/skins/Standard.php (modified) (history)
  • /branches/iwtransclusion/phase3/skins/Vector.php (modified) (history)
  • /branches/iwtransclusion/phase3/skins/common/cologneblue.css (modified) (history)
  • /branches/iwtransclusion/phase3/skins/common/commonPrint.css (modified) (history)
  • /branches/iwtransclusion/phase3/skins/common/common_rtl.css (deleted) (history)
  • /branches/iwtransclusion/phase3/skins/common/config.css (modified) (history)
  • /branches/iwtransclusion/phase3/skins/common/diff.css (modified) (history)
  • /branches/iwtransclusion/phase3/skins/common/edit.js (modified) (history)
  • /branches/iwtransclusion/phase3/skins/common/nostalgia.css (modified) (history)
  • /branches/iwtransclusion/phase3/skins/common/oldshared.css (modified) (history)
  • /branches/iwtransclusion/phase3/skins/common/quickbar-right.css (deleted) (history)
  • /branches/iwtransclusion/phase3/skins/common/quickbar.css (deleted) (history)
  • /branches/iwtransclusion/phase3/skins/common/shared.css (modified) (history)
  • /branches/iwtransclusion/phase3/skins/modern/main.css (modified) (history)
  • /branches/iwtransclusion/phase3/skins/modern/rtl.css (deleted) (history)
  • /branches/iwtransclusion/phase3/skins/monobook/main.css (modified) (history)
  • /branches/iwtransclusion/phase3/skins/simple/rtl.css (deleted) (history)
  • /branches/iwtransclusion/phase3/skins/vector/images/arrow-down-icon.png (modified) (history)
  • /branches/iwtransclusion/phase3/skins/vector/images/watch-icons.png (modified) (history)
  • /branches/iwtransclusion/phase3/skins/vector/screen.css (modified) (history)
  • /branches/iwtransclusion/phase3/tests/RunSeleniumTests.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/parser/parserTest.inc (modified) (history)
  • /branches/iwtransclusion/phase3/tests/parser/parserTests.txt (modified) (history)
  • /branches/iwtransclusion/phase3/tests/parser/preprocess (added) (history)
  • /branches/iwtransclusion/phase3/tests/parser/preprocess/Fundraising.expected (added) (history)
  • /branches/iwtransclusion/phase3/tests/parser/preprocess/Fundraising.txt (added) (history)
  • /branches/iwtransclusion/phase3/tests/phpunit/Makefile (modified) (history)
  • /branches/iwtransclusion/phase3/tests/phpunit/MediaWikiTestCase.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/phpunit/bootstrap.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/phpunit/includes/ExtraParserTest.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/phpunit/includes/HooksTest.php (added) (history)
  • /branches/iwtransclusion/phase3/tests/phpunit/includes/UploadTest.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/phpunit/includes/UserIsValidEmailAddrTest.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/phpunit/includes/api/ApiUploadTest.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/phpunit/includes/api/RandomImageGenerator.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/phpunit/includes/api/format/ApiFormatPhpTest.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/phpunit/includes/api/generateRandomImages.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/phpunit/includes/parser/PreprocessorTest.php (added) (history)
  • /branches/iwtransclusion/phase3/tests/phpunit/includes/parser/TagHooks.php (added) (history)
  • /branches/iwtransclusion/phase3/tests/phpunit/phpunit.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/selenium/installer/MediaWikiButtonsAvailabilityTestCase.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/selenium/installer/MediaWikiDifferentDatabaseAccountTestCase.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/selenium/installer/MediaWikiDifferntDatabasePrefixTestCase.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/selenium/installer/MediaWikiErrorsConnectToDatabasePageTestCase.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/selenium/installer/MediaWikiErrorsNamepageTestCase.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/selenium/installer/MediaWikiHelpFieldHintTestCase.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/selenium/installer/MediaWikiInstallationCommonFunction.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/selenium/installer/MediaWikiInstallationConfig.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/selenium/installer/MediaWikiInstallationMessage.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/selenium/installer/MediaWikiInstallationVariables.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/selenium/installer/MediaWikiInstallerTestSuite.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/selenium/installer/MediaWikiMySQLDataBaseTestCase.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/selenium/installer/MediaWikiMySQLiteDataBaseTestCase.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/selenium/installer/MediaWikiOnAlreadyInstalledTestCase.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/selenium/installer/MediaWikiRestartInstallationTestCase.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/selenium/installer/MediaWikiRightFrameworkLinksTestCase.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/selenium/installer/MediaWikiUpgradeExistingDatabaseTestCase.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/selenium/installer/MediaWikiUserInterfaceTestCase.php (modified) (history)
  • /branches/iwtransclusion/phase3/tests/selenium/installer/README.txt (modified) (history)

Status & tagging log