r50223 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50222‎ | r50223 | r50224 >
Date:14:24, 5 May 2009
Author:tstarling
Status:deferred
Tags:
Comment:
Moved backported RELEASE-NOTES items to HISTORY.
Modified paths:
  • /trunk/phase3/HISTORY (modified) (history)
  • /trunk/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/phase3/HISTORY
@@ -321,6 +321,13 @@
322322 a POST request
323323 * (bug 18099) Using appendtext to edit a non-existent page causes an interface
324324 message to be included in the page text
 325+* Fixed the circular template inclusion check, was broken when the loop
 326+ involved redirects. Without this, infinite recursion within the parser is
 327+ possible.
 328+* (bug 18601) generator=backlinks returns invalid continue parameter
 329+* (bug 18597) Internal error with empty generator= parameter
 330+* (bug 18617) Add xml:space="preserve" attribute to relevant tags in XML output
 331+* Added PHP and database version to meta=siteinfo output
325332
326333 === Languages updated in 1.15 ===
327334
Index: trunk/phase3/RELEASE-NOTES
@@ -108,9 +108,6 @@
109109 * Removed float from the user login form in RTL interface - caused display
110110 problems in FF2
111111 * (bug 15008) Redirect images are now subject to Bad image list rules
112 -* Fixed the circular template inclusion check, was broken when the loop
113 - involved redirects. Without this, infinite recursion within the parser is
114 - possible.
115112 * (bug 18677) Give proper error message when viewing &action=protect without
116113 sufficient rights
117114 * (bug 6802) profileinfo.php now also work on other database servers than MySQL
@@ -128,11 +125,7 @@
129126 * (bug 18554) Also list hidden revisions in list=usercontribs for privileged
130127 users
131128 * (bug 13049) "API must be accessed from the primary script entry point" error
132 -* (bug 18601) generator=backlinks returns invalid continue parameter
133 -* (bug 18597) Internal error with empty generator= parameter
134129 * (bug 16422) Don't display help for format=jsonfm unless specifically requested
135 -* (bug 18617) Add xml:space="preserve" attribute to relevant tags in XML output
136 -* Added PHP and database version to meta=siteinfo output
137130 * (bug 18533) Add readonly message to meta=siteinfo output
138131 * (bug 18518) Add clprop=hidden to prop=categories
139132

Follow-up revisions

RevisionCommit summaryAuthorDate
r50224Fix up r50223: moving a wrongly-moved entry back from HISTORY to RELEASE-NOTEScatrope14:30, 5 May 2009

Status & tagging log