User:Woytecr/area/manual conf settings

From MediaWiki.org

Jump to: navigation, search

Contents

This is an index of all supported configuration options based on the DefaultSettings.php file.

Nigdy nie edytuj pliku DefaultSettings.php; copy appropriate lines to LocalSettings.php instead and amend them as appropriate.

Listed alphabetically | Listed by function | Category:MediaWiki configuration settings

[edit] Ogólne ustawienia

  • $wgProto - Prefix bezpieczeństwa.
  • $wgServer - Główny adres.
  • $wgServerName - Nazwa strony wraz z protokołem. (eg, en.wikipedia.org)
  • $wgSitename - Nazwa strony. Powinna być zmieniona
  • $wgVersion - Contains the current version of MediaWiki, as displayed to the user.

[edit] Ścieżki

[edit] Ustawienia emaili

  • $wgEmailAuthentication - Whether Email authentication (confirmation) is needed for that wiki for using any Email function (except password reminder which works independently from this setting)
  • $wgEmergencyContact - Site admin email address
  • $wgEnableEmail - Set to true to enable the e-mail basic features: Password reminders, etc.
  • $wgEnableUserEmail - Set to true to enable user-to-user e-mail.
  • $wgNoReplyAddress - Dummy address which should be accepted during mail send action.
  • $wgPasswordSender - Password reminder email address.
  • $wgSMTP - For using a direct (authenticated) SMTP server connection.
  • $wgUserEmailUseReplyTo - Should the sending user's email be in a Reply-To header instead of From.

[edit] Ustawienia powiadomień email

  • $wgEnotifFromEditor - Email notifications appear to be coming from the page editor (not from Wiki server)
  • $wgEnotifImpersonal - Send a generic mail instead of a personalised mail for each user.
  • $wgEnotifMaxRecips - Maximum number of users to mail at once when using impersonal mail.
  • $wgEnotifMinorEdits - Email notifications also for "minor edits" (user preference is shown and user needs to opt-in)
  • $wgEnotifRevealEditorAddress - reply-to address of Email notifications may be filled with page editor's address (user preference is shown and user needs to opt-in)
  • $wgEnotifUseJobQ - Send mails via the job queue.
  • $wgEnotifUserTalk - Email notifications can be sent for first change on a user_talk page (user preference is shown and user needs to opt-in)
  • $wgEnotifWatchlist - Email notifications can be sent for the first change on watched pages (user preference is shown and user needs to opt-in)
  • $wgShowUpdatedMarker - Show "Updated (since my last visit)" marker in RC view, watchlist and history.
  • $wgUsersNotifedOnAllChanges - Array of usernames who will be sent a notification email for every change which occurs on a wiki

[edit] Ustawienia baz danych

[edit] Shared DB settings

  • $wgSharedDB - The name of the shared database (currently for shared user table only).

[edit] Sysop SQL queries

These settings are for sysops to make queries through Extension:Asksql.

Attention niels epting.svg Warning: Dangerous if not configured properly.

[edit] Lokalizacje

[edit] logowanie czynności

[edit] Profilowanie

[edit] Personalizowanie strony

[edit] Przestrzenie nazw

[edit] Per-page settings

See also Manual:Page customizations.

[edit] Skins

[edit] Kategorie

[edit] Cache

[edit] Persistent Link Cache

[edit] Memcached settings

Settings for configuring the Memcached memory-based object store (if you are using it) docs/memcached.txt has more details.

[edit] Interwiki

[edit] Dostęp

Wiki locking, user access options, blocking/banning, and some other related settings.

Zobacz Manual:Preventing access for more methods and settings concerning access. See also Help:User rights management for more information about $wgGroupPermissions, $wgAddGroups, $wgRemoveGroups, etc.

[edit] Rate limiter

[edit] Proxy

[edit] Squid

[edit] Cookies

[edit] Reduction

[edit] Upload

Uploads have to be specially set up to be secure.

[edit] Shared uploads

These settings are kept for backward compatibility, see $wgForeignFileRepos for the new setting.

[edit] MIME types

See also Manual:Mime type detection

[edit] Grafika

Set $wgUseImageMagick to true to use ImageMagick instead of the builtin functions.

  • $wgUseImageResize (deprecated) - Set $wgUseImageResize to true if you want to enable dynamic server side image resizing (Thumbnails)
  • $wgShowEXIF - Determines whether EXIF metadata is to be displayed. Set to false for not showing data.
  • parameters for upload path
  • $wgThumbLimits - List of image sizes users can pick from
  • $wgTrustedMediaFormats - List of trusted media-types and mime types.
  • $wgSVGMaxSize - Don't scale a SVG larger than this unless its native size is larger.
  • $wgShowEXIF - Show EXIF data.

See also Manual:Configuring file uploads

[edit] Antywirus

[edit] Parser

[edit] HTML

  • $wgRawHtml - Allow raw, unchecked HTML in <html>...</html> sections.
  • $wgUserHtml (deprecated) - Allow limited user-specified HTML in wiki pages?

[edit] TeX

To use inline TeX, you need to compile 'texvc' (in the 'math' subdirectory of the MediaWiki package and have latex, dvips, gs (ghostscript), and convert (ImageMagick) installed and available in the PATH. Please see math/README for more information.

[edit] Tidy

Tidy is an open source tool that cleans up broken HTML. You can use this to ensure that broken HTML in articles doesn't affect the layout of your wiki.

[edit] Strony specjalne

[edit] Ostatnie zmiany

Zobacz: Special:Recentchanges

[edit] UDP updates

Send RC updates via UDP. See: Manual:Simple IRC RC Bot

[edit] Użytkownicy

[edit] Przeglądarki

[edit] Prawa autorskie

[edit] Zadania

[edit] Rozszerzenia

[edit] HTCP multicast purging

[edit] Inne ustawienia