Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -118,7 +118,9 @@ |
119 | 119 | * If the db is really screwed up, and doesn't have a recentchanges table, |
120 | 120 | make the updater throw an exception instead of a fatal. |
121 | 121 | * wfArrayToCGI() and wfCgiToArray() now handle nested and associative arrays |
122 | | - correctly |
| 122 | + correctly. |
| 123 | +* (bug 29567) mw.util.addPortletLink should only wrap link in <span> for |
| 124 | + "vectorTabs" portlets. |
123 | 125 | |
124 | 126 | === API changes in 1.19 === |
125 | 127 | * BREAKING CHANGE: action=watch now requires POST and token. |