Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -19,28 +19,6 @@ |
20 | 20 | it from source control: http://www.mediawiki.org/wiki/Download_from_SVN |
21 | 21 | |
22 | 22 | === Configuration changes in 1.16 === |
23 | | -* $wgScriptModifiedMsgCheck Checks the mediawiki namespace recent changes to |
24 | | - ensure a updated urid for script-loader |
25 | | -* $wgScriptModifiedCheck Checks script file modified time for unique request id) |
26 | | -* $wgEnableAsyncDownload (lets you disable Async download for windows. |
27 | | - Hopefully we will remove this configuration var soon) |
28 | | -* $wgEnableFirefogg enable support for firefogg extension, firefogg supports |
29 | | - in-browser transcoding, chunk uploads and client side hash checking. |
30 | | -* $wgEnableTemporalOggUrls enable oggz_chop support a server side ogg seeking |
31 | | - helper |
32 | | -* $wgEnableScriptLoader if the script-loader should be enabled |
33 | | -* $wgJSAutoloadClasses array of javascript classes to file paths used by |
34 | | - script-loader to load javascript by class name. |
35 | | -* $wgEnableJS2system if we should include js2 stuff like jquery, mv_embed.js |
36 | | - (script-loader helper) and use new interfaces for upload |
37 | | -* $wgEnableScriptLoaderJsFile if we support grabbing js files with the script |
38 | | - loader. By default we only grab classes in $wgJSAutoloadClasses |
39 | | -* $wgEnableScriptMinify if you want the script loader to minify js |
40 | | -* $wgEnableScriptLocalization if you want the script loader to do msg lookups |
41 | | -* $wgMwEmbedDirectory the path to MwEmbed Directory (maybe we can depreciate |
42 | | - this. Was used when mwEmbed was going to be an extension. |
43 | | -* $wgDebugJavaScript if we want to enable fresh debug javascript |
44 | | -* $wgPhpCliPath Path to php-cli for spinning up background php processes |
45 | 23 | * (bug 18222) $wgMinimalPasswordLength default is now 1 |
46 | 24 | * $wgSessionHandler can be used to configure session.save_handler |
47 | 25 | * $wgLocalFileRepo/$wgForeignFileRepos now have a 'fileMode' parameter to |
— | — | @@ -75,8 +53,6 @@ |
76 | 54 | interface will not appear in Special:AllMessages. |
77 | 55 | * $wgRegisterInternalExternals can be used to record external links pointing |
78 | 56 | to same server |
79 | | -* $wgSpecialVersionExtended shows the extended version information besides |
80 | | - PHP and database version. |
81 | 57 | * (bug 19907) $wgCrossSiteAJAXdomains and $wgCrossSiteAJAXdomainExceptions added |
82 | 58 | to control which external domains may access the API via cross-site AJAX. |
83 | 59 | * $wgMaintenanceScripts for extensions to add their scripts to the default list |