2003-12-08 07:10:21 +00:00
|
|
|
= MediaWiki release notes =
|
|
|
|
|
|
2004-08-14 20:18:23 +00:00
|
|
|
Security reminder: MediaWiki does not require PHP's register_globals
|
|
|
|
|
setting since version 1.2.0. If you have it on, turn it *off* if you can.
|
2004-05-21 19:04:52 +00:00
|
|
|
|
2006-10-10 22:05:24 +00:00
|
|
|
== MediaWiki 1.9 ==
|
2005-07-30 20:57:15 +00:00
|
|
|
|
2006-04-06 23:03:14 +00:00
|
|
|
THIS IS NOT A RELEASE YET.
|
2006-04-05 10:00:14 +00:00
|
|
|
|
2006-04-05 01:38:50 +00:00
|
|
|
MediaWiki is now using a "continuous integration" development model with
|
|
|
|
|
quarterly snapshot releases. The latest development code is always kept
|
|
|
|
|
"ready to run", and in fact runs our own sites on Wikipedia.
|
2005-07-30 20:57:15 +00:00
|
|
|
|
2006-04-05 01:38:50 +00:00
|
|
|
Release branches will continue to receive security updates for about a year
|
|
|
|
|
from first release, but nonessential bugfixes and feature development happen
|
|
|
|
|
will be made on the development trunk and appear in the next quarterly release.
|
|
|
|
|
|
|
|
|
|
Those wishing to use the latest code instead of a branch release can obtain
|
|
|
|
|
it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
|
|
|
|
|
|
2006-06-13 05:11:23 +00:00
|
|
|
== Configuration changes ==
|
|
|
|
|
|
|
|
|
|
|
2006-06-16 01:16:45 +00:00
|
|
|
== Major new features ==
|
|
|
|
|
|
|
|
|
|
|
2006-10-11 05:45:16 +00:00
|
|
|
== Changes since 1.8 ==
|
2006-06-13 05:11:23 +00:00
|
|
|
|
2006-12-09 15:53:26 +00:00
|
|
|
* (bug 8200) Make category lists sorted by name when using Postgres.
|
2006-12-09 15:58:00 +00:00
|
|
|
* (bug 7841) Support 'IGNORE' inserts for Postgres, fixes watchlist
|
|
|
|
|
adding problem.
|
2006-10-11 05:45:16 +00:00
|
|
|
* (bug 6835) Removing the includes/Parser.php::getTemplateArgs() function,
|
|
|
|
|
because it seems to be unused.
|
2006-10-11 06:58:36 +00:00
|
|
|
* (bug 7139) Increasing the visual width of the edit summary field on larger
|
|
|
|
|
screen sizes, for the default monobook skin.
|
2006-10-11 17:58:42 +00:00
|
|
|
* Fix PHP notice and estimates for dumpBackup.php and friends
|
2006-10-11 18:14:27 +00:00
|
|
|
* Improved register_globals paranoia checks
|
2006-10-11 18:22:45 +00:00
|
|
|
* (bug 7545) Fix PHP version check on install
|
2006-10-11 18:57:49 +00:00
|
|
|
* Disable PHP exception backtrace printing unless $wgShowExceptionDetails
|
|
|
|
|
is set. Backtraces may contain sensitive information in function call
|
|
|
|
|
parameters.
|
2006-10-12 01:07:01 +00:00
|
|
|
* (bug 6164) Avoid smashing Cite state if message transformation triggers
|
|
|
|
|
during bad image list check, by skipping message transformation.
|
|
|
|
|
This isn't a good permanent fix.
|
2006-10-12 04:37:05 +00:00
|
|
|
* (bug 6918) Stopped borders and backgrounds from showing through floated
|
|
|
|
|
tables in Monobook
|
2006-10-12 04:47:01 +00:00
|
|
|
* (bug 6868) Un-hardcode section edit link style
|
2006-10-13 06:56:47 +00:00
|
|
|
* (bug 3205) Stop right floats from stacking horizontally in non-Monobook skins
|
2006-10-13 21:48:19 +00:00
|
|
|
* Added global $wgStyleVersion to centralize bumping CSS and JS file versions
|
|
|
|
|
for cache-friendly style and script updating
|
2006-10-13 23:32:36 +00:00
|
|
|
* (bug 7562) Fix non-ASCII namespaces on Windows/XAMPP servers
|
2006-10-15 20:12:08 +00:00
|
|
|
* Friendlier check for PHP 5 in command-line scripts; it's common for parallel
|
|
|
|
|
PHP 4 and 5 installations to interfere on the command-line.
|
2006-10-15 22:41:28 +00:00
|
|
|
* Fix regression in autoconfirm permission check
|
2006-10-16 00:10:57 +00:00
|
|
|
* (bug 3015) Add CSS ids to subcategory and page sections on category pages
|
2006-10-16 00:37:18 +00:00
|
|
|
* (bug 7587) Fix erroneous id for specialpage tab, enabling informative popup
|
2006-10-16 19:12:56 +00:00
|
|
|
* (bug 7599) Fix thumbnail purging, PHP notices on HTCP image page purge
|
2006-10-16 20:45:02 +00:00
|
|
|
* (bug 7581) Update language name for cbk-zam
|
2006-10-16 21:16:09 +00:00
|
|
|
* (bug 7444) Update namespace translations for Telugu (te), kept old values as
|
|
|
|
|
alias for compatibility
|
2006-10-20 02:57:59 +00:00
|
|
|
* (bug 4525) Move section links down visually to same level as headings
|
2006-10-29 18:17:15 +00:00
|
|
|
(editsection links are now inside the heading elements)
|
2006-10-22 01:36:51 +00:00
|
|
|
* Workaround for http://bugs.php.net/bug.php?id=31892 , PATH_INFO and hence
|
|
|
|
|
URLs of the style /index.php/Main_Page were broken on some CGI installations.
|
2006-10-19 02:29:12 +00:00
|
|
|
* (bug 7623) Validate custom HTML id's correctly in Monobook interface
|
2006-10-20 02:44:09 +00:00
|
|
|
* (bug 2241) Fix collision of 'w' and 'd' accesskeys
|
2006-10-20 02:57:59 +00:00
|
|
|
* (bug 5795) CSS class added to body based on page name for page-specific
|
|
|
|
|
styling
|
2006-10-20 03:41:33 +00:00
|
|
|
* (bug 6276) Stopped search field from getting too large in Cologne Blue
|
2006-10-20 20:10:26 +00:00
|
|
|
* (bug 7644) User creations that are aborted by hooks shouldn't be counted
|
|
|
|
|
against account creations per day limit
|
2006-10-29 22:25:21 +00:00
|
|
|
* (bug 7636) Show Firefox 2 users correct accesskey prefix
|
2006-10-21 16:31:49 +00:00
|
|
|
* (bug 6427) Block blocked IPs from using the mail password function
|
|
|
|
|
to allow blocking of flooders
|
2006-10-21 17:39:08 +00:00
|
|
|
* Include common.css from classic-style skins in main HTML with the bump URL
|
2006-10-22 10:15:03 +00:00
|
|
|
* (bug 7607) Add Karakalpak (kaa) to Names.php and stub message file for linktrail
|
2006-10-22 10:25:21 +00:00
|
|
|
* (bug 7582) Add 'tog-nolangconversion' to MessagesEn.php.
|
|
|
|
|
This key is need for languages with variants (zh, sr, kk)
|
2006-10-22 11:31:03 +00:00
|
|
|
* (bug 7606) MediaWiki messages for "rss" and "atom" missing
|
2006-10-23 20:16:28 +00:00
|
|
|
* (bug 7609) Add some more '*-summary' messages to MessagesEn.php with empty
|
|
|
|
|
strings to allow better localisation via Special:Allmessages. Mark this new
|
|
|
|
|
messages as optional for localisation.
|
2006-10-24 11:09:31 +00:00
|
|
|
* Fix user_newpass upgrade for prefixed tables (reported by Fyren)
|
2006-10-24 12:00:51 +00:00
|
|
|
* (bug 7663) Include language variant switcher links on Nostalgia skin
|
2006-10-25 03:12:46 +00:00
|
|
|
* (bug 6531) Fix PHP fatal error on installation page with bad username input.
|
2006-10-25 07:28:02 +00:00
|
|
|
* (bug 6977) Remove 404 link for autogenerated database documentation.
|
2006-10-25 08:31:44 +00:00
|
|
|
* (bug 7369) Allow "Show Changes" without requiring edit token.
|
2006-10-25 09:29:34 +00:00
|
|
|
* (bug 7687) Fix movetalk box checks itself when confirming a delete and move.
|
2006-10-25 12:07:21 +00:00
|
|
|
* (bug 7684) Obey watchcreated preference for Special:Upload watch checkbox
|
2006-10-25 12:43:18 +00:00
|
|
|
* (bug 7686) Include id attribute on delete form confirmation button
|
2006-10-25 14:13:32 +00:00
|
|
|
* Allow compound interwiki prefixes in $wgImportSources
|
2006-10-29 21:40:37 +00:00
|
|
|
* (bug 7304) Added redirect table to store redirect targets.
|
2006-10-25 14:23:42 +00:00
|
|
|
* Added querycachetwo table (similar to querycache but has two titles)
|
2006-10-26 16:47:30 +00:00
|
|
|
* PageArchive can now return a Revision object for more convenient processing
|
|
|
|
|
of deleted revision data
|
|
|
|
|
* Added 'UndeleteShowRevision' hook in Special:Undelete
|
|
|
|
|
* Error message on attempt to view invalid or missing deleted revisions
|
2006-10-27 14:32:00 +00:00
|
|
|
* Remove unsightly "_" from namespace in Special:Allpages, Special:Prefixindex
|
2006-10-29 12:11:58 +00:00
|
|
|
* (bug 3224) Allow minor edits by bots to skip new message notification on
|
|
|
|
|
user talk pages. This can be disabled by adjusting the 'nominornewtalk'
|
|
|
|
|
permission. Patch by Werdna.
|
2006-10-29 13:48:21 +00:00
|
|
|
* (bug 7741) MATH: fixed broken syntax of underbrace etc. Fixed arrays
|
2006-10-29 18:04:11 +00:00
|
|
|
* Fix purging for updated SVG files
|
2006-10-29 18:17:15 +00:00
|
|
|
* (bug 7745) Add id attribute to search button in Monobook
|
2006-10-29 19:09:49 +00:00
|
|
|
* (bug 7749) MATH: added some more LaTeX symbols, e.g. parallel, diamond, ast, ...
|
2006-10-29 21:40:37 +00:00
|
|
|
* (bug 7304) Added code in Article.php to keep redirect table up to date.
|
2006-10-30 06:25:31 +00:00
|
|
|
* Made special page names case-insensitive and localisable. Care has been taken
|
|
|
|
|
to maintain backwards compatibility.
|
|
|
|
|
* Used special page subpages in a few more places, instead of query parameters.
|
2006-10-30 17:18:43 +00:00
|
|
|
* (bug 7758) Added wrapper span to "templates used" explanation to allow CSS
|
|
|
|
|
styling (class="mw-templatesUsedExplanation").
|
2006-10-31 13:25:47 +00:00
|
|
|
* Added {{#special:}} parser function, to give the local default title for
|
|
|
|
|
special pages
|
2006-10-31 13:27:57 +00:00
|
|
|
* (bug 7766) Remove redundant / from AJAX requests, can break some servers
|
2006-10-31 14:41:59 +00:00
|
|
|
* Add tab links from extensions to classic-based skins (SkinTemplateTab hook)
|
|
|
|
|
Provides better cross-skin compatibility for extensions using the modern
|
|
|
|
|
skin hooks, such as Oversight
|
|
|
|
|
* Moved variant language links on Cologne Blue and Nostalgia to before the
|
|
|
|
|
login/logout link
|
2006-10-31 14:49:25 +00:00
|
|
|
* Fix for parser tests with MySQL 5 in strict mode
|
2006-11-01 07:13:31 +00:00
|
|
|
* Added block option "enable autoblocks"
|
2006-11-01 13:01:50 +00:00
|
|
|
* Amend Special:Ipblocklist to note when a block has autoblock DISABLED.
|
2006-11-01 21:02:00 +00:00
|
|
|
* (bug 7780) Fix regression in editing redirects
|
2006-11-02 06:47:01 +00:00
|
|
|
* Add whitespace above "templates included on this page" using CSS, not
|
|
|
|
|
hardcoded line break.
|
2006-11-02 11:39:13 +00:00
|
|
|
* Remove entries from redirect table on article deletion
|
2006-11-02 13:33:38 +00:00
|
|
|
* (bug 7788) Force section headers in new section links for users who have
|
|
|
|
|
'prompt for blank edit summaries' on.
|
2006-11-08 03:28:54 +00:00
|
|
|
* (bug 1133) Special:Emailuser: add an option to send yourself a copy of your mail.
|
2006-11-03 05:50:55 +00:00
|
|
|
* (bug 461) Allow "Categories:" link at bottom of pages to be customized via
|
|
|
|
|
pagecategorieslink message.
|
2006-11-03 06:08:08 +00:00
|
|
|
* Sort the list of skins in "My Preferences" -> Skins by alphabetical order.
|
2006-11-03 08:54:38 +00:00
|
|
|
* (bug 7785) Postgres compatibility for timestamps in RC feeds
|
2006-11-03 12:54:58 +00:00
|
|
|
* (bug 7550) Normalize user parameter normally on Special:Log
|
2006-11-03 13:01:22 +00:00
|
|
|
* (bug 7294) Fix PATH search for diff3 on install
|
2006-11-03 13:24:53 +00:00
|
|
|
* Various fixes related to the blocking change re: autoblocks. On inserting
|
|
|
|
|
an IP block, the ipb_enable_autoblock field is now automagically blanked,
|
|
|
|
|
because it doesn't make any sense for an IP. Additionally, IP blocks
|
|
|
|
|
without the ipb_enable_autoblock option no longer show up as "autoblock
|
|
|
|
|
disabled" on Special:Ipblocklist.
|
2006-11-03 23:17:20 +00:00
|
|
|
* (bug 7774) MATH: aded more amstex functions
|
|
|
|
|
* (bug 1182) MATH: fixed inconsistent rendering of upper case Greek letters in TeX
|
2006-11-04 15:27:55 +00:00
|
|
|
* Fix regression in streaming page dump generation
|
2006-11-04 18:00:57 +00:00
|
|
|
* (bug 7801) Add support for parser function hooks in parser tests
|
2006-11-05 11:30:09 +00:00
|
|
|
* checkUsernames.php now uses wfDebugLog instead of hardcoded path to log
|
2006-11-05 19:42:50 +00:00
|
|
|
* (bug 7810) Update talk namespaces for Occitan
|
2006-11-05 20:58:32 +00:00
|
|
|
* Allow case-sensitive URLs to be used for uploading from URLs.
|
2006-11-05 22:23:17 +00:00
|
|
|
* (bug 1109) Correct fix for compressed 304 responses when additional output
|
|
|
|
|
buffers have been installed within the compression handler
|
2006-11-06 17:59:02 +00:00
|
|
|
* (bug 7819) Move automatic redirect edit summary after pre-save transform
|
|
|
|
|
to work properly with subst: fun
|
2006-11-07 05:40:38 +00:00
|
|
|
* (bug 7826) Fix typos in two English messages.
|
2006-11-07 12:53:07 +00:00
|
|
|
* (bug 5365) Stop users being prompted to enter an edit summary for null edits,
|
|
|
|
|
if they have selected that option in preferences.
|
2006-11-07 13:22:34 +00:00
|
|
|
* (bug 5936) Show an 'm' to the left of the edit summary on diff pages for minor edits.
|
2006-11-08 03:28:54 +00:00
|
|
|
* (bug 7820) Improve error reporting for uploads via URL.
|
2006-11-27 01:54:04 +00:00
|
|
|
* (bug 5149) When autoblocks are enabled, retroactively apply an autoblock to the most
|
2006-11-08 09:54:06 +00:00
|
|
|
recently used IP of a user when they are blocked.
|
|
|
|
|
* Add an index on (rc_user_text,rc_timestamp) on the recentchanges table. This will
|
|
|
|
|
make CheckUser.php and the new retroactive autoblock functionality faster.
|
2006-11-08 12:31:20 +00:00
|
|
|
* Fix regression in Special:Undelete for revisions deleted under MediaWiki 1.4
|
|
|
|
|
with compression or legacy encoding
|
2006-11-08 14:03:30 +00:00
|
|
|
* (bug 6737) Fixes for MySQL 5 schema in strict mode
|
2006-11-10 13:23:47 +00:00
|
|
|
* Approximate height for client-side scaling fallback instead of passing -1
|
|
|
|
|
into the HTML output.
|
2006-11-11 07:10:48 +00:00
|
|
|
* Make the DNSBL to check for proxy blocking configurable via $wgSorbsUrl
|
2006-11-11 12:33:46 +00:00
|
|
|
* Add experimental recording/reporting mode to parser tests runner, to
|
|
|
|
|
compare changes against the previous run.
|
|
|
|
|
Additional tables 'testrun' and 'testitem' are in maintenance/testRunner.sql,
|
|
|
|
|
source this and pass --record option to parserTests.php
|
2006-11-11 14:36:47 +00:00
|
|
|
* Make the set of default parser test input files extensible via
|
|
|
|
|
$wgParserTestFiles. This can now be appended to by extensions or local
|
|
|
|
|
configuration files so that extension or custom tests can be automatically
|
|
|
|
|
run along with the main batch.
|
2006-11-11 16:59:32 +00:00
|
|
|
* Run PHP install version checks on update.php so command-line updaters see
|
|
|
|
|
new version requirements
|
|
|
|
|
* Do a check for the PHP 5.0.x 64-bit bug, since this is much more disruptive
|
|
|
|
|
as of MW 1.8 than it used to be. Install or upgrade now aborts with a
|
|
|
|
|
warning and a request to upgrade.
|
2006-11-11 21:38:18 +00:00
|
|
|
* (bug 6440) Updated indexes to improve backlinking queries (links, templates, images)
|
2006-11-11 22:07:55 +00:00
|
|
|
* Switched 'anon-only' block mode to default for IP blocks
|
2006-11-24 06:41:02 +00:00
|
|
|
* (bug 3687, 7892) Add distinct heading for media files in category display,
|
|
|
|
|
with count.
|
2006-11-12 22:35:18 +00:00
|
|
|
* (bug 1578) Add different icons for external links to audio, video, or PDF in
|
|
|
|
|
Monobook.
|
2006-11-14 06:33:11 +00:00
|
|
|
* Made autoblocks block account creation if the user block has that option enabled.
|
2006-11-13 11:07:10 +00:00
|
|
|
* Add auto-summaries to blankings and large removals without summaries.
|
2006-11-14 06:33:11 +00:00
|
|
|
* (bug 7811) Allow preview of edit summaries.
|
2006-11-15 07:56:24 +00:00
|
|
|
* (bug 6839) Wikibits.js minor changes to make JS-lint happier.
|
2006-11-16 03:40:11 +00:00
|
|
|
* (bug 7932) Make sure that edit toolbar clears floats so it appears correctly.
|
2006-11-16 05:44:59 +00:00
|
|
|
* (bug 6873) When viewing old revisions, add link to diff to current version.
|
2006-11-17 00:49:42 +00:00
|
|
|
* (bug 3315) Provide rollback link directly on history page.
|
2006-11-16 22:57:58 +00:00
|
|
|
* Detect CGI configurations where PATH_INFO is set up correctly.
|
|
|
|
|
PHP config var cgi.fix_pathinfo isn't detectable through ini_get(), but
|
|
|
|
|
we can find some side-effects. Only tested on lighttpd so far, hopefully
|
|
|
|
|
right on Apache too!
|
2006-11-17 00:49:42 +00:00
|
|
|
* Replace 'old-revision-navigation' message with 'revision-info' and
|
|
|
|
|
'revision-nav' messages, wrapped in divs with appropriate id's.
|
2006-11-17 02:05:34 +00:00
|
|
|
* (bug 4178) MediaWiki:Common.js will now be included for all users if
|
|
|
|
|
$wgUseSiteJs is enabled, in addition to (if applicable) MediaWiki:Monobook.js
|
|
|
|
|
and user JS subpages.
|
2006-11-17 03:16:18 +00:00
|
|
|
* (bug 7918) "Templates used on this page" changes during preview to reflect
|
2006-11-20 05:15:51 +00:00
|
|
|
any added or removed templates, and works as expected for section edits.
|
|
|
|
|
* (bug 7919) "Templates used on this page" is now shown for read-only pages.
|
2006-11-17 03:59:32 +00:00
|
|
|
* (bug 7688) When viewing diff, section anchors in autosummary jump to section
|
2006-11-17 04:14:19 +00:00
|
|
|
on current page instead of loading the latest version.
|
2006-11-18 11:30:33 +00:00
|
|
|
* (bug 7970) Use current connection explicitly on Database::getServerVersion
|
2006-11-20 06:09:29 +00:00
|
|
|
* (bug 2001) Tables with class="sortable" can now be dynamically sorted via
|
|
|
|
|
JavaScript.
|
2006-11-22 00:25:57 +00:00
|
|
|
* Added autosummary for new pages with 500 or less characters, and refactor
|
|
|
|
|
the autosummary code so it's all done in one function. doEdit is getting too
|
2006-11-20 11:48:03 +00:00
|
|
|
big!
|
2006-11-22 00:25:57 +00:00
|
|
|
* (bug 7554) The correct MIME type for SVG images is now displayed on the
|
|
|
|
|
image page (image/svg+xml, not image/svg).
|
2006-11-22 11:51:49 +00:00
|
|
|
* (bug 7883) Added autoblock whitelisting feature, using which specific ranges
|
|
|
|
|
can be protected from autoblocking. These ranges are specified, in list format,
|
2006-11-24 06:41:02 +00:00
|
|
|
in the autoblock_whitelist system message.
|
2006-11-22 20:53:11 +00:00
|
|
|
* Added placeholders for text injection by hooks to EditPage.php
|
2006-11-24 19:06:35 +00:00
|
|
|
* (bug 8009) Automatic edit summary for redirects is not filled for edits in existing pages
|
2006-11-24 22:10:11 +00:00
|
|
|
* Installer support for experimental MySQL 4.1/5.0 binary-safe schema
|
2006-11-24 22:11:47 +00:00
|
|
|
* Use INSERT IGNORE for db-based BagOStuff add/insert, for more memcache-like
|
|
|
|
|
behavior when keys already exist on add (instead of dying with an error...)
|
2006-11-24 23:48:22 +00:00
|
|
|
* Add a hook 'UploadForm:initial' before the upload form is generated, and two
|
|
|
|
|
member variable for text injection into the form, which can be filled by the hooks.
|
2006-11-26 10:54:01 +00:00
|
|
|
* (bug 6295) Add a "revision patching" functionality, where an edit can be undone
|
|
|
|
|
(with a functionality similar to diff rev1 rev2 | patch -R rev3 -o rev3).
|
|
|
|
|
This is triggered by including &undo=revid in an edit URL. A link to a URL
|
|
|
|
|
that will undo a given edit is shown on NEW NON-CURRENT revision headers on diff pages.
|
2006-11-27 01:54:04 +00:00
|
|
|
* Fix display of link in "already rolled back" message for image/category pages
|
2006-11-29 02:43:04 +00:00
|
|
|
* (bug 6016) Left-aligned images should stack vertically, like right-aligned
|
|
|
|
|
images, not horizontally.
|
2006-11-29 18:21:56 +00:00
|
|
|
* Patch from LeonWP: added UploadForm:BeforeProcessing hook in SpecialUpload.php
|
2006-11-30 07:47:34 +00:00
|
|
|
* Add AuthPluginSetup hook to override $wgAuth after configuration
|
2006-11-30 20:55:44 +00:00
|
|
|
* Fix regression in authentication hook auto-creation on login
|
2006-12-01 18:39:43 +00:00
|
|
|
* (bug 8110) Allow spaces in ISBNs
|
|
|
|
|
* (bug 8024) Introduce "send me copies of emails I send to others" preference
|
2006-12-01 21:18:40 +00:00
|
|
|
* Added 'EditPage::attemptSave' hook before an article is saved.
|
2006-12-01 22:56:25 +00:00
|
|
|
* (bug 8083) Applied patch for sk localisation
|
2006-12-02 06:34:27 +00:00
|
|
|
* Add a backslash character to the edit token, to prevent edits via certain
|
2006-12-02 22:16:21 +00:00
|
|
|
broken proxies that mangle such characters in form submissions
|
|
|
|
|
* (bug 7461) Allow overwriting pages using importTextFile.php
|
|
|
|
|
* (bug 7946) importTextFile.php doesn't perform pre-save transform
|
2006-12-02 23:56:25 +00:00
|
|
|
* (bug 8117) {{REVISIONTIMESTAMP}} showed weird default if $wgLocalTZoffset set;
|
|
|
|
|
now uses current time for previews and if timestamp can't be loaded from DB
|
|
|
|
|
* {{REVISIONTIMESTAMP}} now uses site local timezone instead of user timezone
|
|
|
|
|
to ensure consistent behavior
|
|
|
|
|
* {{REVISIONTIMESTAMP}} and friends should now work on non-MySQL backends
|
2006-12-03 04:05:12 +00:00
|
|
|
* (bug 7671) Observe canonical media namespace prefix in Linker::formatComment
|
2006-12-03 11:44:23 +00:00
|
|
|
* Added js variable wgCurRevisionId to the output
|
2006-12-04 21:17:24 +00:00
|
|
|
* (bug 8141) Cleanup of Parser::doTableStuff, patch by AzaTht
|
2006-12-04 22:17:12 +00:00
|
|
|
* (bug 8042) Make miser mode caching limits settable via $wgQueryCacheLimit
|
|
|
|
|
instead of hardcoding to 1000
|
2006-12-06 08:28:44 +00:00
|
|
|
* Enable QueryPage classes to override list formatting
|
|
|
|
|
* (bug 5485) Show number of intervening revisions in diff view
|
2006-12-07 23:09:03 +00:00
|
|
|
* (bug 8100) Fix XHTML validity in Taiwanese localization
|
2006-12-08 06:09:15 +00:00
|
|
|
* Added redirect to section feature. Use it wisely.
|
|
|
|
|
* Added a configuration variable allowing the "break out of framesets" feature
|
|
|
|
|
to be switched on and off ($wgBreakFrames). Off by default.
|
2006-12-08 23:07:06 +00:00
|
|
|
* Allow Xml::check() $attribs parameter to override 'value' attribute
|
2006-12-09 11:36:35 +00:00
|
|
|
* DB schema change: added two columns (rc_old_len and rc_new_len) to the recentchanges table to store
|
|
|
|
|
the text lengths before and after the edit
|
|
|
|
|
* (bug 1085) Made Special:Recentchanges show the character difference between the changed revisions
|
2006-12-10 01:11:27 +00:00
|
|
|
* Removed a redundant <strong> tag from diff pages that was causing display issues for some users
|
2006-12-10 02:51:09 +00:00
|
|
|
* (bug 8203) The keyboard shortcut for "log out" was removed, because users were pressing it
|
|
|
|
|
when they intended to press the shortcut for "preview".
|
2006-12-08 06:09:15 +00:00
|
|
|
|
2006-10-12 22:53:41 +00:00
|
|
|
|
2006-07-08 13:10:21 +00:00
|
|
|
== Languages updated ==
|
|
|
|
|
|
2006-10-28 13:26:23 +00:00
|
|
|
* Bishnupriya Manipuri (bpy)
|
2006-11-24 14:59:04 +00:00
|
|
|
* Cantonese (zh-yue)
|
2006-12-02 22:39:05 +00:00
|
|
|
* Finnish (fi)
|
2006-11-28 19:01:14 +00:00
|
|
|
* Frisian (fy)
|
2006-10-13 23:24:40 +00:00
|
|
|
* German (de)
|
2006-10-15 18:47:35 +00:00
|
|
|
* Hebrew (he)
|
|
|
|
|
* Indonesian (id)
|
2006-10-26 22:12:06 +00:00
|
|
|
* Italian (it)
|
2006-11-24 15:21:40 +00:00
|
|
|
* Japanese (ja)
|
2006-11-06 17:46:58 +00:00
|
|
|
* Kazakh (kk)
|
2006-10-23 20:00:02 +00:00
|
|
|
* Latin (la)
|
2006-12-04 12:02:00 +00:00
|
|
|
* Limburgish (li)
|
2006-12-05 22:45:27 +00:00
|
|
|
* Lingala (ln)
|
2006-10-20 17:36:00 +00:00
|
|
|
* Lithuanian (lt)
|
2006-11-10 13:04:40 +00:00
|
|
|
* Norwegian (no)
|
2006-10-11 21:50:57 +00:00
|
|
|
* Occitan (oc)
|
2006-11-21 18:55:26 +00:00
|
|
|
* Old Church Slavonic (cu)
|
2006-10-18 14:03:19 +00:00
|
|
|
* Polish (pl)
|
2006-10-17 17:36:01 +00:00
|
|
|
* Portuguese (pt)
|
2006-11-05 14:56:28 +00:00
|
|
|
* Russian (ru)
|
2006-11-12 18:43:06 +00:00
|
|
|
* Slovak (sk)
|
2006-11-24 14:46:05 +00:00
|
|
|
* Swedish (sv)
|
2006-10-12 22:53:41 +00:00
|
|
|
* Upper Sorbian (hsb)
|
2006-11-28 16:58:58 +00:00
|
|
|
* Vietnamese (vi)
|
2006-10-11 21:50:57 +00:00
|
|
|
|
2006-04-05 01:38:50 +00:00
|
|
|
== Compatibility ==
|
|
|
|
|
|
2006-10-10 22:05:24 +00:00
|
|
|
MediaWiki 1.9 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported.
|
2006-04-05 01:38:50 +00:00
|
|
|
|
2006-11-11 16:59:32 +00:00
|
|
|
PHP 5.0.x fails on 64-bit systems due to serious bugs with array processing:
|
|
|
|
|
http://bugs.php.net/bug.php?id=34879
|
|
|
|
|
Upgrade affected systems to PHP 5.1 or higher.
|
|
|
|
|
|
2006-05-02 19:09:51 +00:00
|
|
|
MySQL 3.23.x is no longer supported; some older hosts may need to upgrade.
|
2006-04-05 01:38:50 +00:00
|
|
|
At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.
|
2005-08-26 23:02:54 +00:00
|
|
|
|
2006-04-04 07:50:19 +00:00
|
|
|
|
|
|
|
|
== Upgrading ==
|
|
|
|
|
|
2006-10-10 21:43:16 +00:00
|
|
|
Some minor database changes have been made since 1.7:
|
|
|
|
|
* new fields and indexes on ipblocks
|
|
|
|
|
* index change on recentchanges
|
2006-04-04 07:50:19 +00:00
|
|
|
|
2006-10-10 21:43:16 +00:00
|
|
|
Several changes from 1.5 and 1.6 do require updates to be run on upgrade.
|
2006-04-04 07:50:19 +00:00
|
|
|
To ensure that these tables are filled with data, run refreshLinks.php after
|
|
|
|
|
the upgrade.
|
|
|
|
|
|
|
|
|
|
If you are upgrading from MediaWiki 1.4.x or earlier, some major database
|
2006-04-05 01:38:50 +00:00
|
|
|
changes are made, and there is a slightly higher chance that things could
|
|
|
|
|
break. Don't forget to always back up your database before upgrading!
|
2006-04-04 07:50:19 +00:00
|
|
|
|
|
|
|
|
See the file UPGRADE for more detailed upgrade instructions.
|
|
|
|
|
|
|
|
|
|
|
2005-12-02 00:38:02 +00:00
|
|
|
|
2004-04-23 06:42:11 +00:00
|
|
|
=== Caveats ===
|
|
|
|
|
|
|
|
|
|
Some output, particularly involving user-supplied inline HTML, may not
|
|
|
|
|
produce 100% valid or well-formed XHTML output. Testers are welcome to
|
|
|
|
|
set $wgMimeType = "application/xhtml+xml"; to test for remaining problem
|
|
|
|
|
cases, but this is not recommended on live sites. (This must be set for
|
|
|
|
|
MathML to display properly in Mozilla.)
|
|
|
|
|
|
2003-12-08 07:10:21 +00:00
|
|
|
|
2005-08-11 08:08:36 +00:00
|
|
|
For notes on 1.5.x and older releases, see HISTORY.
|
2003-12-08 07:10:21 +00:00
|
|
|
|
|
|
|
|
|
2003-12-08 08:40:48 +00:00
|
|
|
=== Online documentation ===
|
2003-12-08 07:10:21 +00:00
|
|
|
|
|
|
|
|
Documentation for both end-users and site administrators is currently being
|
|
|
|
|
built up on Meta-Wikipedia, and is covered under the GNU Free Documentation
|
|
|
|
|
License:
|
|
|
|
|
|
2006-04-05 01:38:50 +00:00
|
|
|
http://www.mediawiki.org/wiki/Documentation
|
2003-12-08 07:10:21 +00:00
|
|
|
|
|
|
|
|
|
2003-12-08 08:40:48 +00:00
|
|
|
=== Mailing list ===
|
2003-12-08 07:10:21 +00:00
|
|
|
|
|
|
|
|
A MediaWiki-l mailing list has been set up distinct from the Wikipedia
|
|
|
|
|
wikitech-l list:
|
|
|
|
|
|
2006-04-05 01:38:50 +00:00
|
|
|
http://mail.wikimedia.org/mailman/listinfo/mediawiki-l
|
2003-12-08 07:10:21 +00:00
|
|
|
|
2005-05-03 12:03:23 +00:00
|
|
|
A low-traffic announcements-only list is also available:
|
2006-04-05 01:38:50 +00:00
|
|
|
|
|
|
|
|
http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce
|
2005-05-03 12:03:23 +00:00
|
|
|
|
|
|
|
|
It's highly recommended that you sign up for one of these lists if you're
|
|
|
|
|
going to run a public MediaWiki, so you can be notified of security fixes.
|
|
|
|
|
|
2003-12-08 07:10:21 +00:00
|
|
|
|
2004-08-14 20:18:23 +00:00
|
|
|
=== IRC help ===
|
2003-12-08 08:40:48 +00:00
|
|
|
|
2004-08-14 20:18:23 +00:00
|
|
|
There's usually someone online in #mediawiki on irc.freenode.net
|