r111506 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111505‎ | r111506 | r111507 >
Date:23:16, 14 February 2012
Author:reedy
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/ArticleFeedbackv5 (modified) (history)
  • /branches/wmf/1.18wmf1/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.js (modified) (history)
  • /branches/wmf/1.19wmf1/extensions/ArticleFeedbackv5 (modified) (history)
  • /branches/wmf/1.19wmf1/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.js
@@ -2452,7 +2452,7 @@
24532453 *
24542454 * @param trackingId string the tracking ID
24552455 */
2456 - $.articleFeedbackv5.editUrl = function ( url, trackingId ) {
 2456+ $.articleFeedbackv5.editUrl = function ( trackingId ) {
24572457 var params = {
24582458 'title': mw.config.get( 'wgPageName' ),
24592459 'action': 'edit',
Property changes on: branches/wmf/1.18wmf1/extensions/ArticleFeedbackv5
___________________________________________________________________
Modified: svn:mergeinfo
24602460 Merged /trunk/extensions/ArticleFeedbackv5:r111179
Index: branches/wmf/1.19wmf1/extensions/ArticleFeedbackv5/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.js
@@ -2452,7 +2452,7 @@
24532453 *
24542454 * @param trackingId string the tracking ID
24552455 */
2456 - $.articleFeedbackv5.editUrl = function ( url, trackingId ) {
 2456+ $.articleFeedbackv5.editUrl = function ( trackingId ) {
24572457 var params = {
24582458 'title': mw.config.get( 'wgPageName' ),
24592459 'action': 'edit',
Property changes on: branches/wmf/1.19wmf1/extensions/ArticleFeedbackv5
___________________________________________________________________
Modified: svn:mergeinfo
24602460 Merged /trunk/extensions/ArticleFeedbackv5:r111179

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111179Bug fix: the first argument to editUrl() should be the tracking idrsterbin19:06, 10 February 2012

Status & tagging log