Index: branches/REL1_19/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -21,9 +21,9 @@ |
22 | 22 | * Introduced $wgQueryPageDefaultLimit (defaults to 50) for the number of |
23 | 23 | items to show by default on query pages (special pages such as Whatlinkshere). |
24 | 24 | * (bug 32470) Increase the length of ug_group. |
25 | | -* (bug 32239) Removed wgEnableTooltipsAndAccesskeys. |
| 25 | +* (bug 32239) Removed $wgEnableTooltipsAndAccesskeys. |
26 | 26 | * Removed $wgVectorShowVariantName. |
27 | | -* Removed $wgExtensionAliasesFiles. Use wgExtensionMessagesFiles. |
| 27 | +* Removed $wgExtensionAliasesFiles. Use $wgExtensionMessagesFiles. |
28 | 28 | |
29 | 29 | === New features in 1.19 === |
30 | 30 | * (bug 19838) Add ability to get all interwiki prefixes also if the interwiki |
— | — | @@ -93,16 +93,16 @@ |
94 | 94 | * New path mappings can be added using the WebRequestPathInfoRouter hook |
95 | 95 | and adding paths to the PathRouter. |
96 | 96 | * (bug 32666) Special:ActiveUsers now allows a subpage to be used as value for the |
97 | | - "target" query parameter (eg. Special:ActiveUsers/Username) |
98 | | -* New JavaScript variable wgPageContentLanguage |
99 | | -* Added new debugging toolbar, enabled with $wgDebugToolbar |
| 97 | + "target" query parameter (eg. Special:ActiveUsers/Username). |
| 98 | +* New JavaScript variable wgPageContentLanguage. |
| 99 | +* Added new debugging toolbar, enabled with $wgDebugToolbar. |
100 | 100 | * Differences in the history page now uses slightly better colors for people |
101 | 101 | perceiving colors differently. |
102 | | -* (bug 32879) Upgrade jQuery to 1.7.1 |
103 | | -* jQuery UI upgraded to 1.8.17 |
| 102 | +* (bug 32879) Upgrade jQuery to 1.7.1. |
| 103 | +* jQuery UI upgraded to 1.8.17. |
104 | 104 | * Extensions can use the 'Language::getMessagesFileName' hook to define new |
105 | 105 | languages using messages files outside of core. |
106 | | -* (bug 32512) Add 'Associated namespace' checkbox to Special:Contributions |
| 106 | +* (bug 32512) Add 'Associated namespace' checkbox to Special:Contributions. |
107 | 107 | * Added $wgSend404Code, true by default, which can be set to false to send a |
108 | 108 | 200 status code instead of 404 for nonexistent articles. |
109 | 109 | * (bug 33447) Link to the broken image tracking category from Special:Wantedfiles. |
— | — | @@ -118,12 +118,12 @@ |
119 | 119 | * (bug 29309) Allow CSS class per tooltip (tipsy). |
120 | 120 | * (bug 33565) Add accesskey/tooltip to submit buttons on Special:EditWatchlist. |
121 | 121 | * (bug 17959) Inline rendering/thumbnailing for Gimp XCF images. |
122 | | -* (bug 27775) Namespace has it's own XML tag in the XML dump file. |
| 122 | +* (bug 27775) Namespace has it's own XML tag in the XML dump file. |
123 | 123 | * (bug 30513) Redirect tag is now resolved in XML dump file. |
124 | | -* sha1 xml tag added to XML dump file. |
| 124 | +* sha1 xml tag added to XML dump file. |
125 | 125 | * (bug 33646) Badtitle error page now emits a 400 HTTP status. |
126 | 126 | * Special:MovePage now has a dropdown menu for namespaces. |
127 | | -* (bug 34420) Special:Version now shows git HEAD sha1 when available |
| 127 | +* (bug 34420) Special:Version now shows git HEAD sha1 when available. |
128 | 128 | * (bug 33952) Refactor mw.toolbar to allow dynamic additions at any time. |
129 | 129 | |
130 | 130 | === Bug fixes in 1.19 === |
— | — | @@ -173,7 +173,7 @@ |
174 | 174 | "create account" when the user cannot create an account. |
175 | 175 | * (bug 31818) 'usercreated' message now supports GENDER. |
176 | 176 | * (bug 32022) Our phpunit.php script can now be executed from another directory. |
177 | | -* (bug 26020) Setting $wgEmailConfirmToEdit to true no longer removes diffs |
| 177 | +* (bug 26020) Setting $wgEmailConfirmToEdit to true no longer removes diffs. |
178 | 178 | from recent changes feeds. |
179 | 179 | * (bug 30232) add current time to message wlnote on Special:Watchlist. |
180 | 180 | * (bug 29110) $wgFeedDiffCutoff did not affect new pages. |
— | — | @@ -206,12 +206,12 @@ |
207 | 207 | * (bug 33101) Viewing a User or User talk of username resembling IP ending |
208 | 208 | with .xxx causes Internal error. |
209 | 209 | * Warning about undefined index in certain situations when $wgLogRestrictions |
210 | | - causes the first log type requested to be removed but not the others |
| 210 | + causes the first log type requested to be removed but not the others. |
211 | 211 | * Use separate message ('prefixindex-namespace') for title of |
212 | 212 | Special:PrefixIndex rather then re-using Special:AllPages's allinnamespace. |
213 | 213 | * (bug 33156) Special:Block now allows you to confirm you want to block yourself |
214 | 214 | when using non-normalized username. |
215 | | -* (bug 33246) News icon shown for news:// URLs but not for news: URLs |
| 215 | +* (bug 33246) News icon shown for news:// URLs but not for news: URLs. |
216 | 216 | * (bug 33305) Make mw.util.addCSS resistant to IE's @font-face bug by setting |
217 | 217 | cssText after DOM insertion. |
218 | 218 | * (bug 30711) When adding a new section to a page with section=new, the text is |
— | — | @@ -242,26 +242,26 @@ |
243 | 243 | a null edit. |
244 | 244 | * (bug 33880) $wgUsersNotifiedOnAllChanges should not send e-mail to user who made |
245 | 245 | the edit. |
246 | | -* (bug 33902) Decoding %2B with mw.Uri.decode results in ' ' instead of + |
| 246 | +* (bug 33902) Decoding %2B with mw.Uri.decode results in ' ' instead of +. |
247 | 247 | * (bug 33762) QueryPage-based special pages no longer misses *-summary message. |
248 | 248 | * Other sizes links are no longer generated for wikis without a 404 thumbnail handler. |
249 | | -* (bug 29454) Enforce byteLimit for page title input on Special:MovePage |
250 | | -* (bug 34114) CSSMin::remap() doesn't respect its $embed parameter |
| 249 | +* (bug 29454) Enforce byteLimit for page title input on Special:MovePage. |
| 250 | +* (bug 34114) CSSMin::remap() doesn't respect its $embed parameter. |
251 | 251 | * Special:Contributions/newbies now shows the contributions for the user "newbies". |
252 | 252 | New user contributions are obtained using the form or using ?contribs=newbie in URL. |
253 | 253 | * It is now possible to delete images that have no corresponding description pages. |
254 | 254 | * (bug 33165) GlobalFunctions.php line 1312: Call to a member function |
255 | | - getText() on a non-object |
| 255 | + getText() on a non-object. |
256 | 256 | * (bug 31676) Group dynamically inserted CSS into a single <style> tag, to work |
257 | | - around a bug where not all styles were applied in Internet Explorer |
| 257 | + around a bug where not all styles were applied in Internet Explorer. |
258 | 258 | * (bug 28936, bug 5280) Broken or invalid titles can't be removed from watchlist. |
259 | | -* (bug 34600) Older skins using useHeadElement=false were broken in 1.18 |
| 259 | +* (bug 34600) Older skins using useHeadElement=false were broken in 1.18. |
260 | 260 | * (bug 34604) [mw.config] wgActionPaths should be an object instead of a numeral |
261 | 261 | array. |
262 | 262 | |
263 | 263 | === API changes in 1.19 === |
264 | 264 | * Made action=edit less likely to return "unknownerror", by returning the actual error |
265 | | - message (which may have come from a hook call or similar) |
| 265 | + message (which may have come from a hook call or similar). |
266 | 266 | * (bug 19838) siprop=interwikimap can now use the interwiki cache. |
267 | 267 | * (bug 29748) Add API search prefix support. |
268 | 268 | * (bug 29684) Set forgotten parameter types in ApiQueryIWLinks. |
— | — | @@ -317,7 +317,7 @@ |
318 | 318 | |
319 | 319 | === Other changes in 1.19 === |
320 | 320 | * BREAKING CHANGE: Legacy global array 'ta' and global function 'akeytt' have |
321 | | - been removed from wikibits.js |
| 321 | + been removed from wikibits.js. |
322 | 322 | * jquery.mwPrototypes module was renamed to jquery.mwExtension. |
323 | 323 | * The maintenance script populateSha1.php was renamed to the more concise |
324 | 324 | populateImageSha1.php. |