r108632 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108631‎ | r108632 | r108633 >
Date:15:51, 11 January 2012
Author:reedy
Status:ok
Tags:
Comment:
Add @since to getPerformedAction, added in r108342

Caused site errors as not in 1.18 when trying to merge r108345 as a followup to r94131
Modified paths:
  • /trunk/phase3/includes/Wiki.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Wiki.php
@@ -552,6 +552,8 @@
553553 * Returns the real action as determined by performAction.
554554 * Do not use internally in this class as it depends on the actions by this class.
555555 *
 556+ * @since 1.19
 557+ *
556558 * @return string: action
557559 */
558560 public function getPerformedAction(){

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94131Reverted r91871 per CR: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/......aaron18:36, 9 August 2011
r108342Implement MediaWiki::getPerformedAction()...krinkle01:31, 8 January 2012
r108345[Skin] Add CSS hook for action ("action-.." class on body)...krinkle01:49, 8 January 2012

Status & tagging log