wiki.techinc.nl/includes/parser
Brion Vibber 4aedae2126 Revert r37567 for nwo ("(bug 8604) padright: and similar functions fail with non-ASCII arguments")
This implements an mb_str_pad fallback function, but there is no mb_str_pad in PHP documentation, and the doc comments are really weird -- it says it returns an integer!
If this function is created from whole cloth and doesn't exist in PHP, it should be given a MediaWiki style name and not be done with a function_exists check as though it were a compat function.
2008-07-12 14:05:04 +00:00
..
CoreParserFunctions.php Revert r37567 for nwo ("(bug 8604) padright: and similar functions fail with non-ASCII arguments") 2008-07-12 14:05:04 +00:00
DateFormatter.php
Parser.php * Split off DB load monitoring logic into a LoadMonitor class hierarchy, to allow for plugins in this area. 2008-07-07 03:31:00 +00:00
Parser_DiffTest.php
Parser_OldPP.php Some cleanup for r36609: 2008-07-02 01:19:00 +00:00
ParserCache.php
ParserOptions.php
ParserOutput.php
Preprocessor.php added PPCustomFrame classes to restore ability to use replaceVariables with a custom map of values. This should unbreak some extensions that were broken by the new PP stuff, like the News extension. 2008-06-26 13:05:40 +00:00
Preprocessor_DOM.php added PPCustomFrame classes to restore ability to use replaceVariables with a custom map of values. This should unbreak some extensions that were broken by the new PP stuff, like the News extension. 2008-06-26 13:05:40 +00:00
Preprocessor_Hash.php added PPCustomFrame classes to restore ability to use replaceVariables with a custom map of values. This should unbreak some extensions that were broken by the new PP stuff, like the News extension. 2008-06-26 13:05:40 +00:00