Modifications fichiers Mediawiki

De BaseDoc.
Aller à : Navigation, rechercher

Sommaire

LanguageFr.php

'userlogin' => 'Se connecter',

LocalSettings.php

$wgShowIPinHeader = false;

SkinTemplate.php

578c578,580
<                       if ( $this->mTitle->userCanEdit() ) {
---
>                       /* MODIF NICO CO 2/03/2006  - only authorized users can edit
>                       * if ( $this->mTitle->userCanEdit() ) { */
>                       if ( ($wgUser->isLoggedIn() || $this->mTitle->isTalkPage()) && ($this->mTitle->userCanEdit()) ) {
595c597,600
<                       } else {
---
>                       }
>          /*
>          * MODIF NICO CO 3/02/2006 - no "viewsource" tab for anonymous users
>          * else {
602a608
>          */
606c612,616
<                       if ( $this->mTitle->getArticleId() ) {
---
>          /*
>          * MODIF NICO CO 3/02/2006 - tabs visible only to logged users
>          * if ( $this->mTitle->getArticleId() ) {
>          */
>          if ( $wgUser->isLoggedIn() && $this->mTitle->getArticleId() ) {

MonoBook.php

134a135,141
>            <?php
>            /* MODIF NICO CO 1/02/2006 */
>            if(!empty($this->data['nav_urls']['print']['href'])) { ?>
>            <li id="t-print"><a href="<?php
>                   echo htmlspecialchars($this->data['nav_urls']['print']['href'])
>                   ?>"><?php echo $this->msg('printableversion') ?></a></li>
>            <?php } ?>
148,150c155
<             <input type='submit' name="go" class="searchButton" id="searchGoButton"
<               value="<?php $this->msg('go') ?>"
<               /> <input type='submit' name="fulltext"
---
>               <input type='submit' name="fulltext"
156a162,164
>       <?php
>       /* MODIF NICO CO 1/02/2006 - Only logged users can see the toolbox bar */
>       if($this->data['loggedin']) { ?>
185a194
>        <?php } ?>
213d221
<         <?php if($this->data['disclaimer']) { ?><li id="f-disclaimer"><?php $this->html('disclaimer') ?></li><?php } ?>

DumpHTML.inc

Skin HtmlDump.php

Outils personnels
Espaces de noms
Variantes
Actions
secteur espace
base documentaire
Boîte à outils