Commit graph

23 commits

Author SHA1 Message Date
Zheng Zhu
9aae1d5065 For content language, removed language code suffix from the message keys in the mediawiki: namespace. This way languages that do not support multiple variants will see no change in the way the namespace works. 2004-10-11 02:15:55 +00:00
Zheng Zhu
f778c2396a Show error message when 6730wgwgUseDatabaseMessages is off in Special:Allmessages. This fixes bug 440. 2004-10-05 16:13:40 +00:00
Zheng Zhu
ada3997051 first attempt to support multiple language variants in the MediaWiki: namespace. 2004-09-25 04:15:47 +00:00
Zheng Zhu
9af30639ee switch to wfMsgForContent() 2004-09-22 03:53:13 +00:00
Jens Frank
744ab639f7 Cleaner handling of NoConvert, for variable number of arguments 2004-09-18 16:38:55 +00:00
Jens Frank
4e19e889aa Removed hardcodes for Zh-conversion 2004-09-17 05:58:28 +00:00
Zheng Zhu
7d3753cfb9 Prevent Simplified/Traditional Chinese message conversion when listing the messages. 2004-09-17 04:49:39 +00:00
Brion Vibber
b1f135446a Re-enable message transformations when we're done building the message list.
Fix for bug 435: Page footer variables not replaced when viewing Special:Allmessages
http://bugzilla.wikipedia.org/show_bug.cgi?id=435
2004-09-09 22:22:17 +00:00
Antoine Musso
ba2afcd9fa Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
Antoine Musso
90155b8a97 Changing comments layout preparing for generated documentation with Phpdocumentor 2004-09-02 23:28:24 +00:00
Jens Frank
5edddf8238 Make ot=html default, as most user will probably use that view. ENH#185 2004-08-25 19:18:34 +00:00
Brion Vibber
d9b242a149 Set up the Title fields directly in Title::makeTitle(), skipping the
secureAndSplit() step. This saves a lot of time and memory when working
with titles that are known-good (coming out of the database or other
Title objects, for instance).

Warning: if you feed invalid input to makeTitle() it will *not* be
checked for validity anymore and may do bad things. Don't do that.
2004-08-22 23:19:12 +00:00
Brion Vibber
669d4e07f2 * Fix notice in PHP output mode
* Fix XML well-formedness error in header (escape those URLs!)
* Redo 'HTML' mode to output HTML directly instead of wiki-HTML hybrid.
  This runs over 3 times faster and uses a lot less memory. However it
  still doesn't work with an 8mb memory_limit...
2004-08-22 22:22:54 +00:00
Domas Mituzas
dbccf44e1c Use /* */ style comments instead of # for multiline commented out entries.
Allows copy-paste from SpecialAllmessages to Language??.php
2004-08-12 09:52:32 +00:00
Arne Heizmann
28346910c6 Since nobody commented on this, I assume all the changes are OK
(http://mail.wikipedia.org/pipermail/wikitech-l/2004-July/011789.html)
Use wfMsg's own replacement functionality instead of str_replace ( "$1", ... )
2004-08-01 01:57:26 +00:00
Gabriel Wicke
1082447248 links from one version to the other, typo fix 2004-07-05 22:05:28 +00:00
Gabriel Wicke
8d15b58404 default to php as it's faster. TODO: add link to \&ot=html version 2004-07-05 21:45:21 +00:00
Gabriel Wicke
73ec400d1a comment out entries that are the same as in en, use wfMsgNoDb( ) 2004-05-10 13:08:51 +00:00
Gabriel Wicke
50f91f36ca switch off message expansion. Messages seem to be expanded in the db, didn't find a reason for this in InitializeMessages.inc. If manually changed to {{ns:4}} and similar this turns up correctly in the php version now. 2004-05-03 10:23:51 +00:00
Gabriel Wicke
6b5af67986 optional ?ot=php argument to get a copy&pasteable php representation of the mediawiki messages
possible update route:
1) get a sorted dump of the default messages (from a clean, fresh install)
2) same for the updated mediawiki messages
3) diff/merge using your favourite editor while paying attention to the wp-specific things
2004-05-01 15:42:11 +00:00
Tim Starling
be206499e6 fixed a couple of minor bugs 2004-03-08 09:42:00 +00:00
Nicholas Pisarro, Jr
40dc596097 Made the reference to the MediaWiki namespace symbolic in "SpecialAllmessages.php".
Fixed up messages that form the title and opening text of Special:Allmessages page.
2004-03-01 20:02:50 +00:00
Nicholas Pisarro, Jr
ecb201b956 Created a new page, "SpecialAllmessages.php", which builds
the equivalent of "MediaWiki:All_message" at run time
instead of install time.

This page is currently shown on "Special:Specialpages" by
those with SysOp access.

The table has a background color. Entries where the current
text is different than the default text are show with a
different background color.

It might be possible to better optimize this table's
construction.
2004-03-01 13:40:58 +00:00