Dear colleagues,
== LanguageCs.php ==
- Could anybody change these variables in the living copy of
LanguageCs.php?
# There are no month abbreviations in Czech language. /* private */ $wgMonthAbbreviationsCs = array("1.", "2.", "3.", "4.", "5.", "6.", "7.", "8.", "9.", "10.", "11.", "12.");
The english language use the first three characters of the month for abbreviations: /* private */ $wgMonthAbbreviationsEn = array( 'jan', 'feb', 'mar', 'apr', 'may', 'jun', 'jul', 'aug', 'sep', 'oct', 'nov', 'dec' );
I know.
Can you confirm Czech language really use numbers for that purpose?
I can. There is a lot of examples: http://www.abicko.cz/Clanek6602.htm http://jyxo.cz/clanky/all-20040514 http://www.sovavsiti.cz/weblog/2003/12/31.html ...
# Czech ISBN servers /* private */ $wgBookstoreListCs = array( "Národní knihovna" => "http://sigma.nkp.cz/F/?func=find-
a&find_code=WRD&request=&request_op=AND&find_code=WAU&request=&request_op=AND&find_code=WTL&request=&request_op=AND&find_code=WYR&request=&request_op=AND&find_code=WPB&request=&request_op=AND&find_code=ISN&request=$1");
The bookstore is now in cvs and will reach wikipedia live site soon.
Thank you.
You change these by editing the Czech equivalent of en's [[Wikipedia:Book sources]].
Really? IMHO this is only a text about book sources, not the handling of ISBN in international wiki.
- How to force caching of special pages in :cs? There is
currently no cached page at all.
Caching page, also known as misermode is managed in the server configuration. The normal (default) behaviour is to have special pages generated upon request, the cache is enabled when the wiki servers are under high load.
But they are not. You can look at [[:cs:Speciální:Wantedpages]]. Normally there should be something like that: Žádoucí stránky Z Wikipedie, otevřené encyklopedie.
Ukazuje 50 výsledků od čísla 1. Ukázat (50 předchozích) (50 následujících) (20 | 50 | 100 | 250 | 500).
1948 ( odkazy) 1945 ( odkazy) 1970 ( odkazy) 1981 ( odkazy) 1918 ( odkazy)
In case of high load there should be something like that (before the message was translated in MediaWiki): Žádoucí stránky Z Wikipedie, otevřené encyklopedie.
Sorry! This feature has been temporarily disabled because it slows the database down to the point that no one can use the wiki.
Here's a saved copy from 17:33, 14. Dub 2004:
--------------------------------------------------------------------------------
2003 ( odkazy) 1945 ( odkazy) 1918 ( odkazy) 1999 ( odkazy) 1990 ( odkazy)
But nowadays there is *no* list at all.
- The upload log file is missing.
The LanguageCs.php file in cvs use the following entries: "uploadlog" => "kniha nahrávek ", "uploadlogpage" => "kniha_nahrávek ",
I removed the ending spaces, that should fix it once the new file
updated on the new site. OK. I'll see.
- To translate namespace Category into Kategorie. But there is
a lot of category pages in cs:, therefore they should be automatically changed from [[Category:]] into [[Kategorie:]].
The software should be able to understand both english and localised namespaces names.
OK.
While we are fixing it, can you please provide translations for the following entries ?
OK.
NS_TEMPLATE => "Template", NS_TEMPLATE => "Šablona", # Šablona
NS_TEMPLATE_TALK => "Template_talk", NS_TEMPLATE_TALK => "Šablona_diskuse", # Šablona_diskuse
NS_HELP => "Help", NS_HELP => "Nápověda", # Nápověda
NS_HELP_TALK => "Help_talk", NS_HELP_TALK => "Nápověda_diskuse", # Nápověda_diskuse
NS_CATEGORY => "Category", NS_CATEGORY => "Kategorie",
NS_CATEGORY_TALK => "Category_talk", NS_CATEGORY => "Kategorie_diskuse",
- [[:cs:Wikipedie:Co je článek]] can't be deleted.
No reaction.
- Would it be useful to transfer All system messages in MediaWiki of
LanguageCs.php into the living copy of LanguageCs.php? Approximately half of all messages is in MediaWiki which may slow down perfomance.
System messages are set in the databases at installation and then cached in a big object. On page request the MediaWiki software just load that big object, if a change is made to a Mediawiki:something page, the database is updated and the big object is rebuild. I heard about a script to sync wikipedia.mediawiki entries and the languageXX.php files. I am not sure if anything have been done yet.
*All* messages are in the MediaWiki namespace. Copying them into LanguageCs.php does not increase performance.
Aha.
== Rendering of layout (presumable Standard) ==
- There is too much space between end of an external link and non-
space characters. For instance: [http://aa.bb.cc First]. is shown as "First .", not as "First.".
Please create an account on sourceforge and fill bug reports at http://sourceforge.net/tracker/?group_id=34373&atid=411192 They will be looked at as time allow (aka I am not going to fix them right now).
This bug has already been fixed (by me :>). It just isn't live yet
OK.
- All system messages (HTML) should have only 2 columns, because
there
is no difference between Default text and Current text.
Default text is the text set in LanguageCs.php while current text is the one set in the big object cache (see above) and seen by users.
If you look at [[:en:MediaWiki:All system messages]] in PHP, you wiil see only one set of messages. If you look at [[:en:MediaWiki:All system messages]] in HTML, you will see *no difference* in both columns.
- List of users (special pages) should distinguish between users
with their own pages (blue links) and without them (red links).
Please create an account on sourceforge
I've already had it.
and fill bug reports at http://sourceforge.net/tracker/?group_id=34373&atid=411192 They will be looked at as time allow (aka I am not going to fix them right now).
I'll do it.
Yours truly, Vít Zvánovec, bureaucrat of :cs