From: jeroendedauw Date: Sat, 21 Jul 2012 19:29:17 +0000 (+0200) Subject: Added point in release notes about added ORM stuffs X-Git-Tag: 1.31.0-rc.0~22933^2 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=c611750be6575f39d67630c3255dbb5bc87fbc0c;p=lhc%2Fweb%2Fwiklou.git Added point in release notes about added ORM stuffs Change-Id: I8ca78ecf93092b62564675c4183a635265ae8f38 --- diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index 1c15cf0b1e..fbc49f6926 100644 --- a/RELEASE-NOTES-1.20 +++ b/RELEASE-NOTES-1.20 @@ -32,6 +32,8 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki. certain namespace can be moved. * Added SpecialPageBeforeExecute hook which gets called before SpecialPage::execute. * Added SpecialPageAfterExecute hook which gets called after SpecialPage::execute. +* Added ORMTable, ORMRow and ORMResult classes for additional abstraction of + database interaction. * (bug 32341) Add upload by URL domain limitation. * &useskin=default will now always display the default skin. Useful for users with a preference for the non-default skin to look at something using the default skin.