wiki.techinc.nl/includes/content
Kunal Mehta f6e5079a69 Use mediawiki/at-ease library for suppressing warnings
wfSuppressWarnings() and wfRestoreWarnings() were split out into a
separate library. All usages in core were replaced with the new
functions, and the wf* global functions are marked as deprecated.

Additionally, some uses of @ were replaced due to composer's autoloader
being loaded even earlier.

Ie1234f8c12693408de9b94bf6f84480a90bd4f8e adds the library to
mediawiki/vendor.

Bug: T100923
Change-Id: I5c35079a0a656180852be0ae6b1262d40f6534c4
2015-06-11 18:49:29 +00:00
..
AbstractContent.php Clean up oldid argument to Content::prepareSave() 2015-03-12 23:14:26 +00:00
CodeContentHandler.php Add lots of @throws 2014-12-24 13:49:20 +00:00
Content.php Clean up oldid argument to Content::prepareSave() 2015-03-12 23:14:26 +00:00
ContentHandler.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +00:00
CssContent.php
CssContentHandler.php CSS/JSON/JavaScript ContentHandler refactoring 2014-09-15 08:24:15 +00:00
JavaScriptContent.php
JavaScriptContentHandler.php content: Minor clean up to make JsonContent match other classes 2014-12-02 00:38:01 +00:00
JsonContent.php JsonContent: Pass FormatJson::UTF8_OK when beautifying JSON 2015-03-16 21:53:33 +01:00
JsonContentHandler.php content: Minor clean up to make JsonContent match other classes 2014-12-02 00:38:01 +00:00
MessageContent.php CSS/JSON/JavaScript ContentHandler refactoring 2014-09-15 08:24:15 +00:00
TextContent.php Add lots of @throws 2014-12-24 13:49:20 +00:00
TextContentHandler.php Add supportsDirectEditing methods to ContentHandler 2015-04-17 15:55:20 +00:00
WikitextContent.php Avoid pointless getNativeData() call in isCountable() 2015-05-20 23:56:25 -07:00
WikitextContentHandler.php