* (bug 11619 Update Swedish translations
[lhc/web/wiklou.git] / RELEASE-NOTES
index 89acf77..5a51f4e 100644 (file)
@@ -29,6 +29,13 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 11151) Add descriptive <title> to revision history page
 * (bug 5412) Add feed links for the site to all pages
 * (bug 11353) Add ability to retrieve raw section content via action=raw
+* Show relevant deletion log lines when uploading a previously deleted file
+* On SkinTemplate based skins (like MonoBook), omit confusing "edit"/"view source"
+  tab entirely if the page doesn't exist and the user isn't allowed to create it
+* Clarify instructions given when an exception is thrown
+* AuthPlugin added strictUserAuth() method to allow per-user override
+  of the strict() authentication behavior.
+
 
 === Bug fixes in 1.12 ===
 
@@ -73,6 +80,18 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Fix namespace selection after submit of Special:Newpages
 * Make input form of Special:Newpages nicer for RTL wikis
 * (bug 11462) Fix typo in LanguageGetSpecialPageAliases hook name
+* (bug 11474) Fix unintentional fall-through in math error handling
+* (bug 11478) Fix undefined method call in file deletion interface
+* (bug 278) Search results no longer highlight incorrect partial word matches
+* Compatibility with incorrectly detected old-style DJVU mime types
+* (bug 11560) Fix broken HTML output from weird link nesting in edit comments.
+  Nested links (as in image caption text) still don't work _right_ but they're
+  less wrong
+* (bug 9718) Remove unnecessary css from main.css causing spacing issues on
+  some browsers.
+* (bug 11574) Add an interface message loginstart, which, similarly to loginend,
+  appears just before the login form. Patch by MinuteElectron.
+* Do not cache category pages if using 'from' or 'until'
 
 
 === API changes in 1.12 ===
@@ -87,6 +106,13 @@ Full API documentation is available at http://www.mediawiki.org/wiki/API
 * (bug 11218) Add option to feedwatchlist to display multiple revisions for each page.
 * (bug 11404) Provide name of exception caught in error code field of internal api 
   error messages.
+* (bug 11534) rvendid doesn't work
+* Fixed rvlimit of the revisions query to only enforce the lower query limit if
+  revision content is requested.
+* Include svn revision number (if install is checked-out from svn) in siteinfo query.
+* (bug 11173) Allow limited wikicode rendering via api.php
+* (bug 11572) API should provide interface for expanding templates
+* (bug 11569) Login should return the cookie prefix 
 
 === Languages updated in 1.12 ===
 
@@ -101,8 +127,8 @@ Full API documentation is available at http://www.mediawiki.org/wiki/API
 * Bislama (bi) (new)
 * Bengali (bn)
 * Bishnupriya Manipuri (bpy)
-* Catalan (ca)
 * Breton (br)
+* Catalan (ca)
 * Czech (cs)
 * Cassubian (csb)
 * Welsh (cy)
@@ -116,17 +142,20 @@ Full API documentation is available at http://www.mediawiki.org/wiki/API
 * Finnish (fi)
 * Persian (fa)
 * Võro (fiu-vro)
-* Frisian (fy)
+* Faroese (fo)
 * French (fr)
 * Cajun French (frc)
 * Franco-Provençal (frp)
+* Frisian (fy)
 * Irish (ga)
 * Gön-gnŷ (gan) (new)
 * Galician (gl)
 * Ancient Greek (grc) (new)
 * Hakka (hak)
 * Hebrew (he)
+* Croatian (hr)
 * Upper Sorbian (hsb)
+* Armenian (hy)
 * Indonesian (id)
 * Icelandic (is)
 * Italian (it)
@@ -135,24 +164,37 @@ Full API documentation is available at http://www.mediawiki.org/wiki/API
 * Korean (ko)
 * Latin (la)
 * Limbugian (li)
+* Lithuanian (lt)
 * Malay (ms)
+* Nahuatl (nah)
+* Min-nan (nan)
 * Low Saxon (nds)
+* Dutch Low Saxon (nds-nl)
 * Dutch (nl)
 * Norwegian (no)
 * Portugese (pt)
+* Romanian (ro)
 * Russian (ru)
 * Sakha (sah)
 * Sicilian (scn)
+* Sassarese (sdc) (new)
 * Seri (sei) (new)
+* Tachelhit (shi)
 * Slovak (sk)
 * Serbian (Cyrillic) (sr-ec)
 * Sundanese (su)
+* Swedish (sv)
 * Tamil (ta)
 * Tetun (tet) (new)
+* Tagalog (tl) (new)
 * Walloon (wa)
 * Yiddish (yi)
+* Cantonese (yue)
 * Zhuang (za)
 * Zealandic (zea)
+* Old Chinese/Late Time Chinese (zh-classical)
+* Chinese (Simplified) (zh-hans)
+* Chinese (Traditional) (zh-hant)
 
 == Compatibility ==