= MediaWiki release notes = Security reminder: MediaWiki does not require PHP's register_globals. If you have it on, turn it '''off''' if you can. == MediaWiki 1.21 == THIS IS NOT A RELEASE YET MediaWiki 1.21 is an alpha-quality branch and is not recommended for use in production. === Configuration changes in 1.21 === * (bug 29374) $wgVectorUseSimpleSearch is now enabled by default. * Deprecated $wgAllowRealName is removed. Use $wgHiddenPrefs[] = 'realname' instead. === New features in 1.21 === * (bug 34876) jquery.makeCollapsible has been improved in performance. * Added ContentHandler facility to allow extensions to support other content than wikitext. See docs/contenthandler.txt for details. * New feature was developed for showing high-DPI thumbnails for high-DPI mobile and desktop displays (configurable with $wgResponsiveImages). * Added new backend to represent and store information about sites and site specific configuration. * jQuery upgraded from 1.8.2 to 1.8.3. * jQuery UI upgraded from 1.8.23 to 1.8.24. * Added separate fa_sha1 field to filearchive table. This allows sha1 searches with the api in miser mode for deleted files. * Add initial and programmatic sorting for tablesorter. * Add the event "sortEnd.tablesorter", triggered after sorting has completed. * The Job system was refactored to allow for different backing stores for queues as well as cross-wiki access to queues, among other things. The schema for the DB queue was changed to support better concurrency and reduce deadlock errors. * Added ApiQueryORM class to facilitate creation of query API modules based on tables that have a corresponding ORMTable class. * (bug 40876) Icon for PSD (Adobe Photoshop) file types. * (bug 40641) Implemented Special:Version/Credits with a list of contributors. * (bug 7851) Implemented one-click AJAX patrolling. * The ,