Index: branches/REL1_17/phase3/maintenance/findhooks.php |
— | — | @@ -69,9 +69,8 @@ |
70 | 70 | $IP . '/includes/upload/', |
71 | 71 | $IP . '/languages/', |
72 | 72 | $IP . '/maintenance/', |
73 | | - $IP . '/tests/', |
74 | | - $IP . '/tests/parser/', |
75 | | - $IP . '/tests/phpunit/suites/', |
| 73 | + $IP . '/maintenance/tests/', |
| 74 | + $IP . '/maintenance/tests/parser/', |
76 | 75 | $IP . '/skins/', |
77 | 76 | ); |
78 | 77 | |
Index: branches/REL1_17/phase3/docs/hooks.txt |
— | — | @@ -784,6 +784,9 @@ |
785 | 785 | $editToken: The user's edit token. |
786 | 786 | &$hookErr: Out-param for the error. Passed as the parameters to OutputPage::showErrorPage. |
787 | 787 | |
| 788 | +'ExtensionTypes': called when generating the extensions credits, use this to change the tables headers |
| 789 | +&$extTypes: associative array of extensions types |
| 790 | + |
788 | 791 | 'FetchChangesList': When fetching the ChangesList derivative for |
789 | 792 | a particular user |
790 | 793 | &$user: User the list is being fetched for |
— | — | @@ -1673,9 +1676,6 @@ |
1674 | 1677 | $action: action name |
1675 | 1678 | $article: article "acted on" |
1676 | 1679 | |
1677 | | -'UnitTestsList': Called when building a list of files with PHPUnit tests |
1678 | | -&$files: list of files |
1679 | | - |
1680 | 1680 | 'UnwatchArticle': before a watch is removed from an article |
1681 | 1681 | $user: user watching |
1682 | 1682 | $article: article object to be removed |