From: Demon Date: Tue, 27 Nov 2012 17:20:45 +0000 (+0000) Subject: Merge "(bug 38110) provide a way to separate out schema changes" X-Git-Tag: 1.31.0-rc.0~21503 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=22c829c4dcbd0827317435994512cd03c658dfce;p=lhc%2Fweb%2Fwiklou.git Merge "(bug 38110) provide a way to separate out schema changes" --- 22c829c4dcbd0827317435994512cd03c658dfce diff --cc RELEASE-NOTES-1.21 index 540768777c,e2bf3ad0ba..3cfaef426b --- a/RELEASE-NOTES-1.21 +++ b/RELEASE-NOTES-1.21 @@@ -15,9 -16,16 +15,16 @@@ production instead. === New features in 1.21 === + * (bug 38110) Schema changes (adding or dropping tables, indicies and + fields) can be now be done separately from from other changes that + update.php makes. This is useful in environments that use database + permissions to restrict schema changes but allow the DB user that + MediaWiki normally runs as to perform other changes that update.php + makes. Schema changes can be run seperately. See the file UPGRADE + for more information. * (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. +* 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