From c8acd6b652da3782c21896ed326875b93a74fd51 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 9 Feb 2010 20:46:54 +0000 Subject: [PATCH] Pretty sure that * (bug 5210) preload parser should parse (as well as ) * (bug 8785) Pipe trick should work with colon functions * (bug 4099) Pipe trick doesn't work when emptiness is only provided by empty template parameter * (bug 845) [[#foo|]], [[/bar|]] should be equivalent to [[#foo|foo]], [[/bar|bar]] (new use of "pipe trick") * (bug 21660) Support full-width commas for pipe trick * (bug 7264) Magic word to give Page Title as if pipe-trick performed on it {{pipetrick:}} * (bug 20339) Allow using the pipe trick in log reasons Aren't API changes. Moved to bug fixes (still not right, but more applicable) --- RELEASE-NOTES | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a24a6245a9..7d44e0015f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -748,6 +748,16 @@ comment from another wiki. as it appears in extensions as was the case before r30117 where it was unintentionally sorted along with other fields. * (bug 19334) Textarea no longer jumps when editing longer articles in IE8 +* (bug 5210) preload parser should parse (as well as ) +* (bug 8785) Pipe trick should work with colon functions +* (bug 4099) Pipe trick doesn't work when emptiness is only provided by empty + template parameter +* (bug 845) [[#foo|]], [[/bar|]] should be equivalent to [[#foo|foo]], + [[/bar|bar]] (new use of "pipe trick") +* (bug 21660) Support full-width commas for pipe trick +* (bug 7264) Magic word to give Page Title as if pipe-trick performed on it + {{pipetrick:}} +* (bug 20339) Allow using the pipe trick in log reasons == API changes in 1.16 == @@ -832,16 +842,6 @@ comment from another wiki. * (bug 18758) API read of watchlist's wl_notificationtimestamp * (bug 20809) Expose EditFormPreloadText via the API * (bug 18427) Comment (edit summary) parser option for API -* (bug 5210) preload parser should parse (as well as ) -* (bug 8785) Pipe trick should work with colon functions -* (bug 4099) Pipe trick doesn't work when emptiness is only provided by empty - template parameter -* (bug 845) [[#foo|]], [[/bar|]] should be equivalent to [[#foo|foo]], - [[/bar|bar]] (new use of "pipe trick") -* (bug 21660) Support full-width commas for pipe trick -* (bug 7264) Magic word to give Page Title as if pipe-trick performed on it - {{pipetrick:}} -* (bug 20339) Allow using the pipe trick in log reasons === Languages updated in 1.16 === -- 2.20.1