Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | to new users log. |
27 | 27 | * $wgAllowImageTag can be set to true to whitelist the <img> tag in wikitext. |
28 | 28 | * (bug 12797) Add $wgGalleryOptions for adjusting of default gallery display |
29 | | - options |
| 29 | + options. |
30 | 30 | * $wgAllowUserCssPrefs option allows disabling CSS-based preferences; which can |
31 | 31 | improve page loading speed. |
32 | 32 | * (bug 22858) $wgLocalStylePath is by default set to the same value as |
— | — | @@ -36,72 +36,72 @@ |
37 | 37 | showing the current variant name. This is off by default, pending further |
38 | 38 | research into its user experience implications. |
39 | 39 | * Added $wgJQueryVersion, $wgJQueryMinified and $wgJQueryOnEveryPage (true by |
40 | | - default) to configure loading of jQuery by MediaWiki |
41 | | -* XmlFunctions.php has been removed. Use the Xml or Html classes as appropriate |
| 40 | + default) to configure loading of jQuery by MediaWiki. |
| 41 | +* XmlFunctions.php has been removed. Use the Xml or Html classes as appropriate. |
42 | 42 | |
43 | 43 | === New features in 1.17 === |
44 | 44 | * (bug 10183) Users can now add personal styles and scripts to all skins via |
45 | | - User:<name>/common.css and /common.js (if user css/js is enabled) |
46 | | -* (bug 22748) Add anchors on Special:ListGroupRights |
47 | | -* (bug 21981) Add parameter 'showfilename' to <nowiki><gallery></nowiki> to |
48 | | - automatically apply the names of the individual files within the gallery |
| 45 | + User:<name>/common.css and /common.js (if user css/js is enabled). |
| 46 | +* (bug 22748) Add anchors on Special:ListGroupRights. |
| 47 | +* (bug 21981) Add parameter 'showfilename' to <gallery> to automatically |
| 48 | + apply the names of the individual files within the gallery. |
49 | 49 | * Future-proof redirection to fragments in Gecko, so things work a little nicer |
50 | 50 | if they fix <https://bugzilla.mozilla.org/show_bug.cgi?id=516293>. |
51 | | -* Support git:// and mms:// protocols by default for external links |
| 51 | +* Support git:// and mms:// protocols by default for external links. |
52 | 52 | * (bug 15810) Blocked admins can no longer unblock themselves without the |
53 | | - 'unblockself' permission (which they have by default) |
| 53 | + 'unblockself' permission (which they have by default). |
54 | 54 | * (bug 18499) Added "enhanced" URL parameter to switch between old and enhanced |
55 | | - changes list |
| 55 | + changes list. |
56 | 56 | * (bug 22925) "sp-contributions-blocked-notice-anon" message now displayed when |
57 | | - viewing contributions of a blocked IP address |
| 57 | + viewing contributions of a blocked IP address. |
58 | 58 | * (bug 22474) {{urlencode:}} now takes an optional second paramter for type of |
59 | 59 | escaping. |
60 | | -* Special:Listfiles now supports a username parameter |
61 | | -* Special:Random carries over query string parameters |
62 | | -* (bug 23206) Add Special::Search hook for detecting successful "Go" |
| 60 | +* Special:Listfiles now supports a username parameter. |
| 61 | +* Special:Random carries over query string parameters. |
| 62 | +* (bug 23206) Add Special::Search hook for detecting successful "Go". |
63 | 63 | * When visiting a "red link" of a deleted file, a deletion and move log excerpt |
64 | 64 | is provided on the Upload form. |
65 | 65 | * (bug 22647) Add category details in search results. |
66 | | -* (bug 23276) Add hook to Special:NewPages to modify query |
67 | | -* Add accesskey 's' and tooltip to 'Save' button at Special:Preferences |
68 | | -* Add accesskey 'b' and tooltip to the summary field of edit mode |
69 | | -* (bug 20186) Allow filtering Special:Contributions for RevisionDeleted edits |
| 66 | +* (bug 23276) Add hook to Special:NewPages to modify query. |
| 67 | +* Add accesskey 's' and tooltip to 'Save' button at Special:Preferences. |
| 68 | +* Add accesskey 'b' and tooltip to the summary field of edit mode. |
| 69 | +* (bug 20186) Allow filtering Special:Contributions for RevisionDeleted edits. |
70 | 70 | * ajaxwatch now uses the API and JQuery, and can be used to animate arbitrary |
71 | 71 | watch links, not just to watch the page the link is on. |
72 | 72 | * (bug 20976) "searchmenu-new-nocreate" message now displayed when when there |
73 | 73 | is no title match in search and the user has no rights to create pages. |
74 | | -* (bug 23429) Added new hook WatchlistEditorBuildRemoveLine |
| 74 | +* (bug 23429) Added new hook WatchlistEditorBuildRemoveLine. |
75 | 75 | * (bug 18488) Added maintenance script refreshCategoryCounts.php |
76 | | -* (bug 22844) Added support for WinCache object caching |
| 76 | +* (bug 22844) Added support for WinCache object caching. |
77 | 77 | * (bug 23580) Add two new events to LivePreview so that scripts can be |
78 | | - notified about the beginning and finishing of LivePreview actions |
| 78 | + notified about the beginning and finishing of LivePreview actions. |
79 | 79 | * (bug 21278) Now the sidebar allows inclusion of wiki markup. |
80 | 80 | |
81 | 81 | === Bug fixes in 1.17 === |
82 | 82 | * (bug 17560) Half-broken deletion moved image files to deletion archive |
83 | | - without updating database |
| 83 | + without updating database. |
84 | 84 | * (bug 22666) Submitting user block form with an invalid user name no longer |
85 | | - throws an error |
| 85 | + throws an error. |
86 | 86 | * (bug 22665, bug 22667) User '0' can now be unblocked and have its block |
87 | | - settings changed |
| 87 | + settings changed. |
88 | 88 | * (bug 22606) The body of e-mail address confirmation message is now different |
89 | | - when the address changed |
90 | | -* (bug 22664) Special:Userrights now accepts '0' as a valid user name |
91 | | -* (bug 5210) preload parser now parses <noinclude>, <includeonly> and redirects |
| 89 | + when the address changed. |
| 90 | +* (bug 22664) Special:Userrights now accepts '0' as a valid user name. |
| 91 | +* (bug 5210) Preload parser now parses <noinclude>, <includeonly> and redirects. |
92 | 92 | * (bug 22709) IIS7 mishandles redirects generated by OutputPage::output() when |
93 | 93 | the URL contains a colon. |
94 | | -* (bug 22353) Categorised recent changes now works again |
| 94 | +* (bug 22353) Categorised recent changes now works again. |
95 | 95 | * (bug 22747) "Reveal my e-mail address in notification e-mails" preference is |
96 | | - now only displayed when relevant |
97 | | -* (bug 22772) {{#special:}} parser function now works with subpages |
98 | | -* (bug 18664) Relative URIs in interwiki links cause failed redirects |
99 | | -* (bug 19270) Relative URIs in interwiki links break interwiki transclusion |
| 96 | + now only displayed when relevant. |
| 97 | +* (bug 22772) {{#special:}} parser function now works with subpages. |
| 98 | +* (bug 18664) Relative URIs in interwiki links cause failed redirects. |
| 99 | +* (bug 19270) Relative URIs in interwiki links break interwiki transclusion. |
100 | 100 | * (bug 22903) Revdelete log entries now show in the user preferred language. |
101 | | -* (bug 22905) Correctly handle <abbr> followed by ISBN |
102 | | -* (bug 22940) Namespace aliases pointing to main namespace don't work |
103 | | -* (bug 15810) Blocked admins can no longer block/unblock other users |
| 101 | +* (bug 22905) Correctly handle <abbr> followed by ISBN. |
| 102 | +* (bug 22940) Namespace aliases pointing to main namespace don't work. |
| 103 | +* (bug 15810) Blocked admins can no longer block/unblock other users. |
104 | 104 | * (bug 22876) Avoid possible PHP Notice if $wgDefaultUserOptions is not |
105 | | - correctly set |
| 105 | + correctly set. |
106 | 106 | * (bug 14952) Page titles are renormalized after html entities are removed so |
107 | 107 | that links with non-NFC character references work correctly. |
108 | 108 | * (bug 22991) wgUserGroups JavaScript variable now reports * group for |
— | — | @@ -109,39 +109,39 @@ |
110 | 110 | * (bug 22627) Remove PHP notice when deleting a page only hidden users edited. |
111 | 111 | * (bug 21520) Anonymous previews now also gives a warning about not being |
112 | 112 | logged in (anonpreviewwarning). |
113 | | -* (bug 22935) image/x-ms-bmp mime type added for BMP files |
114 | | -* (bug 23024) Special:ListFiles now escapes file names correctly |
115 | | -* (bug 22867) "View source" tab is now only displayed if there's source text |
| 113 | +* (bug 22935) image/x-ms-bmp mime type added for BMP files. |
| 114 | +* (bug 23024) Special:ListFiles now escapes file names correctly. |
| 115 | +* (bug 22867) "View source" tab is now only displayed if there's source text. |
116 | 116 | * (bug 19393) Feeds now format dates in user language rather than content |
117 | | - language |
| 117 | + language. |
118 | 118 | * (bug 22852) "Served in" comment is now the time used to cache a single page |
119 | 119 | when using rebuildFileCache.php |
120 | | -* (bug 22496) Viewing diff of a redirect page without specifying "oldid" |
121 | | - parameter no longer makes the page displayed as being the redirect target |
122 | | -* (bug 22918) Feed cache keys now use $wgRenderHashAppend |
123 | | -* (bug 21916) Last-Modified header is now correct when outputting cached feed |
124 | | -* (bug 20049) Fixed PHP notice in search highlighter that occurs in some cases |
| 120 | +* (bug 22496) Viewing diff of a redirect page without specifying "oldid". |
| 121 | + parameter no longer makes the page displayed as being the redirect target. |
| 122 | +* (bug 22918) Feed cache keys now use $wgRenderHashAppend. |
| 123 | +* (bug 21916) Last-Modified header is now correct when outputting cached feed. |
| 124 | +* (bug 20049) Fixed PHP notice in search highlighter that occurs in some cases. |
125 | 125 | * (bug 23017) Special:Disambiguations now list pages in content namespaces |
126 | | - rather than only main namespace |
| 126 | + rather than only main namespace. |
127 | 127 | * (bug 23063) $wgMaxAnimatedGifArea is checked against the total size of all |
128 | 128 | frames, and $wgMaxImageArea against the size of the first frame, rather than |
129 | 129 | the other way around. Both now default to 12.5 megapixels. Also, images |
130 | | - exceeding $wgMaxImageArea can still be embedded at original size |
| 130 | + exceeding $wgMaxImageArea can still be embedded at original size. |
131 | 131 | * (bug 23078) "All public logs" option on Special:Log is now always the first |
132 | | - item |
133 | | -* (bug 16817) Group names in user rights log are now singular and in lowercase |
| 132 | + item. |
| 133 | +* (bug 16817) Group names in user rights log are now singular and in lowercase. |
134 | 134 | * Special:Preferences no longer crashes if the wiki default date formatting |
135 | | - style is not valid for the user's interface language |
| 135 | + style is not valid for the user's interface language. |
136 | 136 | * (bug 23167) Check the watch checkbox by default if the watchcreations |
137 | | - preference is set |
| 137 | + preference is set. |
138 | 138 | * Maintenance script cleanupTitles is now able to fix titles stored |
139 | | -in a negative namespace (which is invalid). |
| 139 | + in a negative namespace (which is invalid). |
140 | 140 | * (bug 19858) Removed obsolete <big> in interface messages. |
141 | 141 | * (bug 21456) "Bad title" error when showing non-local interwiki pages no longer |
142 | | - displays incorrect tabs |
| 142 | + displays incorrect tabs. |
143 | 143 | * (bug 23190) Improved math representation for text browsers. |
144 | | -* (bug 22015) Improved upload-by-url error handling and error display |
145 | | -* (bug 17941) $wgMaxUploadSize is now honored by all upload sources |
| 144 | +* (bug 22015) Improved upload-by-url error handling and error display. |
| 145 | +* (bug 17941) $wgMaxUploadSize is now honored by all upload sources. |
146 | 146 | * (bug 23080) New usernames now limited to 235 bytes so that custom skin files |
147 | 147 | work. |
148 | 148 | * (bug 23075) Correct MediaTransformError default width in gallery. |
— | — | @@ -150,46 +150,54 @@ |
151 | 151 | * (bug 23313) Move watchlisthidepatrolled above token in watchlist preferences |
152 | 152 | to enhance preference grouping. |
153 | 153 | * (bug 23298) Interwiki links with prefix only in log summaries now link to the |
154 | | - correct link |
155 | | -* (bug 23284) Times are now rounded correctly |
156 | | -* (bug 23375) Added ogv, oga, spx as extensions for ogg files |
| 154 | + correct link. |
| 155 | +* (bug 23284) Times are now rounded correctly. |
| 156 | +* (bug 23375) Added ogv, oga, spx as extensions for ogg files. |
157 | 157 | * (bug 18408) All required permissions for uploading (upload, edit, create) |
158 | 158 | are now checked when loading Special:Upload. Toolbar link for Special:Upload |
159 | 159 | is no longer shown if the user does not have the required permissions. |
160 | 160 | * (Bug 23397) texvc in html mode renders \sim as ˜ not ∼ |
161 | 161 | * (Bug 23241) Remove License selector, because it is not used when uploading a |
162 | 162 | new version. |
163 | | -* (bug 23240) Add ID to namespace selector form on Special:Watchlist |
| 163 | +* (bug 23240) Add ID to namespace selector form on Special:Watchlist. |
164 | 164 | * The pipe | character in urls is now escaped. |
165 | | -* (bug 23422) mp3 files can now be moved |
| 165 | +* (bug 23422) mp3 files can now be moved. |
166 | 166 | * (bug 23448) MediaWiki:Summary-preview is now displayed instead of |
167 | | - MediaWiki:Subject-preview when previewing summary |
168 | | -* (bug 23426) The {{REVISIONMONTH}} variable is now zero-padded and added new |
169 | | - variable {{REVISIONMONTH1}} when unpadded version is needed. |
170 | | -* Special:Userrights didn't recognize user as changing his/her own rights if user did not capitalize first letter of username. |
171 | | -* (bug 23507) Add styles for printing wikitables |
172 | | -* (bug 19586) Avoid JS errors in mwsuggest when using old browsers such as Opera 8. |
173 | | -* (bug 23563) Old skins now support $wgUploadNavigationUrl and take into account upload rights. |
174 | | -* (bug 1347) Render \phi in math using images, in order to create consistent and correct render results. |
175 | | -* (bug 16573) Render \epsilon in math using images, in order to create consistent and correct render results. |
176 | | -* (bug 22541) Support image redirects when using ForeignAPIRepo |
177 | | -* (bug 22967) Make edit summary length cut-off behave correctly for multibyte characters. |
| 167 | + MediaWiki:Subject-preview when previewing summary. |
| 168 | +* (bug 23426) The {{REVISIONMONTH}} variable is now zero-padded and added |
| 169 | + new variable {{REVISIONMONTH1}} when unpadded version is needed. |
| 170 | +* Special:Userrights didn't recognize user as changing his/her own rights if |
| 171 | + user did not capitalize first letter of username. |
| 172 | +* (bug 23507) Add styles for printing wikitables. |
| 173 | +* (bug 19586) Avoid JS errors in mwsuggest when using old browsers such |
| 174 | + as Opera 8. |
| 175 | +* (bug 23563) Old skins now support $wgUploadNavigationUrl and take into |
| 176 | + account upload rights. |
| 177 | +* (bug 1347) Render \phi in math using images, in order to create consistent |
| 178 | + and correct render results. |
| 179 | +* (bug 16573) Render \epsilon in math using images, in order to create |
| 180 | + consistent and correct render results. |
| 181 | +* (bug 22541) Support image redirects when using ForeignAPIRepo. |
| 182 | +* (bug 22967) Make edit summary length cut-off behave correctly for |
| 183 | + multibyte characters. |
178 | 184 | |
179 | 185 | === API changes in 1.17 === |
180 | | -* (bug 22738) Allow filtering by action type on query=logevent |
181 | | -* (bug 22764) uselang parameter for action=parse |
182 | | -* (bug 22944) API: watchlist options are inconsistent |
183 | | -* (bug 22339) "Go" result should be available through the API |
184 | | -* (bug 22868) don't list infinite block expiry date as "now" in API logevents |
185 | | -* (bug 22290) prop=revisions now outputs "comment" field even when comment |
186 | | - is empty, for consistency with list=recentchanges |
187 | | -* (bug 19721) API action=help should have a way to just list for a specific module |
188 | | -* (bug 23458) Add support for pageid parameter to action=parse requests |
189 | | -* (bug 23460) Parse action should have a section option |
190 | | -* (bug 21346) Make deleted images searchable by hash |
191 | | -* (bug 23461) Normalise usage of parameter names in parameter descriptions |
192 | | -* (bug 23548) Allow access of another users watchlist through watchlistraw using token and username |
193 | | -* (bug 23524) Api Modules as followup to bug 14473 (Add iwlinks table to track inline interwiki link usage |
| 186 | +* (bug 22738) Allow filtering by action type on query=logevent. |
| 187 | +* (bug 22764) uselang parameter for action=parse. |
| 188 | +* (bug 22944) API: watchlist options are inconsistent. |
| 189 | +* (bug 22339) "Go" result should be available through the API. |
| 190 | +* (bug 22868) don't list infinite block expiry date as "now" in API logevents. |
| 191 | +* (bug 22290) prop=revisions now outputs "comment" field even when comment. |
| 192 | + is empty, for consistency with list=recentchanges. |
| 193 | +* (bug 19721) API action=help should have a way to just list for a specific module. |
| 194 | +* (bug 23458) Add support for pageid parameter to action=parse requests. |
| 195 | +* (bug 23460) Parse action should have a section option. |
| 196 | +* (bug 21346) Make deleted images searchable by hash. |
| 197 | +* (bug 23461) Normalise usage of parameter names in parameter descriptions. |
| 198 | +* (bug 23548) Allow access of another users watchlist through watchlistraw |
| 199 | + using token and username. |
| 200 | +* (bug 23524) Api Modules as followup to bug 14473 (Add iwlinks table to |
| 201 | + track inline interwiki link usage. |
194 | 202 | |
195 | 203 | === Languages updated in 1.17 === |
196 | 204 | |