r53323 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53322‎ | r53323 | r53324 >
Date:18:52, 15 July 2009
Author:dale
Status:ok
Tags:
Comment:
updated RELEASE-NOTES configuration vars and removed duplicate $wgPhpCliPath in DefaultSettings.php
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1986,11 +1986,6 @@
19871987 $wgDiff = '/usr/bin/diff';
19881988
19891989 /**
1990 - * Path to php-cli for spining up background php proccesses
1991 - */
1992 -$wgPhpCliPath = '/usr/bin/php';
1993 -
1994 -/**
19951990 * We can also compress text stored in the 'text' table. If this is set on, new
19961991 * revisions will be compressed on page save if zlib support is available. Any
19971992 * compressed revisions will be decompressed on load regardless of this setting
Index: trunk/phase3/RELEASE-NOTES
@@ -18,8 +18,26 @@
1919 Those wishing to use the latest code instead of a branch release can obtain
2020 it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
2121
22 -=== Configuration changes in 1.16 ===
 22+=== Configuration changes in 1.16 ===
2323
 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+
2442 * (bug 18222) $wgMinimalPasswordLength default is now 1
2543 * $wgSessionHandler can be used to configure session.save_handler
2644 * $wgLocalFileRepo/$wgForeignFileRepos now have a 'fileMode' parameter to

Status & tagging log