Index: branches/wmf/1.19wmf1/includes/Title.php |
— | — | @@ -3639,6 +3639,10 @@ |
3640 | 3640 | |
3641 | 3641 | $newpage->doEditUpdates( $nullRevision, $wgUser, array( 'changed' => false ) ); |
3642 | 3642 | |
| 3643 | + if ( !$moveOverRedirect ) { |
| 3644 | + WikiPage::onArticleCreate( $nt ); |
| 3645 | + } |
| 3646 | + |
3643 | 3647 | # Recreate the redirect, this time in the other direction. |
3644 | 3648 | if ( $redirectSuppressed ) { |
3645 | 3649 | WikiPage::onArticleDelete( $this ); |
Property changes on: branches/wmf/1.19wmf1/includes/Title.php |
___________________________________________________________________ |
Modified: svn:mergeinfo |
3646 | 3650 | Merged /trunk/phase3/includes/Title.php:r112951 |
Index: branches/wmf/1.19wmf1/includes/AjaxResponse.php |
— | — | @@ -180,11 +180,11 @@ |
181 | 181 | $this->disable(); |
182 | 182 | $this->mLastModified = $lastmod; |
183 | 183 | |
184 | | - wfDebug( "$fname: CACHED client: $ismodsince ; user: $wgUser->mTouched ; page: $timestamp ; site $wgCacheEpoch\n", false ); |
| 184 | + wfDebug( "$fname: CACHED client: $ismodsince ; user: {$wgUser->getTouched()} ; page: $timestamp ; site $wgCacheEpoch\n", false ); |
185 | 185 | |
186 | 186 | return true; |
187 | 187 | } else { |
188 | | - wfDebug( "$fname: READY client: $ismodsince ; user: $wgUser->mTouched ; page: $timestamp ; site $wgCacheEpoch\n", false ); |
| 188 | + wfDebug( "$fname: READY client: $ismodsince ; user: {$wgUser->getTouched()} ; page: $timestamp ; site $wgCacheEpoch\n", false ); |
189 | 189 | $this->mLastModified = $lastmod; |
190 | 190 | } |
191 | 191 | } else { |
Property changes on: branches/wmf/1.19wmf1/includes |
___________________________________________________________________ |
Modified: svn:mergeinfo |
192 | 192 | Merged /trunk/phase3/includes:r112855,112951 |
Property changes on: branches/wmf/1.19wmf1 |
___________________________________________________________________ |
Modified: svn:mergeinfo |
193 | 193 | Merged /trunk/phase3:r112855,112951 |