Last modified: 2014-05-25 06:30:52 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T67690, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 65690 - Duplicates in /docs/hooks.txt
Duplicates in /docs/hooks.txt
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Documentation (Other open bugs)
1.24rc
All All
: Low trivial (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-05-23 18:23 UTC by forwardin
Modified: 2014-05-25 06:30 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description forwardin 2014-05-23 18:23:18 UTC
https://git.wikimedia.org/blob/mediawiki%2Fcore.git/HEAD/docs%2Fhooks.txt#L316

'AfterFinalPageOutput': At the end of OutputPage::output() but before final
ob_end_flush() which will send the buffered output to the client. This allows
for last-minute modification of the output within the buffer by using
ob_get_clean().
&$output: OutputPage object
 
'AfterImportPage': When a page import is completed.
$title: Title under which the revisions were imported
$origTitle: Title provided by the XML file
$revCount: Number of revisions in the XML file
$sRevCount: Number of successfully imported revisions
$pageInfo: associative array of page information
 
'AfterFinalPageOutput': Nearly at the end of OutputPage::output() but
before OutputPage::sendCacheControl() and final ob_end_flush() which
will send the buffered output to the client. This allows for last-minute
modification of the output within the buffer by using ob_get_clean().
$output: The OutputPage object where output() was called
Comment 1 Gerrit Notification Bot 2014-05-25 06:24:00 UTC
Change 135295 had a related patch set uploaded by Florianschmidtwelzow:
Removed double hook explanation AfterFinalPageOutput

https://gerrit.wikimedia.org/r/135295
Comment 2 Gerrit Notification Bot 2014-05-25 06:28:56 UTC
Change 135295 merged by jenkins-bot:
Removed double hook explanation AfterFinalPageOutput

https://gerrit.wikimedia.org/r/135295
Comment 3 Kunal Mehta (Legoktm) 2014-05-25 06:30:02 UTC
Fixed by Florian, thanks!
Comment 4 Florian 2014-05-25 06:30:52 UTC
np ;)short task :)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links