Index: trunk/phase3/HISTORY |
— | — | @@ -321,6 +321,13 @@ |
322 | 322 | a POST request |
323 | 323 | * (bug 18099) Using appendtext to edit a non-existent page causes an interface |
324 | 324 | 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 |
325 | 332 | |
326 | 333 | === Languages updated in 1.15 === |
327 | 334 | |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -108,9 +108,6 @@ |
109 | 109 | * Removed float from the user login form in RTL interface - caused display |
110 | 110 | problems in FF2 |
111 | 111 | * (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. |
115 | 112 | * (bug 18677) Give proper error message when viewing &action=protect without |
116 | 113 | sufficient rights |
117 | 114 | * (bug 6802) profileinfo.php now also work on other database servers than MySQL |
— | — | @@ -128,11 +125,7 @@ |
129 | 126 | * (bug 18554) Also list hidden revisions in list=usercontribs for privileged |
130 | 127 | users |
131 | 128 | * (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 |
134 | 129 | * (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 |
137 | 130 | * (bug 18533) Add readonly message to meta=siteinfo output |
138 | 131 | * (bug 18518) Add clprop=hidden to prop=categories |
139 | 132 | |