Manual:Configuration settings/pl

From MediaWiki.org
Jump to: navigation, search

Contents

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

Never edit DefaultSettings.php; copy appropriate lines to LocalSettings.php instead and amend them as appropriate.

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

Ogólne ustawienia [edit]

  • $wgProto (przestarzałe) - Prefiks adresu bezpiecznego protokołu.
  • $wgServer - Podstawowy URL serwera.
  • $wgServerName (przestarzałe) - Nazwa serwera bez protokołu. (np, pl.wikipedia.org)
  • $wgSitename - Nazwa witryny. Powinna zostać ustawiona
  • $wgVersion(pl) - Zawiera aktualny numer wersji MediaWiki wyświetlany użytkownikowi.

Ścieżki [edit]

Zobacz też TeX aby zobaczyć opcje specyficzne dla LaTeX.
Zobacz też Przesyłanie plików aby zobaczyć ustawienia ścieżek dla plików/zdjęć.
Zobacz też Skówki aby zobaczyć ustawienia dotyczące ścieżek skórek.

Globalne obiekty [edit]

  • $wgConf - Create a site configuration object. Not used for much in a default install.

Ustawienia e-mail [edit]

See Also User Access: $wgEmailConfirmToEdit


Powiadomienia e-mail [edit]

Actual notifications for each users are defined in the options. You can change defaults with $wgDefaultUserOptions.
  • $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.
  • $wgEnotifUseRealName - Use real name instead of username in e-mail "from" field
  • $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)
  • $wgUsersNotifiedOnAllChanges (formerly $wgUsersNotifedOnAllChanges!) - Array of usernames who will be sent a notification email for every change which occurs on a wiki

Ustawienia bazy danych [edit]

LoadBalancer [edit]

MySQL [edit]

  • $wgDBminWordLen (deprecated) - Used to discard words that MySQL will not return any results for shorter values configure mysql directly.
  • $wgDBmysql4 (deprecated) - Set to true to use enhanced fulltext search.
  • $wgDBmysql5 - Set to true to set MySQL connection into UTF-8 encoding
  • $wgDBTableOptions - MySQL table options to use during installation or update.
  • $wgDBtransactions - Set to true if using InnoDB tables.
  • $wgExternalServers - An array of external MySQL servers.

PostgreSQL [edit]

  • $wgDBmwschema - Schema that Postgres stores the MediaWiki tables in. Defaults to 'mediawiki'
  • $wgDBts2schema - Schema that the Tsearch2 tables live in for Postgres. Defaults to 'public'

SQLite [edit]

Współdzielona baza danych [edit]

Compressed Storage Support [edit]

  • $wgCompressRevisions - If this is set on, all future revisions will be compressed on page save, but only if zlib support is available and enabled in PHP.
  • $wgDisableOutputCompression - Disable output compression (compression is enabled by default if zlib is available).

Język [edit]

Strefa czasowa [edit]

Specyficzne dla chińskiego [edit]

Hindi/Arabic-specific [edit]

  • $wgTranslateNumerals - For Hindi and Arabic use local numerals instead of Western style (0-9) numerals in interface.

Debugowanie/logi [edit]

Profiling [edit]

Personalizacja [edit]

Ajax [edit]

CSS/Js [edit]

Resource loader [edit]

Przestrzenie nazw [edit]

Kod wyjściowy [edit]

The following settings are only used if $wgHtml5 is set to "false":

Roboty [edit]

Statystyki [edit]

Skórki [edit]

Kategorie [edit]

Cache [edit]

Główny artykuł: Manual:Cache

See Interwiki for Interwiki cache settings.

Cache po stronie klienta [edit]

Cache pliki [edit]

Setting for Server side file caching

  • $wgFileCacheDepth - Depth of the subdirectory hierarchy to be created under $wgFileCacheDirectory.
  • $wgFileCacheDirectory - Directory where the cached page will be saved when using server-side caching.
  • $wgUseFileCache - This will cache static pages for non-logged-in users to reduce database traffic on public sites.

Message Cache [edit]

Sidebar Cache [edit]

Parser Cache [edit]

Persistent Link Cache [edit]

Memcached settings [edit]

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

Interwiki [edit]

Interwiki cache [edit]

Dostęp [edit]

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

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

See User Access for User Access settings.

Rate limiter [edit]

API [edit]

Blokowanie wiki [edit]

  • $wgReadOnly(pl) - Disallows editing, displaying the string given as the reason.
  • $wgReadOnlyFile(pl) - If this file is found, the database is locked for the reason given in the contents of the file.

Reduction [edit]

Przesyłanie plików [edit]

Uploads have to be specially set up to be secure.

Shared uploads [edit]

These settings are kept for backward compatibility, see $wgForeignFileRepos for the new setting, or $wgUseInstantCommons if you only need read access to images on Commons.

Typy MIME [edit]

Warning Warning: This is not a configuration setting, but a global state variable. It should be used solely by thumb.php!

See also Manual:Mime type detection

Zdjęcia [edit]

See also Manual:Configuring file uploads

DjVu [edit]

EXIF [edit]

  • $wgShowEXIF - Determines whether EXIF metadata is to be displayed. Set to false for not showing data.
  • $wgUpdateCompatibleMetadata - Whether to automatically update the img_metadata field if the metadata field is outdated but compatible with the current version.

ImageMagick [edit]

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

SVG [edit]

Miniaturki [edit]

Antywirus [edit]

Parser [edit]

HTML [edit]

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

TeX [edit]

In MediaWiki 1.18 and later, these settings are used for the Math extension.

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 Manual:Enable TeX, Manual:Math and the math/README in the MediaWiki source code.

  • $wgMathCheckFiles - Check whether directory and file exist when generating math images.
  • $wgMathDirectory - The file system path of the directory containing LaTeX math images.
  • $wgMathPath - The URL base of the directory containing LaTeX math images.
  • $wgTexvc - Location of the texvc binary.
  • $wgTexvcBackgroundColor - Texvc background color.
  • $wgUseTeX - Enables the use of <math> (TeX) tags (MediaWiki 1.17 and earlier only -- on 1.18 simply enable the Math extension)

Tidy [edit]

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.

  • $wgAlwaysUseTidy
  • $wgDebugTidy - Put tidy warnings in HTML comments, only works for internal tidy.
  • $wgTidyBin - Should be set to the path of the tidy binary.
  • $wgTidyConf - Should be set to the path of the tidy configuration file.
  • $wgTidyInternal - Controls the use of the PECL extension to use an inprocess tidy library instead of spawning a separate program.
  • $wgTidyOpts - Options passed to tidy on the command line.
  • $wgUseTidy - Use tidy to make sure HTML output is sane.
  • $wgValidateAllHtml - Validate the overall output using tidy and refuse to display the page if it's not valid.

See also Manual:Build Tidy from source.

Strony specjalne [edit]

Ostatnie zmiany [edit]

See Special:Recentchanges

UDP updates [edit]

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

Użytkownicy [edit]

Autoryzacja [edit]

Dostęp [edit]

User agent [edit]

Ciasteczka [edit]

Kanały [edit]

  • $wgFeed - Toggle syndication feeds on and off.
  • $wgAdvertisedFeedTypes - Which feed types should be provided by default.
  • $wgFeedCacheTimeout - 'Minimum' timeout for cached Recentchanges feed, in seconds.
  • $wgFeedDiffCutoff - When generating Recentchanges RSS/Atom feed, diffs will not be generated for pages larger than this size.
  • $wgFeedLimit - Set maximum number of results to return in syndication feeds (RSS, Atom) for eg Recentchanges, Newpages.
  • $wgOverrideSiteFeed - Override the site's default rss/atom feed that appears on every page.

Prawa autorskie [edit]

Wyszukiwarka [edit]

Zadania [edit]

Proxy [edit]

Squid [edit]

HTCP multicast purging [edit]

Rozszerzenia [edit]

Ustawienia skryptów konserwacyjnych [edit]

Inne [edit]

Active (deprecated)
Język: English  • Deutsch • español • français • Bahasa Indonesia • 日本語 • 한국어 • polski • português do Brasil • русский • 中文 • 中文(繁體)‎