RELEASE-NOTES-1.28 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. == MediaWiki 1.28.3 ==
  2. This is a security and maintenance release of the MediaWiki 1.28 branch.
  3. === Changes since 1.28.2 ==
  4. * (T168856) Allow SVGs created by Dia to be uploaded.
  5. * (T157545) Add missing doUpdates() call to refreshLinks.php.
  6. * (T165714) (T100085) Better handling of jobs execution in post-connection shutdown.
  7. * (T154425) (T154438) (T157679) Use AutoCommitUpdate instead of Database->onTransactionIdle.
  8. * (T154425) Make DeferredUpdates detect LBFactory transaction rounds.
  9. * (T149454) Restore erroneously removed realTableName call from DatabasePostgres.
  10. * (T167798) Fix phrase search and highlighting for phrase queries.
  11. * (T151136) Provide credits information to callbacks in extension registration.
  12. * (T160462) Allow namespaces defined in extension.json to be overwritten locally.
  13. * (T168337) Fix ErrorPageError to work from non-UI contexts.
  14. * (T143788) Backports for PHP 7.0 and 7.1 support.
  15. * (T175439) Unbreak Postgres Updater when setting defaults for a column.
  16. * (T160298) Remove use of implicitGroupBy() in ActiveUsersPager.
  17. * (T174255) Declare uploadCount property in importDump.php.
  18. * (T180231) SECURITY: Updated dev dependancy phpunit/phpunit from v4.8.24 to v4.8.36.
  19. * (T178451) SECURITY: Potential XSS when $wgShowExceptionDetails = false and browser
  20. sends non-standard url escaping.
  21. * (T165846) SECURITY: BotPassword login attempts weren't throttled.
  22. * (T128209) SECURITY: Reflected File Download from api.php.
  23. * (T134100) SECURITY: Do not reveal if user exists during login failure.
  24. * (T176247) SECURITY: Ensure Message::rawParams can't lead to XSS.
  25. * (T125163) SECURITY: Make anchor for headlines escape > and <.
  26. * (T180237) SECURITY: Protect vendor folder with .htaccess.
  27. * (T180231) SECURITY: Remove PHPUnit file with known RCE if exists in update.php.
  28. * (T124404) SECURITY: XSS in langconverter when regex hits pcre.backtrack_limit.
  29. * (T119158) SECURITY: Handle -{}- syntax in attributes safely.
  30. == MediaWiki 1.28.2 ==
  31. Due to a packaging error, the wrong version of the SyntaxHighlight extension was
  32. included in the tarball version of MediaWiki 1.28.1. The version included had a
  33. serious security issue in it (T158689). There was also some minor code fixes in
  34. MediaWiki itself since 1.28.1, but none of them were security relevant.
  35. == MediaWiki 1.28.1 ==
  36. This is a security and maintenance release of the MediaWiki 1.28 branch.
  37. === Changes since 1.28.0 ===
  38. * $wgRunJobsAsync is now false by default (T142751). This change only affects
  39. wikis with $wgJobRunRate > 0.
  40. * Fix fatal from "WaitConditionLoop" not being found, experienced when a wiki has
  41. more than one database server setup.
  42. * (T152717) Better escaping for PHP mail() command,
  43. * (T154670) A missing method causing the MySQL installer to fatal in rare
  44. circumstances was restored.
  45. * (T154672) Un-deprecate ArticleAfterFetchContentObject hook.
  46. * (T158766) Avoid SQL error on MSSQL when using selectRowCount().
  47. * (T145635) Fix too long index error when installing with MSSQL.
  48. * (T156184) $wgRawHtml will no longer apply to internationalization messages.
  49. * (T160519) CACHE_ANYTHING will not be CACHE_ACCEL if no accelerator is installed.
  50. * (T154872) Fix incorrect ar_usertext_timestamp index names in new 1.28 installs.
  51. * (T109140) (T122209) SECURITY: Special:UserLogin and Special:Search allow redirect
  52. to interwiki links.
  53. * (T144845) SECURITY: XSS in SearchHighlighter::highlightText() when
  54. $wgAdvancedSearchHighlighting is true.
  55. * (T125177) SECURITY: API parameters may now be marked as "sensitive" to keep
  56. their values out of the logs.
  57. * (T150044) SECURITY: "Mark all pages visited" on the watchlist now requires a CSRF
  58. token.
  59. * (T156184) SECURITY: Escape content model/format url parameter in message.
  60. * (T151735) SECURITY: SVG filter evasion using default attribute values in DTD
  61. declaration.
  62. * (T161453) SECURITY: LocalisationCache will no longer use the temporary directory
  63. in it's fallback chain when trying to work out where to write the cache.
  64. * (T48143) SECURITY: Spam blacklist ineffective on encoded URLs inside file inclusion
  65. syntax's link parameter.
  66. * (T108138) SECURITY: Sysops can undelete pages, although the page is protected against
  67. it.
  68. == MediaWiki 1.28 ==
  69. === Changes since 1.28.0-rc1 ===
  70. * (T148957) Replace wgShowExceptionDetails with wgShowDBErrorBacktrace on db
  71. errors.
  72. * (T148956) Only apply wgDBschema to postgres/mssql.
  73. * (T145991) Introduce separate log action for deleting pages on move.
  74. * (T141474) (T110464) Bypass login page if no user input is required.
  75. === Changes since 1.28.0-rc0 ===
  76. * (T142210) The changes to move the parser "NewPP limit report" from a HTML
  77. comment to a machine-readable JavaScript config option 'wgPageParseReport'
  78. have been undone. They caused the human-readable limit report to be shown
  79. incompletely or not at all. ParserOutput::setLimitReportData() and
  80. getLimitReportData() behave as they did in MediaWiki 1.27 again.
  81. * (T149510) Value of {{DISPLAYTITLE:}} parser function will not be used for
  82. the text of subheadings on a category page when creating it. This wasn't
  83. working correctly.
  84. * (T106793) MediaWiki will no longer try to perform a HTTP redirect to the
  85. canonical pretty URL when a non-pretty URL is used. It resulted in redirect
  86. loops in some clients and in some server configurations. This undoes a change
  87. made in MediaWiki 1.26.
  88. * (T149759) manifest_version: 2 was removed.
  89. === Configuration changes in 1.28 ===
  90. * $wgSend404Code now affects status code of action=history if the page is not there.
  91. * BREAKING CHANGE: $wgHTTPProxy is now *required* for all external requests
  92. made by MediaWiki via a proxy. Relying on the http_proxy environment
  93. variable is no longer supported.
  94. * The load.php entry point now enforces the existing policy of not allowing
  95. access to session data, which includes the session user and the session
  96. user's language. If such access is attempted, an exception will be thrown.
  97. * The number of internal PBKDF2 iterations used to derive the session secret
  98. is configurable via $wgSessionPbkdf2Iterations.
  99. * Upload dialog's file upload log comment can now be configured separately for
  100. local and foreign uploads.
  101. * $wgForeignUploadTargets now defaults to `[ 'local' ]`, where `'local'`
  102. signifies local uploads. A value of `[]` (empty array) now means that
  103. no upload targets are allowed, effectively disabling the upload dialog.
  104. * The deprecated $wgEditEncoding variable has been removed; it was only used
  105. for Esperanto language character conversion. You are now recommended to use
  106. input methods provided by the UniversalLanguageSelector extension.
  107. * When $wgPingback is true, MediaWiki will periodically ping
  108. https://www.mediawiki.org/beacon with basic information about the local
  109. MediaWiki installation. This data includes, for example, the type of system,
  110. PHP version, and chosen database backend. This behavior is off by default.
  111. * When $wgEditSubmitButtonLabelPublish is true, MediaWiki will label the button
  112. to store-to-database-and-show-to-others as "Publish page"/"Publish changes";
  113. if false, the default, they will be "Save page"/"Save changes".
  114. * The 'editcontentmodel' permission is now granted to all logged-in users ('user').
  115. instead of just administrators ('sysop'). Documentation for this feature is
  116. available at <https://www.mediawiki.org/wiki/Help:ChangeContentModel>.
  117. * $wgRevisionCacheExpiry is now set to one week by default instead of being disabled.
  118. * Magic links are now disabled by default, and can be re-enabled by modifying the value
  119. of $wgEnableMagicLinks. Their usage is discouraged, but if they are manually enabled,
  120. a tracking category will be added to help identify usage and make it easier to migrate
  121. away from. If you depend upon magic link functionality, it is requested that you comment
  122. on <https://www.mediawiki.org/wiki/Requests_for_comment/Future_of_magic_links> and
  123. explain your use case(s).
  124. * New config variable $wgCSPFalsePositiveUrls to control what URLs to ignore
  125. in upcoming Content-Security-Policy feature's reporting.
  126. === New features in 1.28 ===
  127. * User::isBot() method for checking if an account is a bot role account.
  128. * Added a new 'slideshow' mode for galleries.
  129. * Added a new hook, 'UserIsBot', to aid in determining if a user is a bot.
  130. * Added a new hook, 'ApiMakeParserOptions', to allow extensions to better
  131. interact with API parsing.
  132. * Added a new hook, 'UploadVerifyUpload', which can be used to reject a file
  133. upload. Unlike 'UploadVerifyFile' it provides information about upload comment
  134. and the file description page, but does not run for uploads to stash.
  135. * (T141604) Extensions can now provide a better error message when their
  136. maintenance scripts are run without the extension being installed.
  137. * (T8948) Numeric sorting in categories is now supported by setting $wgCategoryCollation
  138. to 'uca-default-u-kn' or 'uca-<langcode>-u-kn'. If you can't use UCA collations,
  139. a 'numeric' collation is also available. If migrating from another
  140. collation, you will need to run the updateCollation.php maintenance script.
  141. * Two new codes have been added to #time parser function: "xit" for days in current
  142. month, and "xiz" for days passed in the year, both in Iranian calendar.
  143. * mw.Api has a new option, useUS, to use U+001F (Unit Separator) when
  144. appropriate for sending multi-valued parameters. This defaults to true when
  145. the mw.Api instance seems to be for the local wiki.
  146. * After a client performs an action which alters a database that has replica databases,
  147. MediaWiki will wait for the replica databases to synchronize with the master database
  148. while it renders the HTML output. However, if the output is a redirect to another wiki
  149. on the wiki farm with a different domain, MediaWiki will instead alter the redirect
  150. URL to include a ?cpPosTime parameter that triggers the database synchronization when
  151. the URL is followed by the client. The same-domain case uses a new cpPosTime cookie.
  152. * Added new hooks, 'ApiQueryBaseBeforeQuery', 'ApiQueryBaseAfterQuery', and
  153. 'ApiQueryBaseProcessRow', to make it easier for extensions to add 'prop' and
  154. 'show' parameters to existing API query modules.
  155. === External library changes in 1.28 ===
  156. ==== Upgraded external libraries ====
  157. * Updated es5-shim from v4.1.5 to v4.5.8
  158. * Updated composer/semver from v1.4.1 to v1.4.2
  159. * Updated wikimedia/php-session-serializer from v1.0.3 to v1.0.4
  160. ==== New external libraries ====
  161. * Added wikimedia/scoped-callback v1.0.0
  162. * Added wikimedia/wait-condition-loop v1.0.1
  163. === Bug fixes in 1.28 ===
  164. * (T146496) action=history pages should return 404 HTTP error code if the page does not exist
  165. * (T137264) SECURITY: XSS in unclosed internal links
  166. * (T133147) SECURITY: Escape '<' and ']]>' in inline <style> blocks
  167. * (T133147) SECURITY: Require login to preview user CSS pages
  168. * (T132926) SECURITY: Do not allow undeleting a revision deleted file if it is
  169. the top file
  170. * (T129738) SECURITY: Make $wgBlockDisablesLogin also restrict logged in
  171. permissions
  172. * (T129738) SECURITY: Make blocks log users out if $wgBlockDisablesLogin is true
  173. * (T139670) Move 'UserGetRights' call before application of
  174. Session::getAllowedUserRights()
  175. === Action API changes in 1.28 ===
  176. * Added 'maxarticlesize' property to action=query&meta=siteinfo which contains
  177. the value of $wgMaxArticleSize.
  178. * Property 'modulemessages' from action=parse&prop=modules was removed
  179. (deprecated since 1.26).
  180. * The following response properties from action=login, deprecated in 1.27, are
  181. now removed: lgtoken, cookieprefix, sessionid. Clients should handle cookies
  182. to properly manage session state.
  183. * Submitting the lgtoken and lgpassword parameters in the query string to
  184. action=login is now deprecated and outputs a warning. They should be submitted
  185. in the POST body instead.
  186. * Submitting sensitive authentication request parameters to action=clientlogin,
  187. action=createaccount, action=linkaccount, and action=changeauthenticationdata
  188. in the query string is now deprecated and outputs a warning. They should be
  189. submitted in the POST body instead.
  190. * (T141960) Multi-valued parameters may now be separated using U+001F (Unit Separator)
  191. instead of the pipe character. This will be useful if some of the multiple
  192. values need to contain pipes, e.g. for action=options.
  193. * The API will now warn if input is not NFC-normalized Unicode or if it
  194. contains invalid characters.
  195. * The 'normalized' list output by action=query and other modules that use
  196. ApiPageSet may contain entries where the 'from' value is percent-encoded as
  197. the raw value cannot be represented in a valid API response. These are
  198. indicated by a 'fromencoded' boolean alongside the existing 'from' parameter.
  199. * (T28680) action=paraminfo can now return info about all submodules of a
  200. module without listing them all explicitly.
  201. * (T146770) It is now possible to assert that the current user is a specific
  202. named user, using the 'assertuser' parameter.
  203. * (T141963) Added a 'known' property when missing-but-known titles (e.g. from
  204. the 'TitleIsAlwaysKnown' hook) are output in various modules.
  205. === Action API internal changes in 1.28 ===
  206. * Added a new hook, 'ApiMakeParserOptions', to allow extensions to better
  207. interact with ApiParse and ApiExpandTemplates.
  208. * (T139565) SECURITY: API: Generate head items in the context of the given title
  209. * (T115333) SECURITY: Check read permission when loading page content in ApiParse
  210. * ApiBase::getResultData() was removed (deprecated since 1.25)
  211. * ApiBase::makeHelpArrayToString() was removed (deprecated since 1.25)
  212. * ApiBase::makeHelpMsgParameters() was removed (deprecated since 1.25)
  213. * ApiBase::makeHelpMsg() was removed (deprecated since 1.25)
  214. * ApiFormatBase::formatHTML() was removed (deprecated since 1.25)
  215. * ApiFormatBase::getNeedsRawData() was removed (deprecated since 1.25)
  216. * ApiFormatBase::getWantsHelp() was removed (deprecated since 1.25)
  217. * ApiFormatBase::setBufferResult() was removed (deprecated since 1.25)
  218. * ApiFormatBase::setHelp() was removed (deprecated since 1.25)
  219. * ApiFormatBase::setUnescapeAmps() was removed (deprecated since 1.25)
  220. * ApiMain::makeHelpMsgHeader() was removed (deprecated since 1.25)
  221. * ApiMain::reallyMakeHelpMsg() was removed (deprecated since 1.25)
  222. * ApiMain::setHelp() was removed (deprecated since 1.25)
  223. * ApiResult::beginContinuation() was removed (deprecated since 1.25)
  224. * ApiResult::cleanUpUTF8() was removed (deprecated since 1.25)
  225. * ApiResult::convertStatusToArray() was removed (deprecated since 1.25)
  226. * ApiResult::disableSizeCheck() was removed (deprecated since 1.24)
  227. * ApiResult::enableSizeCheck() was removed (deprecated since 1.24)
  228. * ApiResult::endContinuation() was removed (deprecated since 1.25)
  229. * ApiResult::getData() was removed (deprecated since 1.25)
  230. * ApiResult::getIsRawMode() was removed (deprecated since 1.25)
  231. * ApiResult::setContent() was removed (deprecated since 1.25)
  232. * ApiResult::setContinueParam() was removed (deprecated since 1.25)
  233. * ApiResult::setElement() was removed (deprecated since 1.25)
  234. * ApiResult::setGeneratorContinueParam() was removed (deprecated since 1.25)
  235. * ApiResult::setIndexedTagName_internal() was removed (deprecated since 1.25)
  236. * ApiResult::setIndexedTagName_recursive() was removed (deprecated since 1.25)
  237. * ApiResult::setMainForContinuation() was removed (deprecated since 1.25)
  238. * ApiResult::setParsedLimit() was removed (deprecated since 1.25)
  239. * ApiResult::setRawMode() was removed (deprecated since 1.25)
  240. * ApiResult::size() was removed (deprecated since 1.25)
  241. * Added new hooks, 'ApiQueryBaseBeforeQuery', 'ApiQueryBaseAfterQuery', and
  242. 'ApiQueryBaseProcessRow', to make it easier for extensions to add 'prop' and
  243. 'show' parameters to existing API query modules. A query module can enable
  244. these hooks by passing an array for $hookData to ApiQueryBase::select() and
  245. by calling ApiQueryBase->processRow() before adding a row's data to the
  246. result.
  247. * (T125177) SECURITY: API parameters may now be marked as "sensitive" to keep
  248. their values out of the logs.
  249. === Languages updated in 1.28 ===
  250. MediaWiki supports over 375 languages. Many localisations are updated
  251. regularly. Below only new and removed languages are listed, as well as
  252. changes to languages because of Phabricator reports.
  253. * (T137411) ban (Balinese), thanks to translators Adi Mayndra, Andru,
  254. BASAbali, M. Adiputra, Naval Scene, Nemo bis, NoiX180, and 아라.
  255. * (T135867) shn (Shan), thanks to translators Khun Sar, Piangpha,
  256. Saiddzone Saimawnkham, Saosukham, and Sengwan.
  257. * Czech (cs) and Slovak (sk) set as reciprocal fallbacks.
  258. * (T146744) Livvi-Karelian (olo) namespace messages created thanks to translator Ilja.mos.
  259. === Other changes in 1.28 ===
  260. * (T128697) Improved handling of large diffs.
  261. * [BREAKING CHANGE] $wgExtendedLoginCookies has been removed. You can
  262. use or update a custom session provider if needed.
  263. * Deprecated APIEditBeforeSave hook in favor of EditFilterMergedContent.
  264. * The 'UploadVerification' hook is deprecated. Use 'UploadVerifyFile' instead.
  265. * SiteConfiguration::isLocalVHost() was removed (deprecated since 1.25).
  266. * The 'UserLoginComplete' hook has a new parameter to differentiate between actual
  267. login and visiting the login page while already logged in.
  268. * ResourceLoader::makeLoaderURL() was removed (deprecated since 1.24).
  269. * $.fn.liveAndTestAtStart was removed (deprecated since 1.24).
  270. * mw.util.tooltipAccessKeyPrefix was removed (deprecated since 1.24).
  271. * mw.util.tooltipAccessKeyRegexp was removed (deprecated since 1.24).
  272. * Linker::link() and Linker::linkKnown() were deprecated; please instead use
  273. MediaWiki\Linker\LinkRenderer. In addition, the LinkBegin and LinkEnd hooks
  274. were replaced by HtmlPageLinkRendererBegin and HtmlPageLinkRendererEnd
  275. respectively. See docs/hooks.txt for the specific changes needed for those hooks.
  276. * Linker::formatSize() was deprecated. Use Language::formatSize() directly.
  277. * Aliases for Linker methods, deprecated since 1.21, were removed from Skin:
  278. * Skin::commentBlock() (use Linker::commentBlock() instead)
  279. * Skin::generateRollback() (use Linker::generateRollback() instead)
  280. * Skin::link() (use MediaWiki\Linker\LinkRenderer instead)
  281. * Skin::linkKnown() (use MediaWiki\Linker\LinkRenderer instead)
  282. * Skin::userLink() (use Linker::userLink() instead)
  283. * Skin::userToolLinks() (use Linker::userToolLinks() instead)
  284. * Disabled "bug 2702" HTML tidying of parsed UI messages on wikis where Tidy is
  285. disabled.
  286. * DifferenceEngine::generateDiffBody() was removed (deprecated since 1.21).
  287. * UploadBase::stashFileGetKey() and UploadBase::stashSession() were deprecated.
  288. Use ...->stashFile()->getFileKey() instead.
  289. * "Public domain" was removed as a wiki license option from the installer, in
  290. favour of CC-0.
  291. * AuthenticationRequest::$required is now changed from REQUIRED to PRIMARY_REQUIRED
  292. on requests needed by primary providers even if all primaries need them.
  293. Primary providers are discouraged from returning multiple REQUIRED requests.
  294. * OOjs UI PHP widgets constructed with the `'infusable' => true` config option
  295. will no longer be automatically infused. You should call `OO.ui.infuse()`
  296. on them yourself from your JavaScript code.
  297. * parserTests.php has moved to tests/parser/parserTests.php
  298. * The command line options specific to parser tests have been removed from
  299. phpunit.php: --regex and --keep-uploads. Instead of --regex, use --filter.
  300. Instead of --keep-uploads, use the same option to parserTests.php, but you
  301. must specify a directory with --upload-dir.
  302. * The 'jquery.arrowSteps' ResourceLoader module is now deprecated.
  303. * IP::isConfiguredProxy() and IP::isTrustedProxy() were removed. Callers should
  304. migrate to using the same functions on a ProxyLookup instance, obtainable from
  305. MediaWikiServices.
  306. * The ArticleAfterFetchContent, ArticleInsertComplete, ArticleSave, ArticleSaveComplete,
  307. ArticleViewCustom, EditFilterMerged, EditPageGetDiffText, EditPageGetPreviewText and
  308. ShowRawCssJs hooks will now emit deprecation warnings if used.
  309. * (T68404) CSS3 attr() function with url type is no longer allowed
  310. in inline styles.
  311. * Database::getSearchEngine() is deprecated, use SearchEngineFactory::getSearchEngineClass
  312. instead.
  313. == Compatibility ==
  314. MediaWiki 1.28 requires PHP 5.5.9 or later. There is experimental support for
  315. HHVM 3.6.5 or later.
  316. MySQL is the recommended DBMS. PostgreSQL or SQLite can also be used, but
  317. support for them is somewhat less mature. There is experimental support for
  318. Oracle and Microsoft SQL Server.
  319. The supported versions are:
  320. * MySQL 5.0.3 or later
  321. * PostgreSQL 8.3 or later
  322. * SQLite 3.3.7 or later
  323. * Oracle 9.0.1 or later
  324. * Microsoft SQL Server 2005 (9.00.1399)
  325. == Upgrading ==
  326. 1.28 has several database changes since 1.27, and will not work without schema
  327. updates. Note that due to changes to some very large tables like the revision
  328. table, the schema update may take quite long (minutes on a medium sized site,
  329. many hours on a large site).
  330. If upgrading from before 1.11, and you are using a wiki as a commons
  331. repository, make sure that it is updated as well. Otherwise, errors may arise
  332. due to database schema changes.
  333. If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
  334. new database fields are filled with data.
  335. If you are upgrading from MediaWiki 1.4.x or earlier, you should upgrade to
  336. 1.5 first. The upgrade script maintenance/upgrade1_5.php has been removed
  337. with MediaWiki 1.21.
  338. Don't forget to always back up your database before upgrading!
  339. See the file UPGRADE for more detailed upgrade instructions.
  340. For notes on 1.27.x and older releases, see HISTORY.
  341. == Online documentation ==
  342. Documentation for both end-users and site administrators is available on
  343. MediaWiki.org, and is covered under the GNU Free Documentation License (except
  344. for pages that explicitly state that their contents are in the public domain):
  345. https://www.mediawiki.org/wiki/Special:MyLanguage/Documentation
  346. == Mailing list ==
  347. A mailing list is available for MediaWiki user support and discussion:
  348. https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
  349. A low-traffic announcements-only list is also available:
  350. https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
  351. It's highly recommended that you sign up for one of these lists if you're
  352. going to run a public MediaWiki, so you can be notified of security fixes.
  353. == IRC help ==
  354. There's usually someone online in #mediawiki on irc.freenode.net.