Initial stab at responsive images for screen densities.
[lhc/web/wiklou.git] / includes /
2012-10-11 Brion VibberInitial stab at responsive images for screen densities.
2012-10-11 Aaron SchulzMerge "Prefix new ContentHandler hooks in WikiPage...
2012-10-11 Aaron SchulzMerge "Allow ORMTable to access a foreign wiki."
2012-10-11 Siebrand MazelandPrefix new ContentHandler hooks in WikiPage with Page...
2012-10-11 DemonMerge "fix typoed in EditPage->mPreloadContent"
2012-10-11 DemonMerge "introducing MW_SUPPORTS_CONTENTHANDLER for fun...
2012-10-11 danielAllow ORMTable to access a foreign wiki.
2012-10-11 danielfix typoed in EditPage->mPreloadContent
2012-10-11 danielintroducing MW_SUPPORTS_CONTENTHANDLER for fun and...
2012-10-11 auderemove exception, introduced with content handler merge
2012-10-11 ReedyMerge "Tidy up InfoAction and note it's hook in docs...
2012-10-11 Tim StarlingMerge "Fix creation of pages in the MediaWiki namespace."
2012-10-11 LiangentShow redirects correctly on diff pages.
2012-10-11 Jakub Vrana(bug 40899) Cache resources for anonymous users
2012-10-11 Alex MonkTidy up InfoAction and note it's hook in docs/hooks.txt
2012-10-10 Aaron SchulzAvoid fatals for bad filenames given for chunk uploads.
2012-10-10 Aaron SchulzMerge "(bug 16020) Fix race condition in User::addToDat...
2012-10-10 SiebrandMerge "Convert -{}- markups in title="" and alt=""."
2012-10-10 LiangentStop expanding search term in <title> of the search...
2012-10-10 LiangentDisplay converted namespace names in Html::namespaceSel...
2012-10-10 LiangentCheck headers for default variant when initializing...
2012-10-09 KrinkleMerge "Update jQuery to 1.8.2"
2012-10-09 GWickeMerge "Updated/added include/template tests to reflect...
2012-10-09 CSteippMerge "(bug 40789) Fixed $wgSecureLogin after-login...
2012-10-09 Trevor ParscalMerge "(bug 40834) mw.loader: Fix comma-joined 404...
2012-10-09 IAlexMerge "Fix flush-like commit in DeferredUpdates."
2012-10-09 IAlexMerge "Removed READ_LATEST default from Revision::newFr...
2012-10-09 DemonMerge "[FileBackend] Tweaked TempFSFile::bind() to...
2012-10-09 danielFix flush-like commit in DeferredUpdates.
2012-10-09 SiebrandMerge "Report legacy hook handlers."
2012-10-09 danielFix creation of pages in the MediaWiki namespace.
2012-10-09 danielFix merge artifact in Article::showCssOrJsPage.
2012-10-09 danielReport legacy hook handlers.
2012-10-09 SiebrandMerge "Silenice trx warnings from LoadBalancer."
2012-10-09 danielSilenice trx warnings from LoadBalancer.
2012-10-09 IAlexMerge "Remove unused variables."
2012-10-09 IAlexMerge "Replace deprecated call."
2012-10-09 Siebrand MazelandRemove unused variables.
2012-10-09 Siebrand MazelandReplace deprecated call.
2012-10-09 Siebrand MazelandUpdate docs for return and exception info
2012-10-09 SiebrandMerge "Merge branch 'Wikidata' into master."
2012-10-09 danielMerge branch 'Wikidata' into master.
2012-10-09 SiebrandMerge "Removed useless $title parameter to InfoAction...
2012-10-09 SiebrandMerge "Use parseAsBlock() instead of parse() to show...
2012-10-09 Alexandre EmsenhuberRemoved useless $title parameter to InfoAction::pageInfo()
2012-10-09 umherirrenderAvoid direct access to $wgGroupPermissions
2012-10-09 SiebrandMerge "Add version number to deprecated setting"
2012-10-09 SiebrandMerge changes I9d2b148e,Iccf6ea81
2012-10-09 umherirrenderAdd version number to deprecated setting
2012-10-09 Aaron SchulzMerge "Disable transaction warnings for automatic trx."
2012-10-09 Aaron SchulzMerge "Deprecate $wgSharedDB"
2012-10-09 Timo TijhofClean and repair many phpunit tests (+ fix implied...
2012-10-08 Tim Starling(bug 16020) Fix race condition in User::addToDatabase()
2012-10-08 Niklas LaxströmAdd parameters to LanguageQqx-generated messages.
2012-10-08 ReedyMerge "Update version to 1.21."
2012-10-08 Siebrand MazelandUpdate version to 1.21.
2012-10-08 danielCleanup of Wikidata branch.
2012-10-08 NikerabbitMerge "Phase out tests/jasmine; Update mediawiki i18n...
2012-10-08 IAlexMerge "Fix typo in comment."
2012-10-08 Siebrand MazelandFix typo in comment.
2012-10-08 ReedyMerge "Fix behavior of Hooks class."
2012-10-08 danielFix usage of deprecated ArticleSaveComplete hook in...
2012-10-08 danielmerge latest master into Wikidata branch
2012-10-08 danielDisable transaction warnings for automatic trx.
2012-10-08 danielFix behavior of Hooks class.
2012-10-08 danielMerge "fix merge of Iec98e472" into Wikidata
2012-10-08 danielMerge "Prevent page moved to different content model...
2012-10-08 danielMerge "Use ContentHandler as a factory for recirects...
2012-10-08 danielMerge "Make runLegacyHooks work around bug in Hooks...
2012-10-08 IAlexMerge "Remove some unused local variables."
2012-10-08 IAlexMerge "Fix issue with link in history line for revs...
2012-10-08 Tim StarlingDeprecate $wgSharedDB
2012-10-08 Siebrand MazelandRemove some unused local variables.
2012-10-07 Siebrand MazelandFix issue with link in history line for revs hidden...
2012-10-07 ReedyMerge "(bug 40820) Revert my changes to includes/action...
2012-10-07 umherirrenderSimplify code for usertools in RollbackAction
2012-10-07 Tyler Anthony Romeo(bug 40789) Fixed $wgSecureLogin after-login redirect.
2012-10-07 Alex Monk(bug 40820) Revert my changes to includes/actions/Credi...
2012-10-07 IAlexMerge "pass user object for delete/undelete/filerevert...
2012-10-07 IAlexMerge "Remove obsolete comment."
2012-10-07 IAlexMerge "Add userToolLinks to action=info"
2012-10-07 Aaron Schulz[FileBackend] Removed pointless container process cache...
2012-10-06 umherirrenderAdd userToolLinks to action=info
2012-10-06 SiebrandMerge "(bug 23222) The "login again" link on Special...
2012-10-06 SiebrandMerge "Fix behaviour of namespaceSelector to match...
2012-10-06 SiebrandMerge "(bug 38559) Add hook to info action to allow...
2012-10-06 Alexandre EmsenhuberUse parseAsBlock() instead of parse() to show the error...
2012-10-06 Alexandre Emsenhuber(bug 23222) The "login again" link on Special:Userlogou...
2012-10-06 umherirrenderpass user object for delete/undelete/filerevert in...
2012-10-06 Catrope(bug 40660) Don't mangle &nbsp; in on-wiki JS.
2012-10-06 umherirrenderRemove autoloader for deprecated Database class
2012-10-05 CatropeMerge "[FileBackend] Tweaked FileBackendMultiWrite...
2012-10-05 ReedyMerge "Remove deprecated 1.7 SpecialPage::addPage"
2012-10-05 ReedyMerge "Remove deprecated 1.16 Legacy support: Database...
2012-10-05 Aaron Schulz[FileBackend] Tweaked FileBackendMultiWrite behavior...
2012-10-05 umherirrenderRemove deprecated 1.7 SpecialPage::addPage
2012-10-05 umherirrenderRemove deprecated 1.16 wfLoadExtensionMessages
2012-10-05 umherirrenderRemove deprecated 1.16 Legacy support: Database ==...
2012-10-05 ReedyMerge "Added missing entries in AutoLoader."
2012-10-05 Alexandre EmsenhuberAdded missing entries in AutoLoader.
next