Bartosz Dziewoński has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/184977

Change subject: Release notes for f338a1cf
......................................................................

Release notes for f338a1cf

Change-Id: Iecf07aea6384b41d4ca4f115ea80644e7ca0bcac
---
M RELEASE-NOTES-1.25
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/77/184977/1

diff --git a/RELEASE-NOTES-1.25 b/RELEASE-NOTES-1.25
index 3132524..76295a9 100644
--- a/RELEASE-NOTES-1.25
+++ b/RELEASE-NOTES-1.25
@@ -309,6 +309,13 @@
 * The 'mediawiki.action.edit' ResourceLoader module no longer generates the 
edit
   toolbar, which has been moved to a separate 'mediawiki.toolbar' module. If 
you
   relied on this behavior, update your scripts' dependencies.
+* HTMLForm's 'vform' display style has been separated to a subclass. Therefore:
+  * HTMLForm::isVForm() is now deprecated.
+  * You can no longer do this:
+      $form = new HTMLForm( … );
+      $form->setDisplayFormat( 'vform' ); // throws exception
+    Instead, do this:
+      $form = HTMLForm::factory( 'vform', … );
 
 == Compatibility ==
 

-- 
To view, visit https://gerrit.wikimedia.org/r/184977
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iecf07aea6384b41d4ca4f115ea80644e7ca0bcac
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to