r50169 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r50168
|
r50169
|
r50170
>
Date:
09:42, 4 May 2009
Author:
tstarling
Status:
deferred
Tags:
Comment:
Added release notes entry for user-visible change
r49212
: fix for template loop check. Users reported that this change broke their deliberately loopy templates.
Modified paths:
/trunk/phase3/RELEASE-NOTES
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/RELEASE-NOTES
—
—
@@ -108,7 +108,11 @@
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.
112
115
116
+
113
117
== API changes in 1.16 ==
114
118
115
119
* Added uiprop=changeablegroups to meta=userinfo
Follow-up revisions
Revision
Commit summary
Author
Date
r50170
Backported
r49212
/
r50169
: template loop check didn't work when redirects were...
tstarling
09:46, 4 May 2009
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r49212
Move the circular reference check to *after* redirect resolution, to avoid in...
tstarling
15:01, 5 April 2009
Status & tagging log
18:03, 9 December 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
tags
for r50169
[
removed:
ok]
07:09, 19 May 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r50169
[
removed:
new
added:
deferred]
22:18, 5 May 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r50169
[
removed:
new
added:
ok]
12:50, 4 May 2009
Aaron Schulz
(
talk
|
contribs
)
changed the
tags
for r50169
[
added:
ok]