(bug 7820) Improve error reporting for uploads via URL. Patch by Simetrical.
[mediawiki.git] / HISTORY
blob302f9b0f87943516475cb7b0b7e60da56f5038ec
1 Change notes from older releases. For current info see RELEASE-NOTES.
3 = MediaWiki release notes =
5 Security reminder: MediaWiki does not require PHP's register_globals
6 setting since version 1.2.0. If you have it on, turn it *off* if you can.
8 == Changes since 1.7 ==
10 * Introduced AjaxResponse object, superceding AjaxCachePolicy
11 * Changes to sajax_do_call: optionally accept an element to fill instead of a
12   callback function; take the target function or element as a third parameter;
13   pass the full XMLHttpRequest object to the handler function, instead of just
14   the resultText value; use HTTP response codes to report errors.
15 * (bug 6562) Removed unmaintained ParserXml.php for now
16 * History paging overlap bug fixed
17 * (bug 6586) Regression in "unblocked" subtitle
18 * Don't put empty-page message into view-source when page text is blank
19 * (bug 6587) Remove redundant "allnonarticles" message
20 * Block improvements: Allow blocks on anonymous users only. Optionally allow 
21   or disallow account creation from blocked IP addresses. Prevent duplicate
22   blocks. Fixed the problem of expiry and unblocking erroneously affecting
23   multiple blocks. Fixed confusing lack of error message when a blocked user
24   attempts to create an account. Fixed inefficiency of Special:Ipblocklist in 
25   the presence of large numbers of blocks; added indexes and implemented an 
26   indexed pager.
27 * (bug 6448) Allow filtering of Special:Newpages according to username
28 * (bug 6618) Improve permissions/error detection in Special:Lockdb
29 * Quick hack for extension testing: parser test doesn't create new message
30   cache object.
31 * (bug 6299) Maintain parser's revision ID across recursive calls to fix
32   {{REVISIONID}} when Cite extension is used
33 * (bug 6622) Removed deprecated function Image::newFromTitle
34 * (bug 6627) Fix regression in Special:Ipblocklist with table prefix
35 * Removed forced dereferencements (new() returns a reference in PHP5)
36 * Note about $wgUploadSizeWarning using byte
37 * (bug 6592) Add most viewed pages summary to Special:Statistics
38 * Pre-strip characters ignored in IDNs from URLs so they can't be used
39   to break the blacklists for regular URLs
40 * Fix regression in blocking of user accounts
41 * (bug 6635) Fix regression searching for range blocks on Ipblocklist
42 * Fix regression searching Ipblocklist with ugly URLs
43 * (bug 6639) Use a consistent default for upload directories
44 * Preserve entered reason when reporting unconfirmed lock on Special:Lockdb
45 * (bug 6642) Don't offer to unlock the database when it isn't locked
46 * cleanupTitles.php changed from --dry-run option to --fix, so default
47   behavior is now a non-invasive check as with namespaceDupes.php
48 * (bug 6660) Fix behaviour of EditPage::blockedPage() when the article does
49   not exist; now doesn't show the source box if the user hasn't provided it
50   (blocked mid-edit) and the page doesn't exist
51 * Improve default value of "blockedtext"
52 * (bug 6680) Added localisation for Dutch bookstore list (nl)
53 * Renamed maintainace script redundanttrans.php to unusedMessages.php - clearer usage
54 * Fix regression which allowed some blocked users to create additional accounts
55 * (bug 6657) Fix Hungarian linktrail
56 * (bug 6751) Fix preview of blanked section with edit on first preview option
57 * (bug 5456) Separate MediaWiki:Search into messages for both noun and verb,
58   introduced 'MediaWiki:Searchbutton'
59 * Made lines from initialiseMessages() appear as list items during installation
60 * Moved the bulk of the localisation data from the Language*.php files to the
61   Messages*.php files. Deleted most of the Languages*.php files.
62 * Introduced "stub global" framework to provide deferred initialisation of core
63   modules. 
64 * Removed placeholder values for $wgTitle and $wgArticle, these variables will
65   now be null during the initialisation process, until they are set by index.php
66   or another entry point.
67 * Added DBA cache type, for BDB-style caches. 
68 * Removed custom date format functions, replacing them with a format string in
69   the style of PHP's date(). Used string identifiers instead of integer
70   identifiers, in both the language files and user preferences. Migration should
71   be transparent in most cases.
72 * Simplified the initialisation API for LoadBalancer objects.
73 * Removed the broken altencoding feature.
74 * Moved default user options and toggles from Language to User. Language objects
75   are still able to define default preference overrides and extra user toggles, 
76   via a slightly different interface.
77 * Don't include the date option in the parser cache rendering hash unless
78   $wgUseDynamicDates is enabled.
79 * Merged LanguageUtf8 with Language. Removed LanguageUtf8.php. 
80 * Removed inclusion of language files from the bottom of Language.php. This is
81   now consistently done from Language::factory(). 
82 * Add the name of the executing maintenance script to the debug log. Start the
83   profiler during maintenance scripts.
84 * Added "serialized" directory, for storing precompiled data in serialized form.
85 * Fix regression in auto-set NS_PROJECT_TALK namespace
86 * Fix regression in ordering of namespaces
87 * (bug 6806, 6030) Added several global JS variables for article path, user name,
88   page title, etc. 
89 * hooks registered with addOnloadHook are now called at the one of the html body
90   by all skins.
91 * Split ajax aided search from core ajax framework. Use wgUseAjax to enable the
92   framework and wgAjaxSearch to enable the suggest feature for the search box.
93 * Added experimental installer for extensions. 
94   See maintenance/installExtension.php
95 * Added Tajic (tg) language file.
96 * (bug 6903) Added Cantonese localisation (zh-yue)
97 * Fix regression in Korean and Japanese date formatting (day of week)
98 * (bug 6919) Add English alias magic words for Tatar (tt) language file.
99 * (bug 6753) Fixed broken Kazakh linktrail (kk)
100 * (bug 6700) Added Kazakh language variants to Names.php
101 * (bug 6827) some i18n specific maintenance scripts fails after merge of localisation-work branch
102 * Throwed an exception for the deprecated functions OutputPage::sysopRequired and
103   OutputPage::developerRequired - use OutputPage::permissionRequired instead.
104 * Removed the deprecated functions User::isSysop, User::isBureaucrat and User::isDeveloper -
105   use User::isAllowed instead.
106 * (bug 769) OutputPage::permissionRequired() should suggest groups with the needed permission
107 * (bug 6971) Fix regression in Special:Export history view
108 * Revamped Special:Imagelist
109 * (bug 7000) updated MessagesPl.php
110 * (bug 6946) Fix unexpected behavior change with GET hits to Special:Export
111 * (bug 1866) Improve navigation on Special:Listusers; user now a starting
112   point as with Special:Allpages, rather than a pure limit.
113 * Clean up tab order on Special:Blockip
114 * (bug 5969) Clean up tab order on Special:Userlogin forms
115 * (bug 3512) namespaceDupes now handles spaces and initial caps properly
116 * (bug 7037) Fix regression in login tab order
117 * (bug 7031) Report missing email on 'email password' instead of false success
118 * (bug 7010) Don't send email notifications for watched talk pages when user
119   has selected to receive only updates for their own talk page
120 * Added {{CURRENTHOUR}}
121 * Added [[:Image:Foo.png]] style links to the pagelinks table
122 * Avoid duplicate revision imports with Special:Import
123 * (bug 7054) Validate email address before sending email confirmation message
124 * (bug 7061) Format title on "from (page)" links on Special:Allpages
125 * (bug 7044) Introduce "padleft" and "padright" colon functions
126 * Pass page title as parameters to "linkshere" and "nolinkshere" and update
127   default message text
128 * Allows to upload from publicy accessible URL. Set $wgAllowCopyUploads = true ; in LocalSettings.php
129   Limited to $wgMaxUploadSize (default:100MB); URL upload is limited to sysops by default, and displayed as a second line if appropriate
130 * (bug 832) Return to user page after emailing a user
131 * (bug 366) Add local-system-timezone equivalents for date/time variables
132 * (bug 7109) Fix Atom feed version number in header links
133 * (bug 7075) List registered parser function hooks on Special:Version
134 * (bug 7059) Introduce "anchorencode" colon function
135 * Include SVN revision number in {{CURRENTVERSION}} output, where applicable
136 * Fix bug in wfRunHooks which caused corruption of objects in the hook list
137 * (bug 4979) Use simplified email addresses when running on Windows
138 * (bug 4434) Show block log fragment on Special:Blockip
139 * [[MediaWiki:Disambiguationspage]] may optionally contain wiki links to any number 
140   of disambiguation templates.
141 * [[Special:Disambiguations]] now shows pages in NS:0 that link to any pages that embed
142   any of the templates listed at [[MediaWiki:Disambiguationspage]].
143 * Fix formatting of titles on Special:Undelete
144 * (bug 7026) Fix action=raw&templates=expand
145 * (bug 6976) Add namespace and direction classes to classic skins
146 * (bug 7144) Don't "return to main" from OutputPage::loginToUse() if the the user can't
147   read the main page in the first place
148 * (bug 7188) Fix minor borkage in HTMLForm
149 * (bug 6675) Replaced message 'watchthis' with new message 'watchthisupload in Special:Upload
150 * Add a quickie script dumpSisterSites.php for generating a page list in the
151   format for WSR-1 SisterSites support
152 * (bug 7223) Monobook.js is used for site content, should not be localized
153 * Set default disabled values for DjVu render options
154 * Added Xml::option() for generating <option>s easily
155 * Localized page numbers in drop-down for DjVu page selection
156 * Fixed linktrail for vi
157 * (bug 6893) "Call to a member function exists() on a non-object" on trackback.php with bad input
158 * (bug 6886) PHP undefined offset on bad input to Special:Revisiondelete
159 * (bug 6887) PHP error for call to getId() on bad input to Special:Revisiondelete
160 * (bug 6888) PHP error for call to getTimestamp() on bad input to Special:Revisiondelete
161 * (bug 7252) Use dvipng support in texvc math rastrization. dvipng is required if texvc is rebuilt.
162 * (bug 7279) Use wfBaseName in place of basename() in more places
163 * Clear newtalk marker on diff links with explicit current revision number
164 * (bug 7064) Replace hard-coded empty message checks with wfEmptyMsg calls
165 * (bug 6777) Remove some PHP 4 compat cruft
166 * Add --user, --comment, and --license options to importImages.php
167 * (bug 6216) The immobile namespace message does not mention the source page
168 * (bug 7299) Normalize username filter on Special:Newpages
169 * (bug 7306) RTL text in an LTR wiki breaks appearance of Special:Recentchanges
170 * (bug 7312) Don't emit SET NAMES utf8 if connection failed
171 * (bug 7305) Proper compare for bot check on RC notify, should fix overrides
172   that force edits by non-bot users to bot mode
173 * Set Vary: Cookie on action=raw generated CSS and JS, to ensure that user
174   preferences don't get stuck in proxy caches for other people
175 * (bug 7324) Fix error message for failure of Database::sourceFile()
176 * (bug 7309) Plurals: use singular form for zero in French and Brazilian Portuguese
177 * Add page_no_title_convert field to support language variant conversion
178   for page titles which shouldn't be converted on display/linking
179 * Lazy extraction of text chunks in Revision objects, may reduce hits to
180   external storage when actual text content is not used
181 * Added experimental $wgRevisionCacheExpiry to cache extracted revision text
182   in $wgMemc, to further reduce hits to external storage.
183   Set to 0 (disabled) by default.
184 * Minor changes to the installer. 
185 * Remove ":" for 'youremail' and 'yourrealname' in includes/templates/Userlogin.php
186   so that ":" could be used in i18n for Special:Preferences (like 'username' and 'uid').
187 * Fix layout for Special:Preferences->Date and Time (position for 'timezonetext').
188 * Updates to language variant code for Serbian et al
189 * (bug 6756) Enabling RTL direction for kk-cn
190 * (bug 6701) Kazakh language variants in MessagesEn.php
191 * (bug 7335) SVN revision check in Special:Version fails on SVN 1.4 working copy
192 * (bug 6518) Replaced 'lastmodified' with 'lastmodifiedat' and 'lastmodifiedby' with 'lastmodifiedatby'
193   with seperated parameters for date and time to allow better localisation. Updated all message files
194   to display the old format for compatibility.
195 * (bug 7357) Make supposedly static methods of Skin actually static
196 * Added info text to Special:Deadendpages and Special:Lonelypages
197 * Fix regression in cachability of generated CSS and JS for MonoBook skin,
198   while avoiding clobbering of different users' cached data
199 * (bug 6849) Block @ from usernames; interferes with multi-database tools and
200   was meant to be banned years ago... For now existing accounts will not be
201   prevented fromm login.
202 * (bug 6092) Introduce magic words {{REVISIONDAY}}, {{REVISIONDAY2}, {{REVISIONMONTH}},
203   {{REVISIONYEAR}} and {{REVISIONTIMESTAMP}} 
204 * (bug 7425) Preceeding whitespace in [[...]] breaks subpages
205 * Try to reconnect after transitory database errors in dumpTextPass.php
206 * (bug 6023) Fixed mismatch of 0/NULL for wl_notificationtimestamp; now notification
207   mails are working after 'Mark all pages visited' button on Special:Watchlist is clicked
208 * Made {{INT:}} a core parser function instead of a special case. The syntax 
209   and behaviour is largely unchanged. 
210 * (bug 7448) Fixing the native name for Ewe (ee)
211 * (bug 6864) Replace message 'editing' with new message 'editinguser' in Special:Userrights
212   to allow better localisation
213 * Add '*-summary' for special pages to MessagesEn.php to allow customizing/translation
214   directly through Special:Allmessages
215 * (bug 6130, bug 5818) Replaced message 'go'  with the new message 'searcharticle' in skins
216   to allow better localisation
217 * Add + to $wgLegalTitleChars by default. Some sites may have occasional
218   problems with hard-to-reach pages, but it should be less trouble than
219   "I can't import dumps from Wikipedia" complaints
220 * (bug 7460) Revert broken patch for bug 7226 which slows down
221   Special:Allmessages by a factor of 16
222 * Committed a bunch of live hacks from Wikimedia servers
223 * (bug 6889) PHP notices in thumb.php with missing params
224 * Cleaner error behavior on thumb.php with invalid page selection
225 * (bug 6617) Validate timestamps on Special:Undelete
226 * Do fewer unnecessary full writes of user rows; only update user_touched
227   for watch/unwatch, group membership change, and login operations
228 * Restructured the languages directory, to avoid problems when people 
229   untar MW 1.8 over the top of a 1.7 installation.  
230 * (bug 6890) SQL query error on bad input to Pager lists 
231   due to negative LIMIT clause, caused by integer wraparound.
232 * Fixed various bugs related to table prefixes, especially the interaction
233   between table prefixes and memcached, which was formerly completely broken.
234 * (bug 7004) PHP iconv() notice on bad password input to Special:Userlogin.
235 * (bug 6826) Extend pre-save transform context link ("pipe trick")
236   syntax to pages with commas in title
237 * Use ImageMagick -thumbnail option instead of -resize to avoid including
238   excessive metadata in thumbs (requires ImageMagick 6.0.0 or newer).
239 * (bug 7499) Corrections to Swedish talk namespace names
240 * (bug 7508) Added option to compress HTML pages by dumpHTML.php
241 * (bug 7519) Add plural in SpecialWatchlist
242 * (bug 7459) Magic word variables are always case sensitive
243 * Replaced {{SERVER}}{{localurl:xxx}} with {{fullurl:xxx}} in localisation files
244 * Fix regression in Special:Watchlist text header
245 * (bug 7510) Update article counts etc on undelete
246 * (bug 7520) Update article counts on XML import
247 * (bug 7526) Make $wgDefaultUserOptions work again
248 * (bug 7472) Localize Help namespace for Basque
249 * (bug 7529) Including a non-existent category in an article places that article in the category
250 * (bug 4528) Lack of important LaTeX functions stackrel, rightleftharpoon
251 * (bug 6721) missing symbols ulcorner, urcorner, llcorner, lrcorner, twoheadrightarrow, twoheadleftarrow
252 * (bug 7367) Hyphens sometimes erroneously appended to equations when not converted to PNG
253 * Add "title" to the opensearch link to allow automatic adding of the search engine in Firefox 2
254 * (bug 7537) Add php5 to $wgFileBlacklist
255 * (bug 6929) Restore AutoAuthenticate hook
258 == Changes since 1.6 ==
260 * (bug 5458) Fix double-URL encoding in block log link in contribs and contribs
261   link in block log
262 * (bug 5462) Bogus missing patch warning in updater
263 * (bug 5461) Use of deprecated "showhideminor" in Special:Recentchangeslinked
264 * PHP warning when allow_call_time_pass_reference is off
265 * Update to Finnish localization
266 * (bug 5467) Link to page histories in watchlist edit mode
267 * Further additions to Hebrew localisation
268 * (bug 5476) Invalid xhtml in German localization
269 * (bug 5479) Id translation for preferences tabs caption
270 * (bug 5493) Id translation for special pages
271 * Added skinname and style path parameters to CBT version of MonoBook
272 * Include subversion revision number in Special:Version if available
273 * (bug 5344) Fix regression that broke slashes in extension tag parameters
274 * Improve Special:Log performance on big log sets
275 * (bug 5507) Changed mediawiki:logouttext from plain to wikitext
276 * (bug 4760) Prevent creation of entries in protection log when protection
277   levels haven't changed
278 * (bug 861) Show page protection/unprotection events in histories
279 * (bug 5499) Don't clear the tag strip state when asked not to clear state.
280   Fixes regression with use of <ref> in a template breaking <nowiki> etc.
281 * Minor improvements to English language files
282 * Display the anon talk page info message on anon talk pages again
283   (moved outside the parser cache)
284 * Optional {{DISPLAYTITLE|title with markup}} magic word
285   Deactivated by default, set "$wgAllowDisplayTitle = true" in LocalSettings.php
286   to activate
287 * Cleaned SpecialContributions a bit
288 * Added a table to track interlanguage links
289 * (bug 5544) Fix redirect arrow in Special:Listredirects for right-to-left
290   languages
291 * Replace "doubleredirectsarrow" with a content language check that picks the
292   appropriate arrow
293 * (bug 5537) Add stub language file for Samogitian (bat-smg); inherits
294   Lithuanian (lt)
295 * Don't force edit summaries when a user is editing their own user/talk page
296 * (bug 5510) Warning produced when using {{SUBPAGENAME}} in some namespaces
297 * (bug 385) Installer support for PostgreSQL, fixes for PG compatibility
298 * PersistentObject removed; it doesn't do anything and was broken besides.
299   All extensions using it have been corrected.
300 * Propagate ISBN number for Booksources in LanguageNo.php
301 * (bug 5548) Improvements to Indonesian localisation [patch: Ivan Lanin]
302 * Add TALKSPACE, SUBJECTSPACE, TALKPAGENAME, SUBJECTPAGENAME (and encoded forms
303   for all) magic words
304 * (bug 5403) Fix Special:Newpages RSS/Atom feeds
305 * Reject malformed addresses in X-Forwarded-For entries
306 * (bug 3359) Add hooks on completion of file upload
307 * (bug 5559) Improve detection of ImageMagick [patch: Greg Turnquist]
308 * (bug 5475) New pages feeds ignore "limit" argument
309 * (bug 5184) CSS misapplied to elements in Special:Allmessages due to
310   conflicting anchor identifiers
311 * (bug 5519) Allow sidebar cache to be disabled; disable it by default.
312 * Maintenance script to import the contents of a text file into a wiki page
313 * Add $wgReservedUsernames configuration directive to block account creation/use
314 * (bug 5576) Remove debugging hack in session check
315 * (bug 5426) Lowercase treatment of titles in rights log leads to broken links
316   on Special:Log
317 * Minor improvements to French localisation files
318 * (bug 5181) Update "nogomatch" for Slovak
319 * (bug 5594) Id translation up to # Login and logout pages section
320 * (bug 5536) Use content language for editing help link
321 * Improvements to German localisation files
322 * (bug 5570) Problems using <special page>/parameter link form for long titles
323 * (bug 3884) Add $user parameter to AddNewUser hook, call it for by-email 
324   registrations as well as self-registrations.
325 * (bug 4327) Report age of cached data sets in query pages
326 * (bug 4662) Fix Safari check in wikibits.js
327 * (bug 4663) Edit toolbar enabled in compatible versions of Safari
328 * (bug 5572) Edit toolbar enabled in compatible versions of Konqueror (3.5+)
329 * (bug 5235) Edit toolbar tooltips no longer show JavaScript junk in Opera
330 * Edit toolbar now works in pure XHTML mode (application/xhtml+xml)
331 * Add watchlist clear function to allow quick purging of all items
332 * (bug 5625) Additional namespace translations for Welsh
333 * Add meta tag and JavaScript variables to cached special pages which provides
334   the timestamp of the last update, in YYYYMMDDHHMMSS format.
335 * (bug 5628) More translations for MessagesHr.php
336 * (bug 5595) Localisation for Bosnian language (bs)
337 * (bug 2910) Default view preferences for watchlists
338 * Add "hide bot edits from the watchlist" user preference
339 * (bug 5250) Introduce Special:Unusedtemplates
340 * Add user preference setting for an extended watchlist, showing all recent 
341   edits up to a certain edit, and not just the latest edit..
342 * Made MessageRo.php more general
343 * (bug 5640) Indonesian localisation improvements
344 * (bug 5592) Actions are logged with the default language for the
345    wiki, not the language of the user performing the operation.
346 * (bug 5644) Error in LanguageBs.php file
347 * (bug 5646) Compare for identical types in wfElement()
348 * (bug 5472) Language::userAdjust()->minDiff not initialized on else condition
349 * (bug 5386) LanguageMk.php: updated namespaces translations
350 * (bug 5422) Stub for Romani (rmy) language which extends ro
351 * Fix linktrail for LanguageSr
352 * (bug 5664) Fix Bosnian linktrail
353 * (bug 3825) Namespace filtering on Special:Newpages
354 * (bug 1922) When Special:Wantedpages is cached, mark links to pages
355   which have since been created
356 * (bug 5659) Change grammar hacks for Bosnian Wikimedia namespaces.
357   This sort of special casing should be removed and fixed properly.
358 * Remove useless whitespace from Special:Brokenredirects header
359 * Treat "allmessagesnotsupporteddb" as wikitext when echoing; change default
360   text
361 * (bug 5497) Regression in HTML normalization in 1.6 (unclosed <li>,<dd>,<dt>)
362 * (bug 5709) Allow customisation of separator for categories
363 * (bug 5684) Introduce Special:Randomredirect
364 * (bug 5611) Add a name attribute to the text box containing source text in
365   read-only pages
366 * Indicate when a protected page is an interface message ("protectedinterface")
367 * (bug 4259) Indicate when a protected page being edited is an interface message
368   ("editinginterface")
369 * (bug 4834) Fix XHTML output when using $wgMaxTocLevel
370 * Pass login link to "whitelistedittext" containing 'returnto' parameter
371 * (bug 5728): mVersion missing from User::__sleep() leading to constant cache
372   miss
373 * Updated maintenance/transstat.php so it can show duplicate messages
374 * Improvements to update scripts; print out the version, check for superuser
375   credentials before attempting a connection, and produce a friendlier error if
376   the connection fails
377 * (bug 5005) Fix XHTML <gallery> output.
378 * (bug 5315) "Expires: -1" HTTP header made strictly valid (using 1970 date).
379 * (bug 4825) note in DefaultSettings.php about 'profiling' table creation
380 * Remove unneeded extra whitespace at top of Special:Categories
381 * (bug 5679) time units are now using local numerals
382 * (bug 5751) Updates to Portuguese localisation files
383 * (bug 5741) Introduce {{NUMBEROFUSERS}} magic word
384 * (bug 93) <nowiki> tags and tildes in templates
385 * The returnto parameter is now actually used by SpecialUserlogin.php
386 * Parser can now know that it is parsing an interface message
387 * (bug 4737) MediaWiki:Viewcount supports {{PLURAL}} now
388 * Fix bug in wfMsgExt under PHP 5.1.2
389 * (bug 5761) Project talk namespace broken in Xal, Os, Udm and Cv
390 * Rewrite reassignEdits script to be more efficient; support optional updates to
391   recent changes table; add reporting and silent modes
392 * Cleaned up formatNum usage in langfiles
393 * (bug 5716) Warn when a user tries to upload a file which was previously
394   deleted
395 * (bug 5565) Add a class attribute to the table on Special:Allpages
396 * "lang=xx" option for parser test cases to set content language
397 * (bug 5764) Friulian translation updated
398 * (bug 5757) Fix premature cutoff in LanguageConverter with extra end markers
399 * (bug 5516) Show appropriate "return to" link on blocked page
400 * (bug 5377) Do not auto-login when creating an account as another user
401 * (bug 5284) Special redirect pages should remember parameters
402 * Suppress 7za output on dumpBackup
403 * (bug 5338) Reject extra initial colons in title
404 * (bug 5487) Escape self-closed HTML pair tags
405 * Add "raw suffix" magic word for some magic words, e.g. {{NUMBEROFUSERS|R}}
406   will produce a count minus formatting
407 * Fix Parser::cleanSig() to use Parser::startExternalParse() and choose an
408   appropriate output format given the scope of the clean
409 * (bug 5593) Change "bureaucrat log" to "rights log"
410 * Show a boilerplate "(none)" in place of a blank within the log action text for
411   user rights
412 * (bug 137) Commented out translations for copyrightwarning which mention GNU FDL
413 * (bug 5723) Don't count pages linked to from the MediaWiki namespace as "wanted"
414 * (bug 5696) Add a third parameter, $3, to "rcnote", passing the current time
415   formatted according to the current user's settings
416 * (bug 5780) Thousands and decimal separators for Norwegian
417 * Updated initStats maintenance script
418 * (bug 5767) Fix date formats in Vietnamese locale
419 * (bug 361) URL in URL, they were almost fixed. Now they are.
420 * (bug 4876) Add __NEWSECTIONLINK__ magic word to force the "new section" link/tab to
421   show up on specific pages on demand
422 * Bidi-aid on list pages
423 * (bug 5782) Allow entries in the bad image list to use canonical namespace names
424 * (bug 5789) Treat "loginreqpagetext" as wikitext
425 * Sanitizer: now handles nested <li> in <ul> or <ol>
426 * (bug 5796) We require MySQL >=4.0.14
427 * Add 'EmailConfirmed' hook
428 * New findhooks.php script to find undocumented hooks.
429 * Silently ignore errors on profiling table update.
430 * (bug 5801) Correct handling of underscores in Special:Listusers
431 * Clean up Special:Listusers; add an "(all)" label to the group selection box
432 * (bug 5812) Use appropriate link colour in Special:Mostlinked
433 * (bug 5802) {{CURRENTMONTHNAME}} variable broken in Vietnamese locale
434 * (bug 5817) Appropriate handling for Special:Recentchangeslinked where the target
435   page doesn't exist
436 * Special:Randompage now additionally accepts English namespace name as parameter
437 * (bug 2981) Really fixed linktrail for Tamil (ta)
438 * Disallow substituting Special pages when included into a page
439 * (bug 5587) Clean up the languages from references to the Groups special page
440 * Added new group-X and group-X-member messages
441 * Rewritten removeUnusedAccounts to be more efficient, print names of inactive
442   accounts
443 * Redirect Special:Userlist to Special:Listusers
444 * Introduce $wgAllowTitlesInSVG, which allows the <title> attribute in uploaded files
445   bearing the image/svg MIME type. Disabled by default due to the vast majority of
446   web servers being hideously misconfigured. See DefaultSettings.php for more details.
447 * Changed default LocalSettings.php to append the previous include path when setting it
448 * (bug 5837) Use "members" for the value descriptor in Special:Categories,
449   Special:Wantedcategories and Special:Mostlinkedcategories.
450 * (bug 3309) Allow comments when undeleting pages
451 * Clean up Special:Undelete a bit
452 * (bug 5805) messages nbytes, ncategories can now use {{plural:}}
453 * Clean up Special:Imagelist a bit
454 * (bug 5838) Namespace names for Nds-NL
455 * (bug 5749) Added Tyvan language files
456 * (bug 5791) Fix SQL syntax in Special:BrokenRedirects, was causing incorrect data to show
457 * (bug 5839) Prevent access to Special:Confirmemail for logged-out users
458 * (bug 5853) Update for Portuguese messages (pt)
459 * (bug 5851) Use Cyrillic for Kirghiz language name
460 * (bug 5841) Allow the 'EditFilter' hook to return a non-fatal error message
461 * (bug 5846) Link to individual group description pages in Special:Listusers
462 * (bug 5857) Update for German localisation (de)
463 * (bug 5858) Update for Russian language (ru)
464 * (bug 5860) Update for Indonesian language (id)
465 * (bug 1120) Update for Czech language (Cs)
466 * Added many missing formatNum calls
467 * Added grammar function to Belarusian (be)
468 * (bug 5819) Add 'PersonalUrls' hook
469 * (bug 5862) Update of Belarusian language (be)
470 * (bug 5886) Update for Portuguese messages (pt)
471 * (bug 5586) <gallery> treated text as links
472 * (bug 5878) Update for Indonesian language (id)
473 * (bug 5697) Update for Malay language (ms)
474 * (bug 5890) Update for German language (de)
475 * (bug 5889) Name for Sindhi language should appear as سنڌي
476 * --force-normal parameter on dump scripts to force check for ICU extension
477 * (bug 5895) Update for Dutch language (nl)
478 * (bug 5891) Linktrail for Polish language (pl)
479 * User::isBureaucrat , User::isDeveloper , User::isSysop deprecated in
480   v1.6 now die with a backtrace. They will be removed in v1.8
481 * dumpTextPass now skips goes to database for entries that were blank in the
482   previous dump, as this may indicate a broken dump.
483 * dumpTextPass progress includes percentage of items prefetched
484 * dumpTextPass can now use 7zip files for prefetch
485 * (bug 5915) Update to Indonesian localisation (id)
486 * (bug 5913) Update for German localisation (de)
487 * (bug 5905) Plural support for Bosnian localisation (bs)
488 * Groups which won't hit the rate limiter now configurable with
489   $wgRateLimitsExcludedGroups
490 * (bug 5806) {{plural:}} support instead of "twin" MediaWiki messages
491 * (bug 5931) Update for Polish language (pl)
492 * Ignore the user and user talk namespaces on Special:Wantedpages
493 * Introduce NUMBEROFPAGES magic word
494 * (bug 5833) Introduce CURRENTVERSION magic word
495 * (bug 5370) Allow throttling of password reminder requests with the rate limiter
496 * (bug 5683) Respect parser output marked as uncacheable when saving
497 * (bug 5918) Links autonumbering now work for all defined protocols
498 * (bug 5935) Improvement to German localisation (de)
499 * (bug 5937) Register links from gallery captions with the parent parser output
500   object so that link tables receive those updates too
501 * (bug 5845) Introduce BASEPAGENAME and BASEPAGENAMEE magic words
502 * (bug 5941) Use content language when getting the administrator page title for
503   Special:Statistics
504 * (bug 5949) Update to Indonesian localisation (id)
505 * (bug 5862) Update of Belarusian translation (be)
506 * (bug 5950) Improvements to French localisation
507 * (bug 5805) {{plural:}} support for counters in some special pages
508 * (bug 5952) Improvement to German localisation (de)
509 * Rename conflicting metadata help message to "metadata_help" (was "metadata")
510   and treat it as wiki text
511 * Improve preferences input filtering
512 * Maintenance script to import multiple files into the wiki
513 * (bug 5957) Update for Hebrew language (he)
514 * (bug 5962) Update for Italian language (it)
515 * (bug 5961) Update for Portuguese localisation (pt)
516 * (bug 5849) Remove some hard-coded references to "Wikipedia" in messages
517 * (bug 5967) Improvement to German localisation (de)
518 * (bug 5962) Update for Italian language (it)
519 * Suppress images in galleries which appear on the bad image list (when rendering
520   for a wiki page; galleries in special pages and categories are unaffected)
521 * Maintenance script to remove orphaned revisions from the database
522 * (bug 5991) Update for Russian language (ru)
523 * (bug 6001) PAGENAMEE and FULLPAGENAMEE don't work in FULLURL and LOCALURL magic
524   words
525 * (bug 5958) Switch Uzbek language name to use latin script
526 * (bug 839) Add URLENCODE magic word
527 * (bug 6004) Update for Polish language (pl)
528 * (bug 5971) Improvement to German localisation (de)
529 * (bug 4873) Don't overwrite the subtitle navigation when viewing a redirect page
530   that isn't current
531 * (bug 2203) Namespace updates for Thai
532 * Fix breakage in parser test suite which caused incorrect reporting of the failure of
533   {{NUMBEROFFILES}}. Now initialises the site_stats table with some dumb data. Updated
534   the expected output for {{NUMBEROFARTICLES}} to reflect this.
535 * (bug 6009) Use {{ns:project}} in messages where appropriate
536 * (bug 6012) Update to Indonesian localisation (id)
537 * (bug 6017) Update list of bookstores in German localisation files
538 * (bug 5187) Allow programmatically bypassing username validation, for scripts
539 * (bug 6025) SpecialImport: wrong message when no file selected
540 * (bug 6015) EditPage: add spacing in the boxes "edit is minor" and "watch this"
541 * (bug 6018) Userrights: new message when no user specified ('nouserspecified')
542 * (bug 2015) Add "\sim" to ~ conversion for HTML rendering
543 * (bug 6029) Improvement to German localisation (de)
544 * (bug 5015) Update be: magic words
545 * (bug 3974) Add parameter for site URL to "passwordremindertext"
546 * (bug 6039) Update for Portuguese localisation (pt)
547 * (bug 764) Add CREATE TEMPORARY TABLES to default database permissions
548 * Big update to Swedish localisation (sv)
549 * Use appropriate HTML functions to create the tool links on image pages, so they don't
550   look garbled when tidy isn't on
551 * (bug 5511) Fix URL-encoding of usernames in links on Special:Ipblocklist
552 * (bug 6046) Update to Indonesian localisation (id) #15
553 * (bug 5523) $wgNoFollowNsExceptions to allow disabling rel="nofollow" in
554   specially-selected namespaces.
555 * (bug 6055) Fix for HTML/JS injection bug in variable handler (found by Nick Jenkins)
556 * Reordered wiki table handling and __TOC__ extraction in the parser to better
557   handle some overlapping tag cases.
558 * Only the first __TOC__ is now turned into a TOC
559 * (bug 4610) Indicate patrolled status on watchlists and allow users to mark
560   changes as patrolled using the diff links there
561 * Add 'DiffViewHeader' hook called before diff page output
562 * (bug 6051) Improvement to German localisation (de)
563 * (bug 6054) Update to Indonesian localisation (id) #16
564 * Add {{CURRENTTIMESTAMP}} magic word
565 * (bug 6061) Improper escaping in some html forms
566 * (bug 6065) Remove underscore when using NAMESPACE and TALKSPACE magics.
567 * (bug 6074) Correct squid purging of offsite upload URLs
568 * To simplify the lives of extension developers, the logging type arrays
569   can now be appended to directly by an extension setup function. It is
570   no longer necessary to write four separate functions just to add a
571   custom log type.
572 * (bug 6057) Count "licenses" as a message (and show it in Special:Allmessages)
573 * Added $wgGrammarForms global
574 * Fixed hardcoded 'done.' when removing watchlist entries.
575 * (bug 5962) Update for Italian language (it)
576 * (bug 6086) Remove vestigial attempt to call Article::validate()
577 * wfHostname() function for consistent server hostname use in debug messages
578 * Send thumbnailing error messages to 'thumbnail' log group
579 * wfShellexec() now accepts an optional parameter to receive the exit code
580 * Failed, but not zero-length, thumbnail renderings are now removed.
581   Should help clean up when rsvg fails in weird ways.
582 * (bug 6081) Change description for Turkmen language
583 * Increase robustness of parser placeholders; fixes some glitches when
584   adjacent to identifier-ish constructs such as URLs.
585 * Shut up the parser test whining about files in a temp directory.
586 * (bug 6098) Add Aragonese language support (an)
587 * (bug 6101) Update for Russian language (ru)
588 * Add $wgIgnoreImageErrors to suppress error messages for thumbnail rendering
589   problems. If errors are transitory, this should reduce annoying messages
590   making it into cached display.
591 * (bug 6103) Wrap self-links in a CSS class ("selflink")
592 * (bug 6102) For consistency with other markup, normalize all HTML-encoded
593   character entities in URLs, not just ampersands. This allows use of eg
594   &#61; when making URLs for template parameters.
595 * Markup anality: escape </ as <\/ in toolbar javascript for pure correctness
596   under HTML-compatible browsers.
597 * (bug 5077) Added hook 'BeforePageDisplay' to SkinTemplate::outputPage
598 * Replace fatally changed 'uploadnewversion' with 'uploadnewversion-linktext'
599 * (bug 472) Syndication feeds for the last few edits of page history
600 * Format edit comments in Recent Changes feed
601 * Switch incorrectly ordered column headers on Recent Changes feed diffs
602 * (bug 6117) Use message for history feed description, add German localization
603 * (bug 1017) fixed thumbnails of animated gifs.
604 * Add APC as object caching option
605 * Update to Albanian localization (sq)
606 * (bug 6099) Introduce {{DIRECTIONMARK}} magic word (with {{DIRMARK}} as an alias)
607 * Use optimized php5-only microtime()
608 * Add possibility to store local message cache as PHP executable script
609 * Fix profiling table definition
610 * (bug 6040) Run pre-save transform before calculating the diff. when doing a
611   "show changes" operation in the editor
612 * (bug 4033) Respect $wgStyleDirectory when checking available skins
613 * Remove hideous backslashes from MessagesBr.php
614 * Fix APC object cache issues, add functionality to installer
615 * (bug 6133) Update strip state as we work. This mostly fixes extensions
616   used in Cite.php <ref> tags when Tidy is on.
617 * (bug 6139) Workaround for transclusion oddities in Vietnamese upload text
618 * (bug 6136) Update to Catalan language (ca)
619 * Update to Japanese localization (ja)
620 * Add /usr/local/bin to the diff3 search paths in the installer
621 * (bug 6106) Update to Indonesian localisation (id) #17
622 * (bug 6125) Add links to edit old versions to diff views
623 * (bug 5127) Auto edit summary when creating/editing redirect page
624 * (bug 3926) Introduce {{#language:}} magic word
625 * Fix section links from edit comments for [[:Image:Bla.jpg]] in section titles
626 * (bug 6126) Allow fallback to customized primary language when user language
627   message contains '-'; fixes licenses selector on Commons configuration after
628   recent addition of the message to Messages.php
629 * (bug 5527) Batch up job queue insertions for, hopefully, better survivability
630   of lock contention etc. Duplicates are now removed at pop time instead of
631   at insert time.
632 * When showing the "blah has been undeleted" page, make sure it's a blue link
633 * parserTests.php accepts a --file parameter to run an alternate test sutie
634 * parser tests can now test extensions using !!hooks sections
635 * Fix oddity with open tag parameters getting stuck on </li>
636 * (bug 5384) Fix <!-- comments --> in <ref> extension
637 * Nesting of different tag extensions and comments should now work more
638   consistently and more safely. A cleaner, one-pass tag strip lets the
639   'outer' tag either take source (<nowiki>-style) or pass it down to
640   further parsing (<ref>-style). There should no longer be surprise
641   expansion of foreign extensions inside HTML output, or differences
642   in behavior based on the order tags are loaded.
643 * (bug 885) Pre-save transform no longer silently appends close tags
644 * Pre-save transform no longer changes the case of close tags
645 * (bug 6164) Fix regression with <gallery> resetting <ref> state
646 * Hackaround for IE 7 wrapping bug in MonoBook footer
647 * New message sp-newimages-showfrom replaces rclistfrom on special:newimages
648 * Improve handling of ;: definition list construct with overlapping or
649   nested HTML tags
650 * (bug 6171) Fix sanitizing of HTML-elements with an optional closing
651   tag. The sanitizer still needs to learn how to make well-formed XML
652   in this case.
653 * Fix fatal error when specifying illegal name for manual thumbnail
654 * (bug 6184) Use shinier Linker::userLink() to make user links in
655   Special:Undelete
656 * (bug 6170) Update for Kashubian translation (csb)
657 * (bug 6191) Update to Indonesian translation (id) #18
658 * (bug 6114) Update to Walloon localization (wa)
659 * Added $wgNamespaceRobotPolicies to allow customisation of robot policies on a 
660   per-namespace basis.
661 * Add <ol> to the list of block elements for doBlockLevels; avoids <p>s being
662   interspersed into your ordered lists.
663 * (bug 5021) Transcluding the same special page twice now works
664 * Add 'SiteNoticeBefore' and 'SiteNoticeAfter' hooks
665 * (bug 6182) Date passed in "sp-newimages-showfrom" not adjusted to user time
666   preferences
667 * (bug 2587) Fix for section editing with comment prefix
668 * (bug 2607) Fix for section editing with mix of wiki and HTML headings
669 * (bug 3342) Fix for section editing with headings wrapped in <noinclude>
670 * (bug 3476) Fix for section editing with faux headings in extensions
671 * (bug 5272) Fix for section editing with HTML-heading subsections
672 * Fix for bogus wiki headings improperly detected with following text
673 * Fix for HTML headings improperly not detected with preceding/following text
674 * Section extraction and replacement functions merged into one implementation
675   on the Parser object, so they can't get out of sync with each other.
676 * Edit security precautions in raw HTML mode, etc
677 * (bug 6197) Update to Indonesian translation (id) #19
678 * (bug 6175) Improvement to German translation (de)
679 * Redirect Special:Logs to Special:Log
680 * (bug 6206) Linktrail for Swedish localization (se)
681 * (bug 3202) Attributes now allowed on <pre> tags
682 * Sanitizer::validateTagAttributes now available to discard illegal/unsafe
683   attribute values from an array.
684 * (bug 3837) Leave <center> as is instead of doing an unsafe text replacement
685   to <div class="center">. <center> is perfectly valid in the target doctype
686   (XHTML 1.0 Transitional), while the replacement didn't catch all cases and
687   could even result in invalid output from valid input. 
688 * (bug 4280) Use 'noindex,nofollow' instead of 'noindex,follow' for default
689   meta robots tag on diff view and special pages. Should reduce impact of
690   robots on scrolling special pages, diffs etc on sites where robots.txt
691   doesn't forbid access.
692 * Regression fix: suppress warning about session failure when clicking to
693   edit with 'preview on first edit' enabled.
694 * (bug 6230) Regression fix: <nowiki> in [URL link text]
695 * Added AutoLoader.php, which loads classes without need of require_once()
696 * (bug 5981) Add plural function Slovenian (sl)
697 * (bug 5945) Introduce {{CONTENTLANGUAGE}} magic word
698 * {{PLURAL}} can now take up to five forms
699 * (bug 6243) Fix email for usernames containing dots when using PEAR::Mail
700 * Remove a number of needless {{ns:project}}-type transforms from messages files. These
701   usages already have separate label text. Such transforms are wasteful on each page view.
702 * Update to Yiddish localization (yi)
703 * (bug 6254) Update to Indonesian translation (id) #20
704 * (bug 6255) Fix transclusions starting with "#" or "*" in HTML attributes
705 * Whitespace now normalized more or less properly in HTML attributes
706 * Fix regression(?) in behavior of initial-whitespace-pre in <center>
707 * (bug 6260) Update to Interlingua localization (ia)
708 * Update to Vlax Romany localization (rmy)
709 * Update to Latin translation (la)
710 * Update to Dutch translation (nl)
711 * Avoid some notices in page history with bad input
712 * Use double quoted consistently on attributes in linker output; preparing
713   for new normalization code when tidy not in use
714 * Replace "nogomatch" with "noexactmatch" and place the magic colon in the messages
715   themselves. Some minor tweaks to the actual message content.
716 * Introduce $wgContentNamespaces which allows for articles to exist in namespaces other
717   than the main namespace, and still be counted as valid content in the site statistics.
718 * (bug 5932) Introduce {{PAGESINNAMESPACE}} magic word
719 * Disable $wgAllowExternalImages by default.
720 * (bug 2700) Nice things like link completion and signatures now work in <gallery> tags.
721 * Cancel output buffering in StreamFile; when used inside gzip buffering this
722   could cause funny timeout behavior as the Content-Length was wrong.
723 * Return correct content-type header with 304 responses for StreamFile;
724   it confuses Safari if you let it return "text/html".
725 * (bug 6280) Correct GRAMMAR for Slovenian localisation (sl)
726 * (bug 6162) Change date format for Dutch Low Saxon (nds-nl)
727 * (bug 6296) Update to Indonesian localisation (id) #21
728 * Introduce EditFormPreloadText hook, see docs/hooks.txt for more information
729 * (bug 4054) Add "boteditletter" to recent changes flags
730 * Update to Catalan localization (ca)
731 * (bug 2099) Deleted image files can now be archived and undeleted.
732   Set $wgSaveDeletedFiles on and an appropriate directory path in
733   $wgFileStore['deleted']['directory']
734 * (bug 6324) Fix regression in enhanced RC alignment
735 * Introduce {{NUMBEROFADMINS}} magic word
736 * Update to Slovak translation (sk)
737 * Update to Alemannic localization (gsw)
738 * (bug 6300) Bug fixes for sr: variants
739 * namespaceDupes.php can now accept an arbitrary prefix, for checking rogue
740   interwikis and such. Not yet fully automated.
741 * (bug 6344) Add Special:Uncategorizedimages page
742 * (bug 6357) Update to Russian translation (ru)
743 * Workaround possible bug in Firefox nightlies by properly removing the
744   Content-Encoding header instead of sending explicit 'identity' value
745   in StreamFile
746 * (bug 6304) Show timestamp for current revision in diff pages
747 * Vertically align current version with old version header in diff display
748 * (bug 6174) Remove redundant "emailforlost" message 
749 * (bug 6189) Show an error to an unprivilleged user trying to create account
750 * (bug 6365) Show user information in the "old revision" navigation links
751 * Introduce 'FetchChangesList' hook; see docs/hooks.txt for more information
752 * (bug 6345) Update to Indonesian localisation (id) #22
753 * (bug 6279) Add genitive month names to Slovenian localisation
754 * (bug 6351) Update to German translation (de)
755 * Respect language directionality when displaying arrow in Special:Brokenredirects
756 * Remove unused "validation" table definitions from the schema files
757 * (bug 6398) Work around apparent PCRE bug breaking section editing when
758   massively-indented preformatted text immediately followed a header
759 * (bug 6392) Fix misbehaving <br /> in preferences form
760 * Add translated magic words to Hebrew localization
761 * (bug 6396) Change name for Chuvash language
762 * Introduce optional (off by default) language selector bar for user login
763   and registration. Customisable via the "loginlanguagelinks" message, the
764   links will preserve "returnto" values. If the user creates an account while
765   using such a link, then the language in use will be saved as their language
766   preference.
767 * Make sure '~~~' '~~~~' '~~~~~' are removed in Nickname preference.
768 * Rename "ipusuccess" to "unblocked", change the format (now wiki text)
769 * (bug 2316) Add "caption" attribute to <gallery> tag
770 * Allow setting the skin object that ImageGallery will use; needed during parse
771   operations (the skin must come from the ParserOptions, not $wgUser)
772 * Fix notice in MacBinary detection debug data for files of certain lengths
773 * (bug 6131) Add type detection for DjVu files, allowing them to be uploaded
774   with validity checking and size detection. No inline thumbnailing yet,
775   but could be added in the future.
776 * (bug 6423) Don't update newtalk flag if page content didn't change (null edits
777   were causing the newtalk flag to trigger inappropriately)
778 * Parser functions are now set using magic words.
779 * (bug 6428) Incorrect form action URL on Special:Newimages with hidebots = 0 set
780 * (bug 4990) Show page source to blocked users on edits, or their modified version
781   if blocked during an edit
782 * (bug 5903) When requesting the raw source of a non-existent message page,
783   return blank content (as opposed to the message key)
784 * Improve default blank content of MediaWiki:Common.css and MediaWiki:Monobook.css
785 * (bug 6434) Allow customisation of submit button text on Special:Export
786 * (bug 6314) Add user tool links on page histories
787 * Fix display of file-type icons in galleries when $wgIgnoreImageErrors is off
788 * (bug 6438) Update to Indonesian translation (id) #23
789 * Adding the language code parameter to the hook "LanguageGetMagic", to allow
790   localizble extensions magic words.
791 * Update to Romanian translation (ro)
792 * Update to Esperanto translation (eo)
793 * Check for preg_match() existence when installing and die out whining about PCRE
794   if it's not there, instead of throwing a fatal error
795 * (bug 672) Add MathAfterTexvc hook
796 * Update to Piedmontese localization (pms)
797 * dumpBackup can optionally compress via dbzip2
798 * (bug 2483) Run link updates on change via XML import
799 * (bug 2481) List imported pages during Special:Import
800 * (bug 2482) Log and RC entries for Special:Import events
801 * Allow fetching all revisions from transwiki Special:Import
802 * Allow fetching all revisions from Special:Export GET request
803 * Disable output buffering on Special:Export; should help with streaming
804   large numbers of history items.
805 * Allow setting a maximum number of revisions for history Special:Export;
806   pages with more than $wgExportMaxHistory revisions are excluded from
807   export when history is requested.
808 * Fix transwiki import of pages with space in name
809 * Save null edit when importing pages through Special:Import
810 * Update to Korean translation (ko)
811 * Show a more specific message when an anonymous user tries to access Special:Watchlist
812 * (bug 3278) Paging links in Special:Prefixindex
813 * Added Latvian localization (lv)
814 * (bug 6472) Fix regression in Special:Export with multiple pages
815 * Update to Macedonian translation (mk)
816 * Allow page moves over historyless self-redirects. Such are usually created
817   as part of namespace rearrangements, and it's easier to clean them up if
818   we can move over them.
819 * Show some error results in moveBatch.php
820 * (bug 6479) Allow specification of the skin to use during HTML dumps
821 * (bug 6461) Link to page histories in Special:Newpages
822 * (bug 6484) Don't do message transformations when preloading messages for editing
823 * (bug 6201) Treat spaces as underscores in parameters to {{ns:}}
824 * (bug 6006) Allow hiding the password change fields using an authentication plugin
825 * (bug 6489) Use appropriate link colour on Special:Shortpages
826 * Added formatnum magic word
827 * Added Javanese localization (jv)
828 * (bug 6491) Apply bad image list in category galleries
829 * (bug 6488) Show relevant log fragment in Special:Movepage
830 * Fix potential PHP notice in Special:Blockme when $wgBlockOpenProxies is true
831 * Use mysql_real_escape_string instead of addslashes for string escaping in
832   the MySQL Database class. This may fix some rare breakage with binary fields.
833   Note that MediaWiki does not support the multibyte character sets where a
834   "dumb" byte replacement can be actively dangerous; UTF-8 is always safe
835   in this regard due to the bit patterns which make head and tail bytes
836   distinct.
837 * (bug 6497) Use $wgMetaNamespaceTalk for Esperanto if set
838 * (bug 6498) Use localized forms for image size in Special:Undelete
839 * (bug 6485) Update to Indonesian translation (id) #24
840 * Extension messages translation is now possible.
841 * Add target namespace override selector for transwiki imports.
842   $wgImportTargetNamespace specifies the default, to be used for
843   Wiktionary's 'Transwiki:' namespace etc.
844 * (bug 6506) Update to German localisation (de)
845 * (bug 502) Avoid silly tabs on bad title by using virtual special page
846 * (bug 6511) Add diff links to old revision navigation bar
847 * (bug 6511) Replace 'oldrevisionnavigation' message with 'old-revision-navigation'
848 * Fix regression in Polish genitive month forms
849 * (bug 4037) Make input handling in Special:Allpages and Special:Prefixindex
850   more consistent: Accept just a namespace prefix and a colon, reject input
851   with interwiki prefixes, otherwise do what Title::makeTitleSafe() does.
852 * (bug 6516) Update to Russian translation
853 * New 'allpagesbadtitle' message for Special:Allpages, based on 'badtitletext'.
854 * Rename "searchquery" to "searchsubtitle" and support wiki text in it
855 * Introduce updateArticleCount maintenance script which uses a better check that
856   reflects what Article::isCountable() tests for
857 * Introduce 'BadImage' hook; see docs/hooks.txt for more information
858 * Add "searchsubtitleinvalid" message for searches that are not valid titles.
859 * (bug 5962) Update to Italian localisation
860 * (bug 6530) Update to Indonesian localisation (id) #25
861 * (bug 6523) Fix SVG issue in rebuildImages.php
862 * (bug 6512) Link to page-specific logs on page histories
863 * (bug 6504) Allow configuring session name with $wgSessionName
864 * (bug 6185) Add standard user tool links to log page views
865 * Update to Venetian translation (vec)
866 * Update to Slovenian translation (sl)
867 * Add standard user tool links to deleted revision list
868 * Separate out EditPage's getContent bits from regular Article getContent.
869   Cleans up read-only-mode warning on empty pages and neats up some code.
870 * (bug 6565) Strict JavaScript writing
871 * (bug 6570) Update to Indonesian localisation (id) #26
872 * Added Telugu translation (te)
873 * Update to Catalan translation (ca)
874 * (bug 6560) Avoid PHP notice when trimming ISBN whitespace
875 * Added namespace translation to Kannada (ka)
876 * (bug 6566) Improve input validation on timestamp conversion
877 * Implicit group "emailconfirmed" for all users whose email addresses are confirmed
878 * (bug 6577) Avoid multiline parser breakage on <pre> with newline in attribute
879 * (bug 6771) Make old revisions of MediaWiki pages available with action=raw
881 == Changes since 1.5 ==
883 * (bug 2885) More PHP 5.1 fixes: skin, search, log, undelete
885 Code quality:
886 * Use strval() to make sure we don't accidentally get null on bad revision
887   text loads or other fields mucking up XML export output
888 * Clean up duplicate code for selection of changeslist style
889 * Correct blob caching to reduce redundant blob loads on backups
890 * (bug 3182) Clear link cache during import to prevent memory leak
891 * Fixed possible infinite loop in formatComment
892 * Wrap message page insertions in a transaction to speed up installation
893 * Avoid notice warning on edit with no User-Agent header
894 * (bug 3649) Remove obsolete, broken moveCustomMessages script
895 * Avoid numerous redundant latest-revision lookups in history
896 * Require PHP 4.3.2 or higher strictly now.
897 * Tweak infinite-template-handling loop for PHP 5.1.1 string handling change
898 * Remove unused OutputPage::addCookie()
899 * Fix for short_open_tag off again; please don't break this, guys
900 * (bug 4507) Adjust FULLPAGENAMEE escaping to standard form
901 * (bug 5302) Merge the two #p-search .pBody statements in monobook css.
903 Database:
904 * Finally dropped MySQL 3.23.x support
905 * Oracle support
906 * (bug 3056) MySQL 3 compatibility fix: USE INDEX instead of FORCE INDEX
907 * Update all stats fields on recount.sql
908 * (bug 3227) Fix SQL injection introduced in experimental code
909 * Fix table prefix usage in Block::enumBlocks
910 * (bug 3448) Set page_len on undelete
911 * (bug 3506) Avoid MySQL error when Listusers returns no results
912 * Skip update of disused 'rc_cur_time' field (todo: discard the field)
913 * (bug 3735) Fix to run under MySQL 5's strict mode
914 * (bug 3786) Experimental support for MySQL 4.1/5.0 utf8 charset mode
915   NOTE: Enabling this may break existing wikis, and still doesn't
916   work for all Unicode characters due to MySQL limitations.
917 * MySQL 5.0 strict mode fix for moving unwatched pages
918 * Ability to set the table name for external storage servers
919 * Update ipblocks table in MySQL 5 table defs
920 * Removed FulltextStoplist.php, no longer used (was for MySQL 3.x workaround)
921 * Added templatelinks table, to track template inclusions. User-visible effects
922   will be:
923   * (inclusion) tag for inclusions in Special:Whatlinkshere
924   * More accurate list of used templates on the edit page
925   * More reliable cache invalidation when templates outside the template
926     namespace are changed
927 * Respect database prefix in dumpHTML.inc
928 * Removed read-only check from Database::query()
929 * Added externallinks table, to track links to arbitrary URLs
930 * Added job table, for deferred processing of jobs. The immediate application is 
931   to complete the link table refresh operation when templates are changed.
932 * Don't change the password of the MySQL root user.
934 Documentation:
935 * (bug 3306) Document $wgLocalTZoffset
937 Hooks:
938 (list not complete)
939 * Move ArticleSave hook execution into Article insert/update functions,
940   so they get called on non-EditPage actions that use these functions
941   to create or update pages.
942 * Added EditFilter hook, and output callback on EditPage::showEditForm()
943   for a place to add in captcha-type extensions in the edit flow
944 * (bug 3684) Fix typo in fatal error backtraces in Hooks.php
945 * Fix for hook callbacks on objects containing no fields
946 * Add a hook for additional user creation throttle / limiter extensions
947 * Use $wgOut->parse() in wfGetSiteNotice() instead of creating a new parser
948   instance. This allows use of extension hooks if required.
949 * Added AutoAuthenticate hook for external User object suppliers
950 * Added 'PageRenderingHash' hook for changing the parser cache hash key
951   from an extension that changes rendering based on nonstandard options.
952 * Add 'GetInternalURL' hook to match the GetFullURL and GetLocalURL ones
953 * (bug 4456) Add hook for marking article patrolled
954 * Add UserRights hook, fires after a user's group memberships are changed
956 Images:
957 * Support SVG rendering with rsvg
958 * Cap arbitrary SVG renders to given image size or $wgSVGMaxSize pixels wide
959 * (bug 3127) Render large SVGs at image page size correctly
960 * Fix scaling of non-integer SVG unit sizes
961 * (bug 2800) Don't scale up small images on |thumb| without explicit size
962 * Use the real file link instead of the default-size rasterized version for
963   large SVG images on image description page
964 * Include the file name/type/size line for non-resized images
965 * (bug 3489) PHP 5.1 compat problem with captioned images
966 * (bug 3643) Fix image page display of large images with resizing disabled
967 * Added a limit to the size of image files which can be thumbnailed
968 * (bug 3806) Gracefully fall back to client-side scaling on |thumb| image
969   that passes $wgMaxImageArea
970 * (bug 153) Adjust thumbnail size calculations to match consistently;
971   patch by David Benbennick
972 * (bug 4162) Add $wgThumbnailEpoch timestamp to force old thumbs to
973   be rerendered on demand, sitewide
974 * (bug 1850) Additional fixes so existing local and remote images
975   get a blue link even if there's no local description page
976 * Avoid FATAL ERROR when creating thumbnail of non-existing image
977 * (bug 4207) Wrong image size when using 100x200px syntax to scale image up
978   patch by David Benbennick
979 * Don't delete thumbnails when refreshing exif metadata. This caused thumbs
980   to vanish mysteriously from time to time for files that didn't have metadata.
981 * (bug 4426) Add link to user_talk page on image pages
982 * Support a custom convert command for thumbnailing. See DefaultSettings.php
983   and the comments for $wgCustomConvertCommand, for more information.
984 * UserCan hook now allows advisory return values, rather than mandatory ones.
986 Installer:
987 * (bug 3782) Throw fatal installation warning if mbstring.func_overload on.
988   Why do people invent these crazy options that change language semantics?
989 * Fixed installer bugs 921 and 3914 (issues with using root and so forth)
990 * (bug 4258) Use ugly urls for ISAPI by default
991   patch by Rob Church
992 * Improve installer 
993         * Use a superuser account (such as root), if specifed, to create tables
994         * Don't overwrite conservative permissions on the mySQL user with ALL
995           permissions, if said user exists
996         * Changes to some of the wording of explanations for fields
997 * (bug 1734) granting db permissions failed with db usernames containg '-'
998 * Add basic check for session support in PHP and die if not present
1000 Maintenance:
1001 * Fix problem reported on mailing list where re-initialising stats didn't work (can't insert
1002   duplicate rows with the same id field)
1003 * Added --conf option to command line scripts, allowing the user to specify a 
1004   different LocalSettings.php.
1005 * Maintenance script to delete unused text records
1006 * Maintenance script to delete non-current revisions
1007 * Maintenance script to wipe a page and all revisions from the database
1008 * Maintenance script to reassign edits from one user to another
1009 * Maintenance script to find and remove links to a given domain (cleanupSpam.php)
1010 * Fix --report interval option for dumpTextPass
1012 i18n / Languages:
1013 * Partial support for Basque language (from wikipedia and meta)
1014 * (bug 3141) Partial support for Breton language (thanks Fulup).
1015 * Support for venitian language
1016 * (bug 1334) LanguageGa.php update
1017 * Finnish date format was hardcoded, now implemented properly
1018 * (bug 3190) Added some date format choices for language sr
1019 * (bug 2753) Some namespaces were not translated in LanguageTa.php (Tamil)
1020 * (bug 3204) Fix typo breaking special pages in fy localization
1021 * (bug 3177) Estonian date formats not implemented in LanguageEt.php
1022 * (bug 1020) Changing user interface language does not work immediately
1023 * (bug 3271) Updated LanguageNn.php for HEAD
1024 * Experimental feature to allow translation of block expiry times
1025   Implementation only for Finnish currently
1026 * (bug 3304) Language file for Croatian (LanguageHr.php)
1027 * (bug 2143) Update Vietnamese interface
1028 * (bug 3063) Remove some hardcodings from Hebrew localisation
1029 * (bug 3408) Bulgarian formatNum corrected
1030 * (bug 1512) Disable x-code interp on Esperanto URLs for now, it does more
1031   harm than good under current system by breaking incoming URLs with "ux".
1032   (Editing is not affected, just URLs.)
1033 * (bug 1423) LanguageJa.php update
1034 * Fix language name for dv
1035 * (bug 3503) Update LanguageSq.php from sq.wikipedia.org messages
1036 * (bug 3629) Fix date & time format for Frisian
1037 * (bug 3334) Namespace changes for Polish
1038 * (bug 3580) Change default Dutch language file to more neutral
1039 * (bug 3656) LanguageHr.php - added convertPlural
1040 * (bug 3414) LanguageBe.php - added convertPlural
1041 * (bug 3163) Full translation of LanguageBr
1042 * (bug 3617) Update for portuguese language (pt)
1043 * Namespaces hacks on LanguagePl
1044 * (bug 3682) LanguageSr.php - added convertPlural
1045 * (bug 3694) LanguageTr.php update
1046 * (bug 3711) Removed invisible unicode characters from LanguageHu
1047 * (bug 2981) Linktrail for Tamil (ta)
1048 * (bug 3722) Update of Arabic language (ar) Namespace changes
1049 * Removed hardcoded Norwegian (no) project namespaces
1050 * (bug 2324) image for redirects should be without text and oriented according to content language
1051 * (bug 3666) Don't spew PHP warnings in prefs on unrecognized site language
1052 * (bug 3817) Use localized date formats in preferences; 'no preference' option
1053   localizable as 'datedefault' message. Tweaked lots of languages files...
1054 * (bug 2721) Regression: Use European number separators for vi: wikis
1055 * (bug 3961) minor languageDe changes
1056 * (bug 1984) LanguageKo.php (Korean) update
1057 * (bug 3804) update of LanguageWa.php file
1058 * (bug 3886) Update for Portuguese language (pt)
1059 * (bug 4020) Update namespaces for ms
1060 * (bug 3922) bidi embedding overrides on category links
1061 * (bug 4061) Update of Slovene namespace names (LanguageSl.php)
1062 * (bug 4064) LanguageDe comma changes
1063 * (bug 3922) Further tweaks to bidi overrides in category list for old
1064   versions of Safari and Konqueror
1065 * Fix custom namespaces on wikis set for Portuguese
1066 * (bug 4153) Fix block length localizations in Greek
1067 * (bug 3844) ab: av: ba: ce: & kv: now inherit from LanguageRu.php
1068              ii: & za: now inherit from LanguageZn_cn.php
1069 * (bug 4165) Correct validation for user language selection (data taint)
1070 * (bug 4192) Remove silly 'The Free Encyclopedia' default sitesubtitle
1071 * Use content-lang for sitenotice
1072 * (bug 4233) Update LanguageJa.php
1073 * (bug 4279) Small correction to LanguageDa.php
1074 * (bug 4108, 4336) Remove trailing whitespace from various messages, which
1075   mucks up message updating to create dupe entries
1076 * (bug 4389) Fix math options on zh-hk and zh-tw (but not localized)
1077 * (bug 4392) Update of LanguageSr.php
1078 * (bug 4382) Frisian numeric format
1079 * (bug 4424) Update for Spanish language (es) 100% messages translated
1080 * (bug 4425) Typos in Polish translation
1081 * (bug 4436) Update for Turkish language (tr)
1082 * (bug 4413) Update of Farsi language file (LanguageFa.php)
1083 * Update for LanguageSr (Serbian): magic words
1084 * (bug 137) MediaWiki:Copyrightwarning hardcoding
1085 * (bug 4457) Update for Portuguese language (pt)
1086 * convertPlural breakage fixed a little
1087 * (bug 4144) Support for Sudanese language (Basa Sunda)
1088 * Big cleanup:
1089  - Removed obsolote, badly or untranslated messages
1090  - Removed references to wikipedia/wikimedia etc in messages
1091  - Other cleanup, like removing html and javascript and extension calls
1092  - Removed hardcoded namespaces: Tt, Ms, Ia, Ga, Fo, Bn, Csb, He, Nv, Oc, Tlh
1093  - Removed some useless backwards compatibility hacks
1094  - Fixed formatnum on many languages
1095 * wgAmericanDates check produced incorrect results in languages that don't have
1096   a such distinction
1097 * (bug 4548) Update for Portuguese language (pt): time format
1098 * (bug 4530) Use consistent name for Kurdish
1099 * Tweak default "upload disabled" text
1100 * (bug 4504) Use site language for namespace name resolution
1101 * (bug 4510) Correct Barnes & Noble bookstore URLs
1102 * (bug 3991) Allow the operation of wikicode on Protect move only text
1103 * (bug 4267) Switch dv sd ug ks arc languages to RTL
1104 * Default main page content improved per bug 4690
1105 * (bug 4615) Update for Portuguese language (pt)
1106 * Separated MessagesSl.php as the other languages.
1107 * (bug 4960) Add additional namespaces variants to Yiddish for compatibility
1108 * (bug 4805) Removed more wikipedia-references from MessagesUk.php
1109 * (bug 5015) Update magic words translation in LanguageBe.php
1110 * (bug 4859) Update for Portuguese messages (pt)
1111 * (bug 4788) One string for MessagesPl
1112 * Restriction types now use restriction-* messages instead of ui messages
1113 * (bug 4685) Slovenian LanguageSl.php hardcodes project namespace
1114 * (bug 5097) Fix Hungarian language (hu): thousands separator
1115 * (bug 5098) Update for Portuguese messages (pt)
1116 * (bug 5113) Spelling error in French language file
1117 * (bug 5105) Magic words for LanguageAr.php
1118 * (bug 3993) Variants for Serbian language
1119 * Typo in English messages file
1120 * (bug 4114) Spacing in watchlist rows (in editing mode)
1121 * Update default "exporttext" to reflect that Special:Import exists
1122 * (bug 4960) Add additional namespaces variants to Yi projects: Yiddish Wikinews fix
1123 * (bug 5357) Add the icon near the user name also in RTL interfaces
1124 * (bug 5156) Update for Hebrew language (he)
1125 * (bug 4497,4704,5010) Added some new language codes.
1126 * (bug 5362) Piedmontese added
1127 * (bug 5349) Update for Portuguese messages (pt)
1128 * (bug 3573) Finished full Greek translation: namespaces
1129 * (bug 5288) Initial localisation for Az
1130 * (bug 4361) Fix "allmessagesnotsupportedui" so it doesn't refer to nonexisting
1131   page
1132 * Tweak wording of "allmessagesnotsupporteddb"
1134 Parser:
1135 * (bug 2522) {{CURRENTDAY2}} now shows the current day number with two digits
1136 * (bug 3210) Fix Media: links with remote image URL path
1137 * (bug 3405) Don't use raw letters as aliases of MSGNW: and SUBST:
1138 * (bug 3412) Clean up date format handling so ~~~~-sigs work with default
1139   format as designed. Documentation comments updated.
1140 * Fix Parser::unstrip on PHP 5.1.0RC4
1141 * (bug 3797) Don't expand variables and sigs in comments
1142 * Allow parser cache on redirect targets
1143 * Run wikitext-escaping on plaintext sigs (no wiki markup, just name)
1144 * Check for unbalanced HTML tags on raw sigs (markup allowed, but show
1145   a warning in prefs and use default sig if not balanced)
1146 * Respect <noinclude> and <includeonly> during {{subst:}} expansion as well as
1147   ordinary templates.
1148 * Support <includeonly> in templates loaded through preload= parameter
1149 * (bug 3979) Save correct {{REVISIONID}} into parser cache on edit
1150 * Substitute {{REVISIONID}} correctly in diff display
1151 * (bug 1850) Allow red-links on image pages linked with [[:image:foo]]
1152 * Fix XML validity checks in parser tests on PHP 5.1
1153 * (bug 4377) "[" is not valid in URLs
1154 * (bug 4453) fix for __TOC__ dollar-number breakage
1155 * Convert unnecessary URL escape codes in external links to their equivalent
1156   character before doing anything with them. This prevents certain kinds of
1157   spam filter evasion.
1158 * (bug 4783) : Fix for "{{ns:0}} does not render"
1159 * Improved support for interwiki transclusion
1160 * (bug 1850) Image link to nonexistent file fixed.
1161 * (bug 5167) Add {{SUBPAGENAME}} and {{SUBPAGENAMEE}} variables
1162 * (bug 4949) Missing : in "addedwatchtext" for English and Spanish
1163 * Allow user-defined functions, which work in a similar way to {{GRAMMAR:}} 
1164   etc. Registered via an interface similar to tag hooks.
1166 Upload:
1167 * (bug 2527) Always set destination filename when new file is selected
1168 * (bug 3076) Support MacBinary-encoded uploads from IE/Mac
1169 * (bug 2554) Tell users they are uploading too large file
1170 * Support for a license selection box on Special:Upload, configurable from MediaWiki:Licenses
1171 * Add 'reupload' and 'reupload-shared' permission keys to restrict new uploads
1172   overwriting existing files; default is the old behavior (allowed).
1174 Security:
1175 * (bug 3244) Fix remote image loading hack, JavaScript injection on MSIE
1176 * (bug 3280) Respect 'move' group permission on page moves
1177 * (bug 2613) Clear saved passwords from the form
1178 * IP privacy fix for blocklist search on autoblocks
1179 * Security fix for <math>
1180 * Security fix for tables
1181 * Security fix for Special:Upload license selection list
1182 * Add UploadVerification hook for custom file upload validation/security checks
1183 * Blacklist additional MSIE CSS safety tricks
1184 * Fix meta robots tag on Special:Version again to avoid listing vulnerable
1185   versions for convenient harvesting by automated worms
1186 * Sanitizer CSS comment processing order fix
1187 * Forbid usernames that can be interpreted as titles with namespaces, as that
1188   leads to hard-to-manage names.
1189 * (bug 4071) Generate passwords long enough for $wgMinimalPasswordLength
1190 * Add createpage and createtalk permission keys, allowing a quick
1191   switch to disable page creation for anonymous users.
1192 * (bug 675) Add page protection level for unregistered/new accounts
1193 * User::isNewbie now uses the registration date and $wgAutoconfirmAge
1194 * Add 'deletedhistory' permission key for ability to view deleted history
1195   list via Special:Undelete. Default is off, replicating the 1.5 behavior,
1196   but it can be turned back on for random users to replicate the previous
1197   1.6 dev behavior.
1198 * Set cookies to secure mode based on use of HTTPS or $wgCookieSecure
1199 * (bug 4371) Disallow tilde character in signatures
1200 * Removed broken wgAllowAnonymousMinor and added new group right minoredit
1201 * Added detection for WMF files (application/x-msmetafile), added this 
1202   MIME type to the default blacklist. Prevented inline display of images
1203   which are not of known image types. This is in response to
1204   http://en.wikipedia.org/wiki/Windows_Metafile_vulnerability
1205 * Blocked users can no longer roll back, change the protection of, or delete/undelete pages
1206 * Protect against spoofing of X-Forwarded-For header
1207 * XSS issue : now sanitize search query input (fixed in 1.5rc3)
1208 * Remove deprecated $wgOnlySysopsCanPatrol references; use User::isAllowed( 'patrol' )
1209   per bug 5282. Patch by Alan Harder.
1210 * Prevent registration/login with the username "MediaWiki default"
1212 Special Pages:
1213 * Rearranged Special:Movepage form to reduce confusion between destination
1214   title and reason input boxes
1215 * (bug 1956) Hide bot uploads from Special:Newimages
1216 * (bug 3220) Fix escaping of block URLs in Recentchanges
1217 * (bug 3284) Ipblocklist paging, substring search
1218 * Allow filtering of robot edits in Special:Watchlist by stting 
1219   $wgFilterRobotsWL = true.
1220 * Fix interlanguage links on special pages when extra namespaces configured
1221 * (bug 3475) anon contrib links on Special:Newpages
1222 * Special:Import/importDump fixes: report XML parse errors, accept <minor/>
1223 * (bug 2369) Add separate message for input box on Special:Prefixindex
1224 * (bug 3798) DoubleRedirects no longer has hard coded arrows
1225 * (bug 3803) Fix links on Special:Wantedcategories with miser mode off
1226 * Fix Special:BrokenRedirects on MySQL 5.0
1227 * (bug 3807) Fix 'all' in namespaces drop-down on contribs, rc
1228 * Fail gracefully on invalid namespace in Special:Newpages
1229 * (bug 3762) Define missing Special:Import UI messages
1230 * (bug 3761) Avoid deprecation warnings in Special:Import
1231 * (bug 2894) Enhanced Recent Changes link fixes
1232 * (bug 4059) fix 'hide minor edits' on Recentchangeslinked
1233 * (bug 146) List number of category members in Special:Categories
1234   (patch by Joel Nothman)
1235 * (bug 4090) Fix diff links in Special:Recentchangeslinked
1236 * (bug 4093) '&bot=1' in Special:Contributions now propagate to other links
1237 * Fix display of old recentchanges records for page moves
1238 * (bug 360) Let Whatlinkshere track [[:image:foo]] links
1239 * (bug 3073) Keep search parameter on paging in Special:Newimages
1240 * Removed Special:Validate, it's been superseded by the Review extension
1241 * (bug 4359) red [[user:#id]] links generated in [[special:Log]]
1242 * (bug 1996) Special page to list redirects
1243 * (bug 4334) Add "watch" links to Special:Unwatchedpages
1244 * Generate target user page links in Special:Ipblocklist where appropriate
1245   (i.e. not an autoblock)
1246 * Generate link to talk page of the blocker in Special:Ipblocklist, move
1247   contribs. link of the target next to their name
1248 * (bug 2714) Backlink from special:whatlinkshere was hard set as 'existing'
1249 * Move parentheses out of <a> link in Special:Contributions
1250 * (bug 3192): properly check 'limit' parameter on Special:Contributions
1251 * (bug 3187) watchlist text refer to unexistent "Stop watching" action
1252 * Add block, block log and general log links to Special:Contributions
1253 * Add contributions link to block log items
1254 * Added optional "hide own edits" feature to Special:Recentchanges
1255 * (bug 5018) Anchors for each message in Special:Allmessages
1256 * Introduce $wgWantedPagesThreshold per bug 5011; Special:Wantedpages will not
1257   list pages with less than this number of links. Defaults to 1.
1258 * (bug 4319) Don't show a "create account" link on the login form when
1259   account creation is disabled.
1260 * JavaScript filter for Special:Allmessages
1261 * (bug 3047) Don't mention talk pages on Special:Movepage when there isn't one
1262 * Show links to user page, talk page and contributions page on Special:Newpages
1263 * Special:Export can now export a list of all contributors to an article (off by default)
1264 * (bug 5372) Add number of files to Special:Statistics
1265 * (bug 2871) Links to talk pages in watchlist editing view
1266 * (bug 5385) Allow hiding anonymous edits on Special:Recentchanges
1267 * (bug 2544) Illogical error reporting order in Special:Userlogin
1268 * (bug 5409) Hide "show/hide patrolled edits" in Special:Recentchanges if patrolling
1269   is disabled
1270 * (bug 5447) Convert first letter of username to uppercase before searching in Special:Listusers
1271 * (bug 759) Wrap redirects on the watchlist editing page in a span, class "watchlistredir"
1272 * (bug 1862) Namespace filtering in watchlists
1274 Misc.:
1275 * PHP 4.1 compatibility fix: don't use new_link parameter to mysql_connect
1276   if running prior to 4.2.0 as it causes the call to fail
1277 * (bug 3117) Fix display of upload size and type with tidy on
1278 * (bug 2323) Remove "last" tabindex from history page
1279 * (bug 3116) Division by zero on [[Image:Foo.png|123x123px|]]
1280 * Fix display of read-only lockfile message
1281 * Include software-visible client IP address in Special:Version comment
1282   as a proxy debugging aid
1283 * (bug 3170) Page Title failed to obey MediaWiki:Pagetitle.
1284   wikititlesuffix was removed
1285 * Add ability to break off certain debug topics into additional log files;
1286   use $wgDebugLogGroups to configure and wfDebugLog() to log.
1287 * Edit conflict on recreation of deleted page
1288 * (bug 3216) Don't show empty warning page when no warnings.
1289 * (bug 3218) Use proper quoting on history Compare Revisions button
1290 * Fix upgrade from 1.4 due to version number check breakage [for rc future]
1291 * Fix upgrade from 1.4 with no old revisions
1292 * Remove "info" editing toolbar that was shown in browsers which do not
1293 fully support the editing toolbar, but was found to be too confusing.
1294 * Don't override edit conflict suppression on section edits; section merging
1295   should provide the expected transparency here and fits usage patterns better.
1296 * (bug 3292) Fix move-over-redirect test when current entries are not plaintext
1297 * (bug 2078) Don't hide watch tab on preview
1298 * Fix regressions in ChangesList traditional layout
1299 * Fix edit on double-click for move-protected pages in Classic skin
1300 * (bug 3485) Fix bogus warning about filename capitalization when off
1301 * (bug 2570) Add 'watch this page' checkbox on uploads, watch uploads
1302   by default when 'watchdefault' option is on
1303 * Add options to dumpBackup.php for making split/partial dumps by page id
1304 * Added filter options, compression piping, and multiple output streams for
1305   dumpBackup.php
1306 * (bug 3595) Warn and abort if importDump.php called in read-only mode.
1307 * (bug 3598) Update message cache on message page deletion, patch by Tietew
1308 * Added separate noarticletext and newarticletext messages for logged in and anon users.
1309 * (bug 3332) Installation now uses Monobook, validates, plus usability improvements.
1310 * (bug 3660) Update diff3 detection to work with Windows/Cygwin
1311 * (bug 2330) Don't do funny thinks with "links" in MediaWiki:Undeletedtext
1312 * Two-pass data dump for friendliness to the DB (--stub, then dumpTextPass.php)
1313 * Data dump 'prefetch' mode to read normalized text from a prior dump
1314   (requires PHP 5, XMLReader extension)
1315 * (bug 2773) Print style sheet no longer overrides RTL text direction
1316 * (bug 2938) Update MediaWiki:Exporttext to be more general
1317 * Various fixes
1318 * Fix wfMsg*() replacements; args containing literal $[2-9] were wiped
1319 * Added @import for [[MediaWiki:Common.css]] to all skins
1320 * Edit box now remembers scrollbar position on preview
1321 * (bug 3816) Throw edit conflict instead of fatal error when a page is
1322   moved or deleted during section edit
1323 * (bug 3771) Handle internal functions in backtrace in wfAbruptExit()
1324 * (bug 3291) 'last' diff link for last history line when not at end
1325 * (bug 3667) Add missing global in page move code
1326 * (bug 2885) Remove unnecessary reference parameter which broke classic skin
1327   talk notification on PHP 5.0.5
1328 * (bug 3852) "Redirected from" link no longer obscured on double-redirects
1329 * changed directory hierarchy in images/math/. System upgrades from old to
1330   new hierarchy on the fly.
1331 * (bug 3487) Fix category edit preview with preview-on-bottom
1332 * (bug 918) Search index incorrectly joined words at == headings ==
1333 * (bug 3877) Render math images into temp directory, then move to hashed
1334   subdir so you can render new math images and have them work
1335 * (bug 2392) Fix Atom items content type, upgrade to Atom 1.0
1336 * Allow $wgFeedCacheTimeout of 0 to disable feed caching
1337 * Fix WebRequest::getRequestURL() to strip off the host bits squid prepends
1338 * Require POST for action=purge, to stop bots from purging the cache
1339 * Added local message cache feature ($wgLocalMessageCache), to reduce bandwidth
1340   requirements to the memcached server.
1341 * (bug 3562) for go search, try Caps-Variants-Broken-At-Non-Whitespace
1342 * (bug 2569) Use PATH_SEPARATOR instead of trying to guess based on
1343   DIRECTORY_SEPARATOR (was wrong on NetWare)
1344 * (bug 2740) Accept image deletions on 'enter' submit from MSIE
1345 * (bug 3939) Don't try to load text for interwiki redirect target
1346 * (bug 3948) Avoid notice warning in debug statement in bad search
1347 * Recognize Special:Search consistently so read whitelist works
1348 * (bug 3999) Change atom 1.0 feed id; had been unnecessarily complex due to
1349   unclear language in the spec. Now using the URL, same as the permalink,
1350   which someone else will probably whine about because it's not 'perma'
1351   enough or something.
1352 * (bug 4014) Fix include mode for Allpages on small page sets
1353 * (bug 3996) Fix text for new entries in RC RSS/Atom feed
1354 * (bug 3065) Update both watched namespaces when renaming pages
1355 * Changed mail form to have a bigger message entry box (like for editing
1356   a page
1357 * Fix ulimit parameters for wfShellExec when memory_limit is specified in 'm'
1358 * (bug 2111) Collapsable exif metadata table, clean up display
1359 * Reduce fractions in display of exif exposure time
1360 * (bug 4048) Optional footer link to site privacy policy
1361 * Don't die() when update.php reaches the end of the warning count
1362 * (bug 1915) Fix edit links when 'direction' used with 'oldid';
1363   using revision ID reported via OutputPage; Skin::editUrlOptions()
1364 * Remove obsolete 'redirect=no' on some edit links
1365 * Include oldid for the second revision on edit link on diff view
1366 * (bug 4035) Fix prev/next revision links on edit page
1367 * (bug 4100, 3049) Add 'edittools' message to hold edit tools, put it
1368   on Special:Upload as well as edit, rearrange edit page pieces a bit.
1369   Copyright warning now above the buttons to ensure it's visible,
1370   template list at the bottom so it can grow.
1371 * Optional summary parameter to action=rollback, for user javascript
1372 * (bug 4167) Fix regression caused by patch for bug 153
1373 * (bug 4169) Use $wgLegalTitleChars in pipe trick conversions
1374 * (bug 4170) Decode HTML character escapes in sort key
1375 * (bug 4201) Fix user-talk mode for Enotif, and general code cleanup
1376 * (bug 4214) Skip redundant action text inserts into the HTML <title>
1377 * (bug 4212) Skip redundant meta-robots tag for default settings
1378 * Fix regression: old version missing from edit links in Nostalgia skin
1379 * (bug 1600) Trigger edit conflict on duplicate section=new submissions
1380 * (bug 4001) Use local variables properly in wikibits.js akeytt()
1381 * Fix regression: old version missing from edit links on CSS/JS pages
1382 * (bug 3211) Include Date, To mail headers when using PEAR::Mail
1383 * (bug 3407) Fix encoding of subject and from/to headers on notification
1384   mails; userMailer() now takes a MailAddress wrapper object instead of
1385   a raw string to abstract things a level.
1386 * Fixed --server override on dumpTextPass.php
1387 * Added plugin interface for dumpBackup, so additional filters and output
1388   sink types can be registered at runtime from an extension
1389 * (bug 349) Fix for some numeric differences not being highlighted
1390   patch by Andrius Ramanauskas
1391 * (bug 4298) Include rc_id on enhanced RC singleton diff links for patrolling
1392 * Did some refactoring on ChangesList.php merging dupe code
1393 * (bug 1586) Fix interwiki generator for wikimedia obscure domains
1394 * (bug 3493) Mark edits patrolled when they are reverted
1395   patch by Leon Planken
1396 * Removed experimental Amethyst skin from default set
1397 * Upgrade old skin preferences properly at Special:Preferences
1398   (used to spontaneously switch to Classic skin for old numeric pref records)
1399 * (bug 3424) Update page_touched for category members on category page creation
1400 * Log views show message when no matches
1401 * Fix raw sitenotice display on database error
1402 * Fix autoconfirm check for old accounts
1403 * (bug 4368) Don't show useless empty preview on new section creation
1404 * Don't show useless empty preview on new page creation
1405 * (bug 4411) Fix messages diff link for classic skin
1406 * (bug 4385) Separate parser cache entries for non-editing users, so section
1407   edit links don't vanish / appear unwanted on protected pages
1408 * (bug 2726, 3397) Fix [[Special:]] and [[:Image]] links in action=render
1409 * (bug 4419) Remove obsolete magnify.png.old
1410 * Removed $wgUseCategoryMagic option, categories are now enabled unconditionally
1411 * (bug 3318) UI workarounds for disabled items in license selector
1412   MSIE/Win: items now grayed out, JS will revert to 'non selected' if clicked
1413   Safari: JS will revert to 'non selected' if clicked (but not gray)
1414   MSIE/Mac: indented items now visible (JS hack)
1415 * (bug 714) "plainlinks" class issues in IE, Opera
1416 * (bug 4317) Inconsistent "broken redirects" messages
1417 * Default interface text for "selflinks" tweaked
1418 * (bug 3194) default implementation of translateBlockExpiry
1419   which uses ipboptions
1420 * (bug 4446) $wgExportAllowHistory option to explicitly disable history in
1421   Special:Export form, 'exportnohistory' message to translate live hack.
1422 * Maintenance script to delete unused user accounts
1423 * (bug 912) Search box easier to reach in text browsers (lynx, links)
1424 * $wgParserCacheExpireTime added
1425 * Skip loading of RecentChange.php except where needed
1426 * Enforce $wgSVGMaxSize when rendering, even for SVGs with a very large source 
1427   size. This is necessary to limit server memory usage.
1428 * Cleanup and error checking on Special:Listredirects
1429 * Clear up some instances of old OutputPage::sysopRequired() function usage
1430 * Improve "upload disabled" notice
1431 * Move parts of index.php to include/Wiki.php in an attempt to both cleanup index.php 
1432   and create a MediaWiki-class mediaWiki base object
1433 * (bug 4104) Added OutputPageBeforeHTML hook for tweaking primary wiki output
1434   HTML on final output (cached or not)
1435 * Avoid PHP notice on command-line scripts if empty argument is passed ('')
1436 * (bug 4571) Partial fix hack for {{fulllurl:}} in action=render
1437 * (bug 3502) Bowtie symbol for TeX
1438 * (bug 4000) Support for \textstyle et al. in <math>
1439 * (bug 1663) support color in TeX formulas
1440 * (bug 2026) missing glue around \not= (TeX)
1441 * (bug 4576) Missing '>' broke license selector's first option in IE, Opera
1442 * Override $wgLocaltimezone in parser tests for us outside Iceland and UK
1443 * Fix extra whitespace at end of Wiki.php, DESTROYS XML OUTPUT
1444 * Remove redundant 'echo' statements from MonoBook.php
1445 * (bug 1103) Fix up redirect handling for images, categories
1446   Redirects are now followed from the top-level, outside of the Article
1447   content loading and viewing, for clarity and consistency.
1448 * (bug 4104) 'OutputPageBeforeHTML' hook to postprocess article HTML on
1449   page view (comes after parser cache, if used). Patch by ThomasV.
1450 * Linker::formatComment corrupted the passed title object on PHP 5
1451   if the comment included a section link. Use clone() to make a safe copy.
1452 * Add wfClone() wrapper since we're still using PHP 4 on some servers.
1453 * Remove obsolete killthread.php
1454 * Added wfDie() wrapper, and some manual die(-1), to force the return code
1455   to the shell to return nonzero when we crap out with an error.
1456 * Allow input of the stub from a compressed file instead of stdin
1457   for dumpTextPass.php; easier to get errors back on the shell
1458 * Added an attractive space on the namespace selector on contribs
1459 * Move PHP 5-friendly XHTML doctype hack to Sanitizer, use for sig checks.
1460   Fixes use of named entities in sigs on PHP 5
1461 * (bug 4482) Include move comment on the null edit as well as the redirect
1462 * (bug 3990) Use existing session name if session.auto_start is on
1463   Fixes checks for open sessions, such as the cookie warning on login.
1464   Patch by Zbigniew Braniecki.
1465 * Add cache-safe alternate sitenotice for anonymous users. (MediaWiki:Anonnotice)
1466   This is displayed instead of the regular sitenotice, if it exists. If not, the
1467   regular sitenotice shows. If that doesn't exist, the value of $wgSiteNotice is used,
1468   and if that's null, then nothing is shown.
1469 * Spit the generated LocalSettings code out during the installer as an aid
1470   to debugging issues. (Keep this?)
1471 * Use __FILE__ to form path in new LocalSettings.php, so it stays accurate
1472   when the directory is relocated for typical usage.
1473 * Auto-update $wgCacheEpoch when LocalSettings.php changes on new installs.
1474   For typical usage this will be a light burden and should reduce confusion
1475   when the configuration is edited.
1476 * Fix $wgCacheEpoch's effect on client-side caching.
1477 * (bug 1122) gray out 'older revision' when viewing first article revision.
1478 * Clearer message in DefaultSettings.php: edit LocalSettings.php instead
1479 * MonoBook skin top link id changed from "contentTop" to "top" (shared with
1480   name attribute)
1481 * (bug 3350) Missing label for move talk page checkbox.
1482 * (bug 2108) Sort entries when using category browser
1483 * (bug 2393) Fix MIME type for Atom feeds ( application/rss+atom )
1484 * Add ".deps.php" include-file preloaders for some dynamically-loaded
1485   language and skin classes. Should help with the broken base-class
1486   problem under PHP 5 with APC as opcode cache. See details:
1487   http://mail.wikipedia.org/pipermail/wikitech-l/2006-January/033660.html
1488 * Small changes to tabs in Monobook skin c/o Chris Ware
1489 * (bug 4679) Work around buggy basename() function in PHP5, which breaks
1490   uploads of files starting with multibyte characters on Linux.
1491   wfBaseName() doesn't suffer this bug, and understands backslash on
1492   both Unix and Windows.
1493 * (bug 3603) headscripts variable not hooked up to MonoBook skin
1494 * Allow local cdb-based interwiki cache
1495 * Use the "block", not the "protect" permission, when determining whether to
1496   show a "block user" link in the toolbox
1497 * Fix backup dump text prefetch for XMLReader constant changes in PHP 5.1
1498 * Suppress useless percentage indicator on output from 7za during dumps
1499 * (bug 4633) Add (previous 200) (next 200) also above catlinks
1500 * (bug 4686) Fix regression where ?diff=0&oldid=0 caused fatal error on
1501   pages with only one revision. Fixes message diff link on first edit.
1502 * Fix dependence on hardcoded UNIQ_PREFIX in LanguageConverter.php
1503 * Do not check lag on external storage servers
1504 * Do not tidy interface messages (unless full tidy is set)
1505 * Do not trust equality propagation and give more hints to MySQL
1506   optimizer for revision fetches (avoids index scans)
1507 * Use revision rate for ETA in dump generation; it tends to be more stable
1508   than the per-page count for full-history dumps.
1509 * Include timestamp in wfDebugLog breakouts
1510 * (bug 4469) Namespace-specific notice to be displayed below site-notice
1511   Edit messages like "MediaWiki:Namespacenotice-" plus namespace name
1512   which is blank for main namespace, or like e.g. "User_talk"
1513 * Adjust user login/creation form hooks to work with a captcha plugin
1514 * (bug 1284) Inline styles for diffs in Recent Changes RSS/Atom feeds
1515 * (bug 4824) IE7 beta 2 broke compatibility with PNG logo workarounds,
1516   and seems to work ok with other bits. No longer including the IE
1517   workarounds JavaScript for IE 7 and above.
1518 * Fix extra namespace for Bulgarian
1519 * (bug 4303) Add $wgFavicon to change the shorticon icon link from
1520   the default /favicon.ico or disable it (if set to false)
1521 * (bug 3347) strip linebreaks in math error source
1522 * (bug 4841) Warning for non-logged-in edits
1523 * (bug 4867) Leave invalid EXIF date fields unformatted instead of
1524   showing a bogus current timestamp
1525 * Reset $wgActionPaths during parser test; corrects some false failures
1526   in the automated test report.
1527 * (bug 4875) Define a div containing the shared image description
1528 * (bug 4860) Expose Title->userCan() as Hooks
1529 * (bug 4828) Fix genitive month-name variable for cs, pl, uk
1530 * (bug 4842) Fix 'show number of watching users' with enhanced RC
1531 * (bug 4889) Fix image talk namespace for Tamil
1532 * (bug 4147) Added cleanupWatchlist.php to clear out bogus watchlist entries
1533 * (partial bug 3456) Disable auto redirect to Main Page after account creation
1534 * (bug 4824) Separate out IE7 CSS compat hacks, fix for RTL pages
1535 * Added support for wikidiff2 and similar external diff engines.
1536 * Allow cookies to be shared between multiple wikis with a shared user database
1537 * Blocking some Unicode whitespace characters in usernames. Should check
1538   if some or all should be blocked from all page titles.
1539 * Unknown log types no longer throw notices everywhere in RecentChanges
1540 * (bug 4502, 5017) Don't render potentially hostile deleted page contents
1541   on Special:Undelete by default; show source, with an optional preview.
1542   The revisions list no longer shows the latest text by default, so it can
1543   still be operated if the text is hostile.
1544 * (bug 5013) Check for existence on "return to" links
1545 * Removed trailing whitespace on a bunch more messages.
1546 * Fix missing bad title check in Special:Booksources
1547 * Remove empty booksources string in fy
1548 * Avoid corrupting <gallery> inside <!-- comment -->
1549 * Remove legacy PHPTal code, hasn't been maintained in ages.
1550 * Tweak Userlogin include order for APC issue
1551 * Don't try to link to current page on protection tab
1552 * More exact checking in Title::equals() to fox moves of numerically similar
1553   page titles. (Odd hex title bug on 64-bit.)
1554 * Fix explicit s-maxage=0 on raw pages; should help with proxy issues in
1555   generated stylesheets... hopefully...
1556 * (bug 4685) More fixes for Slovenian project namespace
1557 * Fixed and enhanced a little the Live Preview, which had been broken for some time
1558 * Added article size limit, $wgMaxArticleSize
1559 * (bug 4974) Don't follow redirected talk page on "new messages" link
1560 * (bug 4970) Make category paging limits configurable
1561 * (bug 4535) Warn user when editing CSS or JS subpage of a skin that doesn't exist
1562 * Make Live Preview an user preference, still controllable by the global variable
1563 * Rename the stub LanguageAls / LanguageGem_alsation to LanguageGsw to follow
1564   updated language code assignments
1565 * (bug 5081) Remove bogus fix for invalid characters in links which simply
1566   broke use of legitimate multiple whitespace characters in bracketed link.
1567 * (bug 4838) Add relative oldids (prev, next, cur) for raw pages
1568   Patch by Lupin
1569 * (bug 5086) Force image resize dimensions on ImageMagick, as for instance
1570   "-resize 100x35!"; some thumbs were off due to differences in rounding and
1571   would be generated smaller than expected.
1572 * (bug 5062) Width sometimes one pixel short when using maximum heights
1573 * Purge thumbnails and metadata cache for action=purge on an image page
1574 * (bug 4273) Bounce back with a message when attempting to submit a new comment 
1575   with an empty main textbox (user probably hit Enter in subject field)
1576 * (bug 5141) Gracefully handle the new account link when createaccount off
1577 * (bug 5150 and related) Fix missing ID attribute in HTML namespace selector
1578 * (bug 5152) Proper HTML escaping on subpage breadcrumbs
1579 * (bug 4855) Section edit links now have the section name in the title attribute.
1580 * (bug 2115) Support shift-selecting multiple checkboxes with JavaScript.
1581 * (bug 5161) Don't try to load template list for nonexistent pages
1582 * (bug 5228) Workaround for broken LanguageConverter title overrides; avoid
1583   unnecessary hidden UI work when watch/unwatch is performed on edit
1584 * Fixed bogus master fallback in external storage
1585 * (bug 5246) Add speak:none to "hiddenStructure" class in main.css
1586 * Further work on rev_deleted; changed to a bitfield with several data-hiding
1587   options. Not yet ready for production use; Special:Revisiondelete is
1588   incomplete, and the flags are not preserved across page deletion/undeletion.
1589   To try it; add the 'deleterevision' permission to a privileged group.
1590 * (bug 5270) Fix broken linktrail for br, cv, fr, hr, nn, oc, ta, wa
1591 * Add a clickable contribs link in user tool links (rc, watchlist, diff view)
1592   to see how people like it. (There was one in the old hacked-up diff view.)
1593 * (bug 5236) Load wikibits.js before site-customized javascript
1594 * (bug 4119) Workaround for <nowiki> following link in Walloon; remove capitals
1595   from linktrail, as they're not used anywhere else.
1596 * (bug 4781) Output links with the percent-encoding they're supplied with;
1597   save the normalization for internal link storage. The normalization is a bit
1598   buggy and can make incorrect foldings in the query string and such, so isn't
1599   reliable beyond the hostname where it's used for the spam bulk checker.
1600 * Don't URL-decode in the title attribute for URL links; it can produce false
1601   results that don't code back to their original values.
1602 * (bug 4611) Add user preference (default on) to add new pages to creators's watchlist
1603 * (bug 5286) Fix regression in display of missing/bad revision IDs
1604 * (bug 4729) Add user preference that marks a user's edits as patrolled if user is able to
1605 * (bug 4630) Add user preference to prompt users when entering blank edit summaries
1606 * Added optional suggest feature for the search box. Set wgUseAjax to true to
1607   enable it.
1608 * (bug 5277) Use audio/midi rather that audio/mid
1609 * (bug 5410) Use namespace name when a custom namespace's nstab-NS message is nonexistent
1610 * (bug 5432) Fix inconsistencies in cookie names when using table prefixes
1611 * Additional protections against HTML breakage in table parsing
1612 * (bug 5355) Include skin name and style JS settings in page source;
1613   fixes regression where Opera 6/7 and KHTML CSS fixes weren't applied
1614   when wikibits.js was moved up before user JS inclusion.
1615 * Added $wgColorErrors: if set, database error messages will be highlighted
1616   when running command-line scripts in a Unix terminal.
1617 * (bug 5195) rebuildrecentchanges.php works again; Database::insertSelect now
1618   has a parameter for select options.
1619 * Fix updateSearchIndex.php for new schema
1620 * Fix bogus "filename too short" error when uploading files with a period in the base
1621   name, e.g. "Mr. Zee.png"
1622 * (bug 2139) Show page title in subtitle when viewing "read only" page
1623 * (bug 5452) Update language name for Cree
1627 ----
1629 == MediaWiki 1.5.8 ==
1631 March 26, 2006
1633 MediaWiki 1.5.8 is a security and bugfix maintenance release.
1635 A bug in decoding of certain encoded links could allow injection of raw
1636 HTML into page output; this could potentially lead to XSS attacks.
1638 Some minor UI fixes were also made, see the change log at the bottom of
1639 this file.
1642 == MediaWiki 1.5.7 ==
1644 March 2, 2006
1646 MediaWiki 1.5.7 is a bugfix maintenance release.
1648 Most importantly, a security issue in the installer has been fixed. The bug 
1649 affects new installations of 1.5.6 only. If the user specified the MySQL root 
1650 password, to allow the installer to create an unprivileged account, the 
1651 installer would not only create the new account but also change the root 
1652 password to be equal to the password of the new account. 
1654 Anyone affected by this bug will need to change the root password back 
1655 manually. For information about how to change passwords in MySQL please see:
1656 http://dev.mysql.com/doc/refman/5.1/en/passwords.html
1658 This version includes fixes for compatibility with Internet Explorer 7
1659 beta 2, and various other bugs; see the full changelog at the end of
1660 the release notes.
1663 == MediaWiki 1.5.6 ==
1665 January 19, 2006
1667 MediaWiki 1.5.6 is a security and bugfix maintenance release.
1669 A bug in edit comment formatting could send PHP into an infinite loop
1670 if certain malformed links were included. In most installations, this
1671 would cause the script to fail after PHP's 30-second failsafe timeout.
1673 Some improvements have been made to the installer which should make
1674 installation possible on a system with a broken MySQL "root" account.
1676 For several other minor fixes, see the complete changelog at the end
1677 of this file.
1680 == MediaWiki 1.5.5 ==
1682 January 5, 2006
1684 MediaWiki 1.5.5 is a security and bugfix maintenance release.
1686 Detection for uploads of Windows Metafile (.wmf) images has been added
1687 to help protect against a client-side vulnerability in unpatched Microsoft
1688 Windows operating systems.
1690 Sites which have enabled uploads and added non-standard file types
1691 (such as .ogg, .doc, or .pdf) should upgrade to this release to ensure
1692 that malicious .wmf files can't be uploaded with a fake extension;
1693 such files could put visitors to the site at risk.
1695 For more details on this, see:
1696 http://en.wikipedia.org/wiki/Windows_Metafile_vulnerability
1698 Additionally, a maintenance script removeUnusedAccounts.php has been added;
1699 this replaces an older Perl script which had not been updated for the new
1700 schema in 1.5.
1703 == MediaWiki 1.5.4 ==
1705 December 21, 2005
1707 MediaWiki 1.5.4 is a security and bugfix maintenance release.
1709 A hardcoded internal placeholder string has been replaced with a random
1710 one. This closes a hole where security checks in inline style attributes
1711 could be bypassed, injecting JavaScript code that could execute in
1712 Microsoft Internet Explorer.
1714 Other browsers would not be vulnerable.
1716 Several minor fixes are included in this release, most notably a fix
1717 to clear the "you have new messages" flag properly for usernames
1718 containing spaces when e-mail notification is enabled.
1720 See the changelog at the end of the release notes for a full list of
1721 fixes.
1724 == MediaWiki 1.5.3 ==
1726 December 4, 2005
1728 MediaWiki 1.5.3 is a security and bugfix maintenance release.
1730 Validation of the user language option was broken by a code change in
1731 May 2005, opening the possibility of remote code execution as this
1732 parameter is used in forming a class name dynamically created with
1733 eval().
1735 The validation has been corrected in this version. All prior 1.5 release
1736 and prelease versions are affected; 1.4 and earlier and not affected.
1738 Additionally several bugs have been fixed; see the changelog later in
1739 this file for a complete list.
1742 == MediaWiki 1.5.2 ==
1744 November 2, 2005
1746 MediaWiki 1.5.2 is a bugfix maintenance release.
1748 A change in PHP 4.4.1 and PHP 5.1.0RC broke handling of extension and
1749 <pre> sections, causing garbage data to be inserted in output and saved
1750 edits. This version works around the change.
1752 Several other glitches with MySQL 5.0 and PHP 5.0.5 were also fixed;
1753 see the change log below for a complete list.
1756 == MediaWiki 1.5.1 ==
1758 October 26, 2005
1760 MediaWiki 1.5.1 is a bugfix and security maintenance release, and is a
1761 recommended upgrade for all installations.
1763 This release includes further corrections to the inline CSS style sanitation
1764 which works around a JavaScript "feature" on Microsoft Internet Explorer.
1765 Users of Microsoft Internet Explorer for Windows may be vulnerable to
1766 XSS injections on prior versions; users of standards-compliant browsers
1767 are not vulnerable.
1769 Major fixes include:
1770 * Image pages work again with resizing disabled
1771 * Works in MySQL 5.0 strict mode
1773 There is experimental support in this release for explicitly declaring
1774 the UTF-8 charset in the database; this has been tested with MySQL 5.0.15
1775 but should work on 4.1 as well.
1777 IMPORTANT: Changing this setting on an existing wiki may produce interesting
1778 data corruption, depending on server configuration. Page contents should,
1779 usually, be unaffected, but page titles and other items may be. Limitations
1780 in MySQL's Unicode support mean that characters outside the BMP cannot be used
1781 in page titles or various other fields when using this mode.
1783 Table definitions are in maintenance/mysql5/tables.sql, and the runtime
1784 option to send 'SET NAMES utf8' is set by $wgDBmysql5 = true.
1786 (MySQL 3.23.x and 4.0.x do not support character set declarations; on these
1787 versions MediaWiki simply works with UTF-8 data and MySQL is blissfully
1788 unaware of it.)
1792 == MediaWiki 1.5.0 final ==
1794 October 5, 2005
1796 MediaWiki 1.5.0 is the new stable release branch of MediaWiki, and is
1797 recommended for all new installations.
1799 Any wikis running a 1.5 beta or release candidate are strongly recommended
1800 to upgrade to the final release, which includes a number of bug fixes and
1801 a security fix for CSS bugs in Microsoft Internet Explorer.
1803 IMPORTANT: Running a 1.3 or 1.4 wiki and don't want to jump to 1.5 yet?
1804 Be sure to upgrade to 1.3.17 or 1.4.11, also released today. Versions
1805 prior to 1.3.16 and 1.4.10 have a serious data corruption bug which is
1806 triggered by a spambot known to operate in the wild.
1809 === What's new in 1.5? ===
1811 Schema:
1812   The core table schema has changed significantly. This should make better
1813   use of the database's cache and disk I/O, and make significantly speed up
1814   rename and delete operations on pages with very long edit histories.
1815   
1816   Unfortunately this does mean upgrading a wiki of size from 1.4 will require
1817   some downtime for the schema restructuring, but future storage backend
1818   changes should be able to integrate into the new system more easily.
1820 Permalinks:
1821   The current revision of a page now has a permanent 'oldid' number assigned
1822   immediately, and the id numbers are now preserved across deletion/undeletion.
1823   A permanent reference to the current revision of a page is now just a matter
1824   of going to the 'history' tab and copying the first link in the list.
1826 Page move log:
1827   Renames of pages are now recorded in Special:Log and the page history.
1828   A handy revert link is available from the log for sysops.
1830 Editing diff:
1831   Ever lost track of what you'd done so far during an edit? A 'Show diff'
1832   button on the edit page now makes it easy to remember.
1834 Uploads:
1835   It's now possible to specify the final filename of an upload distinct
1836   from the original filename on your disk.
1837   
1838   An image link for a missing file will now take you straight to the upload page.
1839   
1840   More metadata is pre-extracted from uploaded images, which will ease pressure
1841   on disk or NFS volumes used to store images. EXIF metadata is displayed on
1842   the image description page if PHP is configured with the necessary module.
1843   
1844   If .svg files are added to the upload whitelist, you can choose to render
1845   them to rasterized .png images for inline display using one of several
1846   external helper programs. See DefaultSettings.php for SVG options.
1848 User accounts:
1849   There are some changes to the user permissions system, with assignable
1850   groups. Note that this does *not* allow you to make pages which are only
1851   accessible to certain groups.
1852   
1853   For details see: http://meta.wikimedia.org/wiki/Help:User_rights
1855 E-mail:
1856   User-to-user e-mail can now be restricted to require a mail-back confirmation
1857   first to reduce potential for abuse with false addresses.
1858   
1859   Updates to user talk pages and watchlist entries can optionally send e-mail
1860   notifications.
1862 External hooks:
1863   A somewhat experimental interface for hooking in an external editor
1864   application is included.
1866 And...
1867   A bunch of stuff we forgot to mention.
1870 === What's gone? ===
1872 Latin-1:
1873   Wikis must now be encoded in Unicode UTF-8; this has been the default for
1874   some time, but some languages could optionally be installed in Latin-1 mode.
1875   This is no longer supported.
1876   
1877   You can check if your current wiki is in Latin-1 mode by using your browser's
1878   "view source"; look for a line like this:
1879   
1880     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
1881   
1882   If it says charset=utf-8, you're ready. If it says charset=iso8859-1,
1883   you may need to convert your data. (English-language wikis avoiding
1884   any accented characters may be able to get away without conversion.)
1886 MySQL 3.x:
1887   Some optimization hacks for MySQL 3.x have been removed as part of the schema
1888   clean-up (specifically, the inverse_timestamp fields).
1889   
1890   MediaWiki 1.5 may still run on 3.x, but wikis of non-trivial size should
1891   very seriously consider upgrading to a more modern release. MySQL 3.x support
1892   will probably be entirely dropped in the next major release.
1894 Special:Maintenance
1895   These tools were, ironically enough, not really maintained. This special
1896   page has been removed; insofar as some of its pieces were useful and haven't
1897   already been supplanted by other special pages they should be rewritten in
1898   an efficient and safe manner in the future.
1901 === Caveats ===
1903 Upgrade:
1904   Wikis in Latin-1 encoding are no longer supported; only Unicode UTF-8.
1905   A new option $wgLegacyEncoding is provided to allow on-the-fly recoding of
1906   old page text entries, but other metadata fields (titles, comments etc) need
1907   to be pre-converted. The standard upgrade process does not yet fully automate
1908   this, but you can try the alternate partial-upgrader in upgrade1_5.php.
1909   
1910   The upgrade from 1.4 to 1.5 schema has not been tested for all cases, so
1911   it's possible you may experience problems in some combinations.
1913 Backups:
1914   The text entries of deleted pages are no longer removed from the main
1915   text table on deletion. If you provide public backup dumps of your databases,
1916   you will probably want to use the new XML-format dump generator, available
1917   as maintenance/dumpBackup.php.
1918   
1919   For more information on how we run our own public data dumps at Wikimedia,
1920   see http://meta.wikimedia.org/wiki/Data_dumps
1922 PostgreSQL:
1923   The table definitions for PostgreSQL install are out of date. PostgreSQL
1924   support may return in later releases, pending appropriate patches.
1926 MySQL 4.1+:
1927   Some users may encounter installation problems with MySQL 4.1 or higher
1928   due to strange charset encoding / collation configurations. Try setting
1929   to 'latin1' or 'utf8' if you encounter problems.
1933 == MediaWiki 1.5 release candidate 4 ==
1935 August 29, 2005
1937 MediaWiki 1.5rc4 is a preview release of the new 1.5 release series.
1938 It fixes compatibility with PHP 5.1, and corrects two cross-site scripting
1939 security bugs:
1941 * <math> tags were handled incorrectly when TeX rendering support is off,
1942   as in the default configuration.
1943 * Extension or <nowiki> sections in Wiki table syntax could bypass HTML
1944   style attribute restrictions for cross-site scripting attacks against
1945   Microsoft Internet Explorer
1947 Wikis where the optional math support has been *enabled* are not vulnerable
1948 to the first, but are vulnerable to the second.
1952 == MediaWiki 1.5 release candidate 3 ==
1954 August 24, 2005
1956 MediaWiki 1.5rc3 is a preview release of the new 1.5 release series.
1957 It fixes several major problems in 1.5rc2:
1959 * Fixed a cross-site scripting injection in the search form
1960   (broken since 1.5beta1)
1962 * Fixed upgrades from 1.4 database schema
1963   (broken since 1.5rc2)
1965 1.3 and 1.4 releases are not vulnerable to the XSS bug, but anyone
1966 running an earlier 1.5 beta or release candidate should upgrade
1967 immediately.
1970 == MediaWiki 1.5 release candidate 2 ==
1972 August 23, 2005
1974 MediaWiki 1.5rc2 is a preview release of the new 1.5 release series.
1975 Numerous bug fixes since last beta, plus a security fix; see change
1976 log below for full details.
1978 A flaw in the interaction between extensions and HTML attribute
1979 sanitization was discovered which could allow unauthorized use
1980 of offsite resources in style sheets, and possible exploitation
1981 of a JavaScript injection feature on Microsoft Internet Explorer.
1983 This version expands the returned text and properly checks it
1984 before output.
1986 A 1.5rc1 release was mistakenly made from the incorrect source code
1987 branch; 1.5rc2 is identical to the actual 1.5rc1 in revision control
1988 except for version number.
1991 == MediaWiki 1.5 beta 4 ==
1993 July 30, 2005
1995 MediaWiki 1.5 beta 4 is a preview release of the new 1.5 release series.
1996 A number of bugs have been fixed since beta 3; see the full changelist below.
1999 == MediaWiki 1.5 beta 3 ==
2001 July 7, 2005
2003 MediaWiki 1.5 beta 3 is a preview release of the new 1.5 release
2004 series, with a security update over beta 2.
2006 Incorrect escaping of a parameter in the page move template could
2007 be used to inject JavaScript code by getting a victim to visit a
2008 maliciously constructed URL. Users of vulnerable releases are
2009 recommended to upgrade to this release.
2011 Vulnerable versions:
2012 * 1.5 preview series: n <= 1.5beta2 vulnerable, fixed in 1.5beta3
2013 * 1.4 stable series: 1.4beta6 <= n <= 1.4.5 vulnerable, fixed in 1.4.6
2014 * 1.3 legacy series: not vulnerable
2016 This release also includes several bug fixes and localization updates.
2017 See the changelog at the end of this file for a detailed list.
2021 == MediaWiki 1.5 beta 2 ==
2023 July 5, 2005
2025 MediaWiki 1.5 beta 2 is a preview release of the new 1.5 release series.
2026 While most exciting new bugs should have been ironed out at this point,
2027 third-party wiki operators should probably not run this beta release
2028 on a public site without closely following additional development.
2030 Anyone who _has_ been running beta 1 is very very strongly advised to
2031 upgrade to beta 2, as it fixes many bugs from the previous beta including
2032 a couple of HTML and SQL injections.
2034 This release should be followed by one or two release candidates and
2035 a 1.5.0 final within the next few weeks.
2037 Beta upgraders, note there are some minor database changes. For upgrades
2038 from 1.4, see the file UPGRADE for details on significant database and
2039 configuration file changes.
2041 Beta 2 includes a preliminary command-line XML wiki dump importer tool,
2042 maintenance/importDump.php, paired with maintenance/dumpBackup.php.
2043 These use the same format as Special:Export and Special:Import, able
2044 to package a wiki's entire page set independent of the backend database
2045 and compression format.
2048 == MediaWiki 1.5 beta 1 ==
2050 June 26, 2005
2052 MediaWiki 1.5 beta 1 is a preview release, pretty much feature complete,
2053 of the new 1.5 release series. There are several known and likely a number
2054 of unknown bugs; it is not recommended to use this release in a production
2055 environment but would be recommended for testing in mind of an upcoming
2056 deployment.
2058 A number of significant changes have been made since the alpha releases,
2059 including database changes and a reworking of the user permissions settings.
2060 See the file UPGRADE for details of upgrading and changing your prior
2061 configuration settings for the new system.
2065 == MediaWiki 1.5 alpha 2 ==
2067 June 3, 2005
2069 MediaWiki 1.5 alpha 2 includes a lot of bug fixes, feature merges,
2070 and a security update.
2072 Incorrect handling of page template inclusions made it possible to
2073 inject JavaScript code into HTML attributes, which could lead to
2074 cross-site scripting attacks on a publicly editable wiki.
2076 Vulnerable releases and fix:
2077 * 1.5 prerelease: fixed in 1.5alpha2
2078 * 1.4 stable series: fixed in 1.4.5
2079 * 1.3 legacy series: fixed in 1.3.13
2080 * 1.2 series no longer supported; upgrade to 1.4.5 strongly recommended
2083 == MediaWiki 1.5 alpha 1 ==
2085 May 3, 2005
2087 This is a testing preview release, being put out mainly to aid testers in
2088 finding installation bugs and other major problems. It is strongly recommended
2089 NOT to run a live production web site on this alpha release.
2091 **  WARNING: USE OF THIS ALPHA RELEASE MAY INFEST YOUR HOUSE WITH  **
2092 **  TERMITES, ROT YOUR TEETH,  GROW HAIR ON YOUR PALMS, AND PASTE  **
2093 **  INNUENDO  INTO  YOUR  C.V.  RIGHT  BEFORE  A  JOB  INTERVIEW!  **
2094 **  DON'T SAY WE DIDN'T WARN YOU, MAN. WE TOTALLY DID RIGHT HERE.  **
2097 === Smaller changes since 1.4 ===
2099 Various bugfixes, small features, and a few experimental things:
2101 * 'live preview' reduces preview reload burden on supported browsers
2102 * support for external editors for files and wiki pages:
2103   http://meta.wikimedia.org/wiki/Help:External_editors
2104 * Schema reworking: http://meta.wikimedia.org/wiki/Proposed_Database_Schema_Changes/October_2004
2105 * (bug 15) Allow editors to view diff of their change before actually submitting an edit
2106 * (bug 190) Hide your own edits on the watchlist
2107 * (bug 510): Special:Randompage now works for other namespaces than NS_MAIN.
2108 * (bug 1015) support for the full wikisyntax in <gallery> captions.
2109 * (bug 1105) A "Destination filename" (save as) added to Special:Upload Upload.
2110 * (bug 1352) Images on description pages now get thumbnailed regardless of whether the thumbnail is larger than the original.
2111 * (bug 1662) A new magicword, {{CURRENTMONTHABBREV}} returns the abbreviation of the current month
2112 * (bug 1668) 'Date format' supported for other languages than English, see:
2113   http://mail.wikipedia.org/pipermail/wikitech-l/2005-March/028364.html
2114 * (bug 1739) A new magicword, {{REVISIONID}} give you the article or diff database
2115   revision id, useful for proper citation.
2116 * (bug 1998) Updated the Russian translation.
2117 * (bug 2064) Configurable JavaScript mimetype with $wgJsMimeType
2118 * (bug 2084) Fixed a regular expression in includes/Title.php that was accepting invalid syntax like #REDIRECT [[foo] in redirects
2119 * It's now possible to invert the namespace selection at Special:Allpages and Special:Contributions
2120 * No longer using sorbs.net to check for open proxies by default.
2121 * What was $wgDisableUploads is now $wgEnableUploads, and should be set to true if one wishes to enable uploads.
2122 * Supplying a reason for a block is no longer mandatory
2123 * Language conversion support for category pages
2124 * $wgStyleSheetDirectory is no longer an alias for $wgStyleDirectory;
2125 * Special:Movepage can now take paramaters like Special:Movepage/Page_to_move
2126   (used to just be able to take paramaters via a GET request like index.php?title=Special:Movepage&target=Page_to_move)
2127 * (bug 2151) The delete summary now includes editor name, if only one has edited the article.
2128 * (bug 2105) Fixed from argument to the PHP mail() function. A missing space could prevent sending mail with some versions of sendmail.
2129 * (bug 2228) Updated the Slovak translation
2130 * ...and more!
2133 === Changes since 1.5alpha1 ===
2135 * (bug 73) Category sort key is set to file name when adding category to
2136   file description from upload page (previously it would be set to
2137   "Special:Upload", causing problems with category paging)
2138 * (bug 419) The contents of the navigation toolbar are now editable through
2139   the MediaWiki namespace on the  MediaWiki:navbar page.
2140 * (bug 498) The Views heading in MonoBook.php is now localizable
2141 * (bug 898) The wiki can now do advanced sanity check on uploaded files
2142   including virus checks using external programs.
2143 * (bug 1692) Fix margin on unwatch tab
2144 * (bug 1906) Generalize project namespace for Latin localization, update namespaces
2145 * (bug 1975) The name for Limburgish (li) changed from "Lèmburgs" to "Limburgs
2146 * (bug 2019) Wrapped the output of Special:Version in <div dir='ltr'> in order
2147   to preserve the correct flow of text on RTL wikis.
2148 * (bug 2067) Fixed crash on empty quoted HTML attribute
2149 * (bug 2075) Corrected namespace definitions in Tamil localization
2150 * (bug 2079) Removed links to Special:Maintenance from movepagetext message
2151 * (bug 2094) Multiple use of a template produced wrong results in some cases
2152 * (bug 2095) Triple-closing-bracket thing partly fixed
2153 * (bug 2110) "noarticletext" should not display on Image page for "sharedupload" media
2154 * (bug 2150) Fix tab indexes on edit form
2155 * (bug 2152) Add missing bgcolor to attribute whitelist for <td> and <th>
2156 * (bug 2176) Section edit 'show changes' button works correctly now
2157 * (bug 2178) Use temp dir from environment in parser tests
2158 * (bug 2217) Negative ISO years were incorrectly converted to BC notation
2159 * (bug 2234) allow special chars in database passwords during install
2160 * Deprecated the {{msg:template}} syntax for referring to templates, {{msg: is
2161   now the wikisyntax representation of wfMsgForContent()
2162 * Fix for reading incorrectly re-gzipped HistoryBlob entries
2163 * HistoryBlobStub: the last-used HistoryBlob is kept open to speed up
2164   multiple-revision pulls
2165 * Add $wgLegacySchemaConversion update-time option to reduce amount of
2166   copying during the schema upgrade: creates HistoryBlobCurStub reference
2167   records in text instead of copying all the cur_text fields. Requires
2168   that the cur table be left in place until/unless such fields are migrated
2169   into the main text store.
2170 * Special:Export now includes page, revision, and user id numbers by
2171   default (previously this was disabled for no particular reason)
2172 * dumpBackup.php can dump the full database to Export XML, with current
2173   revisions only or complete histories.
2174 * The group table was renamed to groups because "group" is a reserved word in
2175   SQL which caused some inconveniances.
2176 * New fileicons for c, cpp, deb, dvi, exe, h, html, iso, java, mid, mov, o,
2177   ogg, pdf, ps, rm, rpm, tar, tex, ttf and txt files based on the KDE
2178   crystalsvg theme.
2179 * Fixed a bug in Special:Newimages that made it impossible to search for '0'
2180 * Added language variant support for Icelandic, now supports "Íslenzka"
2181 * The #p-nav id in MonoBook is now #p-navigation
2182 * Putting $4 in msg:userstatstext will now give the percentage of
2183   admnistrators out of normal users.
2184 * links and brokenlinks tables merged to pagelinks; this will reduce pain
2185   dealing with moves and deletes of widely-linked pages.
2186 * Add validate table and val_ip column through the updater.
2187 * Simple rate limiter for edits and page moves; set $wgRateLimits
2188   (somewhat experimental; currently needs memcached)
2189 * (bug 2262) Hide math preferences when TeX is not enabled
2190 * (bug 2267) Don't generate thumbnail at the same size as the source image.
2191 * Fix rebuildtextindex.inc for new schema
2192 * Remove linkscc table code, no longer used.
2193 * (bug 2271) Use faster text-only link replacement in image alt text
2194   instead of rerunning expensive link lookup and HTML generation.
2195 * Only build the HTML attribute whitelist tree once.
2196 * Replace wfMungeToUtf8 and do_html_entity_decode with a single function
2197   that does both numeric and named chars: Sanitizer::decodeCharReferences
2198 * Removed some obsolete UTF-8 converter functions
2199 * Fix function comment in debug dump of SQL statements
2200 * (bug 2275) Update search index more or less right on page move
2201 * (bug 2053) Move comment whitespace trimming from edit page to save;
2202   leaves the whitespace from the section comment there on preview.
2203 * (bug 2274) Respect stub threshold in category page list
2204 * (bug 2173) Fatal error when removing an article with an empty title from the watchlist
2205 * Removed -f parameter from mail() usage, likely to cause failures and bounces.
2206 * (bug 2130) Fixed interwiki links with fragments
2207 * (bug 684) Accept an attribute parameter array on parser hook tags
2208 * (bug 814) Integrate AuthPlugin changes to support Ryan Lane's external
2209   LDAP authentication plugin
2210 * (bug 2034) Armor HTML attributes against template inclusion and links munging
2212 === Changes since 1.5alpha2 ===
2214 * (bug 2319) Fix parse hook tag matching
2215 * (bug 2329) Fix title formatting in several special pages
2216 * (bug 2223) Add unique index on user_name field to prevent duplicate accounts
2217 * (bug 1976) fix shared user database with a table prefix set
2218 * (bug 2334) Accept null for attribs in wfElement without PHP warning
2219 * (bug 2309) Allow templates and template parameters in HTML attribute zone,
2220   with proper validation checks. (regression from fix for 2304)
2221 * Disallow close tags and enforce empty tags for <hr> and <br>
2222 * Changed user_groups format quite a bit.
2223 * (bug 2368) Avoid fatally breaking PHP 4.1.2 in a debug line
2224 * (bug 2367) Insert correct redirect link record on page move
2225 * (bug 2372) Fix rendering of empty-title inline interwiki links
2226 * (bug 2384) Fix typo in regex for IP address checking
2227 * (bug 650) Prominently link MySQL 4.1 help page in installer if a possible
2228   version conflict is detected
2229 * (bug 2394) Undo incompatible breakage to {{msg:}} compatiblity includes
2230 * (bug 1322) Use a shorter cl_sortkey field to avoid breaking on MySQL 4.1
2231   when the default charset is set to utf8
2232 * (bug 2400) don't send confirmation mail on account creation if 
2233   $wgEmailAuthentication is false.
2234 * (bug 2172) Fix problem with nowiki beeing replaced by marker strings
2235   when a template with a gallery was used.
2236 * Guard Special:Userrights against form submission forgery
2237 * (bug 2408) page_is_new was inverted (whoops!)
2238 * Added wfMsgHtml() function for escaping messages and leaving params intact
2239 * Fix ordering of Special:Listusers; fix groups list so it shows all groups
2240   when searching for a specific group and can't be split across pages
2241 * (bug 1702) Display a handy upload link instead of a useless blank link
2242   for [[media:]] links to nonexistent files.
2243 * (bug 873) Fix usage of createaccount permission; replaces $wgWhitelistAccount
2244 * (bug 1805) Initialise $wgContLang before $wgUser
2245 * (bug 2277) Added Friulian language file
2246 * (bug 2457) The "Special page" href now links to the current special page
2247   rather than to "".
2248 * (bug 1120) Updated the Czech translation
2249 * A new magic word, {{SCRIPTPATH}}, returns $wgScriptPath
2250 * A new magic word, {{SERVERNAME}}, returns $wgServerName
2251 * A new magic word, {{NUMBEROFFILES}}, returns the number of rows in the image table
2252 * Special:Imagelist displays titles with " " instead of "_"
2253 * Less gratuitous munging of content sample in delete summary
2254 * badaccess/badaccesstext to supercede sysop*, developer* messages
2255 * Changed $wgGroupPermissions to more cut-n-paste-friendly format
2256 * 'developer' group deprecated by default
2257 * Special:Upload now uses 'upload' permission instead of hardcoding login check
2258 * Add 'importupload' permission to disable direct uploads to Special:Import
2259 * (bug 2459) Correct escaping in Special:Log prev/next links
2260 * (bug 2462 etc) Taking out the experimental dash conversion; it broke too many
2261   things for the current parser to handle cleanly
2262 * (bug 2467) Added a Turkish language file
2263 * Fixed a bug in Special:Contributions that caused the namespace selection to
2264   be forgotten between submits
2265 * Special:Watchlist/edit now has namespace subheadings
2266 * (bug 1714) the "Save page" button now has right margin to seperate it from
2267   "Show preview" and "Show changes"
2268 * Special:Statistics now supports action=raw, useful for bots designed to
2269   harwest e.g. article counts from multiple wikis.
2270 * The copyright confirmation box at Special:Upload is now turned off by default
2271   and can be turned back on by setting $wgCopyrightAffirmation to a true value.
2272 * Restored prior text for password reminder button and e-mail, replacing
2273   the factually inaccurate text that was there.
2274 * (bug 2178) Fix temp dir check again
2275 * (bug 2488) Format 'deletedtext' message as wikitext
2276 * (bug 750) Keep line endings consistent in LocalSettings.php
2277 * (bug 1577) Add 'printable version' tab in MonoBook for people who don't
2278   realize you can just hit print to get a nicely formatted printable page.
2279 * Trim whitespace from option values to weather line-ending corruption problems
2280 * Fixed a typo in the Romanian language file (NS_MESIA => NS_MEDIA)
2281 * (bug 2504) Updated the Finnish translation
2282 * (bug 2506, 2512) Updated the Nynorsk translation
2283 * (bug 996) Replace $wgWhitelistEdit with 'edit' permission; fixup UPGRADE
2284   documentation about edit and read whitelists.
2285 * (bug 2515) Fix incremental link table update
2286 * Removed some wikipedia-specifica from LanguageXx.php's
2287 * (bug 2496) Allow MediaWiki:edithelppage to point to external page
2288 * Added a versionRequired() function to OutputPage, useful for extension
2289   writers that want to control what version of MediaWiki their extension
2290   can be used with.
2291 * Serialized user objects now checked for versioning
2292 * Fix for interwiki link regression
2293 * Printable link shorter in monobook
2294 * Experimental Latin-1-and-replication-friendly upgrader script
2295 * (bug 2520) Don't show enotif options when disabled
2297 == Changes since 1.5beta1 ==
2299 * (bug 2531) Changed the interwiki name for sh (Serbocroatian) to
2300   Srpskohrvatski/Српскохрватски (was Српскохрватски (Srbskohrvatski))
2301 * Nonzero return code for command-line scripts on wfDebugDieBacktrace()
2302 * Conversion fix for empty old table in upgrade1_5.php
2303 * Try reading revisions from master if no result on slave
2304 * (bug 2538) Suppress notice on user serialized checks
2305 * Fix paging on Special:Contributions
2306 * (bug 2541) Fix unprotect tab
2307 * (bug 1242) category list now show on edit page
2308 * Skip sidebar entries where link text is '-'
2309 * Convert non-UTF-8 URL parameters even if referer is local
2310 * (bug 2460) <img> width & height properly filled when resizing image
2311 * (bug 2273) deletion log comment used user interface langage
2312 * Try reading revision _text_ from master if no result on slave
2313 * Use content-language message cache for raw view of message pages
2314 * (bug 2530) Not displaying talk pages on Special:Watchlist/edit
2315 * Fixed a bug that would occour if $wgCapitalLinks was set to false, a user
2316   agent could create a username that began with a lower case letter that was
2317   not in the ASCII character set ( now user $wgContLang->ucfirst() instead of
2318   PHP ucfirst() )
2319 * Moved the user name / password validity checking from
2320   LoginForm::addNewAccountInternal() to two new functions,
2321   User::isValidUserName() and User::isValidPassword(), extensions can now do
2322   these checks without rewriting code.
2323 * Fix $wgSiteNotice when MediaWiki:Sitenotice is set to default '-'
2324 * Fixed a bug where the watchlist count without talk pages would be off by a
2325   factor of two.
2326 * upgrade1_5.php uses insert ignore, allows to skip image info initialization
2327 * Fix namespaces in category list.
2328 * Add rebuildImages.php to update image metadata fields
2329 * Special:Ancientpages is expensive in new schema for now
2330 * (bug 2568) Fixed a logic error in the Special:Statistics code which caused
2331   the displayed percentage of admins to be totally off.
2332 * (bug 2560) Don't show blank width/height attributes for missing size
2333 * Don't show bogus messages about watchlist notifications when disabled
2334 * Don't show old debug messages in watchlist
2335 * (bug 2576) Fix recording of transclusion links
2336 * (bug 2577) Allow sysops to enter non-standard block times
2337 * Fixed a bug where Special:Contributions wouldn't remember the 'invert'
2338   status between next/previous buttons.
2339 * Move MonoBook printable link from tab to sidebar
2340 * (bug 2567) Fix HTML escaping on category titles in list
2341 * (bug 2562) Show rollback link for current revisions on diff pages
2342 * (bug 2583) Add --missinig option on rebuildImages.php to add db entries
2343   for uploaded files that don't have them
2344 * (bug 2572) Fix edit conflict handling
2345 * (bug 2595) Show "Earlier" and "Latest" links on history go to the first/last
2346   page in the article history pager.
2347 * Don't show empty-page text in 'Show changes' on new page
2348 * (bug 2591) Check for end, fix limits on Whatlinkshere
2349 * (bug 2584) Fix output of subcategory list
2350 * (bug 2597) Don't crash when undeleting an image description page
2351 * (bug 2564) Don't show "editingold" warning for recent revision
2352 * Various code cleanup and HTML escaping fixlets
2353 * Copy IRC-over-UDP update option from REL1_4
2354 * (bug 2548) Keep summary on 'show changes' of section edit
2355 * Move center on toc to title part to avoid breaking .toc style usage
2356 * HTML sanitizer: correct multiple attributes by keeping last, not first
2357 * (bug 2614) Fix section edit links on diff-to-current with oldid set
2358   Also fix navigation links on current-with-oldid view.
2359 * (bug 2620) Return to prior behavior for some more things (such as
2360   subpage parent links) on current-diff view.
2361 * (bug 2618) Fix regression from another fix; show initial preview for
2362   categories only if the page does not exist.
2363 * (bug 2625) Keep group & user settings when paging in Listusers
2364 * (bug 2627) Fix regression: diff radio button initial selection
2365 * Copy fix for old search URLs with Lucene search plugin from REL1_4
2366 * (bug 619) Don't use incompatible diff3 executable on non-Linux systems.
2367 * (bug 2631) Fix Hebrew namespaces.
2368 * (bug 2630) Indicate no-longer-valid cached entries in BrokenRedirects list
2369 * (bug 2644, 2645) "cur" diff links in page history, watchlist and
2370   recentchanges should specify current ID explicitly.
2371 * (bug 2609) Fix text justification preferenced with MonoBook skin.
2372 * (bug 2594) Display article tab as red for non-existent articles.
2373 * (bug 2656) Fix regression: prevent blocked users from reverting images
2374 * (bug 2629) Automatically capitalize usernames again instead of
2375   rejecting lowercase with a useless error message
2376 * (bug 2661) Fix link generation in contribs
2377 * Add support for &preload=Page_name (load text of an existing page into
2378 edit area) and &editintro=Page_name (load text of an existing page instead
2379 of MediaWiki:Newpagetext) to &action=edit, if page is new.
2380 * (bugs 2633, 2672, 2685, 2695) Fix Estonian, Portuguese, Italian, Finnish and
2381   Spanish numeric formatting
2382 * Fixed Swedish numeric formatting
2383 * (bug 2658) Fix signature time, localtime to match timezone offset again
2384 * Files from shared repositories (e.g. commons) now display with their
2385   image description pages when viewed on local wikis.
2386 * Restore compatibility namespace aliases for French Wikipedia
2387 * Fix diff order on Enhanced RC 'changes' link
2388 * (bug 2650) Fix national date type display on wikis that don't support
2389   dynamic date conversion.
2390 * FiveUpgrade: large table hacks, install iw_trans update before links
2391 * (bug 2648) Rename namespaces in Afrikaanse
2392 * Special:Booksources checks if custom list page exists before using it
2393 * (bug 1170) Fixed linktrail for da: and ru:
2394 * (bug 2683) Really fix apostrophe escaping for toolbox tips
2395 * (bug 923) Fix title and subtitle for rclinked special page
2396 * (bug 2642) watchdetails message in several languages used  <a></a> instead of [ ]
2397 * (bug 2181) basic CSB language localisation by Tomasz G. Sienicki (thanks for the patch)
2398 * Fix correct use of escaping in edit toolbar bits
2399 * Removed language conversion support from Icelandic
2400 * (bug 2616) Fix proportional image scaling, giving correct height
2401 * (bug 2640) Include width and height attributes on unscaled images
2402 * Workaround for mysterious problem with bogus epoch If-Last-Modified reqs
2403 * (bug 1109) Suppress compressed output on 304 responses
2404 * (bug 2674) Include some site configuration info in export data:
2405   namespaces definitions, case-sensitivity, site name, version.
2406 * Use xml:space="preserve" hint on export <text> elements
2407 * Make language variant selection work again for zh
2409 == Changes since 1.5beta2 ==
2411 * Escaped & correctly in Special:Contributions
2412 * (bug 2534) Hide edit sections with CSS to make right click to edit section work 
2413 * (bug 2708) Avoid undefined notice on cookieless login attempt
2414 * (bug 2188) Correct template namespace for Greek localization
2415 * Fixed number formatting for Dutch
2416 * (bug 1355) add class noprint to commonPrint.css
2417 * (bug 2350) Massive update for Limburgish (li) language using Wikipédia
2418 * Massive update for Arab (ar) language using Wikipédia
2419 * (bug 1560) Massive update for Kurdish (ku) language using Wikipédia
2420 * (bug 2709) Some messages were not read from database
2421 * (bug 2416) Don't allow search engine robots to index or follow nonexisting articles
2422 * Fix escaping in page move template.
2423 * (bug 153) Discrepancy between thumbnail size and <img> height attribute
2425 == Changes since 1.5beta3 ==
2427 * Fix talk page move handling
2428 * (bug 2721) New language file for Vietnamese with the Vietnamese number notation
2429 * (bug 2749) &nbsp; would appear as a literal in image galleries for Cs, Fr, Fur, Pl and Sv
2430 * (bug 787) external links being rendered when they only have one slash
2431 * Fixed a missing typecast in Language::dateFormat() that would cause some
2432   interesting errors with signitures.
2433 * (bug 2764) Number format for Nds
2434 * (bug 1553) Stop forcing lowercase in Monobook skin for German language.
2435 * (bug 1064) Implements Special:Unusedcategories
2436 * (bug 2311) New language file for Macedonian
2437 * Fix nohistory message on empty page history
2438 * Fix fatal error in history when validation on
2439 * Cleaned up email notification message formatting
2440 * Finally fixed Special:Disambiguations that was broke since SCHEMA_WORK
2441 * (bug 2761) fix capitalization of "i" in Turkish
2442 * (bug 2789) memcached image metadata now cleared after deletion
2443 * Add serialized version number to image metadata cache records
2444 * (bug 2780) Fix thumbnail generation with GD for new image schema
2445 * (bug 2791) Slovene numeric format
2446 * (bug 655) Provide empty search form when searching for nothing
2447 * Nynorsk numeric format fix
2448 * (bug 2825) Fix regression in newtalk notifications for anons w/ enotif off
2449 * (bug 2833) Fix bug in previous fix
2450 * With $wgCapitalLinks off, accept off-by-first-letter-case in 'go' match
2451 * Optional parameters for [[Special:Listusers]]
2452 * (bug 2832) [[Special:Listadmins]] redirects to [[Special:Listusers/sysop]]
2453 * (bug 785) Parser did not get out of <pre> with list elements
2454 * Some shared upload fixes
2455 * (bug 2768) section=new on nonexistent talk page does not add heading
2456 * support preload= parameter for section=new
2457 * show comment subject in preview when using section=new
2458 * use comment form when creating a new talk page
2459 * (bug 460) Properly handle <center> tags as a block.
2460 * Undo inconsistent editing behavior change
2461 * (bug 2835) Back out fix for bug 2802, caused regressions in category sort
2462 * PHP 4.1.2 compatibility fix: define floatval() equivalent if missing
2463 * (bug 2901) Number format for Catalan
2464 * Special:Allpages performance hacks: index memcached caching, removed
2465   inverse checkbox, use friendlier relative offsets in index build
2466 * Bring back "Chick" skin for mobile devices. It needs testing.
2467 * Fix spelling of $wgForwardSearchUrl in DefaultSettings.php
2468 * Specify USE INDEX on Allpages chunk queries, sometimes gets lost
2469   due to bogus optimization
2470 * (bug 275) Section duplication fix
2471 * Remove unused use of undefined variable in UserMailer
2472 * Fix notice on search index update due to non-array
2473 * (bug 2885) Fix fatal errors and notices in PHP 5.1.0beta3
2474 * (bug 2931) Fix additional notices on reference use in PHP 4.4.0
2475 * (bug 2774) Add three new $wgHooks to LogPage which enable extensions to add
2476   their own logtypes, see extensions/Renameuser/SpecialRenameuser.php for an
2477   example of this.
2478 * (bug 740) Messages from extensions now appear in Special:Allmessages
2479 * (bug 2857) fixed parsing of lists in <pre> sections
2480 * (bug 796) Trackback support
2481 * Fix 1.5 regression: weird, backwards diff links on new pages in enhanced RC
2482   are now suppressed as before.
2483 * New skin: Simple
2484 * "uselang" and "useskin" URL parameters can now be used in the URL when
2485   viewing a page, to change the language and skin of a page respectively.
2486 * Skins can now be previewed in preferences
2487 * (bug 2943) AuthPlugin::getCanonicalName() name canonicalization hook,
2488   patch from robla
2489 * Wrap revision insert & page update in a transaction, rollback on late
2490   edit conflict.
2491 * (bug 2953) 'other' didn't work in Special:Blockip when localized
2492 * (bug 2958) Rollback and delete auto-summary should be in the project's
2493   content language
2494 * Removed useless protectreason message
2495 * Spelling fix: $wgUrlProtcols -> $wgUrlProtocols
2496 * Switch Moldovan local name to cyrillic
2497 * Fix typo in undefined array index access prevention
2498 * (bug 2947) Update namespaces for sr localization
2499 * (bug 2952) Added Asturian language file with translated namespaces
2500 * (bug 2676) Apply a protective transformation on editing input/output
2501   for browsers that hit the Unicode blacklist. Patch by plugwash.
2502 * (bug 2999) Fix encoding conversion of pl_title in upgrade1_5.php
2503 * compressOld.php disabled, as it's known to be broken.
2506 === Changes since 1.5beta4 ===
2508 * Fix Special:Allmessages under PHP 5
2509 * (bug 2911) Special:Watchlist allowed only one type of limit at a time
2510 * (bug 693) Special:Allmessages is excessively wide and redundant
2511 * (bug 3001) Updated and applied live hack for recentchanges-based watchlist
2512 * (bug 145) Finish 'exclude redirect' implementation in search form
2513 * Rearranged Special:Movepage form to reduce confusion between destination
2514   title and reason input boxes
2515 * (bug 2527) Always set destination filename when new file is selected
2516 * (bug 3056) MySQL 3 compatibility fix: USE INDEX instead of FORCE INDEX
2517 * PHP 4.1 compatibility fix: don't use new_link parameter to mysql_connect
2518   if running prior to 4.2.0 as it causes the call to fail
2519 * (bug 3117) Fix display of upload size and type with tidy on
2520 * (bug 1487) invalid html on empty list in banlist
2521 * (bug 3017) Hotkey conflict for delete and show changes
2522 * made pixel unit translateable and blocklistline now eats infiniteblock
2523   and expiringblock
2524 * (bug 3092) Wrong numerical separator for big numbers in Serbian.
2525 * (bug 2855) Credit for a uniq author showed its realname even with
2526   $wgAllowRealName=false.
2527 * New special page: SpecialMostlinked
2528 * (bug 2393) Fix MIME type for Atom feeds ( application/rss+atom )
2529 * Fix display of read-only lockfile message
2530 * Added a new hook, 'AddNewAccount', which is run after account creation
2531 * Update all stats fields on recount.sql
2532 * Include software-visible client IP address in Special:Version comment
2533   as a proxy debugging aid
2534 * (bug 3162) Fix 'undefined property page_is_new' error on watchlist
2535 * (bug 1734) granting db permissions failed with db usernames containg '-'
2536 * (bug 3170) wikititlesuffix was removed, use pagetitle instead
2537 * (bug 3187) watchlist text refer to unexistent "Stop watching" action
2538 * (bug 3190) Added some date format choices for language sr
2539 * (bug 1334) LanguageGa.php update
2540 * (bug 1020) Changing user interface language does not work immediately
2541 * (bug 2753) Some namespaces were not translated in LanguageTa.php (Tamil)
2542 * (bug 3204) Fix typo breaking special pages in fy localization
2543 * (bug 3210) Fix Media: links with remote image URL path
2544 * (bug 3220) Fix escaping of block URLs in Recentchanges
2545 * (bug 3238): Updated LanguageNn.php for 1_5 branch
2546 * (bug 3192): properly check 'limit' parameter on Special:Contributions
2547 * (bug 3244) Fix remote image loading hack, JavaScript injection on MSIE
2548 * Fix URL sanitization in HTML attributes, which broke in this branch
2549 * (bug 3475) anon contrib links on Special:Newpages
2552 === Changes since 1.5rc2 ===
2554 * Fix upgrade from 1.4 due to version number check breakage
2555 * Fix upgrade from 1.4 with no old revisions
2556 * (bug 2108) Sort entries when using category browser
2557 * XSS issue : now sanitize search query input
2560 === Changes since 1.5rc3 ===
2562 * (bug 3280) Respect 'move' group permission on page moves
2563 * (bug 2885) More PHP 5.1 fixes: skin, search, log, undelete
2564 * Security fix for <math>
2565 * Security fix for tables
2568 === Changes since 1.5rc4 ===
2570 * (bug 3292) Fix move-over-redirect test when current entries are not plaintext
2571 * (bug 2078) Don't hide watch tab on preview
2572 * (bug 3306) Document $wgLocalTZoffset
2573 * Support SVG rendering with rsvg
2574 * Cap arbitrary SVG renders to given image size or $wgSVGMaxSize pixels wide
2575 * (bug 3127) Render large SVGs at image page size correctly
2576 * (bug 3448) Set page_len on undelete
2577 * (bug 2800) Don't scale up small iamges on |thumb| without explicit size
2578 * Use the real file link instead of the default-size rasterized version for
2579   large SVG images on image description page
2580 * Include the file name/type/size line for non-resized images
2581 * (bug 3412) Clean up date format handling so ~~~~-sigs work with default
2582   format as designed. Documentation comments updated.
2583 * (bug 1423) LanguageJa.php update
2584 * (bug 3405) Don't use raw letters as aliases of MSGNW: and SUBST:
2585 * (bug 3485) Fix bogus warning about filename capitalization when off
2586 * (bug 2792) Update rebuildrecentchanges.inc for new schema
2587 * Special:Import/importDump fixes: report XML parse errors, accept <minor/>
2588 * (bug 3489) PHP 5.1 compat problem with captioned images
2589 * (bug 3350) Missing label for move talk page checkbox.
2590 * (bug 2570) Add 'watch this page' checkbox on uploads, watch uploads
2591   by default when 'watchdefault' option is on
2592 * (bug 3182) Clear link cache during import to prevent memory leak
2593 * (bug 3573) Full Greek Translation
2594 * (bug 3595) Warn and abort if importDump.php called in read-only mode.
2595 * (bug 3598) Update message cache on message page deletion, patch by Tietew
2596 * Blacklist additional MSIE CSS safety tricks
2599 === Changes since 1.5.0 ===
2601 * (bug 3629) Fix date & time format for Frisian
2602 * (bug 3641) Fix handling of unrecognized file uploads with known extensions
2603 * (bug 3643) Fix image page display of large images with resizing disabled
2604 * Fix meta robots tag on Special:Version again to avoid listing vulnerable
2605   versions for convenient harvesting by automated worms
2606 * (bug 3684) Fix typo in fatal error backtraces in Hooks.php
2607 * Backport fix for reference usage notice in Special:Search on PHP 4.4.0
2608 * Backport database connect error display fix from HEAD
2609 * (bug 2773) Print style sheet no longer overrides RTL text direction
2610 * MonoBook skin top link id changed from "contentTop" to "top" (shared with
2611   name attribute)
2612 * Wrap message page insertions in a transaction to speed up installation
2613 * Fix Special:MovePage invalid HTML attribute for reason textarea
2614 * Avoid notice warning on edit with no User-Agent header
2615 * (bug 3734) Swapped out obsolete recount.sql with initStats.php
2616 * (bug 3735) Fix to run under MySQL 5's strict mode
2617 * (bug 3786) Experimental support for MySQL 4.1/5.0 utf8 charset mode
2618   NOTE: Enabling this may break existing wikis, and still doesn't
2619   work for all Unicode characters due to MySQL limitations.
2620 * Sanitizer CSS comment processing order fix
2623 === Changes since 1.5.1 ===
2625 * Fix Special:BrokenRedirects on MySQL 5.0
2626 * (bug 3809) Backport fix for detecting diff3 failure
2627 * MySQL 5.0 strict mode fix for moving unwatched pages
2628 * (bug 3782) Throw fatal installation warning if mbstring.func_overload on.
2629   Why do people invent these crazy options that change language semantics?
2630 * (bug 3762) Define missing Special:Import UI messages
2631 * (bug 3771) Handle internal functions in backtrace in wfAbruptExit()
2632 * (bug 3649) Remove obsolete, broken moveCustomMessages script
2633 * (bug 3667) Add missing global in page move code
2634 * (bug 3761) Avoid deprecation warnings in Special:Import
2635 * (bug 2885) Remove unnecessary reference parameter which broke classic skin
2636   talk notification on PHP 5.0.5
2637 * (bug 3845) Update attribute.php for 1.5 schema
2638 * Fix Parser::unstrip on PHP 4.4.1 and PHP 5.1.0RC4
2641 === Changes since 1.5.2 ===
2643 * (bug 3612) Remove old broken version of maintenance/compressOld.php
2644   The working version is in maintenance/storage/compressOld.php
2645 * (bug 2740) Accept image deletions on 'enter' submit from MSIE
2646 * (bug 3933) specify XML namespace for Atom 0.3 feeds
2647 * (bug 3939) Don't try to load text for interwiki redirect target
2648 * (bug 3948) Avoid notice warning in debug statement in bad search
2649 * Recognize Special:Search consistently so read whitelist works
2650 * (bug 4013) typo in fr
2651 * (bug 3996) Fix text for new entries in RC RSS/Atom feed
2652 * (bug 2894) Enhanced Recent Changes link fixes
2653 * (bug 3065) Update both watched namespaces when renaming pages
2654 * Move parentheses out of <a> link in Special:Contributions
2655 * (bug 4071) Generate passwords long enough for $wgMinimalPasswordLength
2656 * (bug 4035) Fix prev/next revision links on edit page
2657 * (bug 4165) Correct validation for user language selection (data taint)
2658 * Clearer message in DefaultSettings.php: edit LocalSettings.php instead
2661 === Changes since 1.5.3 ===
2663 * (bug 3805) Clear 'new messages' flag properly in enotif mode
2664   for usernames containing spaces
2665 * (bug 2714) Backlink from special:whatlinkshere was hard set as 'existing'
2666 * (bug 4249) Typo in entities2literals.pl
2667 * (bug 4233) Update for japanese language
2668 * (bug 4279) Small correction to LanguageDa.php
2669 * (bug 4267) Switch dv sd ug ks arc languages to RTL
2670 * (bug 3991) Allow the operation of wikicode on Protect move only text
2671 * Added AutoAuthenticate hook for external User object suppliers
2672 * Parser internal placeholder string now fully randomized for safety
2674 === Changes since 1.5.4 ===
2676 * Maintenance script to delete unused user accounts
2677 * Added detection for WMF files (application/x-msmetafile), added this 
2678   MIME type to the default blacklist. Prevented inline display of images
2679   which are not of known image types. This is in response to
2680   http://en.wikipedia.org/wiki/Windows_Metafile_vulnerability
2682 === Changes since 1.5.5 ===
2684 * (bug 4258) When installing under IIS, $wgArticlePath = "$wgScript?title=$1" 
2685   should be set
2686 * (bug 4510) Correct Barnes & Noble bookstore URLs
2687 * (bug 4504) Use site language for namespace name resolution
2688 * Installer fixes from HEAD backported; now uses a more sensible method of 
2689   establishing which mySQL user to use, which clears up bug 921 et al. Minor 
2690   changes to installer.
2691 * Fix problem reported on mailing list where re-initialising stats didn't work 
2692   (can't insert duplicate rows with the same id field)
2693 * (bug 1122) gray out 'older revision' when viewing first article revision.
2694 * Respect database prefix in dumpHTML.inc
2695 * Minor improvements to removeUnusedAccounts.php maintenance script
2696 * Fix for single-digit week numbers from {{CURRENTWEEK}}, broken by PHP 4.4.1
2697 * Removed read-only check from Database::query()
2698 * Added --conf option to command line scripts, allowing the user to specify a 
2699   different LocalSettings.php.
2701 === Changes since 1.5.6 ===
2703 * Default main page content improved per bug 4690
2704 * Fix dependence on hardcoded UNIQ_PREFIX in LanguageConverter.php 
2705 * Fixed Special:Unlockdb
2706 * Maintenance script to delete unused text records
2707 * Maintenance script to delete non-current revisions
2708 * Maintenance script to wipe a page and all revisions from the database
2709 * (bug 4768) Wrong Russian translation (typo)
2710 * Performance bugfix: propagate equality manually for Revision fetches
2711 * (bug 4773) PHP fatal error when invalid title passed to Special:Export
2712 * Added missing table defs. for transcache to installer schemas
2713 * (bug 4824) IE7 beta 2 broke compatibility with PNG logo workarounds,
2714   and seems to work ok with other bits. No longer including the IE
2715   workarounds JavaScript for IE 7 and above.
2716 * (bug 2532) Image directory structure migration bug
2717 * (bug 4881) Correction to the fix for 1487; Ipblocklist showed 'no blocks'
2718   message at the end of the list even if there were blocks.
2719 * (bug 4805) Removed more wikipedia-references from LanguageUk.php
2720 * Introduce $wgWantedPagesThreshold per bug 5011; Special:Wantedpages will not
2721   list pages with less than this number of links. Defaults to 1.
2722 * Allow customisation of paging limits for items in categories using the
2723   $wgCategoryPagingLimit global, per bug 4970.
2724 * Improve "nogomatch" text to make it more obvious that a page can be created.
2725 * (bug 5113) Spelling error in French language file
2726 * Don't change the password of the MySQL root user.
2728 === Changes since 1.5.7 ===
2730 * (bug 5180) User login page shows inappropriate email blurb
2731 * Add the "AbortNewAccount" hook on account creation; see hooks.txt for more info.
2732 * Update default "exporttext" to reflect that Special:Import exists
2733 * Add links to useful material to the default main page content
2734 * Fix fragment HTML injection
2736 === Changes since 1.5.8 ===
2738 * Fixed obvious mistakes in Finnish (fi) translation
2739 * Fixed obvious mistakes in Kurdish (ku) translation
2740 * Merge two #p-search .pBody statements i monobook/main.css
2741 * (bug 5156) Update for Hebrew language (he) translation
2742 * Add the "UserRights" hook on user group changes; see hooks.txt for more info.
2743 * Translated "listingcontinuesabbrev" for German
2745 === Caveats ===
2747 Some output, particularly involving user-supplied inline HTML, may not
2748 produce 100% valid or well-formed XHTML output. Testers are welcome to
2749 set $wgMimeType = "application/xhtml+xml"; to test for remaining problem
2750 cases, but this is not recommended on live sites. (This must be set for
2751 MathML to display properly in Mozilla.)
2753 ----
2755 == MediaWiki 1.4.3 ==
2757 (released 2005-04-28)
2759 MediaWiki 1.4.3 is a bugfix release for the 1.4 stable release series.
2761 Chiefly, this fixes a compatibility problem with PHP 5 and a minor link
2762 table corruption bug on initial page save.
2765 == MediaWiki 1.4.2 ==
2767 (released 2005-04-20)
2769 MediaWiki 1.4.2 is a security and bug fix release for the 1.4 stable release
2770 series.
2772 A cross-site scripting injection vulnerability was discovered, which
2773 affects only MSIE clients and is only open if MediaWiki has been
2774 manually configured to run output through HTML Tidy ($wgUseTidy).
2776 Several other bugs are fixed in this release, see the changelog below.
2778 All new installations are highly recommended to use 1.4.2 instead of
2779 1.3.x; 1.3.x users should consider upgrading for bug fixes and new
2780 features. Ealier 1.4.x release and beta users should upgrade to this
2781 release for relevant bug fixes; see the changelog later in this file.
2784 If you have trouble, remember to read this whole file and the online FAQ page
2785 before asking for help:
2787 http://meta.wikimedia.org/wiki/MediaWiki_FAQ
2790 === READ THIS FIRST: Upgrading ===
2792 If upgrading from an older release, see the notes in the file UPGRADE.
2793 There are a couple of minor database changes from the beta releases,
2794 and somewhat larger changes from 1.3.x.
2796 Upgrading from a previous 1.4.x stable release installation should
2797 generally only require copying the new files over the old ones.
2800 ==== READ THIS FIRST, TOO: MySQL 4.1 AND 5.0 ====
2802 MySQL 5.0 is a beta release, not yet ready for production use. If you
2803 are using it, the notes below about 4.1 apply to you too.
2805 If you have the choice of MySQL 4.0 or MySQL 4.1 and don't need 4.1 for
2806 some other application, you should consider sticking with 4.0 for the
2807 moment. 4.1 may require you to do extra fiddling to get things to work
2808 due to changes that aren't fully backwards-compatible.
2810 MySQL 4.1 has changed the authentication protocol in an incompatible
2811 way; many PHP installations still use the older client libraries and
2812 CANNOT CONNECT TO THE SERVER WITH A PASSWORD without some changes.
2814 See: http://dev.mysql.com/doc/mysql/en/Old_client.html
2816 If MySQL is set with utf-8 as the default character set, installation
2817 may fail with "key too long" errors. Set the default charset to 'latin1'
2818 for installation and it should work.
2820 The mysqldump backup generator now applies an automatic conversion to
2821 UTF-8, which may irretrivably corrupt your data. Pass the -charset option
2822 with the original default charset (eg 'latin1') to skip the conversion.
2825 ==== READ THIS FIRST IF RUNNING ON A WINDOWS SERVER ====
2827 MediaWiki is tested and deployed primarily under the Apache web server
2828 on Linux Unix systems. There are known to be problems running on
2829 Microsoft's IIS which are not fully resolved. If you have a choice,
2830 try running under Apache on Windows, or on a Unix/Linux box instead.
2832 If you're having trouble with blank pages on IIS and can't switch,
2833 try the workaround suggested in this bug report:
2834 http://bugzilla.wikimedia.org/show_bug.cgi?id=1763
2837 === New features ===
2839 * 'Recentchanges Patrol' to mark new edits that haven't yet been viewed.
2840 * New, searchable deletion/upload/protection logs
2841 * Image gallery generation (Special:Newimages and <gallery> tag)
2842 * SVG rasterization support (requires external support tools)
2843 * Users can select from the available localizations to override the
2844   default user interface language.
2845 * Traditional/Simplified Chinese conversion support
2846 * rel="nofollow" support to combat linkspam
2848 The current implementation adds this attribute to _all_ external URL
2849 links in wiki text (but not internal [[wiki links]] or interwiki links).
2850 To disable the attribute for _all_ external links, add this line to your
2851 LocalSettings.php:
2853   $wgNoFollowLinks = false
2855 For background information on nofollow see:
2857   http://www.google.com/googleblog/2005/01/preventing-comment-spam.html
2860 === Installation and compatibility ===
2862 * The default MonoBook theme now works with PHP 5.0
2863 * Installation on systems with PHP's safe mode or other oddities
2864   should work more reliably, as MonoBook no longer needs to
2865   create a compiled template file for the wiki to run.
2866 * A table prefix may be specified, to avoid conflicts with other
2867   web applications forced to share a database.
2868 * More thorough UTF-8 input validation; fixes non-ASCII uploaded
2869   filenames from Safari.
2870 * Command-line database upgrade script.
2873 === Customizability ===
2875 * Default user options can now be overridden in LocalSettings.
2876 * Skins system more modular: templates and CSS are now in /skins/
2877   New skins can be dropped into this directory and used immediately.
2878 * More extension hooks have been added.
2879 * Authentication plugin hook.
2880 * More internal code documentation, generated with phpdoc:
2881   http://www.mediawiki.org/docs/html/
2884 === Optimization ===
2886 * For many operations, MediaWiki 1.4 should run faster and use
2887   less memory than MediaWiki 1.3. Page rendering is up to twice
2888   as fast. (Use a PHP accelerator such as Turck MMCache for best
2889   results with any PHP application, though!)
2890 * The parser cache no longer requires memcached, and is enabled
2891   by default. This avoids a lot of re-rendering of pages that
2892   have been shown recently, greatly speeding longer page views.
2893 * Support for compiled PHP modules to speed up page diff and
2894   Unicode validation/normalization. (Requires ability to compile
2895   and load PHP extensions).
2898 === What isn't ready yet ===
2900 * A new user/groups permissions scheme has been held back to 1.5.
2901 * An experimental SOAP interface will be made available as an extension
2902 * PostgreSQL support is largely working, minus search and the installer.
2903   You can perform a manual installation.
2904 * E-mail notification of watched page changes and verification of
2905   user-submitted e-mail addresses is not yet included.
2906 * Log pages are not automatically imported into the new log table
2907   at upgrade time. A script to import old text log entries is
2908   incomplete, but may be available in later point releases.
2909 * Some localizations are still incomplete.
2913 == Changelog ==
2915 === Important security updates ===
2917 A security audit found and fixed a number of problems. Users of MediaWiki
2918 1.3.10 and earlier should upgrade to 1.3.11; users of 1.4 beta releases
2919 prior to 1.4rc1 should upgrade immediately.
2921 ==== Cross-site scripting vulnerability ====
2923 XSS injection points can be used to hijack session and authentication
2924 cookies as well as more serious attacks.
2926 * Media: links output raw text into an attribute value, potentially
2927   abusable for JavaScript injection. This has been corrected.
2928 * Additional checks added to file upload to protect against MSIE and
2929   Safari MIME-type autodetection bugs.
2931 As of 1.3.10/1.4beta6, per-user customized CSS and JavaScript is disabled
2932 by default as a general precaution. Sites which want this ability may set
2933 $wgAllowUserCss and $wgAllowUserJs in LocalSettings.php.
2936 ==== Cross-site request forgery ====
2938 An attacker could use JavaScript-submitted forms to perform various
2939 restricted actions by tricking an authenticated user into visiting
2940 a malicious web page. A fix for page editing in 1.3.10/1.4beta6 has
2941 been expanded in this release to other forms and functions.
2943 Authors of bot tools may need to update their code to include the
2944 additional fields.
2947 ==== Directory traversal ====
2949 An unchecked parameter in image deletion could allow an authenticated
2950 administrator to delete arbitary files in directories writable by the
2951 web server, and confirm existence of files not deletable.
2954 ==== Older issues ====
2956 Note that 1.4 beta releases prior to beta 5 include an input validation
2957 error which could lead to execution of arbitrary PHP code on the server.
2958 Users of older betas should upgrade immediately to the current version.
2961 Beta 6 also introduces the use of rel="nofollow" attributes on external
2962 links in wiki pages to reduce the effectiveness of wiki spam. This will
2963 cause participating search engines to ignore external URL links from wiki
2964 pages for purposes of page relevancy ranking.
2967 === Misc bugs fixed in beta 1 ===
2969 * (bug 95) Templates no longer limited to 5 inclusions per page
2970 * New user preference for limiting the image size for images on image description
2971   pages
2972 * (bug 530) Allow user to preview article on first edit
2973 * (bug 479) [[RFC 1234]] will now make an internal link
2974 * (bug 511) PhpTal skins shown bogus 'What links here' etc on special pages
2975 * (bug 770) Adding filter and username exact search match for Special:Listusers
2976 * (bug 733) Installer die if it can not write LocalSettings.php
2977 * (bug 705) Various special pages no more show the rss/atom feed links
2978 * (bug 114) use category backlinks in Special:Recentchangeslinked
2980 === Beta 2 fixes ===
2982 * (bug 987) Reverted bogus fix for bug 502
2983 * (bug 992) Fix enhanced recent changes in PHP5
2984 * (bug 1009) Fix Special:Makesysop when using table prefixes
2985 * (bug 1010) fix broken Commons image link on Classic & Cologne Blue
2986 * (bug 985) Fix auto-summary for section edits
2987 * (bug 995) Close <a> tag
2988 * (bug 1004) renamed norsk language links (twice)
2989 * Login works again when using an old-style default skin
2990 * Fix for load balancing mode, notify if using old settings format
2991 * (bug 1014) Missing image size option on old accounts handled gracefully
2992 * (bug 1027) Fix page moves with table prefix
2993 * (bug 1018) Some pages fail with stub threshold enabled
2994 * (bug 1024) Fix link to high-res image version on Image: pages
2995 * (bug 1016) Fix handling of lines omitting Image: in a <gallery> tag
2996 * security fix for image galleries
2997 * (bug 1039) Avoid error message in certain message cache failure modes
2998 * Fix string escaping with PostgreSQL
2999 * (bug 1015) [partial] -- use comment formatter on image gallery text
3000 * Allow customization of all UI languages
3001 * use $wgForceUIMsgAsContentMsg to make regular UI messages act as content
3002 * new user option for zh users to disable language conversion
3003 * Defer message cache initialization, shaving a few ms off file cache hits
3004 * Fixed Special:Allmessages when using table prefixes
3005 * (bug 996) Fix $wgWhitelistRead to work again
3006 * (bug 1028) fix page move over redirect to not fail on the unique index
3008 === Beta 3 fixes ===
3010 * Hide RC patrol markers when patrol is disabled or not allowed to patrol.
3011 * Fix language selection for upgraded accounts
3012 * (bug 1076) navigation links in QueryPage should be translated by wgContLang.
3013 * (bug 922) bogus DOS line endings in LanguageEl.php
3014 * Fix index usage in contribs
3015 * Caching and load limiting options for Recentchanges RSS/Atom feed
3016 * (bug 1074) Add stock icons for non-image files in gallery/Newimages
3017 * Add width and height attributes on thumbs in gallery/Newimages
3018 * Enhance upload extension blacklist to protect against vulnerable
3019   Apache configurations
3021 === Beta 4 fixes ===
3023 * (bug 1090) Fix sitesupport links in CB/classic skins
3024 * Gracefully ignore non-legal titles in a <gallery>
3025 * Fix message page caching behavior when $wgCapitalLinks is turned off
3026   after installation and the wiki is subsequently upgraded
3027 * Database error messages include the database server name/address
3028 * Paging support for large categories
3029 * Fix image page scaling when thumbnail generation is disabled
3030 * Select the content language in prefs when bogus interface language is set
3031 * Fix interwiki links in edit comments
3032 * Fix crash on banned user visit
3033 * Avoid PHP warning messages when thumbnail not generated
3034 * (bug 1157) List unblocks correctly in Special:Log
3035 * Fix fatal errors in LanguageLi.php
3036 * Undo overly bright, difficult to read colors in Cologne Blue
3037 * (bug 1162) fix five-tilde date inserter
3038 * Add raw signatures option for those who simply must have cute sigs
3039 * (bug 1164) Let wikitext be used in Loginprompt and Loginend messages
3040 * Add the dreaded <span> to the HTML whitelist
3041 * (bug 1170) Fix Russian linktrail
3042 * (bug 1168) Missing text on the bureaucrat log
3043 * (bug 1180) Fix Makesysop on shared-user-table sites
3044 * (bug 1178) Fix previous diff link when using 'oldid=0'
3045 * (bug 1173) Stop blocked accounts from reverting/deleting images
3046 * Keep generated stylesheets cache-separated for each user
3047 * (bug 1175) Fix "preview on first edit" mode
3048 * Fix revert bug caused by bug 1175 fix
3049 * Fix CSS classes on minor, new, unpatrolled markers in enhanced RC
3050 * Set MySQL 4 boolean search back to 'and' mode by default
3051 * (bug 1193) Fix move-only page protection mode
3052 * Fix zhtable Makefile to include the traditional manual table
3053 * Add memcache timeout for the zh conversion tables
3054 * Allow user customization of the zh conversion tables through 
3055   Mediawiki:zhconversiontable
3056 * Add zh-min-man (back) to language names list
3057 * Ported $wgCopyrightIcon setting from REL1_3A
3058 * (bug 1218) Show the original image on image pages if the thumbnail would be
3059   bigger than the original image
3060 * (bug 1213) i18n of Special:Log labels
3061 * (bug 1013) Fix jbo, minnan in language names list
3062 * Added magic word MAG_NOTITLECONVERT to indicate that the title of the page
3063   do not need to be converted. Useful in zh:
3064 * (bug 1224) Use proper date messages for date reformatter
3065 * (bug 1241) Don't show 'cont.' for first entry of the category list
3066 * (bug 1240) Special:Preferences was broken in Slovenian locale when
3067   $wgUseDynamicDates is enabled
3068 * Added magic word MAG_NOCONTENTCONVERT to supress the conversion of the
3069   content of an article. Useful in zh:
3070 * write-lock for updating the zh conversion tables in memcache
3071 * recursively parse subpages of MediaWiki:Zhconversiontable
3072 * (bug 1144) Fix export for fy language
3073 * make removal of an entry from zhconversiontable work
3074 * (bug 752) Don't insert newline in link title for url with %0a
3075 * Fix missing search box contents in MonoBook skin
3076 * Add option to forward search directly to an external URL (eg google)
3077 * Correctly highlight the fallback language variant when the selected 
3078   variant is disabled. Used in zh: only for now.
3080 === Beta 5 fixes ===
3082 * (bug 1124) Fix ImageGallery XHTML compliance
3083 * (bug 1186) news: in the middle of a word
3084 * (bug 1283) Use underlining and borders to highlight additions/deletions
3085   in diff-view
3086 * Use user's local timezone in Special:Log display
3087 * Show filename for images in gallery by default (restore beta 3 behaviour)
3088 * (bug 1201) Double-escaping in brokenlinks, imagelinks, categorylinks, searchindex
3089 * When using squid reverse proxy, cache the redirect to the Main_Page
3090 * (bug 1302) Fix Norwegian language file
3091 * (bug 1205) Fix broken article saving in PHP 5.1
3092 * (bug 1206) Implement CURRENTWEEK and CURRENTDOW magic keyword (will give
3093   number of the week and number of the day).
3094 * (bug 1204) Blocks do not expire automatically
3095 * (bug 1184) expiry time of indefinite blocks shown as the current time
3096 * (bug 1317) Fix external links in image captions
3097 * (bug 1084) Fix logo not rendering centrally in IE
3098 * (bug 288) Fix tabs wrapping in IE6
3099 * (bug 119) Fix full-width tabs with RTL text in IE
3100 * (bug 1323) Fix logo rendering off-screen in IE with RTL language
3101 * Show "block" link in Special:Recentchanges for logged in users, too, if
3102   wgUserSysopBans is true.
3103 * (bug 1326) Use content language for '1movedto2' in edit history
3104 * zh: Fix warning when HTTP_ACCEPT_LANGUAGE is not set
3105 * zh: Fix double conversion for zh-sg and zh-hk
3106 * (bug 1132) Fix concatenation of link lists in refreshLinks
3107 * (bug 1101) Fix memory leak in refreshLinks
3108 * (bug 1339) Fix order of @imports in Cologne Blue CSS
3109 * Don't try to create links without namespaces ([[Category:]] link bug)
3110 * Memcached data compression fixes
3111 * Several valid XHTML fixes
3112 * (bug 624) Fix IE freezing rendering whilst waiting for CSS with MonoBook
3113 * (bug 211) Fix tabbed preferences with XHTML MIME type 
3114 * Fix for script execution vulnerability.
3116 === Beta 6 fixes ===
3118 * (bug 1335) implement 'tooltip-watch' in Language.php
3119 * Fix linktrail for nn: language
3120 * (bug 1214) Fix prev/next links in Special:Log
3121 * (bug 1354) Fix linktrail for fo: language
3122 * (bug 512) Reload generated CSS on preference change
3123 * (bug 63) Fix displaying as if logged in after logout
3124 * Set default MediaWiki:Sitenotice to '-', avoiding extra database hits
3125 * Skip message cache initialization on raw page view (quick hack)
3126 * Fix notice errors in wfDebugDieBacktrace() in XML callbacks
3127 * Suppress notice error on bogus timestamp input (returns epoch as before)
3128 * Remove unnecessary initialization and double-caching of parser variables
3129 * Call-tree output mode for profiling
3130 * (bug 730) configurable $wgRCMaxAge; don't try to update purged RC entries
3131 * Add $wgNoFollowLinks option to add rel="nofollow" on external links
3132   (on by default)
3133 * (bug 1130) Show actual title when moving page instead of encoded one.
3134 * (bug 925) Fix headings containing <math>
3135 * (bug 1131) Fix headings containing interwiki links
3136 * (bug 1380) Update Nynorsk language file
3137 * (bug 1232) Fix sorting of cached Special:Wantedpages in miser mode
3138 * (bug 1217) Image within an image caption broke rendering
3139 * (bug 1384) Make patrol signs have the same width for page moves as for edits
3140 * (bug 1364) fix "clean up whitespace" in Title:SecureAndSplit
3141 * (bug 1389) i18n for proxyblocker message
3142 * Add fur/Furlan/Friulian to language names list
3143 * Add TitleMoveComplete hook on page renames
3144 * Allow simple comments for each translation rules in MW:Zhconversiontable
3145 * (bug 1402) Make link color of tab subject page link on talk page indicate whether article exists
3146 * (bug 1368) Fix SQL error on stopword/short word search w/ MySQL 3.x
3147 * Translated Hebrew namespace names
3148 * (bug 1429) Stop double-escaping of block comments; fix formatting
3149 * (bug 829) Fix URL-escaping on block success 
3150 * (bug 1228) Fix double-escaping on &amp; sequences in [enclosed] URLs
3151 * (bug 1435) Fixed many CSS errors
3152 * (bug 1457) Fix XHTML validation on category column list
3153 * (bug 1458) Don't save if edit form submission is incomplete
3154 * Logged-in edits and preview of user CSS/JS are now locked to a session token.
3155 * Per-user CSS and JavaScript subpage customizations now disabled by default.
3156   They can be re-enabled via $wgAllowUserJs and $wgAllowUserCss.
3157 * Removed .ogg from the default uploads whitelist as an extra precaution.
3158   If your web server is configured to serve Ogg files with the correct
3159   Content-Type header, you can re-add it in LocalSettings.php:
3160     $wgFileExtensions[] = 'ogg';
3162 === RC1 fixes ===
3164 * Fix notice error on nonexistent template in wikitext system message
3165 * (bug 1469) add missing <ul> tags on Special:Log
3166 * (bug 1470) remove extra <ul> tags from Danish log messages
3167 * Fix notice on purge w/ squid mode off
3168 * (bug 1477) hide details of SQL error messages by default
3169   Set $wgShowSQLErrors = true for debugging.
3170 * (bug 1430) Don't check for template data when editing page that doesn't exist
3171 * Recentchanges table purging fixed when using table prefix
3172 * (bug 1431) Avoid redundant objectcache garbage collection
3173 * (bug 1474) Switch to better-cached index for statistics page count
3174 * Run Unicode normalization on all input fields
3175 * Fix translation for allpagesformtext2 in LanguageZh_cn and LanguageZh_tw
3176 * Block image revert without valid login
3177 * (bug 1446) stub Bambara (bm) language file using French messages
3178 * (bug 1432) Update Estonian localization
3179 * (bug 1471) unclosed <p> tag in Danish messages
3180 * convertLinks script fixes
3181 * Corrections to template loop detection
3182 * XHTML encoding fix for usernames containing & in Special:Emailuser
3183 * (for zh) Search for variant links even when conversion is turned off, 
3184   to help prevent duplicate articles.
3185 * Disallow ISO 8859-1 C1 characters and "no-break space" in user names
3186   on Latin-1 wikis.
3187 * Correct the name of the main page it LanguageIt
3188 * Allow Special:Makesysop to work for usernames containing SQL special
3189   characters.
3190 * Fix annoying blue line in Safari on scaled-down images on description page
3191 * Increase upload sanity checks
3192 * Fix XSS bug in Media: links
3193 * Add cross-site form submission protection to various actions
3194 * Fix fatal error on some dubious page titles
3195 * Stub threshold displays correctly again
3198 === 1.4.0 final fixes ===
3200 * (bug 65) Fix broken interwiki link encoding on Latin-1 wikis; force to UTF-8
3201 * (bug 563) Fix UTF-8 interwiki URL redirects via Latin-1 wikis
3202 * (bug 1536) Fix page info
3203 * Support os (Ossetic) as language code, using Russian localization base
3204 * (bug 1610) Support non (Old Norse) as language code, using Icelandic localization base
3205 * (bug 1618) Properly list custom namespaces in Special:Allpages
3206 * (bug 1622) Remove trailing' >' when using category browser
3207 * (bug 1570) Fix php 4.2.x error on conflict merging
3208 * (bug 1585) Fix page title on post-login redirection page
3209 * Run UTF-8 validation on old text in Recentchanges RSS diffs
3210 * (bug 1642) fix a mime type typo in img_auth.php
3211 * Automated interwiki redirects only for local interwikis
3212 * Respect read-only mode on block removals
3213 * Trim old illegal characters from syndication feeds
3214 * Reduce message cache outage recovery delay from 1 day to 5 minutes
3215 * (bug 1403) Update Finnish localization
3216 * (bug 1478) Punjabi localization
3217 * (bug 1667) Update script 5 second countdown.
3218 * (bug 1057) Fix logging table encoding (error on MySQL 4.1)
3219 * (bug 1680) Fix linktrail for fo
3220 * (bug 1653) Removing hardcoded messages in Special:Allmessages
3221 * (bug 1594) Render a hyphen in a formula as &minus; in HTML
3222 * (bug 1495) Fall back to default language MediaWiki: for custom messages
3223 * (bug 1617) Show different error messages for "user does not
3224     exist" and "wrong password" when using AuthPlugin
3225 * (bug 1532), (bug 1544) Changed language names for
3226     'bn', 'bo', 'dv', 'dz', 'ht', 'ii', 'li', 'lo', 'ng', 'or', 'pa', 'si',
3227     'ti', 've' 
3228 * Fix editing on non-Esperanto wiki with user language pref set to Esperanto
3229 * Make conversion table for zh-sg default to zh-cn, and zh-hk default to zh-tw
3230 * Fix PHP notice in MonoBook when counters disabled
3231 * (bug 1696) Update namespaces, dates in uk localization
3232 * (bug 551) Installer warns about magic_quotes_runtime and magic_quotes_sybase
3233   instead of trying to install with corrupt table files
3234 * Installer no longer tries to move non-default MediaWiki: pages into Template:
3235 * User-to-user email disabled by default ($wgEnableUserEmail)
3238 === 1.4.1 fixes ===
3240 * (bug 1720) fix genitive month names for uk
3241 * (bug 1704) fixed untranslateable string in Special:Log
3242 * (bug 1638) Added Belrusian language file
3243 * (bug 1736) typo in SpecialValidate.php
3244 * (bug 73) Upload doesn't run edit updates on description page (links,
3245   search index and categories)
3246 * (bug 646) <math> fails to recognize \ll and \gg
3247 * (bug 926) \div element from TeX not supported in <math> element
3248 * (bug 1147) add \checkmark to whitelist in texutil.ml
3249 * (bug 937) \limits function from LaTeX not supported in <math> element
3250 * Support for manually converting article title to different Chinese
3251   variants (for zh)
3252 * (bug 1488, bug 1744) Fix encoding for preferences, dates in Latin-1 mode
3253 * (bug 1042) Fix UTF-8 case conversion for PHP <4.3 with mbstring extension
3254 * Fix code typo that broke article credits display
3255 * Installation fixes for running under IIS
3256 * (bug 1556) login page tab order. "remember" checkbox now come after password.
3257 * SQL debug log fixlets
3258 * (bug 1815) Fix namespace in old revision display with mismatched title
3259 * (bug 1788) Fix link duplication when edit/upload comment includes newlines
3260 * Change default on $wgSysopUserBans and $wgSysopRangeBans to true
3261 * Fix link conversion for URL request
3262 * (bug 1851) Updated download URL for the SCIM packages used by zhtable
3263 * (bug 1853) Try stripping quotes from term for 'go' title match
3264 * Fix missing function in Latin1 mode
3265 * (bug 1860) Anchors of interwiki links did not get normalized
3266 * (bug 1847) accept lowercase x in ISBN, do not accept invalid A-W,Y,Z
3267 * Fix link conversion for URL request, hopefully without breaking the wiki
3268 * (bug 1849) New option allows to consider categorized images as used on
3269   Special:Unusedimages
3270 * Localized category namespace for ka (Georgian)
3271 * (bug 1107) Work around includes problem in installer when parent dir is not
3272   readable by the web server
3273 * (bug 1927) Incorrect escaping on wikitext message in Blockip
3276 === 1.4.2 fixes ===
3278 * Fix math options in Finnish localization
3279 * Use in-process Tidy extension if available when $wgUseTidy is on
3280 * (bug 1933) Fix PATH_INFO usage under IIS with PHP ISAPI module
3281 * (bug 1188) <nowiki> in {{subst:}} includes fixed
3282 * (bug 1936) <!-- comments --> in {{subst:}} includes fixed
3283 * Fix a potential MSIE JavaScript injection vector in Tidy mode
3286 === 1.4.3 fixes ===
3288 * (bug 1636) Refs like &#0355; were misinterpreted as octal in some places
3289 * (bug 1163) Special:Undelete showed oldest revision instead of newest
3290 * (bug 1938) Fix escaping of illegal character references in link text
3291 * (bug 1997) Fix for error on display of renamed items in Recentchanges on PHP5
3292 * (bug 1949) Profiling typo in rare error case
3293 * (bug 1963) Fix deletion log link when $wgCapitalLinks is off
3294 * (bug 1970) Don't show move tab for immobile pages
3295 * (bug 1770) Page creation recorded links from the 'newarticletext' message
3296 * Optional change to the site_stats table. When applied, this removes the need 
3297   for expensive queries in Special:Statistics.
3300 === 1.4.4 fixes ===
3302 * (bug 725) Let dir="ltr" attribute work again in MonoBook on RTL languages
3303 * (bug 2024) Skip JavaScript error for custom skins where .js message not set
3304 * (bug 2025) Updated Indonesian localization
3305 * (bug 2039) Updated Lithuanian localization
3308 === Caveats ===
3310 Some output, particularly involving user-supplied inline HTML, may not
3311 produce 100% valid or well-formed XHTML output. Testers are welcome to
3312 set $wgMimeType = "application/xhtml+xml"; to test for remaining problem
3313 cases, but this is not recommended on live sites. (This must be set for
3314 MathML to display properly in Mozilla.)
3317 For notes on 1.3.x and older releases, see HISTORY.
3320 === Online documentation ===
3322 Documentation for both end-users and site administrators is currently being
3323 built up on Meta-Wikipedia, and is covered under the GNU Free Documentation
3324 License:
3326   http://meta.wikipedia.org/wiki/Help:Contents
3329 === Mailing list ===
3331 A MediaWiki-l mailing list has been set up distinct from the Wikipedia
3332 wikitech-l list:
3334   http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
3336 A low-traffic announcements-only list is also available:
3337   http://mail.wikipedia.org/mailman/listinfo/mediawiki-announce
3339 It's highly recommended that you sign up for one of these lists if you're
3340 going to run a public MediaWiki, so you can be notified of security fixes.
3343 === IRC help ===
3345 There's usually someone online in #mediawiki on irc.freenode.net