46 parent::__construct( $context );
51 $conds = $jconds = [];
53 $fields = [
'img_name',
'img_user',
'img_timestamp' ];
59 if ( count( $groupsWithBotPermission ) ) {
61 $conds[] =
'ug_group IS NULL';
62 $jconds[
'user_groups'] = [
65 'ug_group' => $groupsWithBotPermission,
74 $conds[
'rc_type'] =
RC_LOG;
75 $conds[
'rc_log_type'] =
'upload';
76 $conds[
'rc_patrolled'] = 0;
77 $conds[
'rc_namespace'] =
NS_FILE;
78 $jconds[
'recentchanges'] = [
81 'rc_title = img_name',
83 'rc_timestamp = img_timestamp'
93 if ( !$this->
getConfig()->
get(
'MiserMode' ) && $likeVal !==
'' ) {
96 if ( $likeObj instanceof
Title ) {
97 $like =
$dbr->buildLike(
99 strtolower( $likeObj->getDBkey() ),
102 $conds[] =
"LOWER(img_name) $like";
109 'join_conds' => $jconds,
118 return 'img_timestamp';
122 if ( !$this->gallery ) {
124 $mode = $this->
getRequest()->getVal(
'gallerymode', null );
137 return $this->gallery->toHTML();
141 $name = $row->img_name;
146 $time = $this->
getLanguage()->userTimeAndDate( $row->img_timestamp, $this->getUser() );
151 . htmlspecialchars( $time )
Interface for objects which can provide a MediaWiki context on request.
wfGetDB($db, $groups=[], $wiki=false)
Get a Database object.
null for the local wiki Added should default to null in handler for backwards compatibility add a value to it if you want to add a cookie that have to vary cache options can modify $query
getLanguage()
Get the Language object.
div flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException'returning false will NOT prevent logging $e
static newFromId($id)
Static factory method for creation from a given user ID.
static newFromText($text, $defaultNamespace=NS_MAIN)
Create a new Title from text, such as what one would find in a link.
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist e g Watchlist & $tables
getRequest()
Get the WebRequest object.
static factory($mode=false, IContextSource $context=null)
Get a new image gallery.
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist e g Watchlist removed from all revisions and log entries to which it was applied This gives extensions a chance to take it off their books as the deletion has already been partly carried out by this point or something similar the user will be unable to create the tag set and then return false from the hook function Ensure you consume the ChangeTagAfterDelete hook to carry out custom deletion actions as context called by AbstractContent::getParserOutput May be used to override the normal model specific rendering of page content as context as context $options
getConfig()
Get the Config object.
getContext()
Get the base IContextSource object.
namespace and then decline to actually register it file or subcat img or subcat $title
please add to it if you re going to add events to the MediaWiki code where normally authentication against an external auth plugin would be creating a local account $user
static link($target, $html=null, $customAttribs=[], $query=[], $options=[])
This function returns an HTML link to the given target.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
static makeTitle($ns, $title, $fragment= '', $interwiki= '')
Create a new Title from a namespace index and a DB key.
see documentation in includes Linker php for Linker::makeImageLink & $time
static getGroupsWithPermission($role)
Get all the groups who have a given permission.
Allows to change the fields on the form that will be generated $name