r89970 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89969‎ | r89970 | r89971 >
Date:14:59, 13 June 2011
Author:ialex
Status:ok
Tags:
Comment:
Updated findhooks.php directory list and hooks.txt
Modified paths:
  • /branches/REL1_17/phase3/docs/hooks.txt (modified) (history)
  • /branches/REL1_17/phase3/maintenance/findhooks.php (modified) (history)

Diff [purge]

Index: branches/REL1_17/phase3/maintenance/findhooks.php
@@ -69,9 +69,8 @@
7070 $IP . '/includes/upload/',
7171 $IP . '/languages/',
7272 $IP . '/maintenance/',
73 - $IP . '/tests/',
74 - $IP . '/tests/parser/',
75 - $IP . '/tests/phpunit/suites/',
 73+ $IP . '/maintenance/tests/',
 74+ $IP . '/maintenance/tests/parser/',
7675 $IP . '/skins/',
7776 );
7877
Index: branches/REL1_17/phase3/docs/hooks.txt
@@ -784,6 +784,9 @@
785785 $editToken: The user's edit token.
786786 &$hookErr: Out-param for the error. Passed as the parameters to OutputPage::showErrorPage.
787787
 788+'ExtensionTypes': called when generating the extensions credits, use this to change the tables headers
 789+&$extTypes: associative array of extensions types
 790+
788791 'FetchChangesList': When fetching the ChangesList derivative for
789792 a particular user
790793 &$user: User the list is being fetched for
@@ -1673,9 +1676,6 @@
16741677 $action: action name
16751678 $article: article "acted on"
16761679
1677 -'UnitTestsList': Called when building a list of files with PHPUnit tests
1678 -&$files: list of files
1679 -
16801680 'UnwatchArticle': before a watch is removed from an article
16811681 $user: user watching
16821682 $article: article object to be removed

Status & tagging log