Go to the documentation of this file.
52 array_push( self::$updates, $update );
97 $doCommit = $commit ==
'commit';
107 if ( $doCommit && $dbw->trxLevel() ) {
108 $dbw->commit( __METHOD__,
'flush' );
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
& wfGetDB( $db, $groups=array(), $wiki=false)
Get a Database object.
wfProfileIn( $functionname)
Begin profiling of a function.
doUpdate()
Perform the actual work.
static addCallableUpdate( $callable)
Add a callable update.
static clearPendingUpdates()
Clear all pending updates without performing them.
static doUpdates( $commit='')
Do any deferred updates and clear the list.
static $updates
Store of updates to be deferred until the end of the request.
Class for managing the deferred updates.
static addUpdate(DeferrableUpdate $update)
Add an update to the deferred list.
wfProfileOut( $functionname='missing')
Stop profiling of a function.
the array() calling protocol came about after MediaWiki 1.4rc1.
List of Api Query prop modules.
when a variable name is used in a it is silently declared as a new masking the global
Class to invalidate the HTML cache of all the pages linking to a given title.
presenting them properly to the user as errors is done by the caller $title
static addHTMLCacheUpdate( $title, $table)
HTMLCacheUpdates are the most common deferred update people use.
Deferrable Update for closure/callback.
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such as
static logException(Exception $e)
Log an exception to the exception log (if enabled).
Interface that deferrable updates should implement.
An error page which can definitely be safely rendered using the OutputPage.