r60394 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60393‎ | r60394 | r60395 >
Date:18:35, 25 December 2009
Author:ialex
Status:ok
Tags:
Comment:
RELEASE-NOTES cleanup:
* removed JS2-specific settings since this was reverted in r59446
* removed $wgSpecialVersionExtended, reverted in r54735
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -19,28 +19,6 @@
2020 it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
2121
2222 === 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
4523 * (bug 18222) $wgMinimalPasswordLength default is now 1
4624 * $wgSessionHandler can be used to configure session.save_handler
4725 * $wgLocalFileRepo/$wgForeignFileRepos now have a 'fileMode' parameter to
@@ -75,8 +53,6 @@
7654 interface will not appear in Special:AllMessages.
7755 * $wgRegisterInternalExternals can be used to record external links pointing
7856 to same server
79 -* $wgSpecialVersionExtended shows the extended version information besides
80 - PHP and database version.
8157 * (bug 19907) $wgCrossSiteAJAXdomains and $wgCrossSiteAJAXdomainExceptions added
8258 to control which external domains may access the API via cross-site AJAX.
8359 * $wgMaintenanceScripts for extensions to add their scripts to the default list

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r54735Revert Special:Version to known-good state as of r52060, without the ten bill...brion20:15, 10 August 2009
r59446Removed JS2 work (has been moved to the js2-work branch). Has been lightly te...tstarling12:00, 26 November 2009

Status & tagging log