Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -299,6 +299,15 @@ |
300 | 300 | $subject: subject of the mail |
301 | 301 | $text: text of the mail |
302 | 302 | |
| 303 | +'LogPageValidTypes': action being logged. |
| 304 | +$type: array of strings |
| 305 | + |
| 306 | +'LogPageLogName': name of the logging page(s). |
| 307 | +$typeText: array of strings |
| 308 | + |
| 309 | +'LogPageLogHeader': strings used by wfMsg as a header. |
| 310 | +$headerText: array of strings |
| 311 | + |
303 | 312 | 'TitleMoveComplete': after moving an article (title) |
304 | 313 | $old: old title |
305 | 314 | $nt: new title |
— | — | @@ -339,3 +348,5 @@ |
340 | 349 | 'CategoryPageView': before viewing a categorypage in CategoryPage::view |
341 | 350 | $catpage: CategoryPage instance |
342 | 351 | |
| 352 | + |
| 353 | +More hooks might not be available but undocumented. |