r62194 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62193‎ | r62194 | r62195 >
Date:20:46, 9 February 2010
Author:reedy
Status:ok
Tags:
Comment:
Pretty sure that

* (bug 5210) preload parser should parse <noinclude> (as well as <includeonly>)
* (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)
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES
@@ -748,6 +748,16 @@
749749 as it appears in extensions as was the case before r30117 where it
750750 was unintentionally sorted along with other fields.
751751 * (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
752762
753763 == API changes in 1.16 ==
754764
@@ -832,16 +842,6 @@
833843 * (bug 18758) API read of watchlist's wl_notificationtimestamp
834844 * (bug 20809) Expose EditFormPreloadText via the API
835845 * (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
846846
847847 === Languages updated in 1.16 ===
848848

Follow-up revisions

RevisionCommit summaryAuthorDate
r62268Move some new features from the list of fixed bugs...simetrical21:56, 10 February 2010
r63194Merge fixes to ?preload= from /branches/conrad/ (cf. bug 5210, r62864, r62035)conrad02:41, 3 March 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r62035bug 5210 - add getTransclusionText() to the Parser to remove the horrible (and...conrad16:49, 5 February 2010
r62069Allow pipe trick to work after PST....conrad15:00, 6 February 2010
r62076Update Pipe Trick semantics per bug 845 and bug 21660...conrad02:15, 7 February 2010
r62085Fix bug 20339 allow pipe-trick in log reasons...conrad14:50, 7 February 2010

Status & tagging log