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