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