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 @@
553
553
* Returns the real action as determined by performAction.
554
554
* Do not use internally in this class as it depends on the actions by this class.
555
555
*
556
+ * @since 1.19
557
+ *
556
558
* @return string: action
557
559
*/
558
560
public function getPerformedAction(){
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r94131
Reverted
r91871
per CR:
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/...
...
aaron
18:36, 9 August 2011
r108342
Implement MediaWiki::getPerformedAction()...
krinkle
01:31, 8 January 2012
r108345
[Skin] Add CSS hook for action ("action-.." class on body)...
krinkle
01:49, 8 January 2012
Status & tagging log
15:53, 11 January 2012
Krinkle
(
talk
|
contribs
)
changed the
status
of r108632
[
removed:
new
added:
ok]