r80732 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80731‎ | r80732 | r80733 >
Date:23:50, 21 January 2011
Author:janpaul123
Status:deferred
Tags:
Comment:
Small followup to r80731 again, forgot to remove some debugging.
Modified paths:
  • /trunk/extensions/InlineEditor/InlineEditor.class.php (modified) (history)
  • /trunk/extensions/InlineEditor/jquery.inlineEditor.js (modified) (history)

Diff [purge]

Index: trunk/extensions/InlineEditor/InlineEditor.class.php
@@ -371,7 +371,6 @@
372372 * @return bool
373373 */
374374 public static function partialRenderCite( $markedWiki ) {
375 - return true;
376 - /*return ( preg_match( '/<ref[^\/]*?>.*?<\/ref>|<ref.*?\/>/is', $markedWiki) <= 0) ;*/
 375+ return ( preg_match( '/<ref[^\/]*?>.*?<\/ref>|<ref.*?\/>/is', $markedWiki) <= 0) ;
377376 }
378377 }
Index: trunk/extensions/InlineEditor/jquery.inlineEditor.js
@@ -180,4 +180,4 @@
181181 $.inlineEditor.reload();
182182 }
183183
184 -}; } ) ( jQuery );
\ No newline at end of file
 184+}; } ) ( jQuery );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r80731Followup to r80717: fixed some browser bugs, added some nice collapsing funct...janpaul12323:48, 21 January 2011

Status & tagging log