MediaWiki talk:Readonly lag

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Meta | Commons | Wikibooks | Wikiquote | Wikisource | Wiktionary | Wikivoyage | Wikidata | Deutsch | Français | Nederlands

This message on this site, depending on the user-specified interface language:

    en (English):

The database has been automatically locked while the <a href="/wiki/Replication_(computing)" title="Replication (computing)">replica</a> database servers catch up to the master.
  • af (Afrikaans / Afrikaans): Die databasis is outomaties gesluit terwyl die voorbeeld databasisse met die meester gesinchroniseer word
  • ar (Arabic / العربية): تم قفل قاعدة البيانات تلقائيا حتى تستطيع الخواديم التابعة ملاحقة الخادوم الرئيسي
  • bg (Bulgarian / Български): Базата от данни беше автоматично заключена, докато сървърите за репликация успеят да се синхронизират с основния сървър.
  • bn (Bengali / বাংলা): ডাটাবেজ স্বয়ংক্রিয়ভাবে অবরুদ্ধ করে দেয়া হয়েছে, যাতে অধীন ডাটাবেজ সার্ভারগুলি প্রধান ডাটাবেজ সার্ভারের অবস্থায় আসতে পারে
  • da (Danish / Dansk): Databasen er automatisk blevet låst mens replikadatabaseserverne synkroniserer med den primære database
  • de (German / Deutsch): Die Datenbank wurde automatisch für Schreibzugriffe gesperrt, damit sich die verteilten Datenbankserver mit dem Hauptdatenbankserver abgleichen können.
  • eo (Esperanto / Esperanto): La datumbazo estis aŭtomate ŝlosita dum la replika datumbazo atingas la ĉefan datumbazon
  • es (Spanish / Español): La base de datos ha sido automáticamente cerrada mientras los servidores replicas se sincronizan con el primario
  • eu (Basque / Euskara): Datu-basea automatikoki blokeatu da, erreplika zerbitzariak nagusiarekin sinkronizatu bitartean
  • fr (French / Français): La base de données a été automatiquement verrouillée pendant que les serveurs répliqués se réalignent sur le serveur primaire.
  • fy (West Frisian / Frysk): De database is automatysk beskoattele wylst de ûndergeskikte databaseservers syngronisearje mei de haadserver.
  • it (Italian / Italiano): Il database è stato bloccato automaticamente per consentire ai server con i database slave di sincronizzarsi con il primario
  • la (Latin / Latina): The database has been automatically locked while the replica database servers catch up to the primary
  • li (Limburgian / Limburgs): De database is autematis vergrendeld terwiel de ongergesjikte databaseservers synchronisere mit de huidserver.
  • nl (Dutch / Nederlands): De database is automatisch vergrendeld terwijl de replica databaseservers synchroniseren met de hoofdserver
  • no (Norwegian / ‪Norsk (bokmål)‬): The database has been automatically locked while the replica database servers catch up to the primary
  • pl (Polish / Polski): Baza danych została automatycznie zablokowana na czas potrzebny do wykonania synchronizacji zmian między serwerem głównym i serwerami pośredniczącymi.
  • pt (Portuguese / Português): A base de dados foi bloqueada automaticamente enquanto os servidores secundários da base de dados se sincronizam com o primário
  • ru (Russian / Русский): База данных автоматически заблокирована от изменений на время, пока сервера с копией базы данных не синхронизируются с основным.
  • sv (Swedish / Svenska): Databasen har automatiskt skrivskyddats medan dubblettdatabasservrarna synkroniseras med den primära servern

Pages in the MediaWiki namespace regarding this message

Request[edit]

{{editprotected}}

Could someone add an id="" attribute to the div so automated programs can identify it and prevent itself from attempting to edit during a database lock? Calvin 1998 (t-c) 16:06, 29 July 2008 (UTC)[reply]

I mean something like [1], for same reason, same change requested, etc. Calvin 1998 (t-c) 16:10, 29 July 2008 (UTC)[reply]
 Done J.delanoygabsadds 17:26, 29 July 2008 (UTC)[reply]

New styles[edit]

I would like to update this message to have the same styles as the other system messages. It's just a minor cosmetic change to give it the same margins and padding. Here is the old code:

<div id="mw-readonlylag" style="margin-top:5px; margin-bottom:1em; padding: 0.5em; vertical-align: middle; border: solid #aaaaaa 1px; background-color: transparent;">...</div>

And here is the code I want to change it to:

<div id="mw-readonlylag" style="clear: both; margin: 0.2em 0; border: 1px solid #aaa; background: transparent; padding: 0.25em 0.9em;"> ... </div>


The "clear: both;" is probably not necessary, but we have it in the other messages in case there is a right-floating box above it. The main reason I want to change to the exact same styles as in the other messages is that we will probably add these styles as a class in MediaWiki:Common.css, so it would be nice to see if that class will work well in this box. (I guess we have to wait until the next time the database lags to see if the margins are good...)

--David Göthberg (talk) 13:43, 20 April 2009 (UTC)[reply]

checkY Done - And it looks good. --David Göthberg (talk) 02:49, 23 November 2009 (UTC)[reply]