r22894 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22893‎ | r22894 | r22895 >
Date:23:37, 10 June 2007
Author:robchurch
Status:old
Tags:
Comment:
* Tweak some release notes
* Make sure all lines wrap at 80 columns
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -152,20 +152,21 @@
153153 * (bug 9383) Don't set a default value for BLOB column in rc-deleted
154154 database patch
155155 * (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)
159159 * (bug 9909) Ensure access to binary fields in the math table use encodeBlob()
160160 and decodeBlob()
161161 * (bug 6743) Don't link broken image links to the upload form when uploads
162162 are disabled
163163 * (bug 9679) Improve documentation for $wgSiteNotice
164164
165 -== MediaWiki API changes since 1.10 ==
 165+== API changes since 1.10 ==
166166
167167 (For ongoing development discussion, see http://www.mediawiki.org/wiki/API)
168168
169 -* New properties: links, templates, images, langlinks, categories, external links
 169+* New properties: links, templates, images, langlinks, categories, external
 170+ links
170171 * Breaking Change: imagelinks renamed into imageusage (il->iu)
171172 * Bug fix: incorrect generator behavior in some cases
172173 * JSON format allows an optional callback function to wrap the result.
@@ -177,21 +178,25 @@
178179 * Watchlist feed now reports a proper feed item when the user is not logged in
179180 * Watchlist feed date bug fixed - automatically shows one last day
180181 * 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
182183 * 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
191196
192197 == Maintenance script changes since 1.10 ==
193198
194199 * 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
196201
197202 == Languages updated since 1.10 ==
198203
@@ -298,4 +303,4 @@
299304
300305 === IRC help ===
301306
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

Follow-up revisions

RevisionCommit summaryAuthorDate
r22919Merged revisions 22878-22918 via svnmerge from...david00:00, 12 June 2007

Status & tagging log