Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1986,11 +1986,6 @@ |
1987 | 1987 | $wgDiff = '/usr/bin/diff'; |
1988 | 1988 | |
1989 | 1989 | /** |
1990 | | - * Path to php-cli for spining up background php proccesses |
1991 | | - */ |
1992 | | -$wgPhpCliPath = '/usr/bin/php'; |
1993 | | - |
1994 | | -/** |
1995 | 1990 | * We can also compress text stored in the 'text' table. If this is set on, new |
1996 | 1991 | * revisions will be compressed on page save if zlib support is available. Any |
1997 | 1992 | * compressed revisions will be decompressed on load regardless of this setting |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -18,8 +18,26 @@ |
19 | 19 | Those wishing to use the latest code instead of a branch release can obtain |
20 | 20 | it from source control: http://www.mediawiki.org/wiki/Download_from_SVN |
21 | 21 | |
22 | | -=== Configuration changes in 1.16 === |
| 22 | +=== Configuration changes in 1.16 === |
23 | 23 | |
| 24 | +* $wgEnableFirefogg enable support for firefogg extension, firefogg supports |
| 25 | +in-browser transcoding, chunk uploads and client side hash checking. |
| 26 | +* $wgEnableTemporalOggUrls enable oggz_chop support a server side ogg seeking |
| 27 | +helper |
| 28 | +* $wgEnableScriptLoader if the script-loader shoudl be enabled |
| 29 | +* $wgJSAutoloadClasses array of javascript classes to file paths used by |
| 30 | +script-loader to load javascript by class name. |
| 31 | +* $wgEnableJS2system if we should include js2 stuff like jquery, |
| 32 | +mv_embed.js (script-loader helper) and use new interfaces for upload |
| 33 | +* $wgEnableScriptLoaderJsFile if we support grabbing js files with the script |
| 34 | +loader. By default we only grab classes in $wgJSAutoloadClasses |
| 35 | +* $wgEnableScriptMinify if you want the script loader to minify js |
| 36 | +* $wgEnableScriptLocalization if you want the script loader to do msg lookups |
| 37 | +* $wgMwEmbedDirectory the path to MwEmbed Directory (maybe we can depreciate |
| 38 | +this. Was used when mwEmbed was going to be an extension. |
| 39 | +* $wgDebugJavaScript if we want to enable fresh debug javascript |
| 40 | +* $wgPhpCliPath Path to php-cli for spinning up background php processes |
| 41 | + |
24 | 42 | * (bug 18222) $wgMinimalPasswordLength default is now 1 |
25 | 43 | * $wgSessionHandler can be used to configure session.save_handler |
26 | 44 | * $wgLocalFileRepo/$wgForeignFileRepos now have a 'fileMode' parameter to |