Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -748,6 +748,16 @@ |
749 | 749 | as it appears in extensions as was the case before r30117 where it |
750 | 750 | was unintentionally sorted along with other fields. |
751 | 751 | * (bug 19334) Textarea no longer jumps when editing longer articles in IE8 |
| 752 | +* (bug 5210) preload parser should parse <noinclude> (as well as <includeonly>) |
| 753 | +* (bug 8785) Pipe trick should work with colon functions |
| 754 | +* (bug 4099) Pipe trick doesn't work when emptiness is only provided by empty |
| 755 | + template parameter |
| 756 | +* (bug 845) [[#foo|]], [[/bar|]] should be equivalent to [[#foo|foo]], |
| 757 | + [[/bar|bar]] (new use of "pipe trick") |
| 758 | +* (bug 21660) Support full-width commas for pipe trick |
| 759 | +* (bug 7264) Magic word to give Page Title as if pipe-trick performed on it |
| 760 | + {{pipetrick:}} |
| 761 | +* (bug 20339) Allow using the pipe trick in log reasons |
752 | 762 | |
753 | 763 | == API changes in 1.16 == |
754 | 764 | |
— | — | @@ -832,16 +842,6 @@ |
833 | 843 | * (bug 18758) API read of watchlist's wl_notificationtimestamp |
834 | 844 | * (bug 20809) Expose EditFormPreloadText via the API |
835 | 845 | * (bug 18427) Comment (edit summary) parser option for API |
836 | | -* (bug 5210) preload parser should parse <noinclude> (as well as <includeonly>) |
837 | | -* (bug 8785) Pipe trick should work with colon functions |
838 | | -* (bug 4099) Pipe trick doesn't work when emptiness is only provided by empty |
839 | | - template parameter |
840 | | -* (bug 845) [[#foo|]], [[/bar|]] should be equivalent to [[#foo|foo]], |
841 | | - [[/bar|bar]] (new use of "pipe trick") |
842 | | -* (bug 21660) Support full-width commas for pipe trick |
843 | | -* (bug 7264) Magic word to give Page Title as if pipe-trick performed on it |
844 | | - {{pipetrick:}} |
845 | | -* (bug 20339) Allow using the pipe trick in log reasons |
846 | 846 | |
847 | 847 | === Languages updated in 1.16 === |
848 | 848 | |