MediaWiki deprecations and new features
From Organic Design wiki
Revision as of 21:49, 20 June 2015 by Nad (talk | contribs) (Created page with "*2015-06: 1.25 has a new way of loading extensions, see MW:Manual:Developing extensions and MW:Manual:Extension registration *2015-03: The Ajax dispatcher is deprecate...")
- 2015-06: 1.25 has a new way of loading extensions, see MW:Manual:Developing extensions and MW:Manual:Extension registration
- 2015-03: The Ajax dispatcher is deprecated now, you should write an API module to handle Ajax requests, see Extension:AjaxComments for code sample
- 2015-02: Mustach templates for 1.25
- 2015-01: wfRunHooks deprecation (use Hooks::register and Hooks::run now)
- 2014-06: wfMsg(key) is deprecated now (use wfMessage(key)->text instead)