Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -152,20 +152,21 @@ |
153 | 153 | * (bug 9383) Don't set a default value for BLOB column in rc-deleted |
154 | 154 | database patch |
155 | 155 | * (bug 10149) Don't show full template list on section-0 edit |
156 | | -* Fix maintenance/importImages.php so it doesn't barf PHP errors when no suitable |
157 | | - files are found, and make the list of extensions an option (defaults to |
158 | | - $wgFileExtensions) |
| 156 | +* Fix maintenance/importImages.php so it doesn't barf PHP errors when no |
| 157 | + suitable files are found, and make the list of extensions an option (defaults |
| 158 | + to $wgFileExtensions) |
159 | 159 | * (bug 9909) Ensure access to binary fields in the math table use encodeBlob() |
160 | 160 | and decodeBlob() |
161 | 161 | * (bug 6743) Don't link broken image links to the upload form when uploads |
162 | 162 | are disabled |
163 | 163 | * (bug 9679) Improve documentation for $wgSiteNotice |
164 | 164 | |
165 | | -== MediaWiki API changes since 1.10 == |
| 165 | +== API changes since 1.10 == |
166 | 166 | |
167 | 167 | (For ongoing development discussion, see http://www.mediawiki.org/wiki/API) |
168 | 168 | |
169 | | -* New properties: links, templates, images, langlinks, categories, external links |
| 169 | +* New properties: links, templates, images, langlinks, categories, external |
| 170 | + links |
170 | 171 | * Breaking Change: imagelinks renamed into imageusage (il->iu) |
171 | 172 | * Bug fix: incorrect generator behavior in some cases |
172 | 173 | * JSON format allows an optional callback function to wrap the result. |
— | — | @@ -177,21 +178,25 @@ |
178 | 179 | * Watchlist feed now reports a proper feed item when the user is not logged in |
179 | 180 | * Watchlist feed date bug fixed - automatically shows one last day |
180 | 181 | * Watchlist feed now allows to specify number of hours to monitor |
181 | | -* list=allpages now returns a list instead of a map in json format |
| 182 | +* list=allpages now returns a list instead of a map in JSON format |
182 | 183 | * Breaking Change: in json, revisions are now returned as a list, not as a map. |
183 | | -* Add: prop=info can show page is new flag, current page length, and visit counter. |
184 | | -* Change: Query watchlist now shows flags only when explicitly requested with wlparam=flags |
185 | | - rc_this_oldid (textid) is no longer accessible from query watchlist |
186 | | -* action=usercontribs: additional filtering by ucshow=; selection of needed fields with ucprop=; |
187 | | - the textid (rev_text_id) is no longer being exposed |
188 | | -* breaking change: backlinks, embeddedin & imageusage now return lists in json instead of a map, |
189 | | - and do not return anything when titles do not exist. (bug 9970) |
190 | | -* added query parameter indexpageids to list the page ids of all returned page items (bug 9121) |
| 184 | +* Add: prop=info can show page is new flag, current page length, and visit |
| 185 | + counter. |
| 186 | +* Change: Query watchlist now shows flags only when explicitly requested with |
| 187 | + wlparam=flags |
| 188 | +* rc_this_oldid (textid) is no longer accessible from query watchlist |
| 189 | +* action=usercontribs: additional filtering by ucshow=; selection of needed |
| 190 | + fields with ucprop=; the textid (rev_text_id) is no longer being exposed |
| 191 | +* (bug 9970) Breaking Change: backlinks, embeddedin and imageusage now return |
| 192 | + lists in JSON instead of a map, and do not return anything when titles do |
| 193 | + not exist |
| 194 | +* (bug 9121) Introduced indexpageids query parameter to list the page_id |
| 195 | + values of all returned page items |
191 | 196 | |
192 | 197 | == Maintenance script changes since 1.10 == |
193 | 198 | |
194 | 199 | * Add support for wgMaxTocLevel option in parserTests |
195 | | -* (bug 6823) dumpHTML: explicitly disable article view counter |
| 200 | +* (bug 6823) Disable article view counter in maintenance/dumpHTML.php |
196 | 201 | |
197 | 202 | == Languages updated since 1.10 == |
198 | 203 | |
— | — | @@ -298,4 +303,4 @@ |
299 | 304 | |
300 | 305 | === IRC help === |
301 | 306 | |
302 | | -There's usually someone online in #mediawiki on irc.freenode.net |
| 307 | +There's usually someone online in #mediawiki on irc.freenode.net |
\ No newline at end of file |